Build Logs
otavia-projects/otavia • 3.8.0-RC2:2025-11-26
Errors
602
Warnings
14171
Total Lines
16025
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
62100 59.2M 100 59.2M 0 0 78.0M 0 --:--:-- --:--:-- --:--:-- 78.0M
63Preparing Java 17.0.8 runtime; this may take a minute or two ...
64[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
65[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
66[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
67[warn] ^
68[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
69[warn] .iterator()
70[warn] ^
71[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
72[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
73[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
74[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
75[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
76[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
77[warn] ^
78[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
79[warn] case module: CommunityBuildPublishModule =>
80[warn] ^
81[warn] four warnings found
82[info] done compiling
83Try build using ./millw
84[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
85[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
86[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
87[warn] ^
88[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
89[warn] .iterator()
90[warn] ^
91[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
92[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
93[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
94[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
95[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
96[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
97[warn] ^
98[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
99[warn] case module: CommunityBuildPublishModule =>
100[warn] ^
101[warn] four warnings found
102[info] done compiling
103Build 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]"}]}
104Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
105
106Starting build for otavia-serde-json - [0/23]
107Failed to resolve scalaVersion, assume it's Scala 3 project
108[info] compiling 25 Scala sources to /build/repo/out/buffer/compile.dest/classes ...
109[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1286:38
110[warn] 1286 | private var value: Byte = _
111[warn] | ^
112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
115[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:34:45
116[warn] 34 | private var head: RecyclablePageBuffer = _
117[warn] | ^
118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
121[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:35:45
122[warn] 35 | private var tail: RecyclablePageBuffer = _
123[warn] | ^
124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
127[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1277:38
128[warn] 1277 | private var value: Byte = _
129[warn] | ^
130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
133[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1321:38
134[warn] 1321 | private var value: Byte = _
135[warn] | ^
136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
139[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:32:54
140[warn] 32 | private var parent: PooledPageAllocator = _
141[warn] | ^
142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
145[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:33:54
146[warn] 33 | @volatile private var nxt: RecyclablePageBuffer = _
147[warn] | ^
148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
151[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala]
152[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala]
153[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala]
154[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala]
155[warn] 7 warnings found
156[info] done compiling
157Failed to resolve scalaVersion, assume it's Scala 3 project
158[info] compiling 25 Scala sources to /build/repo/out/common/compile.dest/classes ...
159[warn] -- Warning: /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala:4:16
160[warn] 4 | private[this] val buildInfoProperties: java.util.Properties = new java.util.Properties()
161[warn] | ^
162[warn] |Ignoring [this] qualifier.
163[warn] |This syntax will be deprecated in the future; it should be dropped.
164[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
166[info] [patched file /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala]
167[warn] there was 1 deprecation warning; re-run with -deprecation for details
168[warn] two warnings found
169[info] done compiling
170[info] compiling 7 Scala sources to /build/repo/out/serde/compile.dest/classes ...
171[info] done compiling
172[info] compiling 26 Scala sources to /build/repo/out/serde-json/compile.dest/classes ...
173[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/serde-json/src/cc/otavia/json/JsonMacro.scala:1013:28
174[warn] 1013 | (tpe1.asType, tpe2.asType) match
175[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
176[warn] | match may not be exhaustive.
177[warn] |
178[warn] | It would fail on pattern case: (_, _)
179[warn] |
180[warn] | longer explanation available when compiling with `-explain`
181[warn] one warning found
182[info] done compiling
183Successfully evaluated serde-json.compile
184Skipping unused scalacOptions: -source, -rewrite
185Flag -classpath set repeatedly
186-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
18743 | def deserialize(in: Buffer): A
188 | ^
189 | Couldn't resolve a member for the given link query: Buffer
190-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
19159 | def serialize(value: A, out: Buffer): Unit
192 | ^
193 | Couldn't resolve a member for the given link query: Buffer
194-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
19567 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
196 | ^
197 | Couldn't resolve a member for the given link query: Buffer
198-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
19951 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
200 | ^
201 | Couldn't resolve a member for the given link query: Buffer
202-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
20335 | def checkDeserializable(in: Buffer): Boolean = true
204 | ^
205 | Couldn't resolve a member for the given link query: Buffer
206-- Warning: serde-json/src/cc/otavia/json/JsonSerde.scala:319:15 ---------------
207319 | inline def derived[T]: JsonSerde[T] = ${ derivedMacro[T] }
208 | ^
209 | Couldn't resolve a member for the given link query: T
210-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:25:7 -------
21125 |object YearJsonSerde extends JsonSerde[Year] {
212 | ^
213 | Couldn't resolve a member for the given link query: Year
214-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:27:23 ------
21527 | override final def serialize(value: Year, out: Buffer): Unit = this.serializeYear(value, out)
216 | ^
217 | Couldn't resolve a member for the given link query: A
218-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:29:23 ------
21929 | override final def deserialize(in: Buffer): Year = this.deserializeYear(in)
220 | ^
221 | Couldn't resolve a member for the given link query: Buffer
222-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:25:7 --
22325 |object JDurationJsonSerde extends JsonSerde[Duration] {
224 | ^
225 | Couldn't resolve a member for the given link query: Duration
226-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:27:23 -
22727 | override final def serialize(value: Duration, out: Buffer): Unit = this.serializeJDuration(value, out)
228 | ^
229 | Couldn't resolve a member for the given link query: A
230-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:29:23 -
23129 | override final def deserialize(in: Buffer): Duration = this.deserializeJDuration(in)
232 | ^
233 | Couldn't resolve a member for the given link query: Buffer
234-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:25:7 --
23525 |object YearMonthJsonSerde extends JsonSerde[YearMonth] {
236 | ^
237 | Couldn't resolve a member for the given link query: YearMonth
238-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:27:23 -
23927 | override final def serialize(value: YearMonth, out: Buffer): Unit = this.serializeYearMonth(value, out)
240 | ^
241 | Couldn't resolve a member for the given link query: A
242-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:29:23 -
24329 | override final def deserialize(in: Buffer): YearMonth = this.deserializeYearMonth(in)
244 | ^
245 | Couldn't resolve a member for the given link query: Buffer
246-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:25:17 -----
24725 | override def deserialize(in: Buffer): Short = deserializeShort(in)
248 | ^
249 | Couldn't resolve a member for the given link query: Buffer
250-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:27:17 -----
25127 | override def serialize(value: Short, out: Buffer): Unit = serializeShort(value, out)
252 | ^
253 | Couldn't resolve a member for the given link query: A
254-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:27:23 ----
25527 | override final def serialize(value: BigInt, out: Buffer): Unit = this.serializeBigInt(value, out)
256 | ^
257 | Couldn't resolve a member for the given link query: A
258-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:29:23 ----
25929 | override final def deserialize(in: Buffer): BigInt = this.deserializeBigInt(in)
260 | ^
261 | Couldn't resolve a member for the given link query: Buffer
262-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:29:7 -----
26329 |object StringJsonSerde extends JsonSerde[String] {
264 | ^
265 | Couldn't resolve a member for the given link query: Charset
266-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:31:17 ----
26731 | override def deserialize(in: Buffer): String = deserializeString(in)
268 | ^
269 | Couldn't resolve a member for the given link query: Buffer
270-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:33:17 ----
27133 | override def serialize(value: String, out: Buffer): Unit = serializeString(value, out)
272 | ^
273 | Couldn't resolve a member for the given link query: A
274-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:25:7 -----
27525 |object ZoneIdJsonSerde extends JsonSerde[ZoneId] {
276 | ^
277 | Couldn't resolve a member for the given link query: ZoneId
278-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:27:23 ----
27927 | override final def serialize(value: ZoneId, out: Buffer): Unit = this.serializeZoneId(value, out)
280 | ^
281 | Couldn't resolve a member for the given link query: A
282-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:29:23 ----
28329 | override final def deserialize(in: Buffer): ZoneId = this.deserializeZoneId(in)
284 | ^
285 | Couldn't resolve a member for the given link query: Buffer
286-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:27:23
28727 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeJBigDecimal(value, out)
288 | ^
289 | Couldn't resolve a member for the given link query: A
290-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:29:23
29129 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeJBigDecimal(in)
292 | ^
293 | Couldn't resolve a member for the given link query: Buffer
294-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:25:23
29525 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeBigDecimal(value, out)
296 | ^
297 | Couldn't resolve a member for the given link query: A
298-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:27:23
29927 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeBigDecimal(in)
300 | ^
301 | Couldn't resolve a member for the given link query: Buffer
302-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:25:7
30325 |object ZonedDateTimeJsonSerde extends JsonSerde[ZonedDateTime] {
304 | ^
305 | Couldn't resolve a member for the given link query: ZonedDateTime
306-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:27:23
30727 | override final def serialize(value: ZonedDateTime, out: Buffer): Unit = this.serializeZonedDateTime(value, out)
308 | ^
309 | Couldn't resolve a member for the given link query: A
310-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:29:23
31129 | override final def deserialize(in: Buffer): ZonedDateTime = this.deserializeZonedDateTime(in)
312 | ^
313 | Couldn't resolve a member for the given link query: Buffer
314-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:25:7 ----
31525 |object InstantJsonSerde extends JsonSerde[Instant] {
316 | ^
317 | Couldn't resolve a member for the given link query: Instant
318-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:27:23 ---
31927 | override final def serialize(value: Instant, out: Buffer): Unit = this.serializeInstant(value, out)
320 | ^
321 | Couldn't resolve a member for the given link query: A
322-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:29:23 ---
32329 | override final def deserialize(in: Buffer): Instant = this.deserializeInstant(in)
324 | ^
325 | Couldn't resolve a member for the given link query: Buffer
326-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:27:23 --
32727 | override final def serialize(value: MonthDay, out: Buffer): Unit = this.serializeMonthDay(value, out)
328 | ^
329 | Couldn't resolve a member for the given link query: A
330-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:29:23 --
33129 | override final def deserialize(in: Buffer): MonthDay = this.deserializeMonthDay(in)
332 | ^
333 | Couldn't resolve a member for the given link query: Buffer
334-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:25:7 -
33525 |object ZoneOffsetJsonSerde extends JsonSerde[ZoneOffset] {
336 | ^
337 | Couldn't resolve a member for the given link query: ZoneOffset
338-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:27:23
33927 | override final def serialize(value: ZoneOffset, out: Buffer): Unit = this.serializeZoneOffset(value, out)
340 | ^
341 | Couldn't resolve a member for the given link query: A
342-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:29:23
34329 | override final def deserialize(in: Buffer): ZoneOffset = this.deserializeZoneOffset(in)
344 | ^
345 | Couldn't resolve a member for the given link query: Buffer
346-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:25:7
34725 |object OffsetDateTimeJsonSerde extends JsonSerde[OffsetDateTime] {
348 | ^
349 | Couldn't resolve a member for the given link query: OffsetDateTime
350-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:27:23
35127 | override final def serialize(value: OffsetDateTime, out: Buffer): Unit = this.serializeOffsetDateTime(value, out)
352 | ^
353 | Couldn't resolve a member for the given link query: A
354-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:29:23
35529 | override final def deserialize(in: Buffer): OffsetDateTime = this.deserializeOffsetDateTime(in)
356 | ^
357 | Couldn't resolve a member for the given link query: Buffer
358-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:25:7 -
35925 |object BigIntegerJsonSerde extends JsonSerde[BigInteger] {
360 | ^
361 | Couldn't resolve a member for the given link query: BigInteger
362-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:27:23
36327 | override final def serialize(value: BigInteger, out: Buffer): Unit = this.serializeBigInteger(value, out)
364 | ^
365 | Couldn't resolve a member for the given link query: A
36646 warnings found
367Successfully evaluated serde-json.docJar
368Failed to resolve scalaVersion, assume it's Scala 3 project
369[info] compiling 4 Scala sources to /build/repo/out/serde-json/test/compile.dest/classes ...
370[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/Hello.scala:23:71 ------
371[info] 23 |case class Hello(id: Int, hello: String, yearMonth: YearMonth) derives JsonSerde
372[info] | ^
373[info] |Generated JSON serde for type 'cc.otavia.json.Hello':
374[info] |{
375[info] | def e0(value: cc.otavia.json.Hello, out: cc.otavia.buffer.Buffer): scala.Unit = {
376[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
377[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("id", out)
378[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.id, out)
379[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
380[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("hello", out)
381[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value.hello, out)
382[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
383[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("yearMonth", out)
384[info] | cc.otavia.json.JsonSerde.given_JsonSerde_YearMonth.serialize(value.yearMonth, out)
385[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
386[info] | }
387[info] | final class $anon() extends cc.otavia.json.JsonSerde[cc.otavia.json.Hello] {
388[info] | override def serialize(`valueâ‚‚`: cc.otavia.json.Hello, `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
389[info] | override def deserialize(in: cc.otavia.buffer.Buffer): cc.otavia.json.Hello = scala.Predef.???
390[info] | }
391[info] |
392[info] | (new $anon(): cc.otavia.json.JsonSerde[cc.otavia.json.Hello])
393[info] |}
394[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSuite.scala:31:39 --
395[info] 31 | val serde = JsonSerde.derived[Byte]
396[info] | ^^^^^^^^^^^^^^^^^^^^^^^
397[info] |Generated JSON serde for type 'scala.Byte':
398[info] |{
399[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Byte] {
400[info] | override def serialize(value: scala.Byte, out: cc.otavia.buffer.Buffer): scala.Unit = cc.otavia.json.JsonMacro.inline$JsonHelper.serializeByte(value, out)
401[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Byte = cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeByte(in)
402[info] | }
403[info] |
404[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Byte])
405[info] |}
406[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:35:38
407[info] 35 | val tps = JsonSerde.derived[(String, Int, Long, Option[Long])]
408[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
409[info] |Generated JSON serde for type 'scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]':
410[info] |{
411[info] | def d0(in: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = {
412[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_START), "decode error, except \'[\'")
413[info] | val _r1: java.lang.String = {
414[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
415[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.deserialize(in)
416[info] | }
417[info] | val _r2: scala.Int = {
418[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
419[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeInt(in)
420[info] | }
421[info] | val _r3: scala.Long = {
422[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
423[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeLong(in)
424[info] | }
425[info] | val _r4: scala.Option[scala.Long] = {
426[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
427[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
428[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))
429[info] | }
430[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_END), "decode error, except \']\'")
431[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)
432[info] | }
433[info] | def e0(value: scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]], out: cc.otavia.buffer.Buffer): scala.Unit = {
434[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
435[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value._1, out)
436[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
437[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value._2, out)
438[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
439[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(value._3, out)
440[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
441[info] | value._4 match {
442[info] | case scala.None =>
443[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeNull(out)
444[info] | case scala.Some(v) =>
445[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
446[info] | }
447[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
448[info] | }
449[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]] {
450[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â‚‚`)
451[info] | override def deserialize(`inâ‚‚`: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = d0(`inâ‚‚`)
452[info] | }
453[info] |
454[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]])
455[info] |}
456[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:45:38
457[info] 45 | val tps = JsonSerde.derived[Array[Int]]
458[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
459[info] |Generated JSON serde for type 'scala.Array[scala.Int]':
460[info] |{
461[info] | def e0(value: scala.Array[scala.Int], out: cc.otavia.buffer.Buffer): scala.Unit = {
462[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
463[info] | var i: scala.Int = 0
464[info] | while (i.<(value.length)) {
465[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.apply(i), out)
466[info] | i = i.+(1)
467[info] | if (i.!=(value.length)) {
468[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
469[info] | ()
470[info] | } else ()
471[info] | }
472[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
473[info] | }
474[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Array[scala.Int]] {
475[info] | override def serialize(`valueâ‚‚`: scala.Array[scala.Int], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
476[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Array[scala.Int] = scala.Predef.???
477[info] | }
478[info] |
479[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Array[scala.Int]])
480[info] |}
481[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:53:38
482[info] 53 | val tps = JsonSerde.derived[Map[Int, Long]]
483[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
484[info] |Generated JSON serde for type 'scala.collection.immutable.Map[scala.Int, scala.Long]':
485[info] |{
486[info] | def e0(value: scala.collection.immutable.Map[scala.Int, scala.Long], out: cc.otavia.buffer.Buffer): scala.Unit = {
487[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
488[info] | var i: scala.Int = 0
489[info] | val length: scala.Int = value.size
490[info] | value.foreach[scala.Unit](((x$1: scala.Tuple2[scala.Int, scala.Long]) => {
491[info] | val k: scala.Int = x$1._1
492[info] | val v: scala.Long = x$1._2
493[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey(k.toString(), out)
494[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
495[info] | i = i.+(1)
496[info] | if (i.!=(length)) {
497[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
498[info] | ()
499[info] | } else ()
500[info] | }))
501[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
502[info] | }
503[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]] {
504[info] | override def serialize(`valueâ‚‚`: scala.collection.immutable.Map[scala.Int, scala.Long], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
505[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.collection.immutable.Map[scala.Int, scala.Long] = scala.Predef.???
506[info] | }
507[info] |
508[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]])
509[info] |}
510[info] done compiling
511Successfully evaluated serde-json.test.compile
512Publishing Artifact(cc.otavia,otavia-serde-json_3,0.4.5) to ivy repo /root/.ivy2/local
513Successfully evaluated serde-json.publishLocal
514
515Starting build for otavia-codec-dns - [1/23]
516No test module defined in codec-dns
517[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
519[warn] 35 | protected var logger: Logger = _
520[warn] | ^
521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
525[warn] 37 | private var ctx: ActorContext = _
526[warn] | ^
527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
531[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
532[warn] | ^
533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
537[warn] 45 | private[core] var currentStack: Stack = _
538[warn] | ^
539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
542[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
543[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
544[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
545[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
546[error] |Required: cc.otavia.core.actor.MessageOf[W] &
547[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
548[error] |
549[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
550[error] |
551[error] | longer explanation available when compiling with `-explain`
552[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
553[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
554[error] | ^^^^^^^^^^^^
555[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
556[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
557[error] |
558[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
559[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
560[error] |
561[error] |
562[error] |Note: a match type could not be fully reduced:
563[error] |
564[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
565[error] | failed since selector W
566[error] | does not uniquely determine parameter m in
567[error] | case cc.otavia.core.actor.Actor[m] => m
568[error] | The computed bounds for the parameter are:
569[error] | m <: cc.otavia.core.message.Call |
570[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
571[error] |
572[error] | longer explanation available when compiling with `-explain`
573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
574[warn] 30 | private var workers: Address[MessageOf[W]] = _
575[warn] | ^
576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
580[warn] 37 | private var currentChannelReceived: AnyRef = _
581[warn] | ^
582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
586[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
587[warn] | ^
588[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
591[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
592[warn] | ^
593[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
596[warn] 23 | private var variables: Array[AnyRef] = _
597[warn] | ^
598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
602[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
603[warn] | ^
604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
608[warn] 26 | private var thread: Thread = _
609[warn] | ^
610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
614[warn] 28 | private var head: Nextable = _
615[warn] | ^
616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
620[warn] 29 | private var tail: Nextable = _
621[warn] | ^
622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
626[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
627[warn] | ^
628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
632[warn] 46 | private var actorHouse: ActorHouse = _
633[warn] | ^
634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
638[warn] 49 | private var pipe: ChannelPipelineImpl = _
639[warn] | ^
640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
644[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
645[warn] | ^
646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
650[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
651[warn] | ^
652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
656[warn] 35 | private var path: Path = _
657[warn] | ^
658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
662[warn] 36 | protected var currentReadPlan: ReadPlan = _
663[warn] | ^
664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
668[warn] 38 | private var readFactory: ReadPlanFactory = _
669[warn] | ^
670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
674[warn] 22 | private[core] var added: Boolean = _
675[warn] | ^
676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
680[warn] 51 | private var removed: Boolean = _
681[warn] | ^
682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
686[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
687[warn] | ^
688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
692[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
693[warn] | ^
694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
698[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
699[warn] | ^
700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
704[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
705[warn] | ^
706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
710[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
711[warn] | ^
712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
716[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
717[warn] | ^
718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
722[warn] 38 | private var inbound: I = _
723[warn] | ^
724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
728[warn] 39 | private var outbound: O = _
729[warn] | ^
730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
734[warn] 42 | private var fileChannel: FileChannel = _
735[warn] | ^
736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
740[warn] 43 | private var file: File = _
741[warn] | ^
742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
746[warn] 27 | private var hd: QueueMapEntity = _
747[warn] | ^
748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
752[warn] 28 | private var tl: QueueMapEntity = _
753[warn] | ^
754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
758[warn] 34 | private var cursor: QueueMapEntity = _
759[warn] | ^
760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
764[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
765[warn] | ^
766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
770[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
771[warn] | ^
772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
776[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
777[warn] | ^
778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
782[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
783[warn] | ^
784[warn] |Ignoring [this] qualifier.
785[warn] |This syntax will be deprecated in the future; it should be dropped.
786[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
789[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
790[warn] | ^
791[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
794[warn] 29 | @volatile private var sys: ActorSystem = _
795[warn] | ^
796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
800[warn] 27 | private var address: Address[Call] = _
801[warn] | ^
802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
806[warn] 31 | private var msg: M = _
807[warn] | ^
808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
812[warn] 35 | private var rids: Array[Long] = _
813[warn] | ^
814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
818[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
819[warn] | ^
820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
824[warn] 28 | protected var stack: Stack = _
825[warn] | ^
826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
830[warn] 33 | protected var result: AnyRef = _
831[warn] | ^
832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
836[warn] 34 | protected var error: Throwable = _
837[warn] | ^
838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
842[warn] 36 | private var p: AbstractPromise[?] = _
843[warn] | ^
844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
848[warn] 30 | private var call: Call = _
849[warn] | ^
850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
854[warn] 31 | private var reply: Reply = _
855[warn] | ^
856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
860[warn] 33 | private var sender: Address[Call] = _
861[warn] | ^
862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
866[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
867[warn] | ^
868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
872[warn] 27 | private var messages: Seq[Notice] = _
873[warn] | ^
874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
878[warn] 49 | private var ch: Channel = _
879[warn] | ^
880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
884[warn] 50 | private var ask: AnyRef = _
885[warn] | ^
886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
890[warn] 51 | private var callback: ChannelPromise => Unit = _
891[warn] | ^
892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
896[warn] 27 | private var msg: AnyRef = _
897[warn] | ^
898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
902[warn] 28 | private var belong: AbstractChannel = _
903[warn] | ^
904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
908[warn] 33 | private var ret: AnyRef = _
909[warn] | ^
910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
914[warn] 29 | private var table: Array[MessagePromise[?]] = _
915[warn] | ^
916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
920[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
921[warn] | ^
922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
926[warn] 28 | private var msg: Call = _
927[warn] | ^
928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
932[warn] 26 | var head: AbstractPromise[?] = _
933[warn] | ^
934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
938[warn] 27 | var tail: AbstractPromise[?] = _
939[warn] | ^
940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
944[warn] 29 | private var nextState: StackState = _
945[warn] | ^
946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
950[warn] 32 | private var completedHead: AbstractPromise[?] = _
951[warn] | ^
952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
956[warn] 33 | private var completedTail: AbstractPromise[?] = _
957[warn] | ^
958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
962[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
963[warn] | ^
964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
968[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
969[warn] | ^
970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
974[warn] 40 | private var actor: AbstractActor[?] = _
975[warn] | ^
976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
980[warn] 42 | private var att: AnyRef = _
981[warn] | ^
982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
986[warn] 27 | private var fu: ChannelFuture = _
987[warn] | ^
988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
992[warn] 28 | private var fu: MessageFuture[R] = _
993[warn] | ^
994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
998[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
999[warn] | ^
1000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1004[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1005[warn] | ^
1006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1010[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1011[warn] | ^
1012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1016[warn] 53 | private var tmpAskCursor: Nextable = _
1017[warn] | ^
1018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1022[warn] 54 | private var tmpNoticeCursor: Nextable = _
1023[warn] | ^
1024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1028[warn] 58 | @volatile private var preHouse: ActorHouse = _
1029[warn] | ^
1030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1034[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1035[warn] | ^
1036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1040[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1041[warn] | ^
1042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1046[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1047[warn] | ^
1048[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1051[warn] 107 | private var system: ActorSystem = _
1052[warn] | ^
1053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1057[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1058[warn] | ^
1059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1063[warn] 72 | private var memoryMonitor: Timeout = _
1064[warn] | ^
1065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1069[warn] 81 | private var systemMonitor: Timeout = _
1070[warn] | ^
1071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1075[warn] 34 | private var sys: ActorSystem = _
1076[warn] | ^
1077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1081[warn] 30 | @volatile private var head: ActorHouse = _
1082[warn] | ^
1083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1087[warn] 31 | @volatile private var tail: ActorHouse = _
1088[warn] | ^
1089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1093[warn] 51 | private var currentRunning: Actor[?] = _
1094[warn] | ^
1095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1099[warn] 26 | private var head: Nextable = _
1100[warn] | ^
1101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1105[warn] 27 | private var tail: Nextable = _
1106[warn] | ^
1107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1111[warn] 30 | @volatile private var head: ActorHouse = _
1112[warn] | ^
1113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1117[warn] 31 | @volatile private var tail: ActorHouse = _
1118[warn] | ^
1119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1123[warn] 37 | @volatile private var highHead: ActorHouse = _
1124[warn] | ^
1125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1129[warn] 38 | @volatile private var highTail: ActorHouse = _
1130[warn] | ^
1131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1135[warn] 29 | private var fs: Array[FileChannel] = _
1136[warn] | ^
1137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1141[warn] 28 | private var channel: Channel = _
1142[warn] | ^
1143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1147[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1148[warn] | ^
1149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1153[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1154[warn] | ^
1155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1159[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1160[warn] | ^
1161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1165[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1166[warn] | ^
1167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1171[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1172[warn] | ^
1173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1177[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1178[warn] | ^
1179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1183[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1184[warn] | ^
1185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1189[warn] 26 | private var resourceTimer: ResourceTimer = _
1190[warn] | ^
1191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
1195[warn] 34 | protected var address: EventableAddress = _
1196[warn] | ^
1197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
1201[warn] 40 | @volatile protected var handle: Timeout = _
1202[warn] | ^
1203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
1207[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
1208[warn] | ^
1209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
1213[warn] 39 | private var reactor: Reactor = _
1214[warn] | ^
1215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
1219[warn] 28 | private var transportFactory: TransportFactory = _
1220[warn] | ^
1221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
1225[warn] 39 | protected var _selectionKey: SelectionKey = _
1226[warn] | ^
1227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
1231[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
1232[warn] | ^
1233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
1237[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
1238[warn] | ^
1239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
1243[warn] 35 | private var ch: FileChannel = _
1244[warn] | ^
1245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
1249[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
1250[warn] | ^
1251[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
1254[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
1255[warn] | ^
1256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
1260[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
1261[warn] | ^
1262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
1266[warn] 44 | private var thread: Thread = _
1267[warn] | ^
1268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
1272[warn] 56 | private var ioHandler: IoHandler = _
1273[warn] | ^
1274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
1278[warn] 21 | @volatile private var n: Nextable | Null = _
1279[warn] | ^
1280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
1284[warn] 25 | @volatile private var head: T | Null = _
1285[warn] | ^
1286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
1290[warn] 26 | @volatile private var tail: T | Null = _
1291[warn] | ^
1292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
1296[warn] 29 | @volatile private var head: T | Null = _
1297[warn] | ^
1298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
1302[warn] 30 | @volatile private var tail: T | Null = _
1303[warn] | ^
1304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
1308[warn] 25 | private var head: T | Null = _
1309[warn] | ^
1310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
1314[warn] 26 | private var tail: T | Null = _
1315[warn] | ^
1316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1319[warn] 129 warnings found
1320[error] two errors found
1321Failed to evaluated codec-dns.compile: mill.api.Result$Failure
1322
1323Starting build for otavia-sql - [2/23]
1324[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
1325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
1326[warn] 35 | protected var logger: Logger = _
1327[warn] | ^
1328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
1332[warn] 37 | private var ctx: ActorContext = _
1333[warn] | ^
1334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
1338[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
1339[warn] | ^
1340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
1344[warn] 45 | private[core] var currentStack: Stack = _
1345[warn] | ^
1346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1349[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
1350[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1351[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1352[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1353[error] |Required: cc.otavia.core.actor.MessageOf[W] &
1354[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1355[error] |
1356[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
1357[error] |
1358[error] | longer explanation available when compiling with `-explain`
1359[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
1360[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1361[error] | ^^^^^^^^^^^^
1362[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
1363[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
1364[error] |
1365[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
1366[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1367[error] |
1368[error] |
1369[error] |Note: a match type could not be fully reduced:
1370[error] |
1371[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
1372[error] | failed since selector W
1373[error] | does not uniquely determine parameter m in
1374[error] | case cc.otavia.core.actor.Actor[m] => m
1375[error] | The computed bounds for the parameter are:
1376[error] | m <: cc.otavia.core.message.Call |
1377[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1378[error] |
1379[error] | longer explanation available when compiling with `-explain`
1380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
1381[warn] 30 | private var workers: Address[MessageOf[W]] = _
1382[warn] | ^
1383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
1387[warn] 37 | private var currentChannelReceived: AnyRef = _
1388[warn] | ^
1389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
1393[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
1394[warn] | ^
1395[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
1398[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
1399[warn] | ^
1400[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
1403[warn] 23 | private var variables: Array[AnyRef] = _
1404[warn] | ^
1405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
1409[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
1410[warn] | ^
1411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
1415[warn] 26 | private var thread: Thread = _
1416[warn] | ^
1417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
1421[warn] 28 | private var head: Nextable = _
1422[warn] | ^
1423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
1427[warn] 29 | private var tail: Nextable = _
1428[warn] | ^
1429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
1433[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
1434[warn] | ^
1435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
1439[warn] 46 | private var actorHouse: ActorHouse = _
1440[warn] | ^
1441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
1445[warn] 49 | private var pipe: ChannelPipelineImpl = _
1446[warn] | ^
1447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
1451[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
1452[warn] | ^
1453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
1457[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
1458[warn] | ^
1459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
1463[warn] 35 | private var path: Path = _
1464[warn] | ^
1465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
1469[warn] 36 | protected var currentReadPlan: ReadPlan = _
1470[warn] | ^
1471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
1475[warn] 38 | private var readFactory: ReadPlanFactory = _
1476[warn] | ^
1477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
1481[warn] 22 | private[core] var added: Boolean = _
1482[warn] | ^
1483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
1487[warn] 51 | private var removed: Boolean = _
1488[warn] | ^
1489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
1493[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
1494[warn] | ^
1495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
1499[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
1500[warn] | ^
1501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
1505[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
1506[warn] | ^
1507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
1511[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
1512[warn] | ^
1513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
1517[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1518[warn] | ^
1519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
1523[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1524[warn] | ^
1525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
1529[warn] 38 | private var inbound: I = _
1530[warn] | ^
1531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
1535[warn] 39 | private var outbound: O = _
1536[warn] | ^
1537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
1541[warn] 42 | private var fileChannel: FileChannel = _
1542[warn] | ^
1543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
1547[warn] 43 | private var file: File = _
1548[warn] | ^
1549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
1553[warn] 27 | private var hd: QueueMapEntity = _
1554[warn] | ^
1555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
1559[warn] 28 | private var tl: QueueMapEntity = _
1560[warn] | ^
1561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
1565[warn] 34 | private var cursor: QueueMapEntity = _
1566[warn] | ^
1567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
1571[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
1572[warn] | ^
1573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
1577[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
1578[warn] | ^
1579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
1583[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
1584[warn] | ^
1585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
1589[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
1590[warn] | ^
1591[warn] |Ignoring [this] qualifier.
1592[warn] |This syntax will be deprecated in the future; it should be dropped.
1593[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
1594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
1596[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
1597[warn] | ^
1598[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
1601[warn] 29 | @volatile private var sys: ActorSystem = _
1602[warn] | ^
1603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
1607[warn] 27 | private var address: Address[Call] = _
1608[warn] | ^
1609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
1613[warn] 31 | private var msg: M = _
1614[warn] | ^
1615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
1619[warn] 35 | private var rids: Array[Long] = _
1620[warn] | ^
1621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
1625[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
1626[warn] | ^
1627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
1631[warn] 28 | protected var stack: Stack = _
1632[warn] | ^
1633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
1637[warn] 33 | protected var result: AnyRef = _
1638[warn] | ^
1639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
1643[warn] 34 | protected var error: Throwable = _
1644[warn] | ^
1645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
1649[warn] 36 | private var p: AbstractPromise[?] = _
1650[warn] | ^
1651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
1655[warn] 30 | private var call: Call = _
1656[warn] | ^
1657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
1661[warn] 31 | private var reply: Reply = _
1662[warn] | ^
1663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
1667[warn] 33 | private var sender: Address[Call] = _
1668[warn] | ^
1669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
1673[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
1674[warn] | ^
1675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
1679[warn] 27 | private var messages: Seq[Notice] = _
1680[warn] | ^
1681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
1685[warn] 49 | private var ch: Channel = _
1686[warn] | ^
1687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
1691[warn] 50 | private var ask: AnyRef = _
1692[warn] | ^
1693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
1697[warn] 51 | private var callback: ChannelPromise => Unit = _
1698[warn] | ^
1699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
1703[warn] 27 | private var msg: AnyRef = _
1704[warn] | ^
1705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
1709[warn] 28 | private var belong: AbstractChannel = _
1710[warn] | ^
1711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
1715[warn] 33 | private var ret: AnyRef = _
1716[warn] | ^
1717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
1721[warn] 29 | private var table: Array[MessagePromise[?]] = _
1722[warn] | ^
1723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
1727[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
1728[warn] | ^
1729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
1733[warn] 28 | private var msg: Call = _
1734[warn] | ^
1735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
1739[warn] 26 | var head: AbstractPromise[?] = _
1740[warn] | ^
1741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
1745[warn] 27 | var tail: AbstractPromise[?] = _
1746[warn] | ^
1747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
1751[warn] 29 | private var nextState: StackState = _
1752[warn] | ^
1753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
1757[warn] 32 | private var completedHead: AbstractPromise[?] = _
1758[warn] | ^
1759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
1763[warn] 33 | private var completedTail: AbstractPromise[?] = _
1764[warn] | ^
1765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
1769[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
1770[warn] | ^
1771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
1775[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
1776[warn] | ^
1777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
1781[warn] 40 | private var actor: AbstractActor[?] = _
1782[warn] | ^
1783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
1787[warn] 42 | private var att: AnyRef = _
1788[warn] | ^
1789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
1793[warn] 27 | private var fu: ChannelFuture = _
1794[warn] | ^
1795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
1799[warn] 28 | private var fu: MessageFuture[R] = _
1800[warn] | ^
1801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
1805[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
1806[warn] | ^
1807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1811[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1812[warn] | ^
1813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1817[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1818[warn] | ^
1819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1823[warn] 53 | private var tmpAskCursor: Nextable = _
1824[warn] | ^
1825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1829[warn] 54 | private var tmpNoticeCursor: Nextable = _
1830[warn] | ^
1831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1835[warn] 58 | @volatile private var preHouse: ActorHouse = _
1836[warn] | ^
1837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1841[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1842[warn] | ^
1843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1847[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1848[warn] | ^
1849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1853[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1854[warn] | ^
1855[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1858[warn] 107 | private var system: ActorSystem = _
1859[warn] | ^
1860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1864[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1865[warn] | ^
1866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1870[warn] 72 | private var memoryMonitor: Timeout = _
1871[warn] | ^
1872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1876[warn] 81 | private var systemMonitor: Timeout = _
1877[warn] | ^
1878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1882[warn] 34 | private var sys: ActorSystem = _
1883[warn] | ^
1884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1888[warn] 30 | @volatile private var head: ActorHouse = _
1889[warn] | ^
1890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1894[warn] 31 | @volatile private var tail: ActorHouse = _
1895[warn] | ^
1896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1900[warn] 51 | private var currentRunning: Actor[?] = _
1901[warn] | ^
1902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1906[warn] 26 | private var head: Nextable = _
1907[warn] | ^
1908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1912[warn] 27 | private var tail: Nextable = _
1913[warn] | ^
1914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1918[warn] 30 | @volatile private var head: ActorHouse = _
1919[warn] | ^
1920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1924[warn] 31 | @volatile private var tail: ActorHouse = _
1925[warn] | ^
1926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1930[warn] 37 | @volatile private var highHead: ActorHouse = _
1931[warn] | ^
1932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1936[warn] 38 | @volatile private var highTail: ActorHouse = _
1937[warn] | ^
1938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1942[warn] 29 | private var fs: Array[FileChannel] = _
1943[warn] | ^
1944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1948[warn] 28 | private var channel: Channel = _
1949[warn] | ^
1950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1954[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1955[warn] | ^
1956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1960[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1961[warn] | ^
1962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1966[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1967[warn] | ^
1968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1972[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1973[warn] | ^
1974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1978[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1979[warn] | ^
1980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1984[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1985[warn] | ^
1986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1990[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1991[warn] | ^
1992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1996[warn] 26 | private var resourceTimer: ResourceTimer = _
1997[warn] | ^
1998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
2002[warn] 34 | protected var address: EventableAddress = _
2003[warn] | ^
2004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
2008[warn] 40 | @volatile protected var handle: Timeout = _
2009[warn] | ^
2010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
2014[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
2015[warn] | ^
2016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
2020[warn] 39 | private var reactor: Reactor = _
2021[warn] | ^
2022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
2026[warn] 28 | private var transportFactory: TransportFactory = _
2027[warn] | ^
2028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
2032[warn] 39 | protected var _selectionKey: SelectionKey = _
2033[warn] | ^
2034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
2038[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
2039[warn] | ^
2040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
2044[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
2045[warn] | ^
2046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
2050[warn] 35 | private var ch: FileChannel = _
2051[warn] | ^
2052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
2056[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
2057[warn] | ^
2058[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
2059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
2061[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
2062[warn] | ^
2063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
2067[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
2068[warn] | ^
2069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
2073[warn] 44 | private var thread: Thread = _
2074[warn] | ^
2075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
2079[warn] 56 | private var ioHandler: IoHandler = _
2080[warn] | ^
2081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
2085[warn] 21 | @volatile private var n: Nextable | Null = _
2086[warn] | ^
2087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
2091[warn] 25 | @volatile private var head: T | Null = _
2092[warn] | ^
2093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
2097[warn] 26 | @volatile private var tail: T | Null = _
2098[warn] | ^
2099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
2103[warn] 29 | @volatile private var head: T | Null = _
2104[warn] | ^
2105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
2109[warn] 30 | @volatile private var tail: T | Null = _
2110[warn] | ^
2111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
2115[warn] 25 | private var head: T | Null = _
2116[warn] | ^
2117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
2121[warn] 26 | private var tail: T | Null = _
2122[warn] | ^
2123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2126[warn] 129 warnings found
2127[error] two errors found
2128Failed to evaluated sql.compile: mill.api.Result$Failure
2129
2130Starting build for otavia-buffer - [3/23]
2131Successfully evaluated buffer.compile
2132Skipping unused scalacOptions: -source, -rewrite
2133Flag -classpath set repeatedly
2134-- Warning: buffer/src/cc/otavia/buffer/BufferAllocator.scala:44:8 -------------
213544 | def allocate(size: Int): Buffer
2136 | ^
2137 | Couldn't resolve a member for the given link query: OutOfMemoryError
2138-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:71:17 -------------
213971 | override def writeCharSequence(source: CharSequence, charset: Charset): Buffer = {
2140 | ^
2141 | Couldn't resolve a member for the given link query: source
2142-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:329:14 --------------------
2143329 | final def writeCharSequence(source: CharSequence): Buffer = writeCharSequence(source, StandardCharsets.UTF_8)
2144 | ^
2145 | Couldn't resolve a member for the given link query: source
2146-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:78:17 -------------
214778 | override def readCharSequence(length: Int, charset: Charset): CharSequence = {
2148 | ^
2149 | Couldn't resolve a member for the given link query: CharSequence
2150-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:382:8 ---------------------
2151382 | def readCharSequence(length: Int): CharSequence = readCharSequence(length, StandardCharsets.UTF_8)
2152 | ^
2153 | Couldn't resolve a member for the given link query: CharSequence
2154-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1701:17 -----------
21551701 | read
2156 | ^
2157 | Couldn't resolve a member for the given link query: length
2158-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1690:17 -----------
21591690 |write
2160 | ^
2161 | Couldn't resolve a member for the given link query: length
2162-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1773:17 -----------
21631773 | true
2164 | ^
2165 | Couldn't resolve a member for the given link query: bytes
2166-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:85:17 -------------
216785 | override def readStringAsLong(length: Int, radix: Int): Long = {
2168 | ^
2169 | Couldn't resolve a member for the given link query: Integer.parseInt
2170-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1333:17 -----------
21711333 | = idx - end
2172 | ^
2173 | Couldn't resolve a member for the given link query: allowCompaction
2174-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:953:8 ---------------------
2175953 | def ensureWritable(size: Int): Buffer = {
2176 | ^
2177 | Couldn't resolve a member for the given link query: allowCompaction
2178-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:195:17 ------------
2179195 | override def readStringAsDouble(length: Int): Double = {
2180 | ^
2181 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2182-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:266:17 ------------
2183266 | override def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer = {
2184 | ^
2185 | Couldn't resolve a member for the given link query: destination
2186-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:257:17 ------------
2187257 | override def readBytes(destination: ByteBuffer, length: Int): Buffer = {
2188 | ^
2189 | Couldn't resolve a member for the given link query: ByteBuffer
2190-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:636:14 --------------------
2191636 | final def readBytes(destination: ByteBuffer): Buffer = readBytes(destination, destination.remaining())
2192 | ^
2193 | Couldn't resolve a member for the given link query: ByteBuffer
2194-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1724:17 -----------
21951724 | same
2196 | ^
2197 | Couldn't resolve a member for the given link query: index
2198-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:51:17 -------------
219951 | override def writerOffset(offset: Int): Buffer = {
2200 | ^
2201 | Couldn't resolve a member for the given link query: offset
2202-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:43:17 -------------
220343 | override def readerOffset(offset: Int): Buffer = {
2204 | ^
2205 | Couldn't resolve a member for the given link query: offset
2206-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1274:17 -----------
22071274 | override def openCursor(fromOffset: Int, length: Int): ByteCursor = {
2208 | ^
2209 | Couldn't resolve a member for the given link query: fromOffset
2210-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:843:14 --------------------
2211843 | final def openCursor(): ByteCursor = openCursor(readerOffset, readableBytes)
2212 | ^
2213 | Couldn't resolve a member for the given link query: fromOffset
2214-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:248:17 ------------
2215248 | override def writeBytes(source: ByteBuffer, length: Int): Buffer = {
2216 | ^
2217 | Couldn't resolve a member for the given link query: ByteBuffer
2218-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:220:17 ------------
2219220 | override def writeBytes(length: Int, value: Byte): Buffer = {
2220 | ^
2221 | Couldn't resolve a member for the given link query: value
2222-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:214:17 ------------
2223214 | override def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer = {
2224 | ^
2225 | Couldn't resolve a member for the given link query: source
2226-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:206:17 ------------
2227206 | override def writeBytes(source: Buffer, length: Int): Buffer = {
2228 | ^
2229 | Couldn't resolve a member for the given link query: source
2230-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:610:14 --------------------
2231610 | final def writeBytes(source: ByteBuffer): Buffer = writeBytes(source, source.remaining())
2232 | ^
2233 | Couldn't resolve a member for the given link query: ByteBuffer
2234-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:300:17 ------------
2235300 | override def bytesBeforeIn(set: Array[Byte]): Int = {
2236 | ^
2237 | Couldn't resolve a member for the given link query: set
2238-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:315:17 ------------
2239315 | override def bytesBeforeInRange(lower: Byte, upper: Byte): Int = {
2240 | ^
2241 | Couldn't resolve a member for the given link query: lower
2242-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1303:17 -----------
22431303 |= end - idx
2244 | ^
2245 | Couldn't resolve a member for the given link query: fromOffset
2246-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:881:14 --------------------
2247881 | final def openReverseCursor: ByteCursor = {
2248 | ^
2249 | Couldn't resolve a member for the given link query: fromOffset
2250-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1726:17 -----------
22511726 |nderlying.get(index) == byte
2252 | ^
2253 | Couldn't resolve a member for the given link query: index
2254-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:201:17 ------------
2255201 | override def getStringAsDouble(index: Int, length: Int): Double = { // TODO: optimum
2256 | ^
2257 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2258-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:412:8 ---------------------
2259412 | def getCharSequence(index: Int, len: Int, charset: Charset = StandardCharsets.UTF_8): CharSequence = {
2260 | ^
2261 | Couldn't resolve a member for the given link query: CharSequence
2262-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1784:17 -----------
22631784 |es.length
2264 | ^
2265 | Couldn't resolve a member for the given link query: bytes
2266-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:141:17 ------------
2267141 | override def getStringAsLong(index: Int, length: Int, radix: Int): Long = {
2268 | ^
2269 | Couldn't resolve a member for the given link query: Integer.parseInt
2270-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1210:17 -----------
22711210 | override def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean): Int =
2272 | ^
2273 | Couldn't resolve a member for the given link query: needle
2274-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1161:17 -----------
22751161 | override def bytesBefore(needle: Array[Byte]): Int = bytesBefore(needle, ridx, widx)
2276 | ^
2277 | Couldn't resolve a member for the given link query: needle
2278-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:386:17 ------------
2279386 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int =
2280 | ^
2281 | Couldn't resolve a member for the given link query: needle1
2282-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:353:17 ------------
2283353 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int =
2284 | ^
2285 | Couldn't resolve a member for the given link query: needle1
2286-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:325:17 ------------
2287325 | override def bytesBefore(needle1: Byte, needle2: Byte): Int = bytesBefore2(needle1, needle2, ridx, widx)
2288 | ^
2289 | Couldn't resolve a member for the given link query: needle1
2290-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:280:17 ------------
2291280 | override def bytesBefore(needle: Byte): Int = bytesBefore1(needle, ridx, widx)
2292 | ^
2293 | Couldn't resolve a member for the given link query: needle
2294-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:59:17 -------------
229559 | override def compact(): Buffer = {
2296 | ^
2297 |Couldn't resolve a member for the given link query: IllegalStateException
2298-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1673:17 -----------
22991673 |lying, srcPos, length)
2300 | ^
2301 | Couldn't resolve a member for the given link query: destPos
2302-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1669:17 -----------
23031669 |dest, destPos, length)
2304 | ^
2305 | Couldn't resolve a member for the given link query: destPos
2306-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1665:17 -----------
23071665 | }
2308 | ^
2309 | Couldn't resolve a member for the given link query: dest
2310-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:366:14 --------------------
2311366 | final def setCharSequence(index: Int, source: CharSequence, charset: Charset): Buffer = {
2312 | ^
2313 | Couldn't resolve a member for the given link query: source
2314-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:353:14 --------------------
2315353 | final def setCharSequence(index: Int, source: CharSequence): Buffer =
2316 | ^
2317 | Couldn't resolve a member for the given link query: source
2318-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1679:17 -----------
23191679 |edOperationException()
2320 | ^
2321 | Couldn't resolve a member for the given link query: length
2322-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolDirectAllocator.scala:27:17
232327 | override def allocate(size: Int): Buffer = new UnpoolDirectBuffer(ByteBuffer.allocateDirect(size))
2324 | ^
2325 | Couldn't resolve a member for the given link query: OutOfMemoryError
2326-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolHeapAllocator.scala:28:17 -
232728 | override def allocate(size: Int): Buffer = {
2328 | ^
2329 | Couldn't resolve a member for the given link query: OutOfMemoryError
2330-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:183:14 ---------------
2331183 | final def getStringAsUUID(buffer: Buffer, index: Int): UUID = {
2332 | ^
2333 | Couldn't resolve a member for the given link query: UUID
2334-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:242:14 ---------------
2335242 | final def readStringAsUUID(buffer: Buffer): UUID = {
2336 | ^
2337 | Couldn't resolve a member for the given link query: UUID
2338-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:256:14 ---------------
2339256 | final def writeUUIDAsString(buffer: Buffer, uuid: UUID): Unit = {
2340 | ^
2341 | Couldn't resolve a member for the given link query: uuid
2342-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:273:14 ---------------
2343273 | final def setUUIDAsString(buffer: Buffer, index: Int, uuid: UUID): Unit = {
2344 | ^
2345 | Couldn't resolve a member for the given link query: uuid
2346-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:1427:14 --------------
23471427 | final def readStringAsJDuration(buffer: Buffer): JDuration = {
2348 | ^
2349 |Couldn't resolve a member for the given link query: DateTimeParseException
2350-- Warning: buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:61:17 --
235161 |LLOCATABLE
2352 | ^
2353 | Couldn't resolve a member for the given link query: length
2354-- Warning: buffer/src/cc/otavia/buffer/pool/PooledPageAllocator.scala:26:17 ---
235526 | override def allocate(size: Int): RecyclablePageBuffer = allocate()
2356 | ^
2357 | Couldn't resolve a member for the given link query: OutOfMemoryError
2358-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:341:8 ---------------------
2359341 | def writeCharSequence(source: CharSequence, charset: Charset): Buffer
2360 | ^
2361 | Couldn't resolve a member for the given link query: source
2362-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:396:8 ---------------------
2363396 | def readCharSequence(length: Int, charset: Charset): CharSequence
2364 | ^
2365 | Couldn't resolve a member for the given link query: CharSequence
2366-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:318:8 ---------------------
2367318 | def transferFrom(channel: ReadableByteChannel, length: Int): Int
2368 | ^
2369 | Couldn't resolve a member for the given link query: length
2370-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:300:8 ---------------------
2371300 | def transferFrom(channel: FileChannel, position: Long, length: Int): Int
2372 | ^
2373 | Couldn't resolve a member for the given link query: length
2374-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2202:8 --------------------
23752202 | def skipIfNextAre(bytes: Array[Byte]): Boolean
2376 | ^
2377 | Couldn't resolve a member for the given link query: bytes
2378-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:437:8 ---------------------
2379437 | def readStringAsLong(length: Int, radix: Int = 10): Long
2380 | ^
2381 | Couldn't resolve a member for the given link query: Integer.parseInt
2382-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:937:8 ---------------------
2383937 | def ensureWritable(size: Int, minimumGrowth: Int, allowCompaction: Boolean): Buffer
2384 | ^
2385 | Couldn't resolve a member for the given link query: allowCompaction
2386-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:474:8 ---------------------
2387474 | def readStringAsDouble(length: Int): Double
2388 | ^
2389 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2390-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:675:8 ---------------------
2391675 | def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer
2392 | ^
2393 | Couldn't resolve a member for the given link query: destination
2394-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:651:8 ---------------------
2395651 | def readBytes(destination: ByteBuffer, length: Int): Buffer
2396 | ^
2397 | Couldn't resolve a member for the given link query: ByteBuffer
2398-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2181:8 --------------------
23992181 | def indexIs(byte: Byte, index: Int): Boolean
2400 | ^
2401 | Couldn't resolve a member for the given link query: index
2402-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:138:8 ---------------------
2403138 | def writerOffset(offset: Int): Buffer
2404 | ^
2405 | Couldn't resolve a member for the given link query: offset
2406-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:99:8 ----------------------
240799 | def readerOffset(offset: Int): Buffer
2408 | ^
2409 | Couldn't resolve a member for the given link query: offset
2410-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:864:8 ---------------------
2411864 | def openCursor(fromOffset: Int, length: Int): ByteCursor
2412 | ^
2413 | Couldn't resolve a member for the given link query: fromOffset
2414-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:624:8 ---------------------
2415624 | def writeBytes(source: ByteBuffer, length: Int): Buffer
2416 | ^
2417 | Couldn't resolve a member for the given link query: ByteBuffer
2418-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:547:8 ---------------------
2419547 | def writeBytes(length: Int, value: Byte): Buffer
2420 | ^
2421 | Couldn't resolve a member for the given link query: value
2422-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:525:8 ---------------------
2423525 | def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer
2424 | ^
2425 | Couldn't resolve a member for the given link query: source
2426-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:511:8 ---------------------
2427511 | def writeBytes(source: Buffer, length: Int): Buffer
2428 | ^
2429 | Couldn't resolve a member for the given link query: source
2430-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:735:8 ---------------------
2431735 | def bytesBeforeIn(set: Array[Byte]): Int
2432 | ^
2433 | Couldn't resolve a member for the given link query: set
2434-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:748:8 ---------------------
2435748 | def bytesBeforeInRange(lower: Byte, upper: Byte): Int
2436 | ^
2437 | Couldn't resolve a member for the given link query: lower
2438-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:904:8 ---------------------
2439904 | def openReverseCursor(fromOffset: Int, length: Int): ByteCursor
2440 | ^
2441 | Couldn't resolve a member for the given link query: fromOffset
2442-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2184:8 --------------------
24432184 | def indexAre(bytes: Array[Byte], index: Int): Boolean
2444 | ^
2445 | Couldn't resolve a member for the given link query: index
2446-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:489:8 ---------------------
2447489 | def getStringAsDouble(index: Int, length: Int): Double
2448 | ^
2449 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2450-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2210:8 --------------------
24512210 | def skipIfNextIgnoreCaseAre(bytes: Array[Byte]): Boolean
2452 | ^
2453 | Couldn't resolve a member for the given link query: bytes
2454-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:461:8 ---------------------
2455461 | def getStringAsLong(index: Int, length: Int, radix: Int = 10): Long
2456 | ^
2457 | Couldn't resolve a member for the given link query: Integer.parseInt
2458-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:827:8 ---------------------
2459827 | def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean = false): Int
2460 | ^
2461 | Couldn't resolve a member for the given link query: needle
2462-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:809:8 ---------------------
2463809 | def bytesBefore(needle: Array[Byte]): Int
2464 | ^
2465 | Couldn't resolve a member for the given link query: needle
2466-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:796:8 ---------------------
2467796 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int
2468 | ^
2469 | Couldn't resolve a member for the given link query: needle1
2470-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:778:8 ---------------------
2471778 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int
2472 | ^
2473 | Couldn't resolve a member for the given link query: needle1
2474-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:762:8 ---------------------
2475762 | def bytesBefore(needle1: Byte, needle2: Byte): Int
2476 | ^
2477 | Couldn't resolve a member for the given link query: needle1
2478-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:724:8 ---------------------
2479724 | def bytesBefore(needle: Byte): Int
2480 | ^
2481 | Couldn't resolve a member for the given link query: needle
2482-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:965:8 ---------------------
2483965 | def compact(): Buffer
2484 | ^
2485 |Couldn't resolve a member for the given link query: IllegalStateException
2486-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:263:8 ---------------------
2487263 | def copyInto(srcPos: Int, dest: Buffer, destPos: Int, length: Int): Unit
2488 | ^
2489 | Couldn't resolve a member for the given link query: destPos
2490-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:233:8 ---------------------
2491233 | def copyInto(srcPos: Int, dest: ByteBuffer, destPos: Int, length: Int): Unit
2492 | ^
2493 | Couldn't resolve a member for the given link query: destPos
2494-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:203:8 ---------------------
2495203 | def copyInto(srcPos: Int, dest: Array[Byte], destPos: Int, length: Int): Unit
2496 | ^
2497 | Couldn't resolve a member for the given link query: dest
2498-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:280:8 ---------------------
2499280 | def transferTo(channel: WritableByteChannel, length: Int): Int
2500 | ^
2501 | Couldn't resolve a member for the given link query: length
2502-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2236:8 --------------------
25032236 | def wrap(byteBuffer: ByteBuffer): Buffer =
2504 | ^
2505 | Couldn't resolve a member for the given link query: ByteBuffer
2506-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2252:8 --------------------
25072252 | def wrap(array: Array[Byte]): Buffer = UnpoolHeapBuffer(ByteBuffer.wrap(array))
2508 | ^
2509 | Couldn't resolve a member for the given link query: array.length
251095 warnings found
2511Successfully evaluated buffer.docJar
2512Failed to resolve scalaVersion, assume it's Scala 3 project
2513[info] compiling 7 Scala sources to /build/repo/out/buffer/test/compile.dest/classes ...
2514[info] done compiling
2515Successfully evaluated buffer.test.compile
2516Publishing Artifact(cc.otavia,otavia-buffer_3,0.4.5) to ivy repo /root/.ivy2/local
2517Successfully evaluated buffer.publishLocal
2518
2519Starting build for otavia-common - [4/23]
2520Successfully evaluated common.compile
2521Skipping unused scalacOptions: -source, -rewrite
2522Flag -classpath set repeatedly
2523-- Warning: common/src/cc/otavia/internal/ReflectionUtil.scala:30:8 ------------
252430 | def trySetAccessible(obj: AccessibleObject, checkAccessible: Boolean): Option[Throwable] = {
2525 | ^
2526 | Couldn't resolve a member for the given link query: AccessibleObject
2527-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:26:8 ----------
252826 | def contains(key: String): Boolean = get(key).nonEmpty
2529 | ^
2530 | Couldn't resolve a member for the given link query: key
2531-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:34:8 ----------
253234 | def get(key: String): Option[String] = {
2533 | ^
2534 | Couldn't resolve a member for the given link query: key
2535-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:49:8 ----------
253649 | def get(key: String, default: String): String = get(key) match
2537 | ^
2538 | Couldn't resolve a member for the given link query: key
2539-- Warning: common/src/cc/otavia/util/IllegalReferenceCountException.scala:24:6
254024 |class IllegalReferenceCountException(message: String | Null, cause: Throwable | Null)
2541 | ^
2542 |Couldn't resolve a member for the given link query: IllegalStateException
2543-- Warning: common/src/cc/otavia/util/Resource.scala:36:8 ----------------------
254436 | def dispose(obj: AnyRef): Unit = {
2545 | ^
2546 | Couldn't resolve a member for the given link query: AutoCloseable
25477 warnings found
2548Successfully evaluated common.docJar
2549Failed to resolve scalaVersion, assume it's Scala 3 project
2550[info] compiling 1 Scala source to /build/repo/out/common/test/compile.dest/classes ...
2551[info] done compiling
2552Successfully evaluated common.test.compile
2553Publishing Artifact(cc.otavia,otavia-common_3,0.4.5) to ivy repo /root/.ivy2/local
2554Successfully evaluated common.publishLocal
2555
2556Starting build for otavia-all - [5/23]
2557No test module defined in all
2558[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
2559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
2560[warn] 35 | protected var logger: Logger = _
2561[warn] | ^
2562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
2566[warn] 37 | private var ctx: ActorContext = _
2567[warn] | ^
2568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
2572[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
2573[warn] | ^
2574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
2578[warn] 45 | private[core] var currentStack: Stack = _
2579[warn] | ^
2580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2583[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
2584[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2585[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2586[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2587[error] |Required: cc.otavia.core.actor.MessageOf[W] &
2588[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2589[error] |
2590[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
2591[error] |
2592[error] | longer explanation available when compiling with `-explain`
2593[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
2594[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2595[error] | ^^^^^^^^^^^^
2596[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
2597[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
2598[error] |
2599[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
2600[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2601[error] |
2602[error] |
2603[error] |Note: a match type could not be fully reduced:
2604[error] |
2605[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
2606[error] | failed since selector W
2607[error] | does not uniquely determine parameter m in
2608[error] | case cc.otavia.core.actor.Actor[m] => m
2609[error] | The computed bounds for the parameter are:
2610[error] | m <: cc.otavia.core.message.Call |
2611[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2612[error] |
2613[error] | longer explanation available when compiling with `-explain`
2614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
2615[warn] 30 | private var workers: Address[MessageOf[W]] = _
2616[warn] | ^
2617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
2621[warn] 37 | private var currentChannelReceived: AnyRef = _
2622[warn] | ^
2623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
2627[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
2628[warn] | ^
2629[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
2632[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
2633[warn] | ^
2634[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
2637[warn] 23 | private var variables: Array[AnyRef] = _
2638[warn] | ^
2639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
2643[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
2644[warn] | ^
2645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
2649[warn] 26 | private var thread: Thread = _
2650[warn] | ^
2651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
2655[warn] 28 | private var head: Nextable = _
2656[warn] | ^
2657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
2661[warn] 29 | private var tail: Nextable = _
2662[warn] | ^
2663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
2667[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
2668[warn] | ^
2669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
2673[warn] 46 | private var actorHouse: ActorHouse = _
2674[warn] | ^
2675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
2679[warn] 49 | private var pipe: ChannelPipelineImpl = _
2680[warn] | ^
2681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
2685[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
2686[warn] | ^
2687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
2691[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
2692[warn] | ^
2693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
2697[warn] 35 | private var path: Path = _
2698[warn] | ^
2699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
2703[warn] 36 | protected var currentReadPlan: ReadPlan = _
2704[warn] | ^
2705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
2709[warn] 38 | private var readFactory: ReadPlanFactory = _
2710[warn] | ^
2711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
2715[warn] 22 | private[core] var added: Boolean = _
2716[warn] | ^
2717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
2721[warn] 51 | private var removed: Boolean = _
2722[warn] | ^
2723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
2727[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
2728[warn] | ^
2729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
2733[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
2734[warn] | ^
2735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
2739[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
2740[warn] | ^
2741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
2745[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
2746[warn] | ^
2747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
2751[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2752[warn] | ^
2753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
2757[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2758[warn] | ^
2759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
2763[warn] 38 | private var inbound: I = _
2764[warn] | ^
2765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
2769[warn] 39 | private var outbound: O = _
2770[warn] | ^
2771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
2775[warn] 42 | private var fileChannel: FileChannel = _
2776[warn] | ^
2777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
2781[warn] 43 | private var file: File = _
2782[warn] | ^
2783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
2787[warn] 27 | private var hd: QueueMapEntity = _
2788[warn] | ^
2789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
2793[warn] 28 | private var tl: QueueMapEntity = _
2794[warn] | ^
2795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
2799[warn] 34 | private var cursor: QueueMapEntity = _
2800[warn] | ^
2801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
2805[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
2806[warn] | ^
2807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
2811[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
2812[warn] | ^
2813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
2817[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
2818[warn] | ^
2819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
2823[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
2824[warn] | ^
2825[warn] |Ignoring [this] qualifier.
2826[warn] |This syntax will be deprecated in the future; it should be dropped.
2827[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
2830[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
2831[warn] | ^
2832[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
2835[warn] 29 | @volatile private var sys: ActorSystem = _
2836[warn] | ^
2837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
2841[warn] 27 | private var address: Address[Call] = _
2842[warn] | ^
2843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
2847[warn] 31 | private var msg: M = _
2848[warn] | ^
2849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
2853[warn] 35 | private var rids: Array[Long] = _
2854[warn] | ^
2855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
2859[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
2860[warn] | ^
2861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
2865[warn] 28 | protected var stack: Stack = _
2866[warn] | ^
2867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
2871[warn] 33 | protected var result: AnyRef = _
2872[warn] | ^
2873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
2877[warn] 34 | protected var error: Throwable = _
2878[warn] | ^
2879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
2883[warn] 36 | private var p: AbstractPromise[?] = _
2884[warn] | ^
2885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
2889[warn] 30 | private var call: Call = _
2890[warn] | ^
2891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
2895[warn] 31 | private var reply: Reply = _
2896[warn] | ^
2897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
2901[warn] 33 | private var sender: Address[Call] = _
2902[warn] | ^
2903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
2907[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
2908[warn] | ^
2909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
2913[warn] 27 | private var messages: Seq[Notice] = _
2914[warn] | ^
2915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
2919[warn] 49 | private var ch: Channel = _
2920[warn] | ^
2921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
2925[warn] 50 | private var ask: AnyRef = _
2926[warn] | ^
2927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
2931[warn] 51 | private var callback: ChannelPromise => Unit = _
2932[warn] | ^
2933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
2937[warn] 27 | private var msg: AnyRef = _
2938[warn] | ^
2939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
2943[warn] 28 | private var belong: AbstractChannel = _
2944[warn] | ^
2945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
2949[warn] 33 | private var ret: AnyRef = _
2950[warn] | ^
2951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
2955[warn] 29 | private var table: Array[MessagePromise[?]] = _
2956[warn] | ^
2957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
2961[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
2962[warn] | ^
2963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
2967[warn] 28 | private var msg: Call = _
2968[warn] | ^
2969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
2973[warn] 26 | var head: AbstractPromise[?] = _
2974[warn] | ^
2975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
2979[warn] 27 | var tail: AbstractPromise[?] = _
2980[warn] | ^
2981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
2985[warn] 29 | private var nextState: StackState = _
2986[warn] | ^
2987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
2991[warn] 32 | private var completedHead: AbstractPromise[?] = _
2992[warn] | ^
2993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
2997[warn] 33 | private var completedTail: AbstractPromise[?] = _
2998[warn] | ^
2999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
3003[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
3004[warn] | ^
3005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
3009[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
3010[warn] | ^
3011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
3015[warn] 40 | private var actor: AbstractActor[?] = _
3016[warn] | ^
3017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
3021[warn] 42 | private var att: AnyRef = _
3022[warn] | ^
3023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
3027[warn] 27 | private var fu: ChannelFuture = _
3028[warn] | ^
3029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
3033[warn] 28 | private var fu: MessageFuture[R] = _
3034[warn] | ^
3035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
3039[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
3040[warn] | ^
3041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3045[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3046[warn] | ^
3047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3051[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3052[warn] | ^
3053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3057[warn] 53 | private var tmpAskCursor: Nextable = _
3058[warn] | ^
3059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3063[warn] 54 | private var tmpNoticeCursor: Nextable = _
3064[warn] | ^
3065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3069[warn] 58 | @volatile private var preHouse: ActorHouse = _
3070[warn] | ^
3071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3075[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3076[warn] | ^
3077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3081[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3082[warn] | ^
3083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3087[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3088[warn] | ^
3089[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3092[warn] 107 | private var system: ActorSystem = _
3093[warn] | ^
3094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3098[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3099[warn] | ^
3100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3104[warn] 72 | private var memoryMonitor: Timeout = _
3105[warn] | ^
3106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3110[warn] 81 | private var systemMonitor: Timeout = _
3111[warn] | ^
3112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3116[warn] 34 | private var sys: ActorSystem = _
3117[warn] | ^
3118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3122[warn] 30 | @volatile private var head: ActorHouse = _
3123[warn] | ^
3124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3128[warn] 31 | @volatile private var tail: ActorHouse = _
3129[warn] | ^
3130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3134[warn] 51 | private var currentRunning: Actor[?] = _
3135[warn] | ^
3136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3140[warn] 26 | private var head: Nextable = _
3141[warn] | ^
3142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3146[warn] 27 | private var tail: Nextable = _
3147[warn] | ^
3148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3152[warn] 30 | @volatile private var head: ActorHouse = _
3153[warn] | ^
3154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3158[warn] 31 | @volatile private var tail: ActorHouse = _
3159[warn] | ^
3160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3164[warn] 37 | @volatile private var highHead: ActorHouse = _
3165[warn] | ^
3166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3170[warn] 38 | @volatile private var highTail: ActorHouse = _
3171[warn] | ^
3172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3176[warn] 29 | private var fs: Array[FileChannel] = _
3177[warn] | ^
3178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3182[warn] 28 | private var channel: Channel = _
3183[warn] | ^
3184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3188[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3189[warn] | ^
3190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3194[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3195[warn] | ^
3196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3200[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3201[warn] | ^
3202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3206[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3207[warn] | ^
3208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3212[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3213[warn] | ^
3214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3218[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3219[warn] | ^
3220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3224[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3225[warn] | ^
3226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3230[warn] 26 | private var resourceTimer: ResourceTimer = _
3231[warn] | ^
3232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
3236[warn] 34 | protected var address: EventableAddress = _
3237[warn] | ^
3238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
3242[warn] 40 | @volatile protected var handle: Timeout = _
3243[warn] | ^
3244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
3248[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
3249[warn] | ^
3250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
3254[warn] 39 | private var reactor: Reactor = _
3255[warn] | ^
3256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
3260[warn] 28 | private var transportFactory: TransportFactory = _
3261[warn] | ^
3262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
3266[warn] 39 | protected var _selectionKey: SelectionKey = _
3267[warn] | ^
3268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
3272[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
3273[warn] | ^
3274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
3278[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
3279[warn] | ^
3280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
3284[warn] 35 | private var ch: FileChannel = _
3285[warn] | ^
3286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
3290[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
3291[warn] | ^
3292[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
3293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
3295[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
3296[warn] | ^
3297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
3301[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
3302[warn] | ^
3303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
3307[warn] 44 | private var thread: Thread = _
3308[warn] | ^
3309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
3313[warn] 56 | private var ioHandler: IoHandler = _
3314[warn] | ^
3315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
3319[warn] 21 | @volatile private var n: Nextable | Null = _
3320[warn] | ^
3321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
3325[warn] 25 | @volatile private var head: T | Null = _
3326[warn] | ^
3327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
3331[warn] 26 | @volatile private var tail: T | Null = _
3332[warn] | ^
3333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
3337[warn] 29 | @volatile private var head: T | Null = _
3338[warn] | ^
3339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
3343[warn] 30 | @volatile private var tail: T | Null = _
3344[warn] | ^
3345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
3349[warn] 25 | private var head: T | Null = _
3350[warn] | ^
3351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
3355[warn] 26 | private var tail: T | Null = _
3356[warn] | ^
3357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3360[warn] 129 warnings found
3361[error] two errors found
3362Failed to evaluated all.compile: mill.api.Result$Failure
3363
3364Starting build for otavia-testkit - [6/23]
3365No test module defined in testkit
3366[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
3367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
3368[warn] 35 | protected var logger: Logger = _
3369[warn] | ^
3370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
3374[warn] 37 | private var ctx: ActorContext = _
3375[warn] | ^
3376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
3380[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
3381[warn] | ^
3382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
3386[warn] 45 | private[core] var currentStack: Stack = _
3387[warn] | ^
3388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3391[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
3392[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3393[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3394[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3395[error] |Required: cc.otavia.core.actor.MessageOf[W] &
3396[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3397[error] |
3398[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
3399[error] |
3400[error] | longer explanation available when compiling with `-explain`
3401[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
3402[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3403[error] | ^^^^^^^^^^^^
3404[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
3405[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
3406[error] |
3407[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
3408[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3409[error] |
3410[error] |
3411[error] |Note: a match type could not be fully reduced:
3412[error] |
3413[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
3414[error] | failed since selector W
3415[error] | does not uniquely determine parameter m in
3416[error] | case cc.otavia.core.actor.Actor[m] => m
3417[error] | The computed bounds for the parameter are:
3418[error] | m <: cc.otavia.core.message.Call |
3419[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3420[error] |
3421[error] | longer explanation available when compiling with `-explain`
3422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
3423[warn] 30 | private var workers: Address[MessageOf[W]] = _
3424[warn] | ^
3425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
3429[warn] 37 | private var currentChannelReceived: AnyRef = _
3430[warn] | ^
3431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
3435[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
3436[warn] | ^
3437[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
3440[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
3441[warn] | ^
3442[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
3445[warn] 23 | private var variables: Array[AnyRef] = _
3446[warn] | ^
3447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
3451[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
3452[warn] | ^
3453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
3457[warn] 26 | private var thread: Thread = _
3458[warn] | ^
3459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
3463[warn] 28 | private var head: Nextable = _
3464[warn] | ^
3465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
3469[warn] 29 | private var tail: Nextable = _
3470[warn] | ^
3471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
3475[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
3476[warn] | ^
3477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
3481[warn] 46 | private var actorHouse: ActorHouse = _
3482[warn] | ^
3483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
3487[warn] 49 | private var pipe: ChannelPipelineImpl = _
3488[warn] | ^
3489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
3493[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
3494[warn] | ^
3495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
3499[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
3500[warn] | ^
3501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
3505[warn] 35 | private var path: Path = _
3506[warn] | ^
3507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
3511[warn] 36 | protected var currentReadPlan: ReadPlan = _
3512[warn] | ^
3513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
3517[warn] 38 | private var readFactory: ReadPlanFactory = _
3518[warn] | ^
3519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
3523[warn] 22 | private[core] var added: Boolean = _
3524[warn] | ^
3525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
3529[warn] 51 | private var removed: Boolean = _
3530[warn] | ^
3531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
3535[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
3536[warn] | ^
3537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
3541[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
3542[warn] | ^
3543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
3547[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
3548[warn] | ^
3549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
3553[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
3554[warn] | ^
3555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
3559[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3560[warn] | ^
3561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
3565[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3566[warn] | ^
3567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
3571[warn] 38 | private var inbound: I = _
3572[warn] | ^
3573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
3577[warn] 39 | private var outbound: O = _
3578[warn] | ^
3579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
3583[warn] 42 | private var fileChannel: FileChannel = _
3584[warn] | ^
3585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
3589[warn] 43 | private var file: File = _
3590[warn] | ^
3591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
3595[warn] 27 | private var hd: QueueMapEntity = _
3596[warn] | ^
3597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
3601[warn] 28 | private var tl: QueueMapEntity = _
3602[warn] | ^
3603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
3607[warn] 34 | private var cursor: QueueMapEntity = _
3608[warn] | ^
3609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
3613[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
3614[warn] | ^
3615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
3619[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
3620[warn] | ^
3621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
3625[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
3626[warn] | ^
3627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
3631[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
3632[warn] | ^
3633[warn] |Ignoring [this] qualifier.
3634[warn] |This syntax will be deprecated in the future; it should be dropped.
3635[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
3636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
3638[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
3639[warn] | ^
3640[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
3643[warn] 29 | @volatile private var sys: ActorSystem = _
3644[warn] | ^
3645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
3649[warn] 27 | private var address: Address[Call] = _
3650[warn] | ^
3651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
3655[warn] 31 | private var msg: M = _
3656[warn] | ^
3657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
3661[warn] 35 | private var rids: Array[Long] = _
3662[warn] | ^
3663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
3667[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
3668[warn] | ^
3669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
3673[warn] 28 | protected var stack: Stack = _
3674[warn] | ^
3675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
3679[warn] 33 | protected var result: AnyRef = _
3680[warn] | ^
3681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
3685[warn] 34 | protected var error: Throwable = _
3686[warn] | ^
3687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
3691[warn] 36 | private var p: AbstractPromise[?] = _
3692[warn] | ^
3693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
3697[warn] 30 | private var call: Call = _
3698[warn] | ^
3699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
3703[warn] 31 | private var reply: Reply = _
3704[warn] | ^
3705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
3709[warn] 33 | private var sender: Address[Call] = _
3710[warn] | ^
3711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
3715[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
3716[warn] | ^
3717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
3721[warn] 27 | private var messages: Seq[Notice] = _
3722[warn] | ^
3723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
3727[warn] 49 | private var ch: Channel = _
3728[warn] | ^
3729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
3733[warn] 50 | private var ask: AnyRef = _
3734[warn] | ^
3735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
3739[warn] 51 | private var callback: ChannelPromise => Unit = _
3740[warn] | ^
3741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
3745[warn] 27 | private var msg: AnyRef = _
3746[warn] | ^
3747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
3751[warn] 28 | private var belong: AbstractChannel = _
3752[warn] | ^
3753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
3757[warn] 33 | private var ret: AnyRef = _
3758[warn] | ^
3759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
3763[warn] 29 | private var table: Array[MessagePromise[?]] = _
3764[warn] | ^
3765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
3769[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
3770[warn] | ^
3771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
3775[warn] 28 | private var msg: Call = _
3776[warn] | ^
3777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
3781[warn] 26 | var head: AbstractPromise[?] = _
3782[warn] | ^
3783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
3787[warn] 27 | var tail: AbstractPromise[?] = _
3788[warn] | ^
3789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
3793[warn] 29 | private var nextState: StackState = _
3794[warn] | ^
3795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
3799[warn] 32 | private var completedHead: AbstractPromise[?] = _
3800[warn] | ^
3801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
3805[warn] 33 | private var completedTail: AbstractPromise[?] = _
3806[warn] | ^
3807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
3811[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
3812[warn] | ^
3813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
3817[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
3818[warn] | ^
3819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
3823[warn] 40 | private var actor: AbstractActor[?] = _
3824[warn] | ^
3825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
3829[warn] 42 | private var att: AnyRef = _
3830[warn] | ^
3831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
3835[warn] 27 | private var fu: ChannelFuture = _
3836[warn] | ^
3837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
3841[warn] 28 | private var fu: MessageFuture[R] = _
3842[warn] | ^
3843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
3847[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
3848[warn] | ^
3849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3853[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3854[warn] | ^
3855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3859[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3860[warn] | ^
3861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3865[warn] 53 | private var tmpAskCursor: Nextable = _
3866[warn] | ^
3867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3871[warn] 54 | private var tmpNoticeCursor: Nextable = _
3872[warn] | ^
3873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3877[warn] 58 | @volatile private var preHouse: ActorHouse = _
3878[warn] | ^
3879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3883[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3884[warn] | ^
3885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3889[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3890[warn] | ^
3891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3895[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3896[warn] | ^
3897[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3900[warn] 107 | private var system: ActorSystem = _
3901[warn] | ^
3902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3906[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3907[warn] | ^
3908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3912[warn] 72 | private var memoryMonitor: Timeout = _
3913[warn] | ^
3914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3918[warn] 81 | private var systemMonitor: Timeout = _
3919[warn] | ^
3920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3924[warn] 34 | private var sys: ActorSystem = _
3925[warn] | ^
3926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3930[warn] 30 | @volatile private var head: ActorHouse = _
3931[warn] | ^
3932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3936[warn] 31 | @volatile private var tail: ActorHouse = _
3937[warn] | ^
3938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3942[warn] 51 | private var currentRunning: Actor[?] = _
3943[warn] | ^
3944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3948[warn] 26 | private var head: Nextable = _
3949[warn] | ^
3950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3954[warn] 27 | private var tail: Nextable = _
3955[warn] | ^
3956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3960[warn] 30 | @volatile private var head: ActorHouse = _
3961[warn] | ^
3962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3966[warn] 31 | @volatile private var tail: ActorHouse = _
3967[warn] | ^
3968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3972[warn] 37 | @volatile private var highHead: ActorHouse = _
3973[warn] | ^
3974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3978[warn] 38 | @volatile private var highTail: ActorHouse = _
3979[warn] | ^
3980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3984[warn] 29 | private var fs: Array[FileChannel] = _
3985[warn] | ^
3986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3990[warn] 28 | private var channel: Channel = _
3991[warn] | ^
3992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3996[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3997[warn] | ^
3998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4002[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4003[warn] | ^
4004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4008[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4009[warn] | ^
4010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4014[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4015[warn] | ^
4016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4020[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4021[warn] | ^
4022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4026[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4027[warn] | ^
4028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4032[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4033[warn] | ^
4034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4038[warn] 26 | private var resourceTimer: ResourceTimer = _
4039[warn] | ^
4040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4044[warn] 34 | protected var address: EventableAddress = _
4045[warn] | ^
4046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4050[warn] 40 | @volatile protected var handle: Timeout = _
4051[warn] | ^
4052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4056[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4057[warn] | ^
4058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4062[warn] 39 | private var reactor: Reactor = _
4063[warn] | ^
4064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4068[warn] 28 | private var transportFactory: TransportFactory = _
4069[warn] | ^
4070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4074[warn] 39 | protected var _selectionKey: SelectionKey = _
4075[warn] | ^
4076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4080[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4081[warn] | ^
4082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4086[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4087[warn] | ^
4088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4092[warn] 35 | private var ch: FileChannel = _
4093[warn] | ^
4094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4098[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4099[warn] | ^
4100[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4103[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4104[warn] | ^
4105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4109[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4110[warn] | ^
4111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4115[warn] 44 | private var thread: Thread = _
4116[warn] | ^
4117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4121[warn] 56 | private var ioHandler: IoHandler = _
4122[warn] | ^
4123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4127[warn] 21 | @volatile private var n: Nextable | Null = _
4128[warn] | ^
4129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4133[warn] 25 | @volatile private var head: T | Null = _
4134[warn] | ^
4135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4139[warn] 26 | @volatile private var tail: T | Null = _
4140[warn] | ^
4141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4145[warn] 29 | @volatile private var head: T | Null = _
4146[warn] | ^
4147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4151[warn] 30 | @volatile private var tail: T | Null = _
4152[warn] | ^
4153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4157[warn] 25 | private var head: T | Null = _
4158[warn] | ^
4159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4163[warn] 26 | private var tail: T | Null = _
4164[warn] | ^
4165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4168[warn] 129 warnings found
4169[error] two errors found
4170Failed to evaluated testkit.compile: mill.api.Result$Failure
4171
4172Starting build for otavia-postgres-driver - [7/23]
4173[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4175[warn] 35 | protected var logger: Logger = _
4176[warn] | ^
4177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4181[warn] 37 | private var ctx: ActorContext = _
4182[warn] | ^
4183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4187[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4188[warn] | ^
4189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4193[warn] 45 | private[core] var currentStack: Stack = _
4194[warn] | ^
4195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4198[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4199[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4200[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4201[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4202[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4203[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4204[error] |
4205[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4206[error] |
4207[error] | longer explanation available when compiling with `-explain`
4208[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4209[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4210[error] | ^^^^^^^^^^^^
4211[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4212[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4213[error] |
4214[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4215[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4216[error] |
4217[error] |
4218[error] |Note: a match type could not be fully reduced:
4219[error] |
4220[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4221[error] | failed since selector W
4222[error] | does not uniquely determine parameter m in
4223[error] | case cc.otavia.core.actor.Actor[m] => m
4224[error] | The computed bounds for the parameter are:
4225[error] | m <: cc.otavia.core.message.Call |
4226[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4227[error] |
4228[error] | longer explanation available when compiling with `-explain`
4229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4230[warn] 30 | private var workers: Address[MessageOf[W]] = _
4231[warn] | ^
4232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
4236[warn] 37 | private var currentChannelReceived: AnyRef = _
4237[warn] | ^
4238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
4242[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
4243[warn] | ^
4244[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
4247[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
4248[warn] | ^
4249[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
4252[warn] 23 | private var variables: Array[AnyRef] = _
4253[warn] | ^
4254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
4258[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
4259[warn] | ^
4260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
4264[warn] 26 | private var thread: Thread = _
4265[warn] | ^
4266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
4270[warn] 28 | private var head: Nextable = _
4271[warn] | ^
4272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
4276[warn] 29 | private var tail: Nextable = _
4277[warn] | ^
4278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
4282[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
4283[warn] | ^
4284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
4288[warn] 46 | private var actorHouse: ActorHouse = _
4289[warn] | ^
4290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
4294[warn] 49 | private var pipe: ChannelPipelineImpl = _
4295[warn] | ^
4296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
4300[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
4301[warn] | ^
4302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
4306[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
4307[warn] | ^
4308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
4312[warn] 35 | private var path: Path = _
4313[warn] | ^
4314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
4318[warn] 36 | protected var currentReadPlan: ReadPlan = _
4319[warn] | ^
4320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
4324[warn] 38 | private var readFactory: ReadPlanFactory = _
4325[warn] | ^
4326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
4330[warn] 22 | private[core] var added: Boolean = _
4331[warn] | ^
4332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
4336[warn] 51 | private var removed: Boolean = _
4337[warn] | ^
4338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
4342[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
4343[warn] | ^
4344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
4348[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
4349[warn] | ^
4350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
4354[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
4355[warn] | ^
4356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
4360[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
4361[warn] | ^
4362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
4366[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4367[warn] | ^
4368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
4372[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4373[warn] | ^
4374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
4378[warn] 38 | private var inbound: I = _
4379[warn] | ^
4380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
4384[warn] 39 | private var outbound: O = _
4385[warn] | ^
4386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
4390[warn] 42 | private var fileChannel: FileChannel = _
4391[warn] | ^
4392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
4396[warn] 43 | private var file: File = _
4397[warn] | ^
4398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
4402[warn] 27 | private var hd: QueueMapEntity = _
4403[warn] | ^
4404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
4408[warn] 28 | private var tl: QueueMapEntity = _
4409[warn] | ^
4410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
4414[warn] 34 | private var cursor: QueueMapEntity = _
4415[warn] | ^
4416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
4420[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
4421[warn] | ^
4422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
4426[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
4427[warn] | ^
4428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
4432[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
4433[warn] | ^
4434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
4438[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
4439[warn] | ^
4440[warn] |Ignoring [this] qualifier.
4441[warn] |This syntax will be deprecated in the future; it should be dropped.
4442[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
4445[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
4446[warn] | ^
4447[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
4450[warn] 29 | @volatile private var sys: ActorSystem = _
4451[warn] | ^
4452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
4456[warn] 27 | private var address: Address[Call] = _
4457[warn] | ^
4458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
4462[warn] 31 | private var msg: M = _
4463[warn] | ^
4464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
4468[warn] 35 | private var rids: Array[Long] = _
4469[warn] | ^
4470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
4474[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
4475[warn] | ^
4476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
4480[warn] 28 | protected var stack: Stack = _
4481[warn] | ^
4482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
4486[warn] 33 | protected var result: AnyRef = _
4487[warn] | ^
4488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
4492[warn] 34 | protected var error: Throwable = _
4493[warn] | ^
4494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
4498[warn] 36 | private var p: AbstractPromise[?] = _
4499[warn] | ^
4500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
4504[warn] 30 | private var call: Call = _
4505[warn] | ^
4506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
4510[warn] 31 | private var reply: Reply = _
4511[warn] | ^
4512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
4516[warn] 33 | private var sender: Address[Call] = _
4517[warn] | ^
4518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
4522[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
4523[warn] | ^
4524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
4528[warn] 27 | private var messages: Seq[Notice] = _
4529[warn] | ^
4530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
4534[warn] 49 | private var ch: Channel = _
4535[warn] | ^
4536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
4540[warn] 50 | private var ask: AnyRef = _
4541[warn] | ^
4542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
4546[warn] 51 | private var callback: ChannelPromise => Unit = _
4547[warn] | ^
4548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
4552[warn] 27 | private var msg: AnyRef = _
4553[warn] | ^
4554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
4558[warn] 28 | private var belong: AbstractChannel = _
4559[warn] | ^
4560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
4564[warn] 33 | private var ret: AnyRef = _
4565[warn] | ^
4566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
4570[warn] 29 | private var table: Array[MessagePromise[?]] = _
4571[warn] | ^
4572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
4576[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
4577[warn] | ^
4578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
4582[warn] 28 | private var msg: Call = _
4583[warn] | ^
4584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
4588[warn] 26 | var head: AbstractPromise[?] = _
4589[warn] | ^
4590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
4594[warn] 27 | var tail: AbstractPromise[?] = _
4595[warn] | ^
4596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
4600[warn] 29 | private var nextState: StackState = _
4601[warn] | ^
4602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
4606[warn] 32 | private var completedHead: AbstractPromise[?] = _
4607[warn] | ^
4608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
4612[warn] 33 | private var completedTail: AbstractPromise[?] = _
4613[warn] | ^
4614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
4618[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
4619[warn] | ^
4620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
4624[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
4625[warn] | ^
4626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
4630[warn] 40 | private var actor: AbstractActor[?] = _
4631[warn] | ^
4632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
4636[warn] 42 | private var att: AnyRef = _
4637[warn] | ^
4638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
4642[warn] 27 | private var fu: ChannelFuture = _
4643[warn] | ^
4644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
4648[warn] 28 | private var fu: MessageFuture[R] = _
4649[warn] | ^
4650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
4654[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
4655[warn] | ^
4656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
4660[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
4661[warn] | ^
4662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
4666[warn] 41 | private var actorAddress: ActorAddress[Call] = _
4667[warn] | ^
4668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
4672[warn] 53 | private var tmpAskCursor: Nextable = _
4673[warn] | ^
4674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
4678[warn] 54 | private var tmpNoticeCursor: Nextable = _
4679[warn] | ^
4680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
4684[warn] 58 | @volatile private var preHouse: ActorHouse = _
4685[warn] | ^
4686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
4690[warn] 59 | @volatile private var nextHouse: ActorHouse = _
4691[warn] | ^
4692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
4696[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
4697[warn] | ^
4698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
4702[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
4703[warn] | ^
4704[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
4707[warn] 107 | private var system: ActorSystem = _
4708[warn] | ^
4709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
4713[warn] 57 | private var mainActor: Address[MainActor.Args] = _
4714[warn] | ^
4715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
4719[warn] 72 | private var memoryMonitor: Timeout = _
4720[warn] | ^
4721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
4725[warn] 81 | private var systemMonitor: Timeout = _
4726[warn] | ^
4727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
4731[warn] 34 | private var sys: ActorSystem = _
4732[warn] | ^
4733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
4737[warn] 30 | @volatile private var head: ActorHouse = _
4738[warn] | ^
4739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
4743[warn] 31 | @volatile private var tail: ActorHouse = _
4744[warn] | ^
4745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
4749[warn] 51 | private var currentRunning: Actor[?] = _
4750[warn] | ^
4751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
4755[warn] 26 | private var head: Nextable = _
4756[warn] | ^
4757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
4761[warn] 27 | private var tail: Nextable = _
4762[warn] | ^
4763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
4767[warn] 30 | @volatile private var head: ActorHouse = _
4768[warn] | ^
4769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
4773[warn] 31 | @volatile private var tail: ActorHouse = _
4774[warn] | ^
4775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
4779[warn] 37 | @volatile private var highHead: ActorHouse = _
4780[warn] | ^
4781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
4785[warn] 38 | @volatile private var highTail: ActorHouse = _
4786[warn] | ^
4787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
4791[warn] 29 | private var fs: Array[FileChannel] = _
4792[warn] | ^
4793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
4797[warn] 28 | private var channel: Channel = _
4798[warn] | ^
4799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
4803[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
4804[warn] | ^
4805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4809[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4810[warn] | ^
4811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4815[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4816[warn] | ^
4817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4821[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4822[warn] | ^
4823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4827[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4828[warn] | ^
4829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4833[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4834[warn] | ^
4835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4839[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4840[warn] | ^
4841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4845[warn] 26 | private var resourceTimer: ResourceTimer = _
4846[warn] | ^
4847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4851[warn] 34 | protected var address: EventableAddress = _
4852[warn] | ^
4853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4857[warn] 40 | @volatile protected var handle: Timeout = _
4858[warn] | ^
4859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4863[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4864[warn] | ^
4865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4869[warn] 39 | private var reactor: Reactor = _
4870[warn] | ^
4871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4875[warn] 28 | private var transportFactory: TransportFactory = _
4876[warn] | ^
4877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4881[warn] 39 | protected var _selectionKey: SelectionKey = _
4882[warn] | ^
4883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4887[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4888[warn] | ^
4889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4893[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4894[warn] | ^
4895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4899[warn] 35 | private var ch: FileChannel = _
4900[warn] | ^
4901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4905[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4906[warn] | ^
4907[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4910[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4911[warn] | ^
4912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4916[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4917[warn] | ^
4918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4922[warn] 44 | private var thread: Thread = _
4923[warn] | ^
4924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4928[warn] 56 | private var ioHandler: IoHandler = _
4929[warn] | ^
4930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4934[warn] 21 | @volatile private var n: Nextable | Null = _
4935[warn] | ^
4936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4940[warn] 25 | @volatile private var head: T | Null = _
4941[warn] | ^
4942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4946[warn] 26 | @volatile private var tail: T | Null = _
4947[warn] | ^
4948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4952[warn] 29 | @volatile private var head: T | Null = _
4953[warn] | ^
4954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4958[warn] 30 | @volatile private var tail: T | Null = _
4959[warn] | ^
4960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4964[warn] 25 | private var head: T | Null = _
4965[warn] | ^
4966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4970[warn] 26 | private var tail: T | Null = _
4971[warn] | ^
4972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4975[warn] 129 warnings found
4976[error] two errors found
4977Failed to evaluated sql-postgres-driver.compile: mill.api.Result$Failure
4978
4979Starting build for otavia-log4a - [8/23]
4980[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4982[warn] 35 | protected var logger: Logger = _
4983[warn] | ^
4984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4988[warn] 37 | private var ctx: ActorContext = _
4989[warn] | ^
4990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4994[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4995[warn] | ^
4996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5000[warn] 45 | private[core] var currentStack: Stack = _
5001[warn] | ^
5002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5005[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5006[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5007[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5008[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5009[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5010[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5011[error] |
5012[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5013[error] |
5014[error] | longer explanation available when compiling with `-explain`
5015[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5016[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5017[error] | ^^^^^^^^^^^^
5018[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5019[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5020[error] |
5021[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5022[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5023[error] |
5024[error] |
5025[error] |Note: a match type could not be fully reduced:
5026[error] |
5027[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5028[error] | failed since selector W
5029[error] | does not uniquely determine parameter m in
5030[error] | case cc.otavia.core.actor.Actor[m] => m
5031[error] | The computed bounds for the parameter are:
5032[error] | m <: cc.otavia.core.message.Call |
5033[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5034[error] |
5035[error] | longer explanation available when compiling with `-explain`
5036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5037[warn] 30 | private var workers: Address[MessageOf[W]] = _
5038[warn] | ^
5039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5043[warn] 37 | private var currentChannelReceived: AnyRef = _
5044[warn] | ^
5045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5049[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5050[warn] | ^
5051[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5054[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5055[warn] | ^
5056[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5059[warn] 23 | private var variables: Array[AnyRef] = _
5060[warn] | ^
5061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5065[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5066[warn] | ^
5067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5071[warn] 26 | private var thread: Thread = _
5072[warn] | ^
5073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5077[warn] 28 | private var head: Nextable = _
5078[warn] | ^
5079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5083[warn] 29 | private var tail: Nextable = _
5084[warn] | ^
5085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5089[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5090[warn] | ^
5091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5095[warn] 46 | private var actorHouse: ActorHouse = _
5096[warn] | ^
5097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5101[warn] 49 | private var pipe: ChannelPipelineImpl = _
5102[warn] | ^
5103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5107[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5108[warn] | ^
5109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5113[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5114[warn] | ^
5115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5119[warn] 35 | private var path: Path = _
5120[warn] | ^
5121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5125[warn] 36 | protected var currentReadPlan: ReadPlan = _
5126[warn] | ^
5127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5131[warn] 38 | private var readFactory: ReadPlanFactory = _
5132[warn] | ^
5133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5137[warn] 22 | private[core] var added: Boolean = _
5138[warn] | ^
5139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5143[warn] 51 | private var removed: Boolean = _
5144[warn] | ^
5145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5149[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5150[warn] | ^
5151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5155[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5156[warn] | ^
5157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5161[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5162[warn] | ^
5163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5167[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5168[warn] | ^
5169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5173[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5174[warn] | ^
5175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5179[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5180[warn] | ^
5181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5185[warn] 38 | private var inbound: I = _
5186[warn] | ^
5187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5191[warn] 39 | private var outbound: O = _
5192[warn] | ^
5193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5197[warn] 42 | private var fileChannel: FileChannel = _
5198[warn] | ^
5199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
5203[warn] 43 | private var file: File = _
5204[warn] | ^
5205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
5209[warn] 27 | private var hd: QueueMapEntity = _
5210[warn] | ^
5211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
5215[warn] 28 | private var tl: QueueMapEntity = _
5216[warn] | ^
5217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
5221[warn] 34 | private var cursor: QueueMapEntity = _
5222[warn] | ^
5223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
5227[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
5228[warn] | ^
5229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
5233[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
5234[warn] | ^
5235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
5239[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
5240[warn] | ^
5241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
5245[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
5246[warn] | ^
5247[warn] |Ignoring [this] qualifier.
5248[warn] |This syntax will be deprecated in the future; it should be dropped.
5249[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
5252[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
5253[warn] | ^
5254[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
5257[warn] 29 | @volatile private var sys: ActorSystem = _
5258[warn] | ^
5259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
5263[warn] 27 | private var address: Address[Call] = _
5264[warn] | ^
5265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
5269[warn] 31 | private var msg: M = _
5270[warn] | ^
5271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
5275[warn] 35 | private var rids: Array[Long] = _
5276[warn] | ^
5277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
5281[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
5282[warn] | ^
5283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
5287[warn] 28 | protected var stack: Stack = _
5288[warn] | ^
5289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
5293[warn] 33 | protected var result: AnyRef = _
5294[warn] | ^
5295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
5299[warn] 34 | protected var error: Throwable = _
5300[warn] | ^
5301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
5305[warn] 36 | private var p: AbstractPromise[?] = _
5306[warn] | ^
5307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
5311[warn] 30 | private var call: Call = _
5312[warn] | ^
5313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
5317[warn] 31 | private var reply: Reply = _
5318[warn] | ^
5319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
5323[warn] 33 | private var sender: Address[Call] = _
5324[warn] | ^
5325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
5329[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
5330[warn] | ^
5331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
5335[warn] 27 | private var messages: Seq[Notice] = _
5336[warn] | ^
5337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
5341[warn] 49 | private var ch: Channel = _
5342[warn] | ^
5343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
5347[warn] 50 | private var ask: AnyRef = _
5348[warn] | ^
5349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
5353[warn] 51 | private var callback: ChannelPromise => Unit = _
5354[warn] | ^
5355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
5359[warn] 27 | private var msg: AnyRef = _
5360[warn] | ^
5361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
5365[warn] 28 | private var belong: AbstractChannel = _
5366[warn] | ^
5367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
5371[warn] 33 | private var ret: AnyRef = _
5372[warn] | ^
5373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
5377[warn] 29 | private var table: Array[MessagePromise[?]] = _
5378[warn] | ^
5379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
5383[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
5384[warn] | ^
5385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
5389[warn] 28 | private var msg: Call = _
5390[warn] | ^
5391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
5395[warn] 26 | var head: AbstractPromise[?] = _
5396[warn] | ^
5397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
5401[warn] 27 | var tail: AbstractPromise[?] = _
5402[warn] | ^
5403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
5407[warn] 29 | private var nextState: StackState = _
5408[warn] | ^
5409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
5413[warn] 32 | private var completedHead: AbstractPromise[?] = _
5414[warn] | ^
5415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
5419[warn] 33 | private var completedTail: AbstractPromise[?] = _
5420[warn] | ^
5421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
5425[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
5426[warn] | ^
5427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
5431[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
5432[warn] | ^
5433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
5437[warn] 40 | private var actor: AbstractActor[?] = _
5438[warn] | ^
5439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
5443[warn] 42 | private var att: AnyRef = _
5444[warn] | ^
5445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
5449[warn] 27 | private var fu: ChannelFuture = _
5450[warn] | ^
5451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
5455[warn] 28 | private var fu: MessageFuture[R] = _
5456[warn] | ^
5457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
5461[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
5462[warn] | ^
5463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
5467[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
5468[warn] | ^
5469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
5473[warn] 41 | private var actorAddress: ActorAddress[Call] = _
5474[warn] | ^
5475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
5479[warn] 53 | private var tmpAskCursor: Nextable = _
5480[warn] | ^
5481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
5485[warn] 54 | private var tmpNoticeCursor: Nextable = _
5486[warn] | ^
5487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
5491[warn] 58 | @volatile private var preHouse: ActorHouse = _
5492[warn] | ^
5493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
5497[warn] 59 | @volatile private var nextHouse: ActorHouse = _
5498[warn] | ^
5499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
5503[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
5504[warn] | ^
5505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
5509[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
5510[warn] | ^
5511[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
5514[warn] 107 | private var system: ActorSystem = _
5515[warn] | ^
5516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
5520[warn] 57 | private var mainActor: Address[MainActor.Args] = _
5521[warn] | ^
5522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
5526[warn] 72 | private var memoryMonitor: Timeout = _
5527[warn] | ^
5528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
5532[warn] 81 | private var systemMonitor: Timeout = _
5533[warn] | ^
5534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
5538[warn] 34 | private var sys: ActorSystem = _
5539[warn] | ^
5540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
5544[warn] 30 | @volatile private var head: ActorHouse = _
5545[warn] | ^
5546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
5550[warn] 31 | @volatile private var tail: ActorHouse = _
5551[warn] | ^
5552[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5553[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
5556[warn] 51 | private var currentRunning: Actor[?] = _
5557[warn] | ^
5558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
5562[warn] 26 | private var head: Nextable = _
5563[warn] | ^
5564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
5568[warn] 27 | private var tail: Nextable = _
5569[warn] | ^
5570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
5574[warn] 30 | @volatile private var head: ActorHouse = _
5575[warn] | ^
5576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
5580[warn] 31 | @volatile private var tail: ActorHouse = _
5581[warn] | ^
5582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
5586[warn] 37 | @volatile private var highHead: ActorHouse = _
5587[warn] | ^
5588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
5592[warn] 38 | @volatile private var highTail: ActorHouse = _
5593[warn] | ^
5594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
5598[warn] 29 | private var fs: Array[FileChannel] = _
5599[warn] | ^
5600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
5604[warn] 28 | private var channel: Channel = _
5605[warn] | ^
5606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
5610[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
5611[warn] | ^
5612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
5616[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
5617[warn] | ^
5618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
5622[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
5623[warn] | ^
5624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
5628[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
5629[warn] | ^
5630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
5634[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
5635[warn] | ^
5636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
5640[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
5641[warn] | ^
5642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
5646[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
5647[warn] | ^
5648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
5652[warn] 26 | private var resourceTimer: ResourceTimer = _
5653[warn] | ^
5654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
5658[warn] 34 | protected var address: EventableAddress = _
5659[warn] | ^
5660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
5664[warn] 40 | @volatile protected var handle: Timeout = _
5665[warn] | ^
5666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
5670[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
5671[warn] | ^
5672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
5676[warn] 39 | private var reactor: Reactor = _
5677[warn] | ^
5678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
5682[warn] 28 | private var transportFactory: TransportFactory = _
5683[warn] | ^
5684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
5688[warn] 39 | protected var _selectionKey: SelectionKey = _
5689[warn] | ^
5690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
5694[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
5695[warn] | ^
5696[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5697[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
5700[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
5701[warn] | ^
5702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
5706[warn] 35 | private var ch: FileChannel = _
5707[warn] | ^
5708[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5709[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
5712[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
5713[warn] | ^
5714[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
5715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
5717[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
5718[warn] | ^
5719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
5723[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
5724[warn] | ^
5725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
5729[warn] 44 | private var thread: Thread = _
5730[warn] | ^
5731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
5735[warn] 56 | private var ioHandler: IoHandler = _
5736[warn] | ^
5737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
5741[warn] 21 | @volatile private var n: Nextable | Null = _
5742[warn] | ^
5743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
5747[warn] 25 | @volatile private var head: T | Null = _
5748[warn] | ^
5749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
5753[warn] 26 | @volatile private var tail: T | Null = _
5754[warn] | ^
5755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
5759[warn] 29 | @volatile private var head: T | Null = _
5760[warn] | ^
5761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
5765[warn] 30 | @volatile private var tail: T | Null = _
5766[warn] | ^
5767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
5771[warn] 25 | private var head: T | Null = _
5772[warn] | ^
5773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
5777[warn] 26 | private var tail: T | Null = _
5778[warn] | ^
5779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5782[warn] 129 warnings found
5783[error] two errors found
5784Failed to evaluated log4a.compile: mill.api.Result$Failure
5785
5786Starting build for otavia-handler - [9/23]
5787[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
5788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
5789[warn] 35 | protected var logger: Logger = _
5790[warn] | ^
5791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
5795[warn] 37 | private var ctx: ActorContext = _
5796[warn] | ^
5797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
5801[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
5802[warn] | ^
5803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5807[warn] 45 | private[core] var currentStack: Stack = _
5808[warn] | ^
5809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5812[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5813[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5814[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5815[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5816[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5817[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5818[error] |
5819[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5820[error] |
5821[error] | longer explanation available when compiling with `-explain`
5822[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5823[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5824[error] | ^^^^^^^^^^^^
5825[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5826[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5827[error] |
5828[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5829[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5830[error] |
5831[error] |
5832[error] |Note: a match type could not be fully reduced:
5833[error] |
5834[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5835[error] | failed since selector W
5836[error] | does not uniquely determine parameter m in
5837[error] | case cc.otavia.core.actor.Actor[m] => m
5838[error] | The computed bounds for the parameter are:
5839[error] | m <: cc.otavia.core.message.Call |
5840[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5841[error] |
5842[error] | longer explanation available when compiling with `-explain`
5843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5844[warn] 30 | private var workers: Address[MessageOf[W]] = _
5845[warn] | ^
5846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5850[warn] 37 | private var currentChannelReceived: AnyRef = _
5851[warn] | ^
5852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5856[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5857[warn] | ^
5858[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5861[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5862[warn] | ^
5863[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5866[warn] 23 | private var variables: Array[AnyRef] = _
5867[warn] | ^
5868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5872[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5873[warn] | ^
5874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5878[warn] 26 | private var thread: Thread = _
5879[warn] | ^
5880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5884[warn] 28 | private var head: Nextable = _
5885[warn] | ^
5886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5890[warn] 29 | private var tail: Nextable = _
5891[warn] | ^
5892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5896[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5897[warn] | ^
5898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5902[warn] 46 | private var actorHouse: ActorHouse = _
5903[warn] | ^
5904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5908[warn] 49 | private var pipe: ChannelPipelineImpl = _
5909[warn] | ^
5910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5914[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5915[warn] | ^
5916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5920[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5921[warn] | ^
5922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5926[warn] 35 | private var path: Path = _
5927[warn] | ^
5928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5932[warn] 36 | protected var currentReadPlan: ReadPlan = _
5933[warn] | ^
5934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5938[warn] 38 | private var readFactory: ReadPlanFactory = _
5939[warn] | ^
5940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5944[warn] 22 | private[core] var added: Boolean = _
5945[warn] | ^
5946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5950[warn] 51 | private var removed: Boolean = _
5951[warn] | ^
5952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5956[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5957[warn] | ^
5958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5962[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5963[warn] | ^
5964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5968[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5969[warn] | ^
5970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5974[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5975[warn] | ^
5976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5980[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5981[warn] | ^
5982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5986[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5987[warn] | ^
5988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5992[warn] 38 | private var inbound: I = _
5993[warn] | ^
5994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5998[warn] 39 | private var outbound: O = _
5999[warn] | ^
6000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
6004[warn] 42 | private var fileChannel: FileChannel = _
6005[warn] | ^
6006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6010[warn] 43 | private var file: File = _
6011[warn] | ^
6012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6016[warn] 27 | private var hd: QueueMapEntity = _
6017[warn] | ^
6018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6022[warn] 28 | private var tl: QueueMapEntity = _
6023[warn] | ^
6024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6028[warn] 34 | private var cursor: QueueMapEntity = _
6029[warn] | ^
6030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6034[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6035[warn] | ^
6036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6040[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6041[warn] | ^
6042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6046[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6047[warn] | ^
6048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6052[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6053[warn] | ^
6054[warn] |Ignoring [this] qualifier.
6055[warn] |This syntax will be deprecated in the future; it should be dropped.
6056[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6059[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6060[warn] | ^
6061[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6064[warn] 29 | @volatile private var sys: ActorSystem = _
6065[warn] | ^
6066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6070[warn] 27 | private var address: Address[Call] = _
6071[warn] | ^
6072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6076[warn] 31 | private var msg: M = _
6077[warn] | ^
6078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6082[warn] 35 | private var rids: Array[Long] = _
6083[warn] | ^
6084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6088[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6089[warn] | ^
6090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6094[warn] 28 | protected var stack: Stack = _
6095[warn] | ^
6096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6100[warn] 33 | protected var result: AnyRef = _
6101[warn] | ^
6102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6106[warn] 34 | protected var error: Throwable = _
6107[warn] | ^
6108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6112[warn] 36 | private var p: AbstractPromise[?] = _
6113[warn] | ^
6114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6118[warn] 30 | private var call: Call = _
6119[warn] | ^
6120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6124[warn] 31 | private var reply: Reply = _
6125[warn] | ^
6126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6130[warn] 33 | private var sender: Address[Call] = _
6131[warn] | ^
6132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6136[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6137[warn] | ^
6138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6142[warn] 27 | private var messages: Seq[Notice] = _
6143[warn] | ^
6144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6148[warn] 49 | private var ch: Channel = _
6149[warn] | ^
6150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6154[warn] 50 | private var ask: AnyRef = _
6155[warn] | ^
6156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6160[warn] 51 | private var callback: ChannelPromise => Unit = _
6161[warn] | ^
6162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6166[warn] 27 | private var msg: AnyRef = _
6167[warn] | ^
6168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6172[warn] 28 | private var belong: AbstractChannel = _
6173[warn] | ^
6174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6178[warn] 33 | private var ret: AnyRef = _
6179[warn] | ^
6180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6184[warn] 29 | private var table: Array[MessagePromise[?]] = _
6185[warn] | ^
6186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6190[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6191[warn] | ^
6192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6196[warn] 28 | private var msg: Call = _
6197[warn] | ^
6198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
6202[warn] 26 | var head: AbstractPromise[?] = _
6203[warn] | ^
6204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
6208[warn] 27 | var tail: AbstractPromise[?] = _
6209[warn] | ^
6210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
6214[warn] 29 | private var nextState: StackState = _
6215[warn] | ^
6216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
6220[warn] 32 | private var completedHead: AbstractPromise[?] = _
6221[warn] | ^
6222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
6226[warn] 33 | private var completedTail: AbstractPromise[?] = _
6227[warn] | ^
6228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
6232[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
6233[warn] | ^
6234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
6238[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
6239[warn] | ^
6240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
6244[warn] 40 | private var actor: AbstractActor[?] = _
6245[warn] | ^
6246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
6250[warn] 42 | private var att: AnyRef = _
6251[warn] | ^
6252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
6256[warn] 27 | private var fu: ChannelFuture = _
6257[warn] | ^
6258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
6262[warn] 28 | private var fu: MessageFuture[R] = _
6263[warn] | ^
6264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
6268[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
6269[warn] | ^
6270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
6274[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
6275[warn] | ^
6276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
6280[warn] 41 | private var actorAddress: ActorAddress[Call] = _
6281[warn] | ^
6282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
6286[warn] 53 | private var tmpAskCursor: Nextable = _
6287[warn] | ^
6288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
6292[warn] 54 | private var tmpNoticeCursor: Nextable = _
6293[warn] | ^
6294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
6298[warn] 58 | @volatile private var preHouse: ActorHouse = _
6299[warn] | ^
6300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
6304[warn] 59 | @volatile private var nextHouse: ActorHouse = _
6305[warn] | ^
6306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
6310[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
6311[warn] | ^
6312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
6316[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
6317[warn] | ^
6318[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
6321[warn] 107 | private var system: ActorSystem = _
6322[warn] | ^
6323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
6327[warn] 57 | private var mainActor: Address[MainActor.Args] = _
6328[warn] | ^
6329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
6333[warn] 72 | private var memoryMonitor: Timeout = _
6334[warn] | ^
6335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
6339[warn] 81 | private var systemMonitor: Timeout = _
6340[warn] | ^
6341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
6345[warn] 34 | private var sys: ActorSystem = _
6346[warn] | ^
6347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
6351[warn] 30 | @volatile private var head: ActorHouse = _
6352[warn] | ^
6353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
6357[warn] 31 | @volatile private var tail: ActorHouse = _
6358[warn] | ^
6359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
6363[warn] 51 | private var currentRunning: Actor[?] = _
6364[warn] | ^
6365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
6369[warn] 26 | private var head: Nextable = _
6370[warn] | ^
6371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
6375[warn] 27 | private var tail: Nextable = _
6376[warn] | ^
6377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
6381[warn] 30 | @volatile private var head: ActorHouse = _
6382[warn] | ^
6383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
6387[warn] 31 | @volatile private var tail: ActorHouse = _
6388[warn] | ^
6389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
6393[warn] 37 | @volatile private var highHead: ActorHouse = _
6394[warn] | ^
6395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
6399[warn] 38 | @volatile private var highTail: ActorHouse = _
6400[warn] | ^
6401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
6405[warn] 29 | private var fs: Array[FileChannel] = _
6406[warn] | ^
6407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
6411[warn] 28 | private var channel: Channel = _
6412[warn] | ^
6413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
6417[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
6418[warn] | ^
6419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
6423[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
6424[warn] | ^
6425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
6429[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
6430[warn] | ^
6431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
6435[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
6436[warn] | ^
6437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
6441[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
6442[warn] | ^
6443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
6447[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
6448[warn] | ^
6449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
6453[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
6454[warn] | ^
6455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
6459[warn] 26 | private var resourceTimer: ResourceTimer = _
6460[warn] | ^
6461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
6465[warn] 34 | protected var address: EventableAddress = _
6466[warn] | ^
6467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
6471[warn] 40 | @volatile protected var handle: Timeout = _
6472[warn] | ^
6473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
6477[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
6478[warn] | ^
6479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
6483[warn] 39 | private var reactor: Reactor = _
6484[warn] | ^
6485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
6489[warn] 28 | private var transportFactory: TransportFactory = _
6490[warn] | ^
6491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
6495[warn] 39 | protected var _selectionKey: SelectionKey = _
6496[warn] | ^
6497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
6501[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
6502[warn] | ^
6503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
6507[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
6508[warn] | ^
6509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
6513[warn] 35 | private var ch: FileChannel = _
6514[warn] | ^
6515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
6519[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
6520[warn] | ^
6521[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
6522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
6524[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
6525[warn] | ^
6526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
6530[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
6531[warn] | ^
6532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
6536[warn] 44 | private var thread: Thread = _
6537[warn] | ^
6538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
6542[warn] 56 | private var ioHandler: IoHandler = _
6543[warn] | ^
6544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
6548[warn] 21 | @volatile private var n: Nextable | Null = _
6549[warn] | ^
6550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
6554[warn] 25 | @volatile private var head: T | Null = _
6555[warn] | ^
6556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
6560[warn] 26 | @volatile private var tail: T | Null = _
6561[warn] | ^
6562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
6566[warn] 29 | @volatile private var head: T | Null = _
6567[warn] | ^
6568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
6572[warn] 30 | @volatile private var tail: T | Null = _
6573[warn] | ^
6574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
6578[warn] 25 | private var head: T | Null = _
6579[warn] | ^
6580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
6584[warn] 26 | private var tail: T | Null = _
6585[warn] | ^
6586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6589[warn] 129 warnings found
6590[error] two errors found
6591Failed to evaluated handler.compile: mill.api.Result$Failure
6592
6593Starting build for otavia-codec-kafka - [10/23]
6594No test module defined in codec-kafka
6595[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
6596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
6597[warn] 35 | protected var logger: Logger = _
6598[warn] | ^
6599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
6603[warn] 37 | private var ctx: ActorContext = _
6604[warn] | ^
6605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
6609[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
6610[warn] | ^
6611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
6615[warn] 45 | private[core] var currentStack: Stack = _
6616[warn] | ^
6617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6620[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
6621[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6622[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6623[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6624[error] |Required: cc.otavia.core.actor.MessageOf[W] &
6625[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6626[error] |
6627[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
6628[error] |
6629[error] | longer explanation available when compiling with `-explain`
6630[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
6631[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6632[error] | ^^^^^^^^^^^^
6633[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
6634[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
6635[error] |
6636[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
6637[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6638[error] |
6639[error] |
6640[error] |Note: a match type could not be fully reduced:
6641[error] |
6642[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
6643[error] | failed since selector W
6644[error] | does not uniquely determine parameter m in
6645[error] | case cc.otavia.core.actor.Actor[m] => m
6646[error] | The computed bounds for the parameter are:
6647[error] | m <: cc.otavia.core.message.Call |
6648[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6649[error] |
6650[error] | longer explanation available when compiling with `-explain`
6651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
6652[warn] 30 | private var workers: Address[MessageOf[W]] = _
6653[warn] | ^
6654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
6658[warn] 37 | private var currentChannelReceived: AnyRef = _
6659[warn] | ^
6660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
6664[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
6665[warn] | ^
6666[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
6669[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
6670[warn] | ^
6671[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
6674[warn] 23 | private var variables: Array[AnyRef] = _
6675[warn] | ^
6676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
6680[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
6681[warn] | ^
6682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
6686[warn] 26 | private var thread: Thread = _
6687[warn] | ^
6688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
6692[warn] 28 | private var head: Nextable = _
6693[warn] | ^
6694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
6698[warn] 29 | private var tail: Nextable = _
6699[warn] | ^
6700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
6704[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
6705[warn] | ^
6706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
6710[warn] 46 | private var actorHouse: ActorHouse = _
6711[warn] | ^
6712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
6716[warn] 49 | private var pipe: ChannelPipelineImpl = _
6717[warn] | ^
6718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
6722[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
6723[warn] | ^
6724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
6728[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
6729[warn] | ^
6730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
6734[warn] 35 | private var path: Path = _
6735[warn] | ^
6736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
6740[warn] 36 | protected var currentReadPlan: ReadPlan = _
6741[warn] | ^
6742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
6746[warn] 38 | private var readFactory: ReadPlanFactory = _
6747[warn] | ^
6748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
6752[warn] 22 | private[core] var added: Boolean = _
6753[warn] | ^
6754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
6758[warn] 51 | private var removed: Boolean = _
6759[warn] | ^
6760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
6764[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
6765[warn] | ^
6766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
6770[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
6771[warn] | ^
6772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
6776[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
6777[warn] | ^
6778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
6782[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
6783[warn] | ^
6784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
6788[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6789[warn] | ^
6790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
6794[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6795[warn] | ^
6796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
6800[warn] 38 | private var inbound: I = _
6801[warn] | ^
6802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
6806[warn] 39 | private var outbound: O = _
6807[warn] | ^
6808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
6812[warn] 42 | private var fileChannel: FileChannel = _
6813[warn] | ^
6814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6818[warn] 43 | private var file: File = _
6819[warn] | ^
6820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6824[warn] 27 | private var hd: QueueMapEntity = _
6825[warn] | ^
6826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6830[warn] 28 | private var tl: QueueMapEntity = _
6831[warn] | ^
6832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6836[warn] 34 | private var cursor: QueueMapEntity = _
6837[warn] | ^
6838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6842[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6843[warn] | ^
6844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6848[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6849[warn] | ^
6850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6854[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6855[warn] | ^
6856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6860[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6861[warn] | ^
6862[warn] |Ignoring [this] qualifier.
6863[warn] |This syntax will be deprecated in the future; it should be dropped.
6864[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6867[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6868[warn] | ^
6869[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6872[warn] 29 | @volatile private var sys: ActorSystem = _
6873[warn] | ^
6874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6878[warn] 27 | private var address: Address[Call] = _
6879[warn] | ^
6880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6884[warn] 31 | private var msg: M = _
6885[warn] | ^
6886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6890[warn] 35 | private var rids: Array[Long] = _
6891[warn] | ^
6892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6896[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6897[warn] | ^
6898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6902[warn] 28 | protected var stack: Stack = _
6903[warn] | ^
6904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6908[warn] 33 | protected var result: AnyRef = _
6909[warn] | ^
6910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6914[warn] 34 | protected var error: Throwable = _
6915[warn] | ^
6916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6920[warn] 36 | private var p: AbstractPromise[?] = _
6921[warn] | ^
6922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6926[warn] 30 | private var call: Call = _
6927[warn] | ^
6928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6932[warn] 31 | private var reply: Reply = _
6933[warn] | ^
6934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6938[warn] 33 | private var sender: Address[Call] = _
6939[warn] | ^
6940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6944[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6945[warn] | ^
6946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6950[warn] 27 | private var messages: Seq[Notice] = _
6951[warn] | ^
6952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6956[warn] 49 | private var ch: Channel = _
6957[warn] | ^
6958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6962[warn] 50 | private var ask: AnyRef = _
6963[warn] | ^
6964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6968[warn] 51 | private var callback: ChannelPromise => Unit = _
6969[warn] | ^
6970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6974[warn] 27 | private var msg: AnyRef = _
6975[warn] | ^
6976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6980[warn] 28 | private var belong: AbstractChannel = _
6981[warn] | ^
6982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6986[warn] 33 | private var ret: AnyRef = _
6987[warn] | ^
6988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6992[warn] 29 | private var table: Array[MessagePromise[?]] = _
6993[warn] | ^
6994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6998[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6999[warn] | ^
7000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
7004[warn] 28 | private var msg: Call = _
7005[warn] | ^
7006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7010[warn] 26 | var head: AbstractPromise[?] = _
7011[warn] | ^
7012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7016[warn] 27 | var tail: AbstractPromise[?] = _
7017[warn] | ^
7018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7022[warn] 29 | private var nextState: StackState = _
7023[warn] | ^
7024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7028[warn] 32 | private var completedHead: AbstractPromise[?] = _
7029[warn] | ^
7030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7034[warn] 33 | private var completedTail: AbstractPromise[?] = _
7035[warn] | ^
7036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7040[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7041[warn] | ^
7042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7046[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7047[warn] | ^
7048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7052[warn] 40 | private var actor: AbstractActor[?] = _
7053[warn] | ^
7054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7058[warn] 42 | private var att: AnyRef = _
7059[warn] | ^
7060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7064[warn] 27 | private var fu: ChannelFuture = _
7065[warn] | ^
7066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7070[warn] 28 | private var fu: MessageFuture[R] = _
7071[warn] | ^
7072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7076[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7077[warn] | ^
7078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7082[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7083[warn] | ^
7084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7088[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7089[warn] | ^
7090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7094[warn] 53 | private var tmpAskCursor: Nextable = _
7095[warn] | ^
7096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7100[warn] 54 | private var tmpNoticeCursor: Nextable = _
7101[warn] | ^
7102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7106[warn] 58 | @volatile private var preHouse: ActorHouse = _
7107[warn] | ^
7108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7112[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7113[warn] | ^
7114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7118[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7119[warn] | ^
7120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7124[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7125[warn] | ^
7126[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7129[warn] 107 | private var system: ActorSystem = _
7130[warn] | ^
7131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7135[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7136[warn] | ^
7137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7141[warn] 72 | private var memoryMonitor: Timeout = _
7142[warn] | ^
7143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7147[warn] 81 | private var systemMonitor: Timeout = _
7148[warn] | ^
7149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7153[warn] 34 | private var sys: ActorSystem = _
7154[warn] | ^
7155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7159[warn] 30 | @volatile private var head: ActorHouse = _
7160[warn] | ^
7161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7165[warn] 31 | @volatile private var tail: ActorHouse = _
7166[warn] | ^
7167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7171[warn] 51 | private var currentRunning: Actor[?] = _
7172[warn] | ^
7173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7177[warn] 26 | private var head: Nextable = _
7178[warn] | ^
7179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7183[warn] 27 | private var tail: Nextable = _
7184[warn] | ^
7185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7189[warn] 30 | @volatile private var head: ActorHouse = _
7190[warn] | ^
7191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
7195[warn] 31 | @volatile private var tail: ActorHouse = _
7196[warn] | ^
7197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
7201[warn] 37 | @volatile private var highHead: ActorHouse = _
7202[warn] | ^
7203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
7207[warn] 38 | @volatile private var highTail: ActorHouse = _
7208[warn] | ^
7209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
7213[warn] 29 | private var fs: Array[FileChannel] = _
7214[warn] | ^
7215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
7219[warn] 28 | private var channel: Channel = _
7220[warn] | ^
7221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
7225[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
7226[warn] | ^
7227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
7231[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
7232[warn] | ^
7233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
7237[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
7238[warn] | ^
7239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
7243[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
7244[warn] | ^
7245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
7249[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
7250[warn] | ^
7251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
7255[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
7256[warn] | ^
7257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
7261[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
7262[warn] | ^
7263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
7267[warn] 26 | private var resourceTimer: ResourceTimer = _
7268[warn] | ^
7269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
7273[warn] 34 | protected var address: EventableAddress = _
7274[warn] | ^
7275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
7279[warn] 40 | @volatile protected var handle: Timeout = _
7280[warn] | ^
7281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
7285[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
7286[warn] | ^
7287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
7291[warn] 39 | private var reactor: Reactor = _
7292[warn] | ^
7293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
7297[warn] 28 | private var transportFactory: TransportFactory = _
7298[warn] | ^
7299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
7303[warn] 39 | protected var _selectionKey: SelectionKey = _
7304[warn] | ^
7305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
7309[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
7310[warn] | ^
7311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
7315[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
7316[warn] | ^
7317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
7321[warn] 35 | private var ch: FileChannel = _
7322[warn] | ^
7323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
7327[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
7328[warn] | ^
7329[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
7330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
7332[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
7333[warn] | ^
7334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
7338[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
7339[warn] | ^
7340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
7344[warn] 44 | private var thread: Thread = _
7345[warn] | ^
7346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
7350[warn] 56 | private var ioHandler: IoHandler = _
7351[warn] | ^
7352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
7356[warn] 21 | @volatile private var n: Nextable | Null = _
7357[warn] | ^
7358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
7362[warn] 25 | @volatile private var head: T | Null = _
7363[warn] | ^
7364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
7368[warn] 26 | @volatile private var tail: T | Null = _
7369[warn] | ^
7370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
7374[warn] 29 | @volatile private var head: T | Null = _
7375[warn] | ^
7376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
7380[warn] 30 | @volatile private var tail: T | Null = _
7381[warn] | ^
7382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
7386[warn] 25 | private var head: T | Null = _
7387[warn] | ^
7388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
7392[warn] 26 | private var tail: T | Null = _
7393[warn] | ^
7394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7397[warn] 129 warnings found
7398[error] two errors found
7399Failed to evaluated codec-kafka.compile: mill.api.Result$Failure
7400
7401Starting build for otavia-codec-redis - [11/23]
7402[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
7403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
7404[warn] 35 | protected var logger: Logger = _
7405[warn] | ^
7406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
7410[warn] 37 | private var ctx: ActorContext = _
7411[warn] | ^
7412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
7416[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
7417[warn] | ^
7418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
7422[warn] 45 | private[core] var currentStack: Stack = _
7423[warn] | ^
7424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7427[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
7428[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7429[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7430[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7431[error] |Required: cc.otavia.core.actor.MessageOf[W] &
7432[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7433[error] |
7434[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
7435[error] |
7436[error] | longer explanation available when compiling with `-explain`
7437[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
7438[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7439[error] | ^^^^^^^^^^^^
7440[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
7441[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
7442[error] |
7443[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
7444[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7445[error] |
7446[error] |
7447[error] |Note: a match type could not be fully reduced:
7448[error] |
7449[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
7450[error] | failed since selector W
7451[error] | does not uniquely determine parameter m in
7452[error] | case cc.otavia.core.actor.Actor[m] => m
7453[error] | The computed bounds for the parameter are:
7454[error] | m <: cc.otavia.core.message.Call |
7455[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7456[error] |
7457[error] | longer explanation available when compiling with `-explain`
7458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
7459[warn] 30 | private var workers: Address[MessageOf[W]] = _
7460[warn] | ^
7461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
7465[warn] 37 | private var currentChannelReceived: AnyRef = _
7466[warn] | ^
7467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
7471[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
7472[warn] | ^
7473[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
7476[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
7477[warn] | ^
7478[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
7481[warn] 23 | private var variables: Array[AnyRef] = _
7482[warn] | ^
7483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
7487[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
7488[warn] | ^
7489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
7493[warn] 26 | private var thread: Thread = _
7494[warn] | ^
7495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
7499[warn] 28 | private var head: Nextable = _
7500[warn] | ^
7501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
7505[warn] 29 | private var tail: Nextable = _
7506[warn] | ^
7507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
7511[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
7512[warn] | ^
7513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
7517[warn] 46 | private var actorHouse: ActorHouse = _
7518[warn] | ^
7519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
7523[warn] 49 | private var pipe: ChannelPipelineImpl = _
7524[warn] | ^
7525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
7529[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
7530[warn] | ^
7531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
7535[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
7536[warn] | ^
7537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
7541[warn] 35 | private var path: Path = _
7542[warn] | ^
7543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
7547[warn] 36 | protected var currentReadPlan: ReadPlan = _
7548[warn] | ^
7549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
7553[warn] 38 | private var readFactory: ReadPlanFactory = _
7554[warn] | ^
7555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
7559[warn] 22 | private[core] var added: Boolean = _
7560[warn] | ^
7561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
7565[warn] 51 | private var removed: Boolean = _
7566[warn] | ^
7567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
7571[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
7572[warn] | ^
7573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
7577[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
7578[warn] | ^
7579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
7583[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
7584[warn] | ^
7585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
7589[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
7590[warn] | ^
7591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
7595[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7596[warn] | ^
7597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
7601[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7602[warn] | ^
7603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
7607[warn] 38 | private var inbound: I = _
7608[warn] | ^
7609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
7613[warn] 39 | private var outbound: O = _
7614[warn] | ^
7615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
7619[warn] 42 | private var fileChannel: FileChannel = _
7620[warn] | ^
7621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
7625[warn] 43 | private var file: File = _
7626[warn] | ^
7627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
7631[warn] 27 | private var hd: QueueMapEntity = _
7632[warn] | ^
7633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
7637[warn] 28 | private var tl: QueueMapEntity = _
7638[warn] | ^
7639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
7643[warn] 34 | private var cursor: QueueMapEntity = _
7644[warn] | ^
7645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
7649[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
7650[warn] | ^
7651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
7655[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
7656[warn] | ^
7657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
7661[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
7662[warn] | ^
7663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
7667[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
7668[warn] | ^
7669[warn] |Ignoring [this] qualifier.
7670[warn] |This syntax will be deprecated in the future; it should be dropped.
7671[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
7672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
7674[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
7675[warn] | ^
7676[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
7679[warn] 29 | @volatile private var sys: ActorSystem = _
7680[warn] | ^
7681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
7685[warn] 27 | private var address: Address[Call] = _
7686[warn] | ^
7687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
7691[warn] 31 | private var msg: M = _
7692[warn] | ^
7693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
7697[warn] 35 | private var rids: Array[Long] = _
7698[warn] | ^
7699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
7703[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
7704[warn] | ^
7705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
7709[warn] 28 | protected var stack: Stack = _
7710[warn] | ^
7711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
7715[warn] 33 | protected var result: AnyRef = _
7716[warn] | ^
7717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
7721[warn] 34 | protected var error: Throwable = _
7722[warn] | ^
7723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
7727[warn] 36 | private var p: AbstractPromise[?] = _
7728[warn] | ^
7729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
7733[warn] 30 | private var call: Call = _
7734[warn] | ^
7735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
7739[warn] 31 | private var reply: Reply = _
7740[warn] | ^
7741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
7745[warn] 33 | private var sender: Address[Call] = _
7746[warn] | ^
7747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
7751[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
7752[warn] | ^
7753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
7757[warn] 27 | private var messages: Seq[Notice] = _
7758[warn] | ^
7759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
7763[warn] 49 | private var ch: Channel = _
7764[warn] | ^
7765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
7769[warn] 50 | private var ask: AnyRef = _
7770[warn] | ^
7771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
7775[warn] 51 | private var callback: ChannelPromise => Unit = _
7776[warn] | ^
7777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
7781[warn] 27 | private var msg: AnyRef = _
7782[warn] | ^
7783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
7787[warn] 28 | private var belong: AbstractChannel = _
7788[warn] | ^
7789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
7793[warn] 33 | private var ret: AnyRef = _
7794[warn] | ^
7795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
7799[warn] 29 | private var table: Array[MessagePromise[?]] = _
7800[warn] | ^
7801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
7805[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
7806[warn] | ^
7807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
7811[warn] 28 | private var msg: Call = _
7812[warn] | ^
7813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7817[warn] 26 | var head: AbstractPromise[?] = _
7818[warn] | ^
7819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7823[warn] 27 | var tail: AbstractPromise[?] = _
7824[warn] | ^
7825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7829[warn] 29 | private var nextState: StackState = _
7830[warn] | ^
7831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7835[warn] 32 | private var completedHead: AbstractPromise[?] = _
7836[warn] | ^
7837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7841[warn] 33 | private var completedTail: AbstractPromise[?] = _
7842[warn] | ^
7843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7847[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7848[warn] | ^
7849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7853[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7854[warn] | ^
7855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7859[warn] 40 | private var actor: AbstractActor[?] = _
7860[warn] | ^
7861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7865[warn] 42 | private var att: AnyRef = _
7866[warn] | ^
7867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7871[warn] 27 | private var fu: ChannelFuture = _
7872[warn] | ^
7873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7877[warn] 28 | private var fu: MessageFuture[R] = _
7878[warn] | ^
7879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7883[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7884[warn] | ^
7885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7889[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7890[warn] | ^
7891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7895[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7896[warn] | ^
7897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7901[warn] 53 | private var tmpAskCursor: Nextable = _
7902[warn] | ^
7903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7907[warn] 54 | private var tmpNoticeCursor: Nextable = _
7908[warn] | ^
7909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7913[warn] 58 | @volatile private var preHouse: ActorHouse = _
7914[warn] | ^
7915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7919[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7920[warn] | ^
7921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7925[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7926[warn] | ^
7927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7931[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7932[warn] | ^
7933[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7936[warn] 107 | private var system: ActorSystem = _
7937[warn] | ^
7938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7942[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7943[warn] | ^
7944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7948[warn] 72 | private var memoryMonitor: Timeout = _
7949[warn] | ^
7950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7954[warn] 81 | private var systemMonitor: Timeout = _
7955[warn] | ^
7956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7960[warn] 34 | private var sys: ActorSystem = _
7961[warn] | ^
7962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7966[warn] 30 | @volatile private var head: ActorHouse = _
7967[warn] | ^
7968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7972[warn] 31 | @volatile private var tail: ActorHouse = _
7973[warn] | ^
7974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7978[warn] 51 | private var currentRunning: Actor[?] = _
7979[warn] | ^
7980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7984[warn] 26 | private var head: Nextable = _
7985[warn] | ^
7986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7990[warn] 27 | private var tail: Nextable = _
7991[warn] | ^
7992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7996[warn] 30 | @volatile private var head: ActorHouse = _
7997[warn] | ^
7998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
8002[warn] 31 | @volatile private var tail: ActorHouse = _
8003[warn] | ^
8004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8008[warn] 37 | @volatile private var highHead: ActorHouse = _
8009[warn] | ^
8010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8014[warn] 38 | @volatile private var highTail: ActorHouse = _
8015[warn] | ^
8016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8020[warn] 29 | private var fs: Array[FileChannel] = _
8021[warn] | ^
8022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8026[warn] 28 | private var channel: Channel = _
8027[warn] | ^
8028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8032[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8033[warn] | ^
8034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8038[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8039[warn] | ^
8040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8044[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8045[warn] | ^
8046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8050[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8051[warn] | ^
8052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8056[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8057[warn] | ^
8058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8062[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8063[warn] | ^
8064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8068[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8069[warn] | ^
8070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8074[warn] 26 | private var resourceTimer: ResourceTimer = _
8075[warn] | ^
8076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8080[warn] 34 | protected var address: EventableAddress = _
8081[warn] | ^
8082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8086[warn] 40 | @volatile protected var handle: Timeout = _
8087[warn] | ^
8088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8092[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8093[warn] | ^
8094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8098[warn] 39 | private var reactor: Reactor = _
8099[warn] | ^
8100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8104[warn] 28 | private var transportFactory: TransportFactory = _
8105[warn] | ^
8106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8110[warn] 39 | protected var _selectionKey: SelectionKey = _
8111[warn] | ^
8112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8116[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8117[warn] | ^
8118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8122[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8123[warn] | ^
8124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8128[warn] 35 | private var ch: FileChannel = _
8129[warn] | ^
8130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8134[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8135[warn] | ^
8136[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8139[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8140[warn] | ^
8141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8145[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8146[warn] | ^
8147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8151[warn] 44 | private var thread: Thread = _
8152[warn] | ^
8153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8157[warn] 56 | private var ioHandler: IoHandler = _
8158[warn] | ^
8159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8163[warn] 21 | @volatile private var n: Nextable | Null = _
8164[warn] | ^
8165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8169[warn] 25 | @volatile private var head: T | Null = _
8170[warn] | ^
8171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8175[warn] 26 | @volatile private var tail: T | Null = _
8176[warn] | ^
8177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8181[warn] 29 | @volatile private var head: T | Null = _
8182[warn] | ^
8183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8187[warn] 30 | @volatile private var tail: T | Null = _
8188[warn] | ^
8189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
8193[warn] 25 | private var head: T | Null = _
8194[warn] | ^
8195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
8199[warn] 26 | private var tail: T | Null = _
8200[warn] | ^
8201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8204[warn] 129 warnings found
8205[error] two errors found
8206Failed to evaluated codec-redis.compile: mill.api.Result$Failure
8207
8208Starting build for otavia-codec-http - [12/23]
8209[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
8210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
8211[warn] 35 | protected var logger: Logger = _
8212[warn] | ^
8213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
8217[warn] 37 | private var ctx: ActorContext = _
8218[warn] | ^
8219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
8223[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
8224[warn] | ^
8225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
8229[warn] 45 | private[core] var currentStack: Stack = _
8230[warn] | ^
8231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8234[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
8235[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8236[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8237[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8238[error] |Required: cc.otavia.core.actor.MessageOf[W] &
8239[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8240[error] |
8241[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
8242[error] |
8243[error] | longer explanation available when compiling with `-explain`
8244[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
8245[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8246[error] | ^^^^^^^^^^^^
8247[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
8248[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
8249[error] |
8250[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
8251[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8252[error] |
8253[error] |
8254[error] |Note: a match type could not be fully reduced:
8255[error] |
8256[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
8257[error] | failed since selector W
8258[error] | does not uniquely determine parameter m in
8259[error] | case cc.otavia.core.actor.Actor[m] => m
8260[error] | The computed bounds for the parameter are:
8261[error] | m <: cc.otavia.core.message.Call |
8262[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8263[error] |
8264[error] | longer explanation available when compiling with `-explain`
8265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
8266[warn] 30 | private var workers: Address[MessageOf[W]] = _
8267[warn] | ^
8268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
8272[warn] 37 | private var currentChannelReceived: AnyRef = _
8273[warn] | ^
8274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
8278[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
8279[warn] | ^
8280[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
8283[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
8284[warn] | ^
8285[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
8288[warn] 23 | private var variables: Array[AnyRef] = _
8289[warn] | ^
8290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
8294[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
8295[warn] | ^
8296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
8300[warn] 26 | private var thread: Thread = _
8301[warn] | ^
8302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
8306[warn] 28 | private var head: Nextable = _
8307[warn] | ^
8308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
8312[warn] 29 | private var tail: Nextable = _
8313[warn] | ^
8314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
8318[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
8319[warn] | ^
8320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
8324[warn] 46 | private var actorHouse: ActorHouse = _
8325[warn] | ^
8326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
8330[warn] 49 | private var pipe: ChannelPipelineImpl = _
8331[warn] | ^
8332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
8336[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
8337[warn] | ^
8338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
8342[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
8343[warn] | ^
8344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
8348[warn] 35 | private var path: Path = _
8349[warn] | ^
8350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
8354[warn] 36 | protected var currentReadPlan: ReadPlan = _
8355[warn] | ^
8356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
8360[warn] 38 | private var readFactory: ReadPlanFactory = _
8361[warn] | ^
8362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
8366[warn] 22 | private[core] var added: Boolean = _
8367[warn] | ^
8368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
8372[warn] 51 | private var removed: Boolean = _
8373[warn] | ^
8374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
8378[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
8379[warn] | ^
8380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
8384[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
8385[warn] | ^
8386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
8390[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
8391[warn] | ^
8392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
8396[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
8397[warn] | ^
8398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
8402[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8403[warn] | ^
8404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
8408[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8409[warn] | ^
8410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
8414[warn] 38 | private var inbound: I = _
8415[warn] | ^
8416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
8420[warn] 39 | private var outbound: O = _
8421[warn] | ^
8422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
8426[warn] 42 | private var fileChannel: FileChannel = _
8427[warn] | ^
8428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
8432[warn] 43 | private var file: File = _
8433[warn] | ^
8434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
8438[warn] 27 | private var hd: QueueMapEntity = _
8439[warn] | ^
8440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
8444[warn] 28 | private var tl: QueueMapEntity = _
8445[warn] | ^
8446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
8450[warn] 34 | private var cursor: QueueMapEntity = _
8451[warn] | ^
8452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
8456[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
8457[warn] | ^
8458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
8462[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
8463[warn] | ^
8464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
8468[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
8469[warn] | ^
8470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
8474[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
8475[warn] | ^
8476[warn] |Ignoring [this] qualifier.
8477[warn] |This syntax will be deprecated in the future; it should be dropped.
8478[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
8479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
8481[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
8482[warn] | ^
8483[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
8486[warn] 29 | @volatile private var sys: ActorSystem = _
8487[warn] | ^
8488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
8492[warn] 27 | private var address: Address[Call] = _
8493[warn] | ^
8494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
8498[warn] 31 | private var msg: M = _
8499[warn] | ^
8500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
8504[warn] 35 | private var rids: Array[Long] = _
8505[warn] | ^
8506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
8510[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
8511[warn] | ^
8512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
8516[warn] 28 | protected var stack: Stack = _
8517[warn] | ^
8518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
8522[warn] 33 | protected var result: AnyRef = _
8523[warn] | ^
8524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
8528[warn] 34 | protected var error: Throwable = _
8529[warn] | ^
8530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
8534[warn] 36 | private var p: AbstractPromise[?] = _
8535[warn] | ^
8536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
8540[warn] 30 | private var call: Call = _
8541[warn] | ^
8542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
8546[warn] 31 | private var reply: Reply = _
8547[warn] | ^
8548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
8552[warn] 33 | private var sender: Address[Call] = _
8553[warn] | ^
8554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
8558[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
8559[warn] | ^
8560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
8564[warn] 27 | private var messages: Seq[Notice] = _
8565[warn] | ^
8566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
8570[warn] 49 | private var ch: Channel = _
8571[warn] | ^
8572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
8576[warn] 50 | private var ask: AnyRef = _
8577[warn] | ^
8578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
8582[warn] 51 | private var callback: ChannelPromise => Unit = _
8583[warn] | ^
8584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
8588[warn] 27 | private var msg: AnyRef = _
8589[warn] | ^
8590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
8594[warn] 28 | private var belong: AbstractChannel = _
8595[warn] | ^
8596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
8600[warn] 33 | private var ret: AnyRef = _
8601[warn] | ^
8602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
8606[warn] 29 | private var table: Array[MessagePromise[?]] = _
8607[warn] | ^
8608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
8612[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
8613[warn] | ^
8614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
8618[warn] 28 | private var msg: Call = _
8619[warn] | ^
8620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
8624[warn] 26 | var head: AbstractPromise[?] = _
8625[warn] | ^
8626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
8630[warn] 27 | var tail: AbstractPromise[?] = _
8631[warn] | ^
8632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
8636[warn] 29 | private var nextState: StackState = _
8637[warn] | ^
8638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
8642[warn] 32 | private var completedHead: AbstractPromise[?] = _
8643[warn] | ^
8644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
8648[warn] 33 | private var completedTail: AbstractPromise[?] = _
8649[warn] | ^
8650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
8654[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
8655[warn] | ^
8656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
8660[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
8661[warn] | ^
8662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
8666[warn] 40 | private var actor: AbstractActor[?] = _
8667[warn] | ^
8668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
8672[warn] 42 | private var att: AnyRef = _
8673[warn] | ^
8674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
8678[warn] 27 | private var fu: ChannelFuture = _
8679[warn] | ^
8680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
8684[warn] 28 | private var fu: MessageFuture[R] = _
8685[warn] | ^
8686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
8690[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
8691[warn] | ^
8692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
8696[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
8697[warn] | ^
8698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
8702[warn] 41 | private var actorAddress: ActorAddress[Call] = _
8703[warn] | ^
8704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
8708[warn] 53 | private var tmpAskCursor: Nextable = _
8709[warn] | ^
8710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
8714[warn] 54 | private var tmpNoticeCursor: Nextable = _
8715[warn] | ^
8716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
8720[warn] 58 | @volatile private var preHouse: ActorHouse = _
8721[warn] | ^
8722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
8726[warn] 59 | @volatile private var nextHouse: ActorHouse = _
8727[warn] | ^
8728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
8732[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
8733[warn] | ^
8734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
8738[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
8739[warn] | ^
8740[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
8743[warn] 107 | private var system: ActorSystem = _
8744[warn] | ^
8745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
8749[warn] 57 | private var mainActor: Address[MainActor.Args] = _
8750[warn] | ^
8751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
8755[warn] 72 | private var memoryMonitor: Timeout = _
8756[warn] | ^
8757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
8761[warn] 81 | private var systemMonitor: Timeout = _
8762[warn] | ^
8763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
8767[warn] 34 | private var sys: ActorSystem = _
8768[warn] | ^
8769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
8773[warn] 30 | @volatile private var head: ActorHouse = _
8774[warn] | ^
8775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
8779[warn] 31 | @volatile private var tail: ActorHouse = _
8780[warn] | ^
8781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
8785[warn] 51 | private var currentRunning: Actor[?] = _
8786[warn] | ^
8787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
8791[warn] 26 | private var head: Nextable = _
8792[warn] | ^
8793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
8797[warn] 27 | private var tail: Nextable = _
8798[warn] | ^
8799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
8803[warn] 30 | @volatile private var head: ActorHouse = _
8804[warn] | ^
8805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
8809[warn] 31 | @volatile private var tail: ActorHouse = _
8810[warn] | ^
8811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8815[warn] 37 | @volatile private var highHead: ActorHouse = _
8816[warn] | ^
8817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8821[warn] 38 | @volatile private var highTail: ActorHouse = _
8822[warn] | ^
8823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8827[warn] 29 | private var fs: Array[FileChannel] = _
8828[warn] | ^
8829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8833[warn] 28 | private var channel: Channel = _
8834[warn] | ^
8835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8839[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8840[warn] | ^
8841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8845[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8846[warn] | ^
8847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8851[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8852[warn] | ^
8853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8857[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8858[warn] | ^
8859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8863[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8864[warn] | ^
8865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8869[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8870[warn] | ^
8871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8875[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8876[warn] | ^
8877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8881[warn] 26 | private var resourceTimer: ResourceTimer = _
8882[warn] | ^
8883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8887[warn] 34 | protected var address: EventableAddress = _
8888[warn] | ^
8889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8893[warn] 40 | @volatile protected var handle: Timeout = _
8894[warn] | ^
8895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8899[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8900[warn] | ^
8901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8905[warn] 39 | private var reactor: Reactor = _
8906[warn] | ^
8907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8911[warn] 28 | private var transportFactory: TransportFactory = _
8912[warn] | ^
8913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8917[warn] 39 | protected var _selectionKey: SelectionKey = _
8918[warn] | ^
8919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8923[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8924[warn] | ^
8925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8929[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8930[warn] | ^
8931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8935[warn] 35 | private var ch: FileChannel = _
8936[warn] | ^
8937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8941[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8942[warn] | ^
8943[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8946[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8947[warn] | ^
8948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8952[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8953[warn] | ^
8954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8958[warn] 44 | private var thread: Thread = _
8959[warn] | ^
8960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8964[warn] 56 | private var ioHandler: IoHandler = _
8965[warn] | ^
8966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8970[warn] 21 | @volatile private var n: Nextable | Null = _
8971[warn] | ^
8972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8976[warn] 25 | @volatile private var head: T | Null = _
8977[warn] | ^
8978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8982[warn] 26 | @volatile private var tail: T | Null = _
8983[warn] | ^
8984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8988[warn] 29 | @volatile private var head: T | Null = _
8989[warn] | ^
8990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8994[warn] 30 | @volatile private var tail: T | Null = _
8995[warn] | ^
8996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9000[warn] 25 | private var head: T | Null = _
9001[warn] | ^
9002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9006[warn] 26 | private var tail: T | Null = _
9007[warn] | ^
9008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9011[warn] 129 warnings found
9012[error] two errors found
9013Failed to evaluated codec-http.compile: mill.api.Result$Failure
9014
9015Starting build for otavia-codec-haproxy - [13/23]
9016No test module defined in codec-haproxy
9017[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9019[warn] 35 | protected var logger: Logger = _
9020[warn] | ^
9021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9025[warn] 37 | private var ctx: ActorContext = _
9026[warn] | ^
9027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9031[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9032[warn] | ^
9033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9037[warn] 45 | private[core] var currentStack: Stack = _
9038[warn] | ^
9039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9042[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9043[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9044[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9045[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9046[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9047[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9048[error] |
9049[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9050[error] |
9051[error] | longer explanation available when compiling with `-explain`
9052[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9053[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9054[error] | ^^^^^^^^^^^^
9055[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9056[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9057[error] |
9058[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9059[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9060[error] |
9061[error] |
9062[error] |Note: a match type could not be fully reduced:
9063[error] |
9064[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9065[error] | failed since selector W
9066[error] | does not uniquely determine parameter m in
9067[error] | case cc.otavia.core.actor.Actor[m] => m
9068[error] | The computed bounds for the parameter are:
9069[error] | m <: cc.otavia.core.message.Call |
9070[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9071[error] |
9072[error] | longer explanation available when compiling with `-explain`
9073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9074[warn] 30 | private var workers: Address[MessageOf[W]] = _
9075[warn] | ^
9076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9080[warn] 37 | private var currentChannelReceived: AnyRef = _
9081[warn] | ^
9082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9086[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9087[warn] | ^
9088[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9091[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9092[warn] | ^
9093[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9096[warn] 23 | private var variables: Array[AnyRef] = _
9097[warn] | ^
9098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9102[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9103[warn] | ^
9104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9108[warn] 26 | private var thread: Thread = _
9109[warn] | ^
9110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9114[warn] 28 | private var head: Nextable = _
9115[warn] | ^
9116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9120[warn] 29 | private var tail: Nextable = _
9121[warn] | ^
9122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9126[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9127[warn] | ^
9128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9132[warn] 46 | private var actorHouse: ActorHouse = _
9133[warn] | ^
9134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9138[warn] 49 | private var pipe: ChannelPipelineImpl = _
9139[warn] | ^
9140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9144[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9145[warn] | ^
9146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9150[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9151[warn] | ^
9152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9156[warn] 35 | private var path: Path = _
9157[warn] | ^
9158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9162[warn] 36 | protected var currentReadPlan: ReadPlan = _
9163[warn] | ^
9164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9168[warn] 38 | private var readFactory: ReadPlanFactory = _
9169[warn] | ^
9170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9174[warn] 22 | private[core] var added: Boolean = _
9175[warn] | ^
9176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9180[warn] 51 | private var removed: Boolean = _
9181[warn] | ^
9182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9186[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9187[warn] | ^
9188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9192[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9193[warn] | ^
9194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9198[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9199[warn] | ^
9200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
9204[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
9205[warn] | ^
9206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
9210[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9211[warn] | ^
9212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
9216[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9217[warn] | ^
9218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
9222[warn] 38 | private var inbound: I = _
9223[warn] | ^
9224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
9228[warn] 39 | private var outbound: O = _
9229[warn] | ^
9230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
9234[warn] 42 | private var fileChannel: FileChannel = _
9235[warn] | ^
9236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
9240[warn] 43 | private var file: File = _
9241[warn] | ^
9242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
9246[warn] 27 | private var hd: QueueMapEntity = _
9247[warn] | ^
9248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
9252[warn] 28 | private var tl: QueueMapEntity = _
9253[warn] | ^
9254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
9258[warn] 34 | private var cursor: QueueMapEntity = _
9259[warn] | ^
9260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
9264[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
9265[warn] | ^
9266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
9270[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
9271[warn] | ^
9272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
9276[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
9277[warn] | ^
9278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
9282[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
9283[warn] | ^
9284[warn] |Ignoring [this] qualifier.
9285[warn] |This syntax will be deprecated in the future; it should be dropped.
9286[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
9287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
9289[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
9290[warn] | ^
9291[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
9294[warn] 29 | @volatile private var sys: ActorSystem = _
9295[warn] | ^
9296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
9300[warn] 27 | private var address: Address[Call] = _
9301[warn] | ^
9302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
9306[warn] 31 | private var msg: M = _
9307[warn] | ^
9308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
9312[warn] 35 | private var rids: Array[Long] = _
9313[warn] | ^
9314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
9318[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
9319[warn] | ^
9320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
9324[warn] 28 | protected var stack: Stack = _
9325[warn] | ^
9326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
9330[warn] 33 | protected var result: AnyRef = _
9331[warn] | ^
9332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
9336[warn] 34 | protected var error: Throwable = _
9337[warn] | ^
9338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
9342[warn] 36 | private var p: AbstractPromise[?] = _
9343[warn] | ^
9344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
9348[warn] 30 | private var call: Call = _
9349[warn] | ^
9350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
9354[warn] 31 | private var reply: Reply = _
9355[warn] | ^
9356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
9360[warn] 33 | private var sender: Address[Call] = _
9361[warn] | ^
9362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
9366[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
9367[warn] | ^
9368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
9372[warn] 27 | private var messages: Seq[Notice] = _
9373[warn] | ^
9374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
9378[warn] 49 | private var ch: Channel = _
9379[warn] | ^
9380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
9384[warn] 50 | private var ask: AnyRef = _
9385[warn] | ^
9386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
9390[warn] 51 | private var callback: ChannelPromise => Unit = _
9391[warn] | ^
9392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
9396[warn] 27 | private var msg: AnyRef = _
9397[warn] | ^
9398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
9402[warn] 28 | private var belong: AbstractChannel = _
9403[warn] | ^
9404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
9408[warn] 33 | private var ret: AnyRef = _
9409[warn] | ^
9410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
9414[warn] 29 | private var table: Array[MessagePromise[?]] = _
9415[warn] | ^
9416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
9420[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
9421[warn] | ^
9422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
9426[warn] 28 | private var msg: Call = _
9427[warn] | ^
9428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
9432[warn] 26 | var head: AbstractPromise[?] = _
9433[warn] | ^
9434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
9438[warn] 27 | var tail: AbstractPromise[?] = _
9439[warn] | ^
9440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
9444[warn] 29 | private var nextState: StackState = _
9445[warn] | ^
9446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
9450[warn] 32 | private var completedHead: AbstractPromise[?] = _
9451[warn] | ^
9452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
9456[warn] 33 | private var completedTail: AbstractPromise[?] = _
9457[warn] | ^
9458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
9462[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
9463[warn] | ^
9464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
9468[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
9469[warn] | ^
9470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
9474[warn] 40 | private var actor: AbstractActor[?] = _
9475[warn] | ^
9476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
9480[warn] 42 | private var att: AnyRef = _
9481[warn] | ^
9482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
9486[warn] 27 | private var fu: ChannelFuture = _
9487[warn] | ^
9488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
9492[warn] 28 | private var fu: MessageFuture[R] = _
9493[warn] | ^
9494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
9498[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
9499[warn] | ^
9500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
9504[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
9505[warn] | ^
9506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
9510[warn] 41 | private var actorAddress: ActorAddress[Call] = _
9511[warn] | ^
9512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
9516[warn] 53 | private var tmpAskCursor: Nextable = _
9517[warn] | ^
9518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
9522[warn] 54 | private var tmpNoticeCursor: Nextable = _
9523[warn] | ^
9524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
9528[warn] 58 | @volatile private var preHouse: ActorHouse = _
9529[warn] | ^
9530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
9534[warn] 59 | @volatile private var nextHouse: ActorHouse = _
9535[warn] | ^
9536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
9540[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
9541[warn] | ^
9542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
9546[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
9547[warn] | ^
9548[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
9551[warn] 107 | private var system: ActorSystem = _
9552[warn] | ^
9553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
9557[warn] 57 | private var mainActor: Address[MainActor.Args] = _
9558[warn] | ^
9559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
9563[warn] 72 | private var memoryMonitor: Timeout = _
9564[warn] | ^
9565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
9569[warn] 81 | private var systemMonitor: Timeout = _
9570[warn] | ^
9571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
9575[warn] 34 | private var sys: ActorSystem = _
9576[warn] | ^
9577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
9581[warn] 30 | @volatile private var head: ActorHouse = _
9582[warn] | ^
9583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
9587[warn] 31 | @volatile private var tail: ActorHouse = _
9588[warn] | ^
9589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
9593[warn] 51 | private var currentRunning: Actor[?] = _
9594[warn] | ^
9595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
9599[warn] 26 | private var head: Nextable = _
9600[warn] | ^
9601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
9605[warn] 27 | private var tail: Nextable = _
9606[warn] | ^
9607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
9611[warn] 30 | @volatile private var head: ActorHouse = _
9612[warn] | ^
9613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
9617[warn] 31 | @volatile private var tail: ActorHouse = _
9618[warn] | ^
9619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
9623[warn] 37 | @volatile private var highHead: ActorHouse = _
9624[warn] | ^
9625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
9629[warn] 38 | @volatile private var highTail: ActorHouse = _
9630[warn] | ^
9631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
9635[warn] 29 | private var fs: Array[FileChannel] = _
9636[warn] | ^
9637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
9641[warn] 28 | private var channel: Channel = _
9642[warn] | ^
9643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
9647[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
9648[warn] | ^
9649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
9653[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
9654[warn] | ^
9655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
9659[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
9660[warn] | ^
9661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
9665[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
9666[warn] | ^
9667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
9671[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
9672[warn] | ^
9673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
9677[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
9678[warn] | ^
9679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
9683[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
9684[warn] | ^
9685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
9689[warn] 26 | private var resourceTimer: ResourceTimer = _
9690[warn] | ^
9691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
9695[warn] 34 | protected var address: EventableAddress = _
9696[warn] | ^
9697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
9701[warn] 40 | @volatile protected var handle: Timeout = _
9702[warn] | ^
9703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
9707[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
9708[warn] | ^
9709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
9713[warn] 39 | private var reactor: Reactor = _
9714[warn] | ^
9715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
9719[warn] 28 | private var transportFactory: TransportFactory = _
9720[warn] | ^
9721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
9725[warn] 39 | protected var _selectionKey: SelectionKey = _
9726[warn] | ^
9727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
9731[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
9732[warn] | ^
9733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
9737[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
9738[warn] | ^
9739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
9743[warn] 35 | private var ch: FileChannel = _
9744[warn] | ^
9745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
9749[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
9750[warn] | ^
9751[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
9752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
9754[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
9755[warn] | ^
9756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
9760[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
9761[warn] | ^
9762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
9766[warn] 44 | private var thread: Thread = _
9767[warn] | ^
9768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
9772[warn] 56 | private var ioHandler: IoHandler = _
9773[warn] | ^
9774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
9778[warn] 21 | @volatile private var n: Nextable | Null = _
9779[warn] | ^
9780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
9784[warn] 25 | @volatile private var head: T | Null = _
9785[warn] | ^
9786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
9790[warn] 26 | @volatile private var tail: T | Null = _
9791[warn] | ^
9792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
9796[warn] 29 | @volatile private var head: T | Null = _
9797[warn] | ^
9798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
9802[warn] 30 | @volatile private var tail: T | Null = _
9803[warn] | ^
9804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9808[warn] 25 | private var head: T | Null = _
9809[warn] | ^
9810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9814[warn] 26 | private var tail: T | Null = _
9815[warn] | ^
9816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9819[warn] 129 warnings found
9820[error] two errors found
9821Failed to evaluated codec-haproxy.compile: mill.api.Result$Failure
9822
9823Starting build for otavia-codec-socks - [14/23]
9824No test module defined in codec-socks
9825[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9827[warn] 35 | protected var logger: Logger = _
9828[warn] | ^
9829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9833[warn] 37 | private var ctx: ActorContext = _
9834[warn] | ^
9835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9839[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9840[warn] | ^
9841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9845[warn] 45 | private[core] var currentStack: Stack = _
9846[warn] | ^
9847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9850[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9851[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9852[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9853[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9854[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9855[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9856[error] |
9857[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9858[error] |
9859[error] | longer explanation available when compiling with `-explain`
9860[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9861[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9862[error] | ^^^^^^^^^^^^
9863[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9864[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9865[error] |
9866[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9867[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9868[error] |
9869[error] |
9870[error] |Note: a match type could not be fully reduced:
9871[error] |
9872[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9873[error] | failed since selector W
9874[error] | does not uniquely determine parameter m in
9875[error] | case cc.otavia.core.actor.Actor[m] => m
9876[error] | The computed bounds for the parameter are:
9877[error] | m <: cc.otavia.core.message.Call |
9878[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9879[error] |
9880[error] | longer explanation available when compiling with `-explain`
9881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9882[warn] 30 | private var workers: Address[MessageOf[W]] = _
9883[warn] | ^
9884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9888[warn] 37 | private var currentChannelReceived: AnyRef = _
9889[warn] | ^
9890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9894[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9895[warn] | ^
9896[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9899[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9900[warn] | ^
9901[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9904[warn] 23 | private var variables: Array[AnyRef] = _
9905[warn] | ^
9906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9910[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9911[warn] | ^
9912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9916[warn] 26 | private var thread: Thread = _
9917[warn] | ^
9918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9922[warn] 28 | private var head: Nextable = _
9923[warn] | ^
9924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9928[warn] 29 | private var tail: Nextable = _
9929[warn] | ^
9930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9934[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9935[warn] | ^
9936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9940[warn] 46 | private var actorHouse: ActorHouse = _
9941[warn] | ^
9942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9946[warn] 49 | private var pipe: ChannelPipelineImpl = _
9947[warn] | ^
9948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9952[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9953[warn] | ^
9954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9958[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9959[warn] | ^
9960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9964[warn] 35 | private var path: Path = _
9965[warn] | ^
9966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9970[warn] 36 | protected var currentReadPlan: ReadPlan = _
9971[warn] | ^
9972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9976[warn] 38 | private var readFactory: ReadPlanFactory = _
9977[warn] | ^
9978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9982[warn] 22 | private[core] var added: Boolean = _
9983[warn] | ^
9984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9988[warn] 51 | private var removed: Boolean = _
9989[warn] | ^
9990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9994[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9995[warn] | ^
9996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10000[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10001[warn] | ^
10002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10006[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10007[warn] | ^
10008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10012[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10013[warn] | ^
10014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10018[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10019[warn] | ^
10020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10024[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10025[warn] | ^
10026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10030[warn] 38 | private var inbound: I = _
10031[warn] | ^
10032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10036[warn] 39 | private var outbound: O = _
10037[warn] | ^
10038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10042[warn] 42 | private var fileChannel: FileChannel = _
10043[warn] | ^
10044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10048[warn] 43 | private var file: File = _
10049[warn] | ^
10050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10054[warn] 27 | private var hd: QueueMapEntity = _
10055[warn] | ^
10056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10060[warn] 28 | private var tl: QueueMapEntity = _
10061[warn] | ^
10062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10066[warn] 34 | private var cursor: QueueMapEntity = _
10067[warn] | ^
10068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10072[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10073[warn] | ^
10074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10078[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10079[warn] | ^
10080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10084[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10085[warn] | ^
10086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10090[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10091[warn] | ^
10092[warn] |Ignoring [this] qualifier.
10093[warn] |This syntax will be deprecated in the future; it should be dropped.
10094[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10097[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10098[warn] | ^
10099[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10102[warn] 29 | @volatile private var sys: ActorSystem = _
10103[warn] | ^
10104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10108[warn] 27 | private var address: Address[Call] = _
10109[warn] | ^
10110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10114[warn] 31 | private var msg: M = _
10115[warn] | ^
10116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10120[warn] 35 | private var rids: Array[Long] = _
10121[warn] | ^
10122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10126[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10127[warn] | ^
10128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10132[warn] 28 | protected var stack: Stack = _
10133[warn] | ^
10134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10138[warn] 33 | protected var result: AnyRef = _
10139[warn] | ^
10140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10144[warn] 34 | protected var error: Throwable = _
10145[warn] | ^
10146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10150[warn] 36 | private var p: AbstractPromise[?] = _
10151[warn] | ^
10152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10156[warn] 30 | private var call: Call = _
10157[warn] | ^
10158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10162[warn] 31 | private var reply: Reply = _
10163[warn] | ^
10164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10168[warn] 33 | private var sender: Address[Call] = _
10169[warn] | ^
10170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10174[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10175[warn] | ^
10176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10180[warn] 27 | private var messages: Seq[Notice] = _
10181[warn] | ^
10182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10186[warn] 49 | private var ch: Channel = _
10187[warn] | ^
10188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10192[warn] 50 | private var ask: AnyRef = _
10193[warn] | ^
10194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10198[warn] 51 | private var callback: ChannelPromise => Unit = _
10199[warn] | ^
10200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
10204[warn] 27 | private var msg: AnyRef = _
10205[warn] | ^
10206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
10210[warn] 28 | private var belong: AbstractChannel = _
10211[warn] | ^
10212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
10216[warn] 33 | private var ret: AnyRef = _
10217[warn] | ^
10218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
10222[warn] 29 | private var table: Array[MessagePromise[?]] = _
10223[warn] | ^
10224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
10228[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
10229[warn] | ^
10230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
10234[warn] 28 | private var msg: Call = _
10235[warn] | ^
10236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
10240[warn] 26 | var head: AbstractPromise[?] = _
10241[warn] | ^
10242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
10246[warn] 27 | var tail: AbstractPromise[?] = _
10247[warn] | ^
10248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
10252[warn] 29 | private var nextState: StackState = _
10253[warn] | ^
10254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
10258[warn] 32 | private var completedHead: AbstractPromise[?] = _
10259[warn] | ^
10260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
10264[warn] 33 | private var completedTail: AbstractPromise[?] = _
10265[warn] | ^
10266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
10270[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
10271[warn] | ^
10272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
10276[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
10277[warn] | ^
10278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
10282[warn] 40 | private var actor: AbstractActor[?] = _
10283[warn] | ^
10284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
10288[warn] 42 | private var att: AnyRef = _
10289[warn] | ^
10290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
10294[warn] 27 | private var fu: ChannelFuture = _
10295[warn] | ^
10296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
10300[warn] 28 | private var fu: MessageFuture[R] = _
10301[warn] | ^
10302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
10306[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
10307[warn] | ^
10308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
10312[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
10313[warn] | ^
10314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
10318[warn] 41 | private var actorAddress: ActorAddress[Call] = _
10319[warn] | ^
10320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
10324[warn] 53 | private var tmpAskCursor: Nextable = _
10325[warn] | ^
10326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
10330[warn] 54 | private var tmpNoticeCursor: Nextable = _
10331[warn] | ^
10332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
10336[warn] 58 | @volatile private var preHouse: ActorHouse = _
10337[warn] | ^
10338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
10342[warn] 59 | @volatile private var nextHouse: ActorHouse = _
10343[warn] | ^
10344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
10348[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
10349[warn] | ^
10350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
10354[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
10355[warn] | ^
10356[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
10359[warn] 107 | private var system: ActorSystem = _
10360[warn] | ^
10361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
10365[warn] 57 | private var mainActor: Address[MainActor.Args] = _
10366[warn] | ^
10367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
10371[warn] 72 | private var memoryMonitor: Timeout = _
10372[warn] | ^
10373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
10377[warn] 81 | private var systemMonitor: Timeout = _
10378[warn] | ^
10379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
10383[warn] 34 | private var sys: ActorSystem = _
10384[warn] | ^
10385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
10389[warn] 30 | @volatile private var head: ActorHouse = _
10390[warn] | ^
10391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
10395[warn] 31 | @volatile private var tail: ActorHouse = _
10396[warn] | ^
10397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
10401[warn] 51 | private var currentRunning: Actor[?] = _
10402[warn] | ^
10403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
10407[warn] 26 | private var head: Nextable = _
10408[warn] | ^
10409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
10413[warn] 27 | private var tail: Nextable = _
10414[warn] | ^
10415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
10419[warn] 30 | @volatile private var head: ActorHouse = _
10420[warn] | ^
10421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
10425[warn] 31 | @volatile private var tail: ActorHouse = _
10426[warn] | ^
10427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
10431[warn] 37 | @volatile private var highHead: ActorHouse = _
10432[warn] | ^
10433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
10437[warn] 38 | @volatile private var highTail: ActorHouse = _
10438[warn] | ^
10439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
10443[warn] 29 | private var fs: Array[FileChannel] = _
10444[warn] | ^
10445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
10449[warn] 28 | private var channel: Channel = _
10450[warn] | ^
10451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
10455[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
10456[warn] | ^
10457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
10461[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
10462[warn] | ^
10463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
10467[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
10468[warn] | ^
10469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
10473[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
10474[warn] | ^
10475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
10479[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
10480[warn] | ^
10481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
10485[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
10486[warn] | ^
10487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
10491[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
10492[warn] | ^
10493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
10497[warn] 26 | private var resourceTimer: ResourceTimer = _
10498[warn] | ^
10499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
10503[warn] 34 | protected var address: EventableAddress = _
10504[warn] | ^
10505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
10509[warn] 40 | @volatile protected var handle: Timeout = _
10510[warn] | ^
10511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
10515[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
10516[warn] | ^
10517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
10521[warn] 39 | private var reactor: Reactor = _
10522[warn] | ^
10523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
10527[warn] 28 | private var transportFactory: TransportFactory = _
10528[warn] | ^
10529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
10533[warn] 39 | protected var _selectionKey: SelectionKey = _
10534[warn] | ^
10535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
10539[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
10540[warn] | ^
10541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
10545[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
10546[warn] | ^
10547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
10551[warn] 35 | private var ch: FileChannel = _
10552[warn] | ^
10553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
10557[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
10558[warn] | ^
10559[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
10560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
10562[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
10563[warn] | ^
10564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
10568[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
10569[warn] | ^
10570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
10574[warn] 44 | private var thread: Thread = _
10575[warn] | ^
10576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
10580[warn] 56 | private var ioHandler: IoHandler = _
10581[warn] | ^
10582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
10586[warn] 21 | @volatile private var n: Nextable | Null = _
10587[warn] | ^
10588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
10592[warn] 25 | @volatile private var head: T | Null = _
10593[warn] | ^
10594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
10598[warn] 26 | @volatile private var tail: T | Null = _
10599[warn] | ^
10600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
10604[warn] 29 | @volatile private var head: T | Null = _
10605[warn] | ^
10606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
10610[warn] 30 | @volatile private var tail: T | Null = _
10611[warn] | ^
10612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
10616[warn] 25 | private var head: T | Null = _
10617[warn] | ^
10618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
10622[warn] 26 | private var tail: T | Null = _
10623[warn] | ^
10624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10627[warn] 129 warnings found
10628[error] two errors found
10629Failed to evaluated codec-socks.compile: mill.api.Result$Failure
10630
10631Starting build for otavia-codec-mqtt - [15/23]
10632No test module defined in codec-mqtt
10633[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
10634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
10635[warn] 35 | protected var logger: Logger = _
10636[warn] | ^
10637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
10641[warn] 37 | private var ctx: ActorContext = _
10642[warn] | ^
10643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
10647[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
10648[warn] | ^
10649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
10653[warn] 45 | private[core] var currentStack: Stack = _
10654[warn] | ^
10655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10658[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
10659[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10660[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10661[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10662[error] |Required: cc.otavia.core.actor.MessageOf[W] &
10663[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10664[error] |
10665[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
10666[error] |
10667[error] | longer explanation available when compiling with `-explain`
10668[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
10669[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10670[error] | ^^^^^^^^^^^^
10671[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
10672[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
10673[error] |
10674[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
10675[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10676[error] |
10677[error] |
10678[error] |Note: a match type could not be fully reduced:
10679[error] |
10680[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
10681[error] | failed since selector W
10682[error] | does not uniquely determine parameter m in
10683[error] | case cc.otavia.core.actor.Actor[m] => m
10684[error] | The computed bounds for the parameter are:
10685[error] | m <: cc.otavia.core.message.Call |
10686[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10687[error] |
10688[error] | longer explanation available when compiling with `-explain`
10689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
10690[warn] 30 | private var workers: Address[MessageOf[W]] = _
10691[warn] | ^
10692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
10696[warn] 37 | private var currentChannelReceived: AnyRef = _
10697[warn] | ^
10698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
10702[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
10703[warn] | ^
10704[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
10707[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
10708[warn] | ^
10709[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
10712[warn] 23 | private var variables: Array[AnyRef] = _
10713[warn] | ^
10714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
10718[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
10719[warn] | ^
10720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
10724[warn] 26 | private var thread: Thread = _
10725[warn] | ^
10726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
10730[warn] 28 | private var head: Nextable = _
10731[warn] | ^
10732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
10736[warn] 29 | private var tail: Nextable = _
10737[warn] | ^
10738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
10742[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
10743[warn] | ^
10744[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10745[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10746[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10747[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
10748[warn] 46 | private var actorHouse: ActorHouse = _
10749[warn] | ^
10750[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10751[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
10754[warn] 49 | private var pipe: ChannelPipelineImpl = _
10755[warn] | ^
10756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
10760[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
10761[warn] | ^
10762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
10766[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
10767[warn] | ^
10768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
10772[warn] 35 | private var path: Path = _
10773[warn] | ^
10774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
10778[warn] 36 | protected var currentReadPlan: ReadPlan = _
10779[warn] | ^
10780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
10784[warn] 38 | private var readFactory: ReadPlanFactory = _
10785[warn] | ^
10786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
10790[warn] 22 | private[core] var added: Boolean = _
10791[warn] | ^
10792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
10796[warn] 51 | private var removed: Boolean = _
10797[warn] | ^
10798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
10802[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
10803[warn] | ^
10804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10808[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10809[warn] | ^
10810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10814[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10815[warn] | ^
10816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10820[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10821[warn] | ^
10822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10826[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10827[warn] | ^
10828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10832[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10833[warn] | ^
10834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10838[warn] 38 | private var inbound: I = _
10839[warn] | ^
10840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10844[warn] 39 | private var outbound: O = _
10845[warn] | ^
10846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10850[warn] 42 | private var fileChannel: FileChannel = _
10851[warn] | ^
10852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10856[warn] 43 | private var file: File = _
10857[warn] | ^
10858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10862[warn] 27 | private var hd: QueueMapEntity = _
10863[warn] | ^
10864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10868[warn] 28 | private var tl: QueueMapEntity = _
10869[warn] | ^
10870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10874[warn] 34 | private var cursor: QueueMapEntity = _
10875[warn] | ^
10876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10880[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10881[warn] | ^
10882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10886[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10887[warn] | ^
10888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10892[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10893[warn] | ^
10894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10898[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10899[warn] | ^
10900[warn] |Ignoring [this] qualifier.
10901[warn] |This syntax will be deprecated in the future; it should be dropped.
10902[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10905[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10906[warn] | ^
10907[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10910[warn] 29 | @volatile private var sys: ActorSystem = _
10911[warn] | ^
10912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10916[warn] 27 | private var address: Address[Call] = _
10917[warn] | ^
10918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10922[warn] 31 | private var msg: M = _
10923[warn] | ^
10924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10928[warn] 35 | private var rids: Array[Long] = _
10929[warn] | ^
10930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10934[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10935[warn] | ^
10936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10940[warn] 28 | protected var stack: Stack = _
10941[warn] | ^
10942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10946[warn] 33 | protected var result: AnyRef = _
10947[warn] | ^
10948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10952[warn] 34 | protected var error: Throwable = _
10953[warn] | ^
10954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10958[warn] 36 | private var p: AbstractPromise[?] = _
10959[warn] | ^
10960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10964[warn] 30 | private var call: Call = _
10965[warn] | ^
10966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10970[warn] 31 | private var reply: Reply = _
10971[warn] | ^
10972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10976[warn] 33 | private var sender: Address[Call] = _
10977[warn] | ^
10978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10982[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10983[warn] | ^
10984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10988[warn] 27 | private var messages: Seq[Notice] = _
10989[warn] | ^
10990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10994[warn] 49 | private var ch: Channel = _
10995[warn] | ^
10996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
11000[warn] 50 | private var ask: AnyRef = _
11001[warn] | ^
11002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
11006[warn] 51 | private var callback: ChannelPromise => Unit = _
11007[warn] | ^
11008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11012[warn] 27 | private var msg: AnyRef = _
11013[warn] | ^
11014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11018[warn] 28 | private var belong: AbstractChannel = _
11019[warn] | ^
11020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11024[warn] 33 | private var ret: AnyRef = _
11025[warn] | ^
11026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11030[warn] 29 | private var table: Array[MessagePromise[?]] = _
11031[warn] | ^
11032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11036[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11037[warn] | ^
11038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11042[warn] 28 | private var msg: Call = _
11043[warn] | ^
11044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11048[warn] 26 | var head: AbstractPromise[?] = _
11049[warn] | ^
11050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11054[warn] 27 | var tail: AbstractPromise[?] = _
11055[warn] | ^
11056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11060[warn] 29 | private var nextState: StackState = _
11061[warn] | ^
11062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11066[warn] 32 | private var completedHead: AbstractPromise[?] = _
11067[warn] | ^
11068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11072[warn] 33 | private var completedTail: AbstractPromise[?] = _
11073[warn] | ^
11074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11078[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11079[warn] | ^
11080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11084[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11085[warn] | ^
11086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11090[warn] 40 | private var actor: AbstractActor[?] = _
11091[warn] | ^
11092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11096[warn] 42 | private var att: AnyRef = _
11097[warn] | ^
11098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11102[warn] 27 | private var fu: ChannelFuture = _
11103[warn] | ^
11104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11108[warn] 28 | private var fu: MessageFuture[R] = _
11109[warn] | ^
11110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11114[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11115[warn] | ^
11116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11120[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11121[warn] | ^
11122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11126[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11127[warn] | ^
11128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11132[warn] 53 | private var tmpAskCursor: Nextable = _
11133[warn] | ^
11134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11138[warn] 54 | private var tmpNoticeCursor: Nextable = _
11139[warn] | ^
11140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11144[warn] 58 | @volatile private var preHouse: ActorHouse = _
11145[warn] | ^
11146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11150[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11151[warn] | ^
11152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11156[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11157[warn] | ^
11158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11162[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11163[warn] | ^
11164[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
11167[warn] 107 | private var system: ActorSystem = _
11168[warn] | ^
11169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
11173[warn] 57 | private var mainActor: Address[MainActor.Args] = _
11174[warn] | ^
11175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
11179[warn] 72 | private var memoryMonitor: Timeout = _
11180[warn] | ^
11181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
11185[warn] 81 | private var systemMonitor: Timeout = _
11186[warn] | ^
11187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
11191[warn] 34 | private var sys: ActorSystem = _
11192[warn] | ^
11193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
11197[warn] 30 | @volatile private var head: ActorHouse = _
11198[warn] | ^
11199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
11203[warn] 31 | @volatile private var tail: ActorHouse = _
11204[warn] | ^
11205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
11209[warn] 51 | private var currentRunning: Actor[?] = _
11210[warn] | ^
11211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
11215[warn] 26 | private var head: Nextable = _
11216[warn] | ^
11217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
11221[warn] 27 | private var tail: Nextable = _
11222[warn] | ^
11223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
11227[warn] 30 | @volatile private var head: ActorHouse = _
11228[warn] | ^
11229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
11233[warn] 31 | @volatile private var tail: ActorHouse = _
11234[warn] | ^
11235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
11239[warn] 37 | @volatile private var highHead: ActorHouse = _
11240[warn] | ^
11241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
11245[warn] 38 | @volatile private var highTail: ActorHouse = _
11246[warn] | ^
11247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
11251[warn] 29 | private var fs: Array[FileChannel] = _
11252[warn] | ^
11253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
11257[warn] 28 | private var channel: Channel = _
11258[warn] | ^
11259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
11263[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
11264[warn] | ^
11265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
11269[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
11270[warn] | ^
11271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
11275[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
11276[warn] | ^
11277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
11281[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
11282[warn] | ^
11283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
11287[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
11288[warn] | ^
11289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
11293[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
11294[warn] | ^
11295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
11299[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
11300[warn] | ^
11301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
11305[warn] 26 | private var resourceTimer: ResourceTimer = _
11306[warn] | ^
11307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
11311[warn] 34 | protected var address: EventableAddress = _
11312[warn] | ^
11313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
11317[warn] 40 | @volatile protected var handle: Timeout = _
11318[warn] | ^
11319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
11323[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
11324[warn] | ^
11325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
11329[warn] 39 | private var reactor: Reactor = _
11330[warn] | ^
11331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
11335[warn] 28 | private var transportFactory: TransportFactory = _
11336[warn] | ^
11337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
11341[warn] 39 | protected var _selectionKey: SelectionKey = _
11342[warn] | ^
11343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
11347[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
11348[warn] | ^
11349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
11353[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
11354[warn] | ^
11355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
11359[warn] 35 | private var ch: FileChannel = _
11360[warn] | ^
11361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
11365[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
11366[warn] | ^
11367[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
11368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
11370[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
11371[warn] | ^
11372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
11376[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
11377[warn] | ^
11378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
11382[warn] 44 | private var thread: Thread = _
11383[warn] | ^
11384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
11388[warn] 56 | private var ioHandler: IoHandler = _
11389[warn] | ^
11390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
11394[warn] 21 | @volatile private var n: Nextable | Null = _
11395[warn] | ^
11396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
11400[warn] 25 | @volatile private var head: T | Null = _
11401[warn] | ^
11402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
11406[warn] 26 | @volatile private var tail: T | Null = _
11407[warn] | ^
11408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
11412[warn] 29 | @volatile private var head: T | Null = _
11413[warn] | ^
11414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
11418[warn] 30 | @volatile private var tail: T | Null = _
11419[warn] | ^
11420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
11424[warn] 25 | private var head: T | Null = _
11425[warn] | ^
11426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
11430[warn] 26 | private var tail: T | Null = _
11431[warn] | ^
11432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11435[warn] 129 warnings found
11436[error] two errors found
11437Failed to evaluated codec-mqtt.compile: mill.api.Result$Failure
11438
11439Starting build for otavia-serde-proto - [16/23]
11440[info] compiling 1 Scala source to /build/repo/out/serde-proto/compile.dest/classes ...
11441[info] done compiling
11442Successfully evaluated serde-proto.compile
11443Skipping unused scalacOptions: -source, -rewrite
11444Flag -classpath set repeatedly
11445-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1144643 | def deserialize(in: Buffer): A
11447 | ^
11448 | Couldn't resolve a member for the given link query: Buffer
11449-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1145035 | def checkDeserializable(in: Buffer): Boolean = true
11451 | ^
11452 | Couldn't resolve a member for the given link query: Buffer
11453-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1145467 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
11455 | ^
11456 | Couldn't resolve a member for the given link query: Buffer
11457-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1145859 | def serialize(value: A, out: Buffer): Unit
11459 | ^
11460 | Couldn't resolve a member for the given link query: Buffer
11461-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1146251 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
11463 | ^
11464 | Couldn't resolve a member for the given link query: Buffer
114656 warnings found
11466Successfully evaluated serde-proto.docJar
11467Failed to resolve scalaVersion, assume it's Scala 3 project
11468[info] compiling 1 Scala source to /build/repo/out/serde-proto/test/compile.dest/classes ...
11469[info] done compiling
11470Successfully evaluated serde-proto.test.compile
11471Publishing Artifact(cc.otavia,otavia-serde-proto_3,0.4.5) to ivy repo /root/.ivy2/local
11472Successfully evaluated serde-proto.publishLocal
11473
11474Starting build for otavia-codec-memcache - [17/23]
11475No test module defined in codec-memcache
11476[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
11477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
11478[warn] 35 | protected var logger: Logger = _
11479[warn] | ^
11480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
11484[warn] 37 | private var ctx: ActorContext = _
11485[warn] | ^
11486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
11490[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
11491[warn] | ^
11492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
11496[warn] 45 | private[core] var currentStack: Stack = _
11497[warn] | ^
11498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11501[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
11502[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11503[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11504[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11505[error] |Required: cc.otavia.core.actor.MessageOf[W] &
11506[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11507[error] |
11508[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
11509[error] |
11510[error] | longer explanation available when compiling with `-explain`
11511[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
11512[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11513[error] | ^^^^^^^^^^^^
11514[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
11515[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
11516[error] |
11517[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
11518[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11519[error] |
11520[error] |
11521[error] |Note: a match type could not be fully reduced:
11522[error] |
11523[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
11524[error] | failed since selector W
11525[error] | does not uniquely determine parameter m in
11526[error] | case cc.otavia.core.actor.Actor[m] => m
11527[error] | The computed bounds for the parameter are:
11528[error] | m <: cc.otavia.core.message.Call |
11529[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11530[error] |
11531[error] | longer explanation available when compiling with `-explain`
11532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
11533[warn] 30 | private var workers: Address[MessageOf[W]] = _
11534[warn] | ^
11535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
11539[warn] 37 | private var currentChannelReceived: AnyRef = _
11540[warn] | ^
11541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
11545[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
11546[warn] | ^
11547[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
11550[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
11551[warn] | ^
11552[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
11555[warn] 23 | private var variables: Array[AnyRef] = _
11556[warn] | ^
11557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
11561[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
11562[warn] | ^
11563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
11567[warn] 26 | private var thread: Thread = _
11568[warn] | ^
11569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
11573[warn] 28 | private var head: Nextable = _
11574[warn] | ^
11575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
11579[warn] 29 | private var tail: Nextable = _
11580[warn] | ^
11581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
11585[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
11586[warn] | ^
11587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
11591[warn] 46 | private var actorHouse: ActorHouse = _
11592[warn] | ^
11593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
11597[warn] 49 | private var pipe: ChannelPipelineImpl = _
11598[warn] | ^
11599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
11603[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
11604[warn] | ^
11605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
11609[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
11610[warn] | ^
11611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
11615[warn] 35 | private var path: Path = _
11616[warn] | ^
11617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
11621[warn] 36 | protected var currentReadPlan: ReadPlan = _
11622[warn] | ^
11623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
11627[warn] 38 | private var readFactory: ReadPlanFactory = _
11628[warn] | ^
11629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
11633[warn] 22 | private[core] var added: Boolean = _
11634[warn] | ^
11635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
11639[warn] 51 | private var removed: Boolean = _
11640[warn] | ^
11641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
11645[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
11646[warn] | ^
11647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
11651[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
11652[warn] | ^
11653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
11657[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
11658[warn] | ^
11659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
11663[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
11664[warn] | ^
11665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
11669[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11670[warn] | ^
11671[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11672[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
11675[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11676[warn] | ^
11677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
11681[warn] 38 | private var inbound: I = _
11682[warn] | ^
11683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
11687[warn] 39 | private var outbound: O = _
11688[warn] | ^
11689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
11693[warn] 42 | private var fileChannel: FileChannel = _
11694[warn] | ^
11695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
11699[warn] 43 | private var file: File = _
11700[warn] | ^
11701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
11705[warn] 27 | private var hd: QueueMapEntity = _
11706[warn] | ^
11707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
11711[warn] 28 | private var tl: QueueMapEntity = _
11712[warn] | ^
11713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
11717[warn] 34 | private var cursor: QueueMapEntity = _
11718[warn] | ^
11719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
11723[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
11724[warn] | ^
11725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
11729[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
11730[warn] | ^
11731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
11735[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
11736[warn] | ^
11737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
11741[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
11742[warn] | ^
11743[warn] |Ignoring [this] qualifier.
11744[warn] |This syntax will be deprecated in the future; it should be dropped.
11745[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
11746[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11747[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
11748[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
11749[warn] | ^
11750[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
11753[warn] 29 | @volatile private var sys: ActorSystem = _
11754[warn] | ^
11755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
11759[warn] 27 | private var address: Address[Call] = _
11760[warn] | ^
11761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
11765[warn] 31 | private var msg: M = _
11766[warn] | ^
11767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
11771[warn] 35 | private var rids: Array[Long] = _
11772[warn] | ^
11773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
11777[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
11778[warn] | ^
11779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
11783[warn] 28 | protected var stack: Stack = _
11784[warn] | ^
11785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
11789[warn] 33 | protected var result: AnyRef = _
11790[warn] | ^
11791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
11795[warn] 34 | protected var error: Throwable = _
11796[warn] | ^
11797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
11801[warn] 36 | private var p: AbstractPromise[?] = _
11802[warn] | ^
11803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
11807[warn] 30 | private var call: Call = _
11808[warn] | ^
11809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11812[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
11813[warn] 31 | private var reply: Reply = _
11814[warn] | ^
11815[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11816[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11817[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11818[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
11819[warn] 33 | private var sender: Address[Call] = _
11820[warn] | ^
11821[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11822[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11823[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11824[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
11825[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
11826[warn] | ^
11827[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11828[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
11831[warn] 27 | private var messages: Seq[Notice] = _
11832[warn] | ^
11833[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11834[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11835[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
11837[warn] 49 | private var ch: Channel = _
11838[warn] | ^
11839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11842[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
11843[warn] 50 | private var ask: AnyRef = _
11844[warn] | ^
11845[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11846[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11847[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11848[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
11849[warn] 51 | private var callback: ChannelPromise => Unit = _
11850[warn] | ^
11851[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11852[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11853[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11854[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11855[warn] 27 | private var msg: AnyRef = _
11856[warn] | ^
11857[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11858[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11861[warn] 28 | private var belong: AbstractChannel = _
11862[warn] | ^
11863[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11864[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11867[warn] 33 | private var ret: AnyRef = _
11868[warn] | ^
11869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11873[warn] 29 | private var table: Array[MessagePromise[?]] = _
11874[warn] | ^
11875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11879[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11880[warn] | ^
11881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11885[warn] 28 | private var msg: Call = _
11886[warn] | ^
11887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11891[warn] 26 | var head: AbstractPromise[?] = _
11892[warn] | ^
11893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11897[warn] 27 | var tail: AbstractPromise[?] = _
11898[warn] | ^
11899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11903[warn] 29 | private var nextState: StackState = _
11904[warn] | ^
11905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11909[warn] 32 | private var completedHead: AbstractPromise[?] = _
11910[warn] | ^
11911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11915[warn] 33 | private var completedTail: AbstractPromise[?] = _
11916[warn] | ^
11917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11921[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11922[warn] | ^
11923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11927[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11928[warn] | ^
11929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11933[warn] 40 | private var actor: AbstractActor[?] = _
11934[warn] | ^
11935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11939[warn] 42 | private var att: AnyRef = _
11940[warn] | ^
11941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11945[warn] 27 | private var fu: ChannelFuture = _
11946[warn] | ^
11947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11951[warn] 28 | private var fu: MessageFuture[R] = _
11952[warn] | ^
11953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11957[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11958[warn] | ^
11959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11963[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11964[warn] | ^
11965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11969[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11970[warn] | ^
11971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11975[warn] 53 | private var tmpAskCursor: Nextable = _
11976[warn] | ^
11977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11981[warn] 54 | private var tmpNoticeCursor: Nextable = _
11982[warn] | ^
11983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11987[warn] 58 | @volatile private var preHouse: ActorHouse = _
11988[warn] | ^
11989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11993[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11994[warn] | ^
11995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11999[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12000[warn] | ^
12001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12004[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12005[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12006[warn] | ^
12007[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12010[warn] 107 | private var system: ActorSystem = _
12011[warn] | ^
12012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12016[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12017[warn] | ^
12018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12022[warn] 72 | private var memoryMonitor: Timeout = _
12023[warn] | ^
12024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12028[warn] 81 | private var systemMonitor: Timeout = _
12029[warn] | ^
12030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12034[warn] 34 | private var sys: ActorSystem = _
12035[warn] | ^
12036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12040[warn] 30 | @volatile private var head: ActorHouse = _
12041[warn] | ^
12042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12046[warn] 31 | @volatile private var tail: ActorHouse = _
12047[warn] | ^
12048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12052[warn] 51 | private var currentRunning: Actor[?] = _
12053[warn] | ^
12054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12058[warn] 26 | private var head: Nextable = _
12059[warn] | ^
12060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12064[warn] 27 | private var tail: Nextable = _
12065[warn] | ^
12066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12070[warn] 30 | @volatile private var head: ActorHouse = _
12071[warn] | ^
12072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12076[warn] 31 | @volatile private var tail: ActorHouse = _
12077[warn] | ^
12078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12082[warn] 37 | @volatile private var highHead: ActorHouse = _
12083[warn] | ^
12084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12088[warn] 38 | @volatile private var highTail: ActorHouse = _
12089[warn] | ^
12090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12094[warn] 29 | private var fs: Array[FileChannel] = _
12095[warn] | ^
12096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12100[warn] 28 | private var channel: Channel = _
12101[warn] | ^
12102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12106[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12107[warn] | ^
12108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12112[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12113[warn] | ^
12114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12118[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12119[warn] | ^
12120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12124[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12125[warn] | ^
12126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12130[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12131[warn] | ^
12132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12136[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12137[warn] | ^
12138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12142[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12143[warn] | ^
12144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12148[warn] 26 | private var resourceTimer: ResourceTimer = _
12149[warn] | ^
12150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12154[warn] 34 | protected var address: EventableAddress = _
12155[warn] | ^
12156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12160[warn] 40 | @volatile protected var handle: Timeout = _
12161[warn] | ^
12162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12166[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12167[warn] | ^
12168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12172[warn] 39 | private var reactor: Reactor = _
12173[warn] | ^
12174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12178[warn] 28 | private var transportFactory: TransportFactory = _
12179[warn] | ^
12180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12184[warn] 39 | protected var _selectionKey: SelectionKey = _
12185[warn] | ^
12186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12190[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12191[warn] | ^
12192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12196[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12197[warn] | ^
12198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
12202[warn] 35 | private var ch: FileChannel = _
12203[warn] | ^
12204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
12208[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
12209[warn] | ^
12210[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
12211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
12213[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
12214[warn] | ^
12215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
12219[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
12220[warn] | ^
12221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
12225[warn] 44 | private var thread: Thread = _
12226[warn] | ^
12227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
12231[warn] 56 | private var ioHandler: IoHandler = _
12232[warn] | ^
12233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
12237[warn] 21 | @volatile private var n: Nextable | Null = _
12238[warn] | ^
12239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
12243[warn] 25 | @volatile private var head: T | Null = _
12244[warn] | ^
12245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
12249[warn] 26 | @volatile private var tail: T | Null = _
12250[warn] | ^
12251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
12255[warn] 29 | @volatile private var head: T | Null = _
12256[warn] | ^
12257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
12261[warn] 30 | @volatile private var tail: T | Null = _
12262[warn] | ^
12263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
12267[warn] 25 | private var head: T | Null = _
12268[warn] | ^
12269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
12273[warn] 26 | private var tail: T | Null = _
12274[warn] | ^
12275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12278[warn] 129 warnings found
12279[error] two errors found
12280Failed to evaluated codec-memcache.compile: mill.api.Result$Failure
12281
12282Starting build for otavia-runtime - [18/23]
12283[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
12284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
12285[warn] 35 | protected var logger: Logger = _
12286[warn] | ^
12287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
12291[warn] 37 | private var ctx: ActorContext = _
12292[warn] | ^
12293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
12297[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
12298[warn] | ^
12299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
12303[warn] 45 | private[core] var currentStack: Stack = _
12304[warn] | ^
12305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12308[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
12309[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12310[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12311[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12312[error] |Required: cc.otavia.core.actor.MessageOf[W] &
12313[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12314[error] |
12315[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
12316[error] |
12317[error] | longer explanation available when compiling with `-explain`
12318[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
12319[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12320[error] | ^^^^^^^^^^^^
12321[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
12322[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
12323[error] |
12324[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
12325[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12326[error] |
12327[error] |
12328[error] |Note: a match type could not be fully reduced:
12329[error] |
12330[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
12331[error] | failed since selector W
12332[error] | does not uniquely determine parameter m in
12333[error] | case cc.otavia.core.actor.Actor[m] => m
12334[error] | The computed bounds for the parameter are:
12335[error] | m <: cc.otavia.core.message.Call |
12336[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12337[error] |
12338[error] | longer explanation available when compiling with `-explain`
12339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
12340[warn] 30 | private var workers: Address[MessageOf[W]] = _
12341[warn] | ^
12342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
12346[warn] 37 | private var currentChannelReceived: AnyRef = _
12347[warn] | ^
12348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
12352[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
12353[warn] | ^
12354[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
12357[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
12358[warn] | ^
12359[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
12362[warn] 23 | private var variables: Array[AnyRef] = _
12363[warn] | ^
12364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
12368[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
12369[warn] | ^
12370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
12374[warn] 26 | private var thread: Thread = _
12375[warn] | ^
12376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
12380[warn] 28 | private var head: Nextable = _
12381[warn] | ^
12382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
12386[warn] 29 | private var tail: Nextable = _
12387[warn] | ^
12388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
12392[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
12393[warn] | ^
12394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
12398[warn] 46 | private var actorHouse: ActorHouse = _
12399[warn] | ^
12400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
12404[warn] 49 | private var pipe: ChannelPipelineImpl = _
12405[warn] | ^
12406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
12410[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
12411[warn] | ^
12412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
12416[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
12417[warn] | ^
12418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
12422[warn] 35 | private var path: Path = _
12423[warn] | ^
12424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
12428[warn] 36 | protected var currentReadPlan: ReadPlan = _
12429[warn] | ^
12430[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12431[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12433[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
12434[warn] 38 | private var readFactory: ReadPlanFactory = _
12435[warn] | ^
12436[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12437[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
12440[warn] 22 | private[core] var added: Boolean = _
12441[warn] | ^
12442[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12443[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
12446[warn] 51 | private var removed: Boolean = _
12447[warn] | ^
12448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
12452[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
12453[warn] | ^
12454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
12458[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
12459[warn] | ^
12460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
12464[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
12465[warn] | ^
12466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
12470[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
12471[warn] | ^
12472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
12476[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12477[warn] | ^
12478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
12482[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12483[warn] | ^
12484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
12488[warn] 38 | private var inbound: I = _
12489[warn] | ^
12490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
12494[warn] 39 | private var outbound: O = _
12495[warn] | ^
12496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
12500[warn] 42 | private var fileChannel: FileChannel = _
12501[warn] | ^
12502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
12506[warn] 43 | private var file: File = _
12507[warn] | ^
12508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
12512[warn] 27 | private var hd: QueueMapEntity = _
12513[warn] | ^
12514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
12518[warn] 28 | private var tl: QueueMapEntity = _
12519[warn] | ^
12520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
12524[warn] 34 | private var cursor: QueueMapEntity = _
12525[warn] | ^
12526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
12530[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
12531[warn] | ^
12532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
12536[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
12537[warn] | ^
12538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
12542[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
12543[warn] | ^
12544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
12548[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
12549[warn] | ^
12550[warn] |Ignoring [this] qualifier.
12551[warn] |This syntax will be deprecated in the future; it should be dropped.
12552[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
12553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
12555[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
12556[warn] | ^
12557[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
12560[warn] 29 | @volatile private var sys: ActorSystem = _
12561[warn] | ^
12562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
12566[warn] 27 | private var address: Address[Call] = _
12567[warn] | ^
12568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
12572[warn] 31 | private var msg: M = _
12573[warn] | ^
12574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
12578[warn] 35 | private var rids: Array[Long] = _
12579[warn] | ^
12580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
12584[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
12585[warn] | ^
12586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
12590[warn] 28 | protected var stack: Stack = _
12591[warn] | ^
12592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
12596[warn] 33 | protected var result: AnyRef = _
12597[warn] | ^
12598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
12602[warn] 34 | protected var error: Throwable = _
12603[warn] | ^
12604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
12608[warn] 36 | private var p: AbstractPromise[?] = _
12609[warn] | ^
12610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
12614[warn] 30 | private var call: Call = _
12615[warn] | ^
12616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
12620[warn] 31 | private var reply: Reply = _
12621[warn] | ^
12622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
12626[warn] 33 | private var sender: Address[Call] = _
12627[warn] | ^
12628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
12632[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
12633[warn] | ^
12634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
12638[warn] 27 | private var messages: Seq[Notice] = _
12639[warn] | ^
12640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
12644[warn] 49 | private var ch: Channel = _
12645[warn] | ^
12646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
12650[warn] 50 | private var ask: AnyRef = _
12651[warn] | ^
12652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
12656[warn] 51 | private var callback: ChannelPromise => Unit = _
12657[warn] | ^
12658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
12662[warn] 27 | private var msg: AnyRef = _
12663[warn] | ^
12664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
12668[warn] 28 | private var belong: AbstractChannel = _
12669[warn] | ^
12670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
12674[warn] 33 | private var ret: AnyRef = _
12675[warn] | ^
12676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
12680[warn] 29 | private var table: Array[MessagePromise[?]] = _
12681[warn] | ^
12682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
12686[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
12687[warn] | ^
12688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
12692[warn] 28 | private var msg: Call = _
12693[warn] | ^
12694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
12698[warn] 26 | var head: AbstractPromise[?] = _
12699[warn] | ^
12700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
12704[warn] 27 | var tail: AbstractPromise[?] = _
12705[warn] | ^
12706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
12710[warn] 29 | private var nextState: StackState = _
12711[warn] | ^
12712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
12716[warn] 32 | private var completedHead: AbstractPromise[?] = _
12717[warn] | ^
12718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
12722[warn] 33 | private var completedTail: AbstractPromise[?] = _
12723[warn] | ^
12724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
12728[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
12729[warn] | ^
12730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
12734[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
12735[warn] | ^
12736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
12740[warn] 40 | private var actor: AbstractActor[?] = _
12741[warn] | ^
12742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
12746[warn] 42 | private var att: AnyRef = _
12747[warn] | ^
12748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
12752[warn] 27 | private var fu: ChannelFuture = _
12753[warn] | ^
12754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
12758[warn] 28 | private var fu: MessageFuture[R] = _
12759[warn] | ^
12760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
12764[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
12765[warn] | ^
12766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
12770[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
12771[warn] | ^
12772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
12776[warn] 41 | private var actorAddress: ActorAddress[Call] = _
12777[warn] | ^
12778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
12782[warn] 53 | private var tmpAskCursor: Nextable = _
12783[warn] | ^
12784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
12788[warn] 54 | private var tmpNoticeCursor: Nextable = _
12789[warn] | ^
12790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
12794[warn] 58 | @volatile private var preHouse: ActorHouse = _
12795[warn] | ^
12796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
12800[warn] 59 | @volatile private var nextHouse: ActorHouse = _
12801[warn] | ^
12802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
12806[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12807[warn] | ^
12808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12812[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12813[warn] | ^
12814[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12817[warn] 107 | private var system: ActorSystem = _
12818[warn] | ^
12819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12823[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12824[warn] | ^
12825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12829[warn] 72 | private var memoryMonitor: Timeout = _
12830[warn] | ^
12831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12835[warn] 81 | private var systemMonitor: Timeout = _
12836[warn] | ^
12837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12841[warn] 34 | private var sys: ActorSystem = _
12842[warn] | ^
12843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12847[warn] 30 | @volatile private var head: ActorHouse = _
12848[warn] | ^
12849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12853[warn] 31 | @volatile private var tail: ActorHouse = _
12854[warn] | ^
12855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12859[warn] 51 | private var currentRunning: Actor[?] = _
12860[warn] | ^
12861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12865[warn] 26 | private var head: Nextable = _
12866[warn] | ^
12867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12871[warn] 27 | private var tail: Nextable = _
12872[warn] | ^
12873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12877[warn] 30 | @volatile private var head: ActorHouse = _
12878[warn] | ^
12879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12883[warn] 31 | @volatile private var tail: ActorHouse = _
12884[warn] | ^
12885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12889[warn] 37 | @volatile private var highHead: ActorHouse = _
12890[warn] | ^
12891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12895[warn] 38 | @volatile private var highTail: ActorHouse = _
12896[warn] | ^
12897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12901[warn] 29 | private var fs: Array[FileChannel] = _
12902[warn] | ^
12903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12907[warn] 28 | private var channel: Channel = _
12908[warn] | ^
12909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12913[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12914[warn] | ^
12915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12919[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12920[warn] | ^
12921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12925[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12926[warn] | ^
12927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12931[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12932[warn] | ^
12933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12937[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12938[warn] | ^
12939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12943[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12944[warn] | ^
12945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12949[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12950[warn] | ^
12951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12955[warn] 26 | private var resourceTimer: ResourceTimer = _
12956[warn] | ^
12957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12961[warn] 34 | protected var address: EventableAddress = _
12962[warn] | ^
12963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12967[warn] 40 | @volatile protected var handle: Timeout = _
12968[warn] | ^
12969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12973[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12974[warn] | ^
12975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12979[warn] 39 | private var reactor: Reactor = _
12980[warn] | ^
12981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12985[warn] 28 | private var transportFactory: TransportFactory = _
12986[warn] | ^
12987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12991[warn] 39 | protected var _selectionKey: SelectionKey = _
12992[warn] | ^
12993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12997[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12998[warn] | ^
12999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
13003[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
13004[warn] | ^
13005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13009[warn] 35 | private var ch: FileChannel = _
13010[warn] | ^
13011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13015[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13016[warn] | ^
13017[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13020[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13021[warn] | ^
13022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13026[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13027[warn] | ^
13028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13032[warn] 44 | private var thread: Thread = _
13033[warn] | ^
13034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13038[warn] 56 | private var ioHandler: IoHandler = _
13039[warn] | ^
13040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13044[warn] 21 | @volatile private var n: Nextable | Null = _
13045[warn] | ^
13046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13050[warn] 25 | @volatile private var head: T | Null = _
13051[warn] | ^
13052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13056[warn] 26 | @volatile private var tail: T | Null = _
13057[warn] | ^
13058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13062[warn] 29 | @volatile private var head: T | Null = _
13063[warn] | ^
13064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13068[warn] 30 | @volatile private var tail: T | Null = _
13069[warn] | ^
13070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13074[warn] 25 | private var head: T | Null = _
13075[warn] | ^
13076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13080[warn] 26 | private var tail: T | Null = _
13081[warn] | ^
13082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13085[warn] 129 warnings found
13086[error] two errors found
13087Failed to evaluated core.compile: mill.api.Result$Failure
13088
13089Starting build for otavia-codec-smtp - [19/23]
13090No test module defined in codec-smtp
13091[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13093[warn] 35 | protected var logger: Logger = _
13094[warn] | ^
13095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13099[warn] 37 | private var ctx: ActorContext = _
13100[warn] | ^
13101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13105[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13106[warn] | ^
13107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13111[warn] 45 | private[core] var currentStack: Stack = _
13112[warn] | ^
13113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13116[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13117[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13118[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13119[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13120[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13121[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13122[error] |
13123[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13124[error] |
13125[error] | longer explanation available when compiling with `-explain`
13126[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13127[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13128[error] | ^^^^^^^^^^^^
13129[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13130[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13131[error] |
13132[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13133[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13134[error] |
13135[error] |
13136[error] |Note: a match type could not be fully reduced:
13137[error] |
13138[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13139[error] | failed since selector W
13140[error] | does not uniquely determine parameter m in
13141[error] | case cc.otavia.core.actor.Actor[m] => m
13142[error] | The computed bounds for the parameter are:
13143[error] | m <: cc.otavia.core.message.Call |
13144[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13145[error] |
13146[error] | longer explanation available when compiling with `-explain`
13147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13148[warn] 30 | private var workers: Address[MessageOf[W]] = _
13149[warn] | ^
13150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13154[warn] 37 | private var currentChannelReceived: AnyRef = _
13155[warn] | ^
13156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13160[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13161[warn] | ^
13162[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13165[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13166[warn] | ^
13167[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13170[warn] 23 | private var variables: Array[AnyRef] = _
13171[warn] | ^
13172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13176[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13177[warn] | ^
13178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13182[warn] 26 | private var thread: Thread = _
13183[warn] | ^
13184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13188[warn] 28 | private var head: Nextable = _
13189[warn] | ^
13190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13194[warn] 29 | private var tail: Nextable = _
13195[warn] | ^
13196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
13200[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
13201[warn] | ^
13202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
13206[warn] 46 | private var actorHouse: ActorHouse = _
13207[warn] | ^
13208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
13212[warn] 49 | private var pipe: ChannelPipelineImpl = _
13213[warn] | ^
13214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
13218[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
13219[warn] | ^
13220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
13224[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
13225[warn] | ^
13226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
13230[warn] 35 | private var path: Path = _
13231[warn] | ^
13232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
13236[warn] 36 | protected var currentReadPlan: ReadPlan = _
13237[warn] | ^
13238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
13242[warn] 38 | private var readFactory: ReadPlanFactory = _
13243[warn] | ^
13244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
13248[warn] 22 | private[core] var added: Boolean = _
13249[warn] | ^
13250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
13254[warn] 51 | private var removed: Boolean = _
13255[warn] | ^
13256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
13260[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
13261[warn] | ^
13262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
13266[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
13267[warn] | ^
13268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
13272[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
13273[warn] | ^
13274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
13278[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
13279[warn] | ^
13280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
13284[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13285[warn] | ^
13286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
13290[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13291[warn] | ^
13292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
13296[warn] 38 | private var inbound: I = _
13297[warn] | ^
13298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
13302[warn] 39 | private var outbound: O = _
13303[warn] | ^
13304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
13308[warn] 42 | private var fileChannel: FileChannel = _
13309[warn] | ^
13310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
13314[warn] 43 | private var file: File = _
13315[warn] | ^
13316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
13320[warn] 27 | private var hd: QueueMapEntity = _
13321[warn] | ^
13322[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13323[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
13326[warn] 28 | private var tl: QueueMapEntity = _
13327[warn] | ^
13328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
13332[warn] 34 | private var cursor: QueueMapEntity = _
13333[warn] | ^
13334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
13338[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
13339[warn] | ^
13340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
13344[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
13345[warn] | ^
13346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
13350[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
13351[warn] | ^
13352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
13356[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
13357[warn] | ^
13358[warn] |Ignoring [this] qualifier.
13359[warn] |This syntax will be deprecated in the future; it should be dropped.
13360[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
13361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
13363[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
13364[warn] | ^
13365[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
13368[warn] 29 | @volatile private var sys: ActorSystem = _
13369[warn] | ^
13370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
13374[warn] 27 | private var address: Address[Call] = _
13375[warn] | ^
13376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
13380[warn] 31 | private var msg: M = _
13381[warn] | ^
13382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
13386[warn] 35 | private var rids: Array[Long] = _
13387[warn] | ^
13388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
13392[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
13393[warn] | ^
13394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
13398[warn] 28 | protected var stack: Stack = _
13399[warn] | ^
13400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
13404[warn] 33 | protected var result: AnyRef = _
13405[warn] | ^
13406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
13410[warn] 34 | protected var error: Throwable = _
13411[warn] | ^
13412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
13416[warn] 36 | private var p: AbstractPromise[?] = _
13417[warn] | ^
13418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
13422[warn] 30 | private var call: Call = _
13423[warn] | ^
13424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
13428[warn] 31 | private var reply: Reply = _
13429[warn] | ^
13430[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13431[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13433[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
13434[warn] 33 | private var sender: Address[Call] = _
13435[warn] | ^
13436[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13437[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
13440[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
13441[warn] | ^
13442[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13443[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
13446[warn] 27 | private var messages: Seq[Notice] = _
13447[warn] | ^
13448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
13452[warn] 49 | private var ch: Channel = _
13453[warn] | ^
13454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
13458[warn] 50 | private var ask: AnyRef = _
13459[warn] | ^
13460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
13464[warn] 51 | private var callback: ChannelPromise => Unit = _
13465[warn] | ^
13466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
13470[warn] 27 | private var msg: AnyRef = _
13471[warn] | ^
13472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
13476[warn] 28 | private var belong: AbstractChannel = _
13477[warn] | ^
13478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
13482[warn] 33 | private var ret: AnyRef = _
13483[warn] | ^
13484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
13488[warn] 29 | private var table: Array[MessagePromise[?]] = _
13489[warn] | ^
13490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
13494[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
13495[warn] | ^
13496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
13500[warn] 28 | private var msg: Call = _
13501[warn] | ^
13502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
13506[warn] 26 | var head: AbstractPromise[?] = _
13507[warn] | ^
13508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
13512[warn] 27 | var tail: AbstractPromise[?] = _
13513[warn] | ^
13514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
13518[warn] 29 | private var nextState: StackState = _
13519[warn] | ^
13520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
13524[warn] 32 | private var completedHead: AbstractPromise[?] = _
13525[warn] | ^
13526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
13530[warn] 33 | private var completedTail: AbstractPromise[?] = _
13531[warn] | ^
13532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
13536[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
13537[warn] | ^
13538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
13542[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
13543[warn] | ^
13544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
13548[warn] 40 | private var actor: AbstractActor[?] = _
13549[warn] | ^
13550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
13554[warn] 42 | private var att: AnyRef = _
13555[warn] | ^
13556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
13560[warn] 27 | private var fu: ChannelFuture = _
13561[warn] | ^
13562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
13566[warn] 28 | private var fu: MessageFuture[R] = _
13567[warn] | ^
13568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
13572[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
13573[warn] | ^
13574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
13578[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
13579[warn] | ^
13580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
13584[warn] 41 | private var actorAddress: ActorAddress[Call] = _
13585[warn] | ^
13586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
13590[warn] 53 | private var tmpAskCursor: Nextable = _
13591[warn] | ^
13592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
13596[warn] 54 | private var tmpNoticeCursor: Nextable = _
13597[warn] | ^
13598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
13602[warn] 58 | @volatile private var preHouse: ActorHouse = _
13603[warn] | ^
13604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
13608[warn] 59 | @volatile private var nextHouse: ActorHouse = _
13609[warn] | ^
13610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
13614[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
13615[warn] | ^
13616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
13620[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
13621[warn] | ^
13622[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
13625[warn] 107 | private var system: ActorSystem = _
13626[warn] | ^
13627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
13631[warn] 57 | private var mainActor: Address[MainActor.Args] = _
13632[warn] | ^
13633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
13637[warn] 72 | private var memoryMonitor: Timeout = _
13638[warn] | ^
13639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
13643[warn] 81 | private var systemMonitor: Timeout = _
13644[warn] | ^
13645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
13649[warn] 34 | private var sys: ActorSystem = _
13650[warn] | ^
13651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
13655[warn] 30 | @volatile private var head: ActorHouse = _
13656[warn] | ^
13657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
13661[warn] 31 | @volatile private var tail: ActorHouse = _
13662[warn] | ^
13663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
13667[warn] 51 | private var currentRunning: Actor[?] = _
13668[warn] | ^
13669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
13673[warn] 26 | private var head: Nextable = _
13674[warn] | ^
13675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
13679[warn] 27 | private var tail: Nextable = _
13680[warn] | ^
13681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
13685[warn] 30 | @volatile private var head: ActorHouse = _
13686[warn] | ^
13687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
13691[warn] 31 | @volatile private var tail: ActorHouse = _
13692[warn] | ^
13693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
13697[warn] 37 | @volatile private var highHead: ActorHouse = _
13698[warn] | ^
13699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
13703[warn] 38 | @volatile private var highTail: ActorHouse = _
13704[warn] | ^
13705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
13709[warn] 29 | private var fs: Array[FileChannel] = _
13710[warn] | ^
13711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
13715[warn] 28 | private var channel: Channel = _
13716[warn] | ^
13717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
13721[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
13722[warn] | ^
13723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
13727[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
13728[warn] | ^
13729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
13733[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
13734[warn] | ^
13735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
13739[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
13740[warn] | ^
13741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
13745[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
13746[warn] | ^
13747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
13751[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
13752[warn] | ^
13753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
13757[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
13758[warn] | ^
13759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
13763[warn] 26 | private var resourceTimer: ResourceTimer = _
13764[warn] | ^
13765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
13769[warn] 34 | protected var address: EventableAddress = _
13770[warn] | ^
13771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
13775[warn] 40 | @volatile protected var handle: Timeout = _
13776[warn] | ^
13777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
13781[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
13782[warn] | ^
13783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
13787[warn] 39 | private var reactor: Reactor = _
13788[warn] | ^
13789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
13793[warn] 28 | private var transportFactory: TransportFactory = _
13794[warn] | ^
13795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
13799[warn] 39 | protected var _selectionKey: SelectionKey = _
13800[warn] | ^
13801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
13805[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
13806[warn] | ^
13807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
13811[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
13812[warn] | ^
13813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13817[warn] 35 | private var ch: FileChannel = _
13818[warn] | ^
13819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13823[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13824[warn] | ^
13825[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13828[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13829[warn] | ^
13830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13834[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13835[warn] | ^
13836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13840[warn] 44 | private var thread: Thread = _
13841[warn] | ^
13842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13846[warn] 56 | private var ioHandler: IoHandler = _
13847[warn] | ^
13848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13852[warn] 21 | @volatile private var n: Nextable | Null = _
13853[warn] | ^
13854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13858[warn] 25 | @volatile private var head: T | Null = _
13859[warn] | ^
13860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13864[warn] 26 | @volatile private var tail: T | Null = _
13865[warn] | ^
13866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13870[warn] 29 | @volatile private var head: T | Null = _
13871[warn] | ^
13872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13876[warn] 30 | @volatile private var tail: T | Null = _
13877[warn] | ^
13878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13882[warn] 25 | private var head: T | Null = _
13883[warn] | ^
13884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13888[warn] 26 | private var tail: T | Null = _
13889[warn] | ^
13890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13893[warn] 129 warnings found
13894[error] two errors found
13895Failed to evaluated codec-smtp.compile: mill.api.Result$Failure
13896
13897Starting build for otavia-codec - [20/23]
13898[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13900[warn] 35 | protected var logger: Logger = _
13901[warn] | ^
13902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13906[warn] 37 | private var ctx: ActorContext = _
13907[warn] | ^
13908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13912[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13913[warn] | ^
13914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13918[warn] 45 | private[core] var currentStack: Stack = _
13919[warn] | ^
13920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13923[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13924[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13925[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13926[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13927[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13928[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13929[error] |
13930[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13931[error] |
13932[error] | longer explanation available when compiling with `-explain`
13933[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13934[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13935[error] | ^^^^^^^^^^^^
13936[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13937[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13938[error] |
13939[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13940[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13941[error] |
13942[error] |
13943[error] |Note: a match type could not be fully reduced:
13944[error] |
13945[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13946[error] | failed since selector W
13947[error] | does not uniquely determine parameter m in
13948[error] | case cc.otavia.core.actor.Actor[m] => m
13949[error] | The computed bounds for the parameter are:
13950[error] | m <: cc.otavia.core.message.Call |
13951[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13952[error] |
13953[error] | longer explanation available when compiling with `-explain`
13954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13955[warn] 30 | private var workers: Address[MessageOf[W]] = _
13956[warn] | ^
13957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13961[warn] 37 | private var currentChannelReceived: AnyRef = _
13962[warn] | ^
13963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13967[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13968[warn] | ^
13969[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13972[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13973[warn] | ^
13974[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13977[warn] 23 | private var variables: Array[AnyRef] = _
13978[warn] | ^
13979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13983[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13984[warn] | ^
13985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13989[warn] 26 | private var thread: Thread = _
13990[warn] | ^
13991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13995[warn] 28 | private var head: Nextable = _
13996[warn] | ^
13997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14001[warn] 29 | private var tail: Nextable = _
14002[warn] | ^
14003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14007[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14008[warn] | ^
14009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14013[warn] 46 | private var actorHouse: ActorHouse = _
14014[warn] | ^
14015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14019[warn] 49 | private var pipe: ChannelPipelineImpl = _
14020[warn] | ^
14021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14025[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14026[warn] | ^
14027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14031[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14032[warn] | ^
14033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14037[warn] 35 | private var path: Path = _
14038[warn] | ^
14039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14043[warn] 36 | protected var currentReadPlan: ReadPlan = _
14044[warn] | ^
14045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14049[warn] 38 | private var readFactory: ReadPlanFactory = _
14050[warn] | ^
14051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14055[warn] 22 | private[core] var added: Boolean = _
14056[warn] | ^
14057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14061[warn] 51 | private var removed: Boolean = _
14062[warn] | ^
14063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14067[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14068[warn] | ^
14069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14073[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14074[warn] | ^
14075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14079[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14080[warn] | ^
14081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14085[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14086[warn] | ^
14087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14091[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14092[warn] | ^
14093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14097[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14098[warn] | ^
14099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14103[warn] 38 | private var inbound: I = _
14104[warn] | ^
14105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14109[warn] 39 | private var outbound: O = _
14110[warn] | ^
14111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14115[warn] 42 | private var fileChannel: FileChannel = _
14116[warn] | ^
14117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14121[warn] 43 | private var file: File = _
14122[warn] | ^
14123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14127[warn] 27 | private var hd: QueueMapEntity = _
14128[warn] | ^
14129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14133[warn] 28 | private var tl: QueueMapEntity = _
14134[warn] | ^
14135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14139[warn] 34 | private var cursor: QueueMapEntity = _
14140[warn] | ^
14141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14145[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14146[warn] | ^
14147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14151[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14152[warn] | ^
14153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14157[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14158[warn] | ^
14159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14163[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14164[warn] | ^
14165[warn] |Ignoring [this] qualifier.
14166[warn] |This syntax will be deprecated in the future; it should be dropped.
14167[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14170[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14171[warn] | ^
14172[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14175[warn] 29 | @volatile private var sys: ActorSystem = _
14176[warn] | ^
14177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14181[warn] 27 | private var address: Address[Call] = _
14182[warn] | ^
14183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14187[warn] 31 | private var msg: M = _
14188[warn] | ^
14189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14193[warn] 35 | private var rids: Array[Long] = _
14194[warn] | ^
14195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
14199[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
14200[warn] | ^
14201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
14205[warn] 28 | protected var stack: Stack = _
14206[warn] | ^
14207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
14211[warn] 33 | protected var result: AnyRef = _
14212[warn] | ^
14213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
14217[warn] 34 | protected var error: Throwable = _
14218[warn] | ^
14219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
14223[warn] 36 | private var p: AbstractPromise[?] = _
14224[warn] | ^
14225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
14229[warn] 30 | private var call: Call = _
14230[warn] | ^
14231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
14235[warn] 31 | private var reply: Reply = _
14236[warn] | ^
14237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
14241[warn] 33 | private var sender: Address[Call] = _
14242[warn] | ^
14243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
14247[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
14248[warn] | ^
14249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
14253[warn] 27 | private var messages: Seq[Notice] = _
14254[warn] | ^
14255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
14259[warn] 49 | private var ch: Channel = _
14260[warn] | ^
14261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
14265[warn] 50 | private var ask: AnyRef = _
14266[warn] | ^
14267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
14271[warn] 51 | private var callback: ChannelPromise => Unit = _
14272[warn] | ^
14273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
14277[warn] 27 | private var msg: AnyRef = _
14278[warn] | ^
14279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
14283[warn] 28 | private var belong: AbstractChannel = _
14284[warn] | ^
14285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
14289[warn] 33 | private var ret: AnyRef = _
14290[warn] | ^
14291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
14295[warn] 29 | private var table: Array[MessagePromise[?]] = _
14296[warn] | ^
14297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
14301[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
14302[warn] | ^
14303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
14307[warn] 28 | private var msg: Call = _
14308[warn] | ^
14309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
14313[warn] 26 | var head: AbstractPromise[?] = _
14314[warn] | ^
14315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
14319[warn] 27 | var tail: AbstractPromise[?] = _
14320[warn] | ^
14321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
14325[warn] 29 | private var nextState: StackState = _
14326[warn] | ^
14327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
14331[warn] 32 | private var completedHead: AbstractPromise[?] = _
14332[warn] | ^
14333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
14337[warn] 33 | private var completedTail: AbstractPromise[?] = _
14338[warn] | ^
14339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
14343[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
14344[warn] | ^
14345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
14349[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
14350[warn] | ^
14351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
14355[warn] 40 | private var actor: AbstractActor[?] = _
14356[warn] | ^
14357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
14361[warn] 42 | private var att: AnyRef = _
14362[warn] | ^
14363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
14367[warn] 27 | private var fu: ChannelFuture = _
14368[warn] | ^
14369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
14373[warn] 28 | private var fu: MessageFuture[R] = _
14374[warn] | ^
14375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
14379[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
14380[warn] | ^
14381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
14385[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
14386[warn] | ^
14387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
14391[warn] 41 | private var actorAddress: ActorAddress[Call] = _
14392[warn] | ^
14393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
14397[warn] 53 | private var tmpAskCursor: Nextable = _
14398[warn] | ^
14399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
14403[warn] 54 | private var tmpNoticeCursor: Nextable = _
14404[warn] | ^
14405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
14409[warn] 58 | @volatile private var preHouse: ActorHouse = _
14410[warn] | ^
14411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
14415[warn] 59 | @volatile private var nextHouse: ActorHouse = _
14416[warn] | ^
14417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
14421[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
14422[warn] | ^
14423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
14427[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
14428[warn] | ^
14429[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
14432[warn] 107 | private var system: ActorSystem = _
14433[warn] | ^
14434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
14438[warn] 57 | private var mainActor: Address[MainActor.Args] = _
14439[warn] | ^
14440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
14444[warn] 72 | private var memoryMonitor: Timeout = _
14445[warn] | ^
14446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
14450[warn] 81 | private var systemMonitor: Timeout = _
14451[warn] | ^
14452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
14456[warn] 34 | private var sys: ActorSystem = _
14457[warn] | ^
14458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
14462[warn] 30 | @volatile private var head: ActorHouse = _
14463[warn] | ^
14464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
14468[warn] 31 | @volatile private var tail: ActorHouse = _
14469[warn] | ^
14470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
14474[warn] 51 | private var currentRunning: Actor[?] = _
14475[warn] | ^
14476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
14480[warn] 26 | private var head: Nextable = _
14481[warn] | ^
14482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
14486[warn] 27 | private var tail: Nextable = _
14487[warn] | ^
14488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
14492[warn] 30 | @volatile private var head: ActorHouse = _
14493[warn] | ^
14494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
14498[warn] 31 | @volatile private var tail: ActorHouse = _
14499[warn] | ^
14500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
14504[warn] 37 | @volatile private var highHead: ActorHouse = _
14505[warn] | ^
14506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
14510[warn] 38 | @volatile private var highTail: ActorHouse = _
14511[warn] | ^
14512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
14516[warn] 29 | private var fs: Array[FileChannel] = _
14517[warn] | ^
14518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
14522[warn] 28 | private var channel: Channel = _
14523[warn] | ^
14524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
14528[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
14529[warn] | ^
14530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
14534[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
14535[warn] | ^
14536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
14540[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
14541[warn] | ^
14542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
14546[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
14547[warn] | ^
14548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
14552[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
14553[warn] | ^
14554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
14558[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
14559[warn] | ^
14560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
14564[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
14565[warn] | ^
14566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
14570[warn] 26 | private var resourceTimer: ResourceTimer = _
14571[warn] | ^
14572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
14576[warn] 34 | protected var address: EventableAddress = _
14577[warn] | ^
14578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
14582[warn] 40 | @volatile protected var handle: Timeout = _
14583[warn] | ^
14584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
14588[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
14589[warn] | ^
14590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
14594[warn] 39 | private var reactor: Reactor = _
14595[warn] | ^
14596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
14600[warn] 28 | private var transportFactory: TransportFactory = _
14601[warn] | ^
14602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
14606[warn] 39 | protected var _selectionKey: SelectionKey = _
14607[warn] | ^
14608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
14612[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
14613[warn] | ^
14614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
14618[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
14619[warn] | ^
14620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
14624[warn] 35 | private var ch: FileChannel = _
14625[warn] | ^
14626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
14630[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
14631[warn] | ^
14632[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
14633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
14635[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
14636[warn] | ^
14637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
14641[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
14642[warn] | ^
14643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
14647[warn] 44 | private var thread: Thread = _
14648[warn] | ^
14649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
14653[warn] 56 | private var ioHandler: IoHandler = _
14654[warn] | ^
14655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
14659[warn] 21 | @volatile private var n: Nextable | Null = _
14660[warn] | ^
14661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
14665[warn] 25 | @volatile private var head: T | Null = _
14666[warn] | ^
14667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
14671[warn] 26 | @volatile private var tail: T | Null = _
14672[warn] | ^
14673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
14677[warn] 29 | @volatile private var head: T | Null = _
14678[warn] | ^
14679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
14683[warn] 30 | @volatile private var tail: T | Null = _
14684[warn] | ^
14685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
14689[warn] 25 | private var head: T | Null = _
14690[warn] | ^
14691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
14695[warn] 26 | private var tail: T | Null = _
14696[warn] | ^
14697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14700[warn] 129 warnings found
14701[error] two errors found
14702Failed to evaluated codec.compile: mill.api.Result$Failure
14703
14704Starting build for otavia-mysql-driver - [21/23]
14705[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
14706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
14707[warn] 35 | protected var logger: Logger = _
14708[warn] | ^
14709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
14713[warn] 37 | private var ctx: ActorContext = _
14714[warn] | ^
14715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
14719[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
14720[warn] | ^
14721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
14725[warn] 45 | private[core] var currentStack: Stack = _
14726[warn] | ^
14727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14730[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
14731[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14732[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14733[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14734[error] |Required: cc.otavia.core.actor.MessageOf[W] &
14735[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14736[error] |
14737[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
14738[error] |
14739[error] | longer explanation available when compiling with `-explain`
14740[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
14741[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14742[error] | ^^^^^^^^^^^^
14743[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
14744[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
14745[error] |
14746[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
14747[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14748[error] |
14749[error] |
14750[error] |Note: a match type could not be fully reduced:
14751[error] |
14752[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
14753[error] | failed since selector W
14754[error] | does not uniquely determine parameter m in
14755[error] | case cc.otavia.core.actor.Actor[m] => m
14756[error] | The computed bounds for the parameter are:
14757[error] | m <: cc.otavia.core.message.Call |
14758[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14759[error] |
14760[error] | longer explanation available when compiling with `-explain`
14761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
14762[warn] 30 | private var workers: Address[MessageOf[W]] = _
14763[warn] | ^
14764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
14768[warn] 37 | private var currentChannelReceived: AnyRef = _
14769[warn] | ^
14770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
14774[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
14775[warn] | ^
14776[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
14779[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
14780[warn] | ^
14781[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
14784[warn] 23 | private var variables: Array[AnyRef] = _
14785[warn] | ^
14786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
14790[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
14791[warn] | ^
14792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
14796[warn] 26 | private var thread: Thread = _
14797[warn] | ^
14798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
14802[warn] 28 | private var head: Nextable = _
14803[warn] | ^
14804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14808[warn] 29 | private var tail: Nextable = _
14809[warn] | ^
14810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14814[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14815[warn] | ^
14816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14820[warn] 46 | private var actorHouse: ActorHouse = _
14821[warn] | ^
14822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14826[warn] 49 | private var pipe: ChannelPipelineImpl = _
14827[warn] | ^
14828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14832[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14833[warn] | ^
14834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14838[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14839[warn] | ^
14840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14844[warn] 35 | private var path: Path = _
14845[warn] | ^
14846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14850[warn] 36 | protected var currentReadPlan: ReadPlan = _
14851[warn] | ^
14852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14856[warn] 38 | private var readFactory: ReadPlanFactory = _
14857[warn] | ^
14858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14862[warn] 22 | private[core] var added: Boolean = _
14863[warn] | ^
14864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14868[warn] 51 | private var removed: Boolean = _
14869[warn] | ^
14870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14874[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14875[warn] | ^
14876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14880[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14881[warn] | ^
14882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14886[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14887[warn] | ^
14888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14892[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14893[warn] | ^
14894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14898[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14899[warn] | ^
14900[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14901[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14904[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14905[warn] | ^
14906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14910[warn] 38 | private var inbound: I = _
14911[warn] | ^
14912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14916[warn] 39 | private var outbound: O = _
14917[warn] | ^
14918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14922[warn] 42 | private var fileChannel: FileChannel = _
14923[warn] | ^
14924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14928[warn] 43 | private var file: File = _
14929[warn] | ^
14930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14934[warn] 27 | private var hd: QueueMapEntity = _
14935[warn] | ^
14936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14940[warn] 28 | private var tl: QueueMapEntity = _
14941[warn] | ^
14942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14946[warn] 34 | private var cursor: QueueMapEntity = _
14947[warn] | ^
14948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14952[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14953[warn] | ^
14954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14958[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14959[warn] | ^
14960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14964[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14965[warn] | ^
14966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14970[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14971[warn] | ^
14972[warn] |Ignoring [this] qualifier.
14973[warn] |This syntax will be deprecated in the future; it should be dropped.
14974[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14977[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14978[warn] | ^
14979[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14982[warn] 29 | @volatile private var sys: ActorSystem = _
14983[warn] | ^
14984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14988[warn] 27 | private var address: Address[Call] = _
14989[warn] | ^
14990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14994[warn] 31 | private var msg: M = _
14995[warn] | ^
14996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
15000[warn] 35 | private var rids: Array[Long] = _
15001[warn] | ^
15002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
15006[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
15007[warn] | ^
15008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
15012[warn] 28 | protected var stack: Stack = _
15013[warn] | ^
15014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
15018[warn] 33 | protected var result: AnyRef = _
15019[warn] | ^
15020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
15024[warn] 34 | protected var error: Throwable = _
15025[warn] | ^
15026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
15030[warn] 36 | private var p: AbstractPromise[?] = _
15031[warn] | ^
15032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
15036[warn] 30 | private var call: Call = _
15037[warn] | ^
15038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
15042[warn] 31 | private var reply: Reply = _
15043[warn] | ^
15044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
15048[warn] 33 | private var sender: Address[Call] = _
15049[warn] | ^
15050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
15054[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
15055[warn] | ^
15056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
15060[warn] 27 | private var messages: Seq[Notice] = _
15061[warn] | ^
15062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
15066[warn] 49 | private var ch: Channel = _
15067[warn] | ^
15068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
15072[warn] 50 | private var ask: AnyRef = _
15073[warn] | ^
15074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
15078[warn] 51 | private var callback: ChannelPromise => Unit = _
15079[warn] | ^
15080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
15084[warn] 27 | private var msg: AnyRef = _
15085[warn] | ^
15086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
15090[warn] 28 | private var belong: AbstractChannel = _
15091[warn] | ^
15092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
15096[warn] 33 | private var ret: AnyRef = _
15097[warn] | ^
15098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
15102[warn] 29 | private var table: Array[MessagePromise[?]] = _
15103[warn] | ^
15104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
15108[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
15109[warn] | ^
15110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
15114[warn] 28 | private var msg: Call = _
15115[warn] | ^
15116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
15120[warn] 26 | var head: AbstractPromise[?] = _
15121[warn] | ^
15122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
15126[warn] 27 | var tail: AbstractPromise[?] = _
15127[warn] | ^
15128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
15132[warn] 29 | private var nextState: StackState = _
15133[warn] | ^
15134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
15138[warn] 32 | private var completedHead: AbstractPromise[?] = _
15139[warn] | ^
15140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
15144[warn] 33 | private var completedTail: AbstractPromise[?] = _
15145[warn] | ^
15146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
15150[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
15151[warn] | ^
15152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
15156[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
15157[warn] | ^
15158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
15162[warn] 40 | private var actor: AbstractActor[?] = _
15163[warn] | ^
15164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
15168[warn] 42 | private var att: AnyRef = _
15169[warn] | ^
15170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
15174[warn] 27 | private var fu: ChannelFuture = _
15175[warn] | ^
15176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
15180[warn] 28 | private var fu: MessageFuture[R] = _
15181[warn] | ^
15182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
15186[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
15187[warn] | ^
15188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
15192[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
15193[warn] | ^
15194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
15198[warn] 41 | private var actorAddress: ActorAddress[Call] = _
15199[warn] | ^
15200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
15204[warn] 53 | private var tmpAskCursor: Nextable = _
15205[warn] | ^
15206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
15210[warn] 54 | private var tmpNoticeCursor: Nextable = _
15211[warn] | ^
15212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
15216[warn] 58 | @volatile private var preHouse: ActorHouse = _
15217[warn] | ^
15218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
15222[warn] 59 | @volatile private var nextHouse: ActorHouse = _
15223[warn] | ^
15224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
15228[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
15229[warn] | ^
15230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
15234[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
15235[warn] | ^
15236[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
15237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
15239[warn] 107 | private var system: ActorSystem = _
15240[warn] | ^
15241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
15245[warn] 57 | private var mainActor: Address[MainActor.Args] = _
15246[warn] | ^
15247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
15251[warn] 72 | private var memoryMonitor: Timeout = _
15252[warn] | ^
15253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
15257[warn] 81 | private var systemMonitor: Timeout = _
15258[warn] | ^
15259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
15263[warn] 34 | private var sys: ActorSystem = _
15264[warn] | ^
15265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
15269[warn] 30 | @volatile private var head: ActorHouse = _
15270[warn] | ^
15271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
15275[warn] 31 | @volatile private var tail: ActorHouse = _
15276[warn] | ^
15277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
15281[warn] 51 | private var currentRunning: Actor[?] = _
15282[warn] | ^
15283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
15287[warn] 26 | private var head: Nextable = _
15288[warn] | ^
15289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
15293[warn] 27 | private var tail: Nextable = _
15294[warn] | ^
15295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
15299[warn] 30 | @volatile private var head: ActorHouse = _
15300[warn] | ^
15301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
15305[warn] 31 | @volatile private var tail: ActorHouse = _
15306[warn] | ^
15307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
15311[warn] 37 | @volatile private var highHead: ActorHouse = _
15312[warn] | ^
15313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
15317[warn] 38 | @volatile private var highTail: ActorHouse = _
15318[warn] | ^
15319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
15323[warn] 29 | private var fs: Array[FileChannel] = _
15324[warn] | ^
15325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
15329[warn] 28 | private var channel: Channel = _
15330[warn] | ^
15331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
15335[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
15336[warn] | ^
15337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
15341[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
15342[warn] | ^
15343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
15347[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
15348[warn] | ^
15349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
15353[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
15354[warn] | ^
15355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
15359[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
15360[warn] | ^
15361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
15365[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
15366[warn] | ^
15367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
15371[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
15372[warn] | ^
15373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
15377[warn] 26 | private var resourceTimer: ResourceTimer = _
15378[warn] | ^
15379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
15383[warn] 34 | protected var address: EventableAddress = _
15384[warn] | ^
15385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
15389[warn] 40 | @volatile protected var handle: Timeout = _
15390[warn] | ^
15391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
15395[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
15396[warn] | ^
15397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
15401[warn] 39 | private var reactor: Reactor = _
15402[warn] | ^
15403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
15407[warn] 28 | private var transportFactory: TransportFactory = _
15408[warn] | ^
15409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
15413[warn] 39 | protected var _selectionKey: SelectionKey = _
15414[warn] | ^
15415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
15419[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
15420[warn] | ^
15421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
15425[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
15426[warn] | ^
15427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
15431[warn] 35 | private var ch: FileChannel = _
15432[warn] | ^
15433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
15437[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
15438[warn] | ^
15439[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
15440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
15442[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
15443[warn] | ^
15444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
15448[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
15449[warn] | ^
15450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
15454[warn] 44 | private var thread: Thread = _
15455[warn] | ^
15456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
15460[warn] 56 | private var ioHandler: IoHandler = _
15461[warn] | ^
15462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
15466[warn] 21 | @volatile private var n: Nextable | Null = _
15467[warn] | ^
15468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
15472[warn] 25 | @volatile private var head: T | Null = _
15473[warn] | ^
15474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
15478[warn] 26 | @volatile private var tail: T | Null = _
15479[warn] | ^
15480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
15484[warn] 29 | @volatile private var head: T | Null = _
15485[warn] | ^
15486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
15490[warn] 30 | @volatile private var tail: T | Null = _
15491[warn] | ^
15492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
15496[warn] 25 | private var head: T | Null = _
15497[warn] | ^
15498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
15502[warn] 26 | private var tail: T | Null = _
15503[warn] | ^
15504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15507[warn] 129 warnings found
15508[error] two errors found
15509Failed to evaluated sql-mysql-driver.compile: mill.api.Result$Failure
15510
15511Starting build for otavia-serde - [22/23]
15512No test module defined in serde
15513Successfully evaluated serde.compile
15514Skipping unused scalacOptions: -source, -rewrite
15515Flag -classpath set repeatedly
15516-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:24:17 ------------
1551724 | override def serialize(value: Array[Byte], out: Buffer): Unit = out.writeBytes(value)
15518 | ^
15519 | Couldn't resolve a member for the given link query: A
15520-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:26:17 ------------
1552126 | override def deserialize(in: Buffer): Array[Byte] = {
15522 | ^
15523 | Couldn't resolve a member for the given link query: Buffer
15524-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1552535 | def checkDeserializable(in: Buffer): Boolean = true
15526 | ^
15527 | Couldn't resolve a member for the given link query: Buffer
15528-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1552951 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
15530 | ^
15531 | Couldn't resolve a member for the given link query: Buffer
15532-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1553367 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
15534 | ^
15535 | Couldn't resolve a member for the given link query: Buffer
15536-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:27:17 -----------
1553727 | override def serialize(value: String, out: Buffer): Unit = out.writeBytes(value.getBytes(charset))
15538 | ^
15539 | Couldn't resolve a member for the given link query: A
15540-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:29:17 -----------
1554129 | override def deserialize(in: Buffer): String = in.readCharSequence(in.readableBytes).toString
15542 | ^
15543 | Couldn't resolve a member for the given link query: Buffer
15544-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1554543 | def deserialize(in: Buffer): A
15546 | ^
15547 | Couldn't resolve a member for the given link query: Buffer
15548-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1554959 | def serialize(value: A, out: Buffer): Unit
15550 | ^
15551 | Couldn't resolve a member for the given link query: Buffer
15552-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:43:18 ---------------------
1555343 | protected def serializeByte(byte: Byte, out: Buffer): this.type
15554 | ^
15555 | Couldn't resolve a member for the given link query: Buffer
15556-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:53:18 ---------------------
1555753 | protected def serializeBoolean(boolean: Boolean, out: Buffer): this.type
15558 | ^
15559 | Couldn't resolve a member for the given link query: Buffer
15560-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:63:18 ---------------------
1556163 | protected def serializeChar(char: Char, out: Buffer): this.type
15562 | ^
15563 | Couldn't resolve a member for the given link query: Buffer
15564-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:73:18 ---------------------
1556573 | protected def serializeShort(short: Short, out: Buffer): this.type
15566 | ^
15567 | Couldn't resolve a member for the given link query: Buffer
15568-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:83:18 ---------------------
1556983 | protected def serializeInt(int: Int, out: Buffer): this.type
15570 | ^
15571 | Couldn't resolve a member for the given link query: Buffer
15572-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:93:18 ---------------------
1557393 | protected def serializeLong(long: Long, out: Buffer): this.type
15574 | ^
15575 | Couldn't resolve a member for the given link query: Buffer
15576-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:103:18 --------------------
15577103 | protected def serializeFloat(float: Float, out: Buffer): this.type
15578 | ^
15579 | Couldn't resolve a member for the given link query: Buffer
15580-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:113:18 --------------------
15581113 | protected def serializeDouble(double: Double, out: Buffer): this.type
15582 | ^
15583 | Couldn't resolve a member for the given link query: Buffer
15584-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:123:18 --------------------
15585123 | protected def serializeString(string: String, out: Buffer): this.type
15586 | ^
15587 | Couldn't resolve a member for the given link query: Buffer
15588-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:133:18 --------------------
15589133 | protected def deserializeByte(in: Buffer): Byte
15590 | ^
15591 | Couldn't resolve a member for the given link query: Buffer
15592-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:141:18 --------------------
15593141 | protected def deserializeBoolean(in: Buffer): Boolean
15594 | ^
15595 | Couldn't resolve a member for the given link query: Buffer
15596-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:150:18 --------------------
15597150 | protected def deserializeChar(in: Buffer): Char
15598 | ^
15599 | Couldn't resolve a member for the given link query: Buffer
15600-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:159:18 --------------------
15601159 | protected def deserializeShort(in: Buffer): Short
15602 | ^
15603 | Couldn't resolve a member for the given link query: Buffer
15604-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:168:18 --------------------
15605168 | protected def deserializeInt(in: Buffer): Int
15606 | ^
15607 | Couldn't resolve a member for the given link query: Buffer
15608-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:177:18 --------------------
15609177 | protected def deserializeLong(in: Buffer): Long
15610 | ^
15611 | Couldn't resolve a member for the given link query: Buffer
15612-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:186:18 --------------------
15613186 | protected def deserializeFloat(in: Buffer): Float
15614 | ^
15615 | Couldn't resolve a member for the given link query: Buffer
15616-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:195:18 --------------------
15617195 | protected def deserializeDouble(in: Buffer): Double
15618 | ^
15619 | Couldn't resolve a member for the given link query: Buffer
15620-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:204:18 --------------------
15621204 | protected def deserializeString(in: Buffer): String
15622 | ^
15623 | Couldn't resolve a member for the given link query: Buffer
15624-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:219:18 --------------------
15625219 | protected def serializeBigInt(bigInt: BigInt, out: Buffer): this.type
15626 | ^
15627 | Couldn't resolve a member for the given link query: Buffer
15628-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:230:18 --------------------
15629230 | protected def serializeBigDecimal(bigDecimal: BigDecimal, out: Buffer): this.type
15630 | ^
15631 | Couldn't resolve a member for the given link query: Buffer
15632-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:241:18 --------------------
15633241 | protected def serializeBigInteger(bigInteger: BigInteger, out: Buffer): this.type
15634 | ^
15635 | Couldn't resolve a member for the given link query: BigInteger
15636-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:252:18 --------------------
15637252 | protected def serializeJBigDecimal(bigDecimal: JBigDecimal, out: Buffer): this.type
15638 | ^
15639 | Couldn't resolve a member for the given link query: JBigDecimal
15640-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:263:18 --------------------
15641263 | protected def deserializeBigInt(in: Buffer): BigInt
15642 | ^
15643 | Couldn't resolve a member for the given link query: Buffer
15644-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:272:18 --------------------
15645272 | protected def deserializeBigDecimal(in: Buffer): BigDecimal
15646 | ^
15647 | Couldn't resolve a member for the given link query: Buffer
15648-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:281:18 --------------------
15649281 | protected def deserializeBigInteger(in: Buffer): BigInteger
15650 | ^
15651 | Couldn't resolve a member for the given link query: BigInteger
15652-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:290:18 --------------------
15653290 | protected def deserializeJBigDecimal(in: Buffer): JBigDecimal
15654 | ^
15655 | Couldn't resolve a member for the given link query: JBigDecimal
15656-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:305:18 --------------------
15657305 | protected def serializeJDuration(duration: JDuration, out: Buffer): this.type
15658 | ^
15659 | Couldn't resolve a member for the given link query: JDuration
15660-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:316:18 --------------------
15661316 | protected def serializeDuration(duration: Duration, out: Buffer): this.type
15662 | ^
15663 | Couldn't resolve a member for the given link query: Duration
15664-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:327:18 --------------------
15665327 | protected def serializeInstant(instant: Instant, out: Buffer): this.type
15666 | ^
15667 | Couldn't resolve a member for the given link query: Instant
15668-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:338:18 --------------------
15669338 | protected def serializeLocalDate(localDate: LocalDate, out: Buffer): this.type
15670 | ^
15671 | Couldn't resolve a member for the given link query: LocalDate
15672-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:349:18 --------------------
15673349 | protected def serializeLocalDateTime(localDateTime: LocalDateTime, out: Buffer): this.type
15674 | ^
15675 | Couldn't resolve a member for the given link query: LocalDateTime
15676-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:360:18 --------------------
15677360 | protected def serializeLocalTime(localTime: LocalTime, out: Buffer): this.type
15678 | ^
15679 | Couldn't resolve a member for the given link query: LocalTime
15680-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:371:18 --------------------
15681371 | protected def serializeMonthDay(monthDay: MonthDay, out: Buffer): this.type
15682 | ^
15683 | Couldn't resolve a member for the given link query: MonthDay
15684-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:382:18 --------------------
15685382 | protected def serializeOffsetDateTime(offsetDateTime: OffsetDateTime, out: Buffer): this.type
15686 | ^
15687 | Couldn't resolve a member for the given link query: OffsetDateTime
15688-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:393:18 --------------------
15689393 | protected def serializeOffsetTime(offsetTime: OffsetTime, out: Buffer): this.type
15690 | ^
15691 | Couldn't resolve a member for the given link query: OffsetTime
15692-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:404:18 --------------------
15693404 | protected def serializePeriod(period: Period, out: Buffer): this.type
15694 | ^
15695 | Couldn't resolve a member for the given link query: Period
15696-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:415:18 --------------------
15697415 | protected def serializeYear(year: Year, out: Buffer): this.type
15698 | ^
15699 | Couldn't resolve a member for the given link query: Year
15700-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:426:18 --------------------
15701426 | protected def serializeYearMonth(yearMonth: YearMonth, out: Buffer): this.type
15702 | ^
15703 | Couldn't resolve a member for the given link query: YearMonth
15704-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:437:18 --------------------
15705437 | protected def serializeZonedDateTime(zonedDateTime: ZonedDateTime, out: Buffer): this.type
15706 | ^
15707 | Couldn't resolve a member for the given link query: ZonedDateTime
15708-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:448:18 --------------------
15709448 | protected def serializeZoneId(zoneId: ZoneId, out: Buffer): this.type
15710 | ^
15711 | Couldn't resolve a member for the given link query: ZoneId
15712-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:459:18 --------------------
15713459 | protected def serializeZoneOffset(zoneOffset: ZoneOffset, out: Buffer): this.type
15714 | ^
15715 | Couldn't resolve a member for the given link query: ZoneOffset
15716-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:470:18 --------------------
15717470 | protected def deserializeJDuration(in: Buffer): JDuration
15718 | ^
15719 | Couldn't resolve a member for the given link query: JDuration
15720-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:479:18 --------------------
15721479 | protected def deserializeDuration(in: Buffer): Duration
15722 | ^
15723 | Couldn't resolve a member for the given link query: Duration
15724-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:488:18 --------------------
15725488 | protected def deserializeInstant(in: Buffer): Instant
15726 | ^
15727 | Couldn't resolve a member for the given link query: Instant
15728-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:497:18 --------------------
15729497 | protected def deserializeLocalDate(in: Buffer): LocalDate
15730 | ^
15731 | Couldn't resolve a member for the given link query: LocalDate
15732-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:506:18 --------------------
15733506 | protected def deserializeLocalDateTime(in: Buffer): LocalDateTime
15734 | ^
15735 | Couldn't resolve a member for the given link query: LocalDateTime
15736-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:515:18 --------------------
15737515 | protected def deserializeLocalTime(in: Buffer): LocalTime
15738 | ^
15739 | Couldn't resolve a member for the given link query: LocalTime
15740-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:524:18 --------------------
15741524 | protected def deserializeMonthDay(in: Buffer): MonthDay
15742 | ^
15743 | Couldn't resolve a member for the given link query: MonthDay
15744-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:533:18 --------------------
15745533 | protected def deserializeOffsetDateTime(in: Buffer): OffsetDateTime
15746 | ^
15747 | Couldn't resolve a member for the given link query: OffsetDateTime
15748-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:542:18 --------------------
15749542 | protected def deserializeOffsetTime(in: Buffer): OffsetTime
15750 | ^
15751 | Couldn't resolve a member for the given link query: OffsetTime
15752-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:551:18 --------------------
15753551 | protected def deserializePeriod(in: Buffer): Period
15754 | ^
15755 | Couldn't resolve a member for the given link query: Period
15756-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:560:18 --------------------
15757560 | protected def deserializeYear(in: Buffer): Year
15758 | ^
15759 | Couldn't resolve a member for the given link query: Year
15760-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:569:18 --------------------
15761569 | protected def deserializeYearMonth(in: Buffer): YearMonth
15762 | ^
15763 | Couldn't resolve a member for the given link query: YearMonth
15764-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:578:18 --------------------
15765578 | protected def deserializeZonedDateTime(in: Buffer): ZonedDateTime
15766 | ^
15767 | Couldn't resolve a member for the given link query: ZonedDateTime
15768-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:587:18 --------------------
15769587 | protected def deserializeZoneId(in: Buffer): ZoneId
15770 | ^
15771 | Couldn't resolve a member for the given link query: ZoneId
15772-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:596:18 --------------------
15773596 | protected def deserializeZoneOffset(in: Buffer): ZoneOffset
15774 | ^
15775 | Couldn't resolve a member for the given link query: ZoneOffset
15776-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:611:18 --------------------
15777611 | protected def serializeUUID(uuid: UUID, out: Buffer): this.type
15778 | ^
15779 | Couldn't resolve a member for the given link query: UUID
15780-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:620:18 --------------------
15781620 | protected def deserializeUUID(in: Buffer): UUID
15782 | ^
15783 | Couldn't resolve a member for the given link query: UUID
1578468 warnings found
15785Successfully evaluated serde.docJar
15786Publishing Artifact(cc.otavia,otavia-serde_3,0.4.5) to ivy repo /root/.ivy2/local
15787Successfully evaluated serde.publishLocal
15788
15789************************
15790Build summary:
15791[{
15792 "module": "otavia-serde-json",
15793 "compile": {"status": "ok", "tookMs": 33878, "warnings": 0, "errors": 0},
15794 "doc": {"status": "ok", "tookMs": 8066, "files": 1, "totalSizeKb": 2756},
15795 "test-compile": {"status": "ok", "tookMs": 6542, "warnings": 0, "errors": 0},
15796 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15797 "publish": {"status": "ok", "tookMs": 507},
15798 "metadata": {
15799 "crossScalaVersions": []
15800}
15801},{
15802 "module": "otavia-codec-dns",
15803 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 9135, "warnings": 0, "errors": 0},
15804 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15805 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15806 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15807 "publish": {"status": "skipped", "tookMs": 0},
15808 "metadata": {
15809 "crossScalaVersions": []
15810}
15811},{
15812 "module": "otavia-sql",
15813 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 9262, "warnings": 0, "errors": 0},
15814 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15815 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15816 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15817 "publish": {"status": "skipped", "tookMs": 0},
15818 "metadata": {
15819 "crossScalaVersions": []
15820}
15821},{
15822 "module": "otavia-buffer",
15823 "compile": {"status": "ok", "tookMs": 65, "warnings": 0, "errors": 0},
15824 "doc": {"status": "ok", "tookMs": 16668, "files": 1, "totalSizeKb": 2948},
15825 "test-compile": {"status": "ok", "tookMs": 12282, "warnings": 0, "errors": 0},
15826 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15827 "publish": {"status": "ok", "tookMs": 284},
15828 "metadata": {
15829 "crossScalaVersions": []
15830}
15831},{
15832 "module": "otavia-common",
15833 "compile": {"status": "ok", "tookMs": 81, "warnings": 0, "errors": 0},
15834 "doc": {"status": "ok", "tookMs": 4566, "files": 1, "totalSizeKb": 2767},
15835 "test-compile": {"status": "ok", "tookMs": 4074, "warnings": 0, "errors": 0},
15836 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15837 "publish": {"status": "ok", "tookMs": 213},
15838 "metadata": {
15839 "crossScalaVersions": []
15840}
15841},{
15842 "module": "otavia-all",
15843 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 12571, "warnings": 0, "errors": 0},
15844 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15845 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15846 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15847 "publish": {"status": "skipped", "tookMs": 0},
15848 "metadata": {
15849 "crossScalaVersions": []
15850}
15851},{
15852 "module": "otavia-testkit",
15853 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15030, "warnings": 0, "errors": 0},
15854 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15855 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15856 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15857 "publish": {"status": "skipped", "tookMs": 0},
15858 "metadata": {
15859 "crossScalaVersions": []
15860}
15861},{
15862 "module": "otavia-postgres-driver",
15863 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 10979, "warnings": 0, "errors": 0},
15864 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15865 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15866 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15867 "publish": {"status": "skipped", "tookMs": 0},
15868 "metadata": {
15869 "crossScalaVersions": []
15870}
15871},{
15872 "module": "otavia-log4a",
15873 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 12598, "warnings": 0, "errors": 0},
15874 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15875 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15876 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15877 "publish": {"status": "skipped", "tookMs": 0},
15878 "metadata": {
15879 "crossScalaVersions": []
15880}
15881},{
15882 "module": "otavia-handler",
15883 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14189, "warnings": 0, "errors": 0},
15884 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15885 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15886 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15887 "publish": {"status": "skipped", "tookMs": 0},
15888 "metadata": {
15889 "crossScalaVersions": []
15890}
15891},{
15892 "module": "otavia-codec-kafka",
15893 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15073, "warnings": 0, "errors": 0},
15894 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15895 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15896 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15897 "publish": {"status": "skipped", "tookMs": 0},
15898 "metadata": {
15899 "crossScalaVersions": []
15900}
15901},{
15902 "module": "otavia-codec-redis",
15903 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15441, "warnings": 0, "errors": 0},
15904 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15905 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15906 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15907 "publish": {"status": "skipped", "tookMs": 0},
15908 "metadata": {
15909 "crossScalaVersions": []
15910}
15911},{
15912 "module": "otavia-codec-http",
15913 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17148, "warnings": 0, "errors": 0},
15914 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15915 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15916 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15917 "publish": {"status": "skipped", "tookMs": 0},
15918 "metadata": {
15919 "crossScalaVersions": []
15920}
15921},{
15922 "module": "otavia-codec-haproxy",
15923 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17027, "warnings": 0, "errors": 0},
15924 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15925 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15926 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15927 "publish": {"status": "skipped", "tookMs": 0},
15928 "metadata": {
15929 "crossScalaVersions": []
15930}
15931},{
15932 "module": "otavia-codec-socks",
15933 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16459, "warnings": 0, "errors": 0},
15934 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15935 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15936 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15937 "publish": {"status": "skipped", "tookMs": 0},
15938 "metadata": {
15939 "crossScalaVersions": []
15940}
15941},{
15942 "module": "otavia-codec-mqtt",
15943 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17132, "warnings": 0, "errors": 0},
15944 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15945 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15946 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15947 "publish": {"status": "skipped", "tookMs": 0},
15948 "metadata": {
15949 "crossScalaVersions": []
15950}
15951},{
15952 "module": "otavia-serde-proto",
15953 "compile": {"status": "ok", "tookMs": 2996, "warnings": 0, "errors": 0},
15954 "doc": {"status": "ok", "tookMs": 4080, "files": 1, "totalSizeKb": 2653},
15955 "test-compile": {"status": "ok", "tookMs": 5512, "warnings": 0, "errors": 0},
15956 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15957 "publish": {"status": "ok", "tookMs": 331},
15958 "metadata": {
15959 "crossScalaVersions": []
15960}
15961},{
15962 "module": "otavia-codec-memcache",
15963 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15665, "warnings": 0, "errors": 0},
15964 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15965 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15966 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15967 "publish": {"status": "skipped", "tookMs": 0},
15968 "metadata": {
15969 "crossScalaVersions": []
15970}
15971},{
15972 "module": "otavia-runtime",
15973 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15654, "warnings": 0, "errors": 0},
15974 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15975 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15976 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15977 "publish": {"status": "skipped", "tookMs": 0},
15978 "metadata": {
15979 "crossScalaVersions": []
15980}
15981},{
15982 "module": "otavia-codec-smtp",
15983 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15053, "warnings": 0, "errors": 0},
15984 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15985 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15986 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15987 "publish": {"status": "skipped", "tookMs": 0},
15988 "metadata": {
15989 "crossScalaVersions": []
15990}
15991},{
15992 "module": "otavia-codec",
15993 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16466, "warnings": 0, "errors": 0},
15994 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15995 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15996 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15997 "publish": {"status": "skipped", "tookMs": 0},
15998 "metadata": {
15999 "crossScalaVersions": []
16000}
16001},{
16002 "module": "otavia-mysql-driver",
16003 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17093, "warnings": 0, "errors": 0},
16004 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
16005 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16006 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16007 "publish": {"status": "skipped", "tookMs": 0},
16008 "metadata": {
16009 "crossScalaVersions": []
16010}
16011},{
16012 "module": "otavia-serde",
16013 "compile": {"status": "ok", "tookMs": 234, "warnings": 0, "errors": 0},
16014 "doc": {"status": "ok", "tookMs": 6523, "files": 1, "totalSizeKb": 2684},
16015 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16016 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16017 "publish": {"status": "ok", "tookMs": 325},
16018 "metadata": {
16019 "crossScalaVersions": []
16020}
16021}]
16022************************"
16023
160241 targets failed
16025runCommunityBuild 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