Build Logs

otavia-projects/otavia • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY

Errors

602

Warnings

14165

Total Lines

16021

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
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.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
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
51Targets: cc.otavia%otavia-all cc.otavia%otavia-buffer cc.otavia%otavia-codec cc.otavia%otavia-codec-dns cc.otavia%otavia-codec-haproxy cc.otavia%otavia-codec-http cc.otavia%otavia-codec-kafka cc.otavia%otavia-codec-memcache cc.otavia%otavia-codec-mqtt cc.otavia%otavia-codec-redis cc.otavia%otavia-codec-smtp cc.otavia%otavia-codec-socks cc.otavia%otavia-common cc.otavia%otavia-handler cc.otavia%otavia-log4a cc.otavia%otavia-mysql-driver cc.otavia%otavia-postgres-driver cc.otavia%otavia-runtime cc.otavia%otavia-serde cc.otavia%otavia-serde-json cc.otavia%otavia-serde-proto cc.otavia%otavia-sql cc.otavia%otavia-testkit
52Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"Seq(\"-Yexplicit-nulls\")","replaceWith":"Seq.empty[String]"}]}
53##################################
54Downloading mill 0.11.12 from https://github.com/com-lihaoyi/mill/releases/download/0.11.12/0.11.12-assembly ...
55 % Total % Received % Xferd Average Speed Time Time Time Current
56 Dload Upload Total Spent Left Speed
57
58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61
62 21 59.2M 21 12.5M 0 0 12.1M 0 0:00:04 0:00:01 0:00:03 12.1M
63 96 59.2M 96 56.9M 0 0 27.7M 0 0:00:02 0:00:02 --:--:-- 43.6M
64100 59.2M 100 59.2M 0 0 28.1M 0 0:00:02 0:00:02 --:--:-- 43.4M
65Preparing Java 17.0.8 runtime; this may take a minute or two ...
66[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
68[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
69[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
70[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
71[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
72[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
73[warn] ^
74[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
75[warn] .iterator()
76[warn] ^
77[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
78[warn] case module: CommunityBuildPublishModule =>
79[warn] ^
80[warn] three warnings found
81[info] done compiling
82Try build using ./millw
83[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
84[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
85[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
86[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
87[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
88[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
89[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
90[warn] ^
91[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
92[warn] .iterator()
93[warn] ^
94[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
95[warn] case module: CommunityBuildPublishModule =>
96[warn] ^
97[warn] three warnings found
98[info] done compiling
99Build 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]"}]}
100Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
101
102Starting build for otavia-codec-haproxy - [0/23]
103No test module defined in codec-haproxy
104Failed to resolve scalaVersion, assume it's Scala 3 project
105[info] compiling 25 Scala sources to /build/repo/out/buffer/compile.dest/classes ...
106[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1286:38
107[warn] 1286 | private var value: Byte = _
108[warn] | ^
109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
112[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:34:45
113[warn] 34 | private var head: RecyclablePageBuffer = _
114[warn] | ^
115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
118[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:35:45
119[warn] 35 | private var tail: RecyclablePageBuffer = _
120[warn] | ^
121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
124[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1277:38
125[warn] 1277 | private var value: Byte = _
126[warn] | ^
127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
130[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1321:38
131[warn] 1321 | private var value: Byte = _
132[warn] | ^
133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
136[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:32:54
137[warn] 32 | private var parent: PooledPageAllocator = _
138[warn] | ^
139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
142[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:33:54
143[warn] 33 | @volatile private var nxt: RecyclablePageBuffer = _
144[warn] | ^
145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
148[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala]
149[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala]
150[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala]
151[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala]
152[warn] 7 warnings found
153[info] done compiling
154Failed to resolve scalaVersion, assume it's Scala 3 project
155[info] compiling 25 Scala sources to /build/repo/out/common/compile.dest/classes ...
156[warn] -- Warning: /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala:4:16
157[warn] 4 | private[this] val buildInfoProperties: java.util.Properties = new java.util.Properties()
158[warn] | ^
159[warn] |Ignoring [this] qualifier.
160[warn] |This syntax will be deprecated in the future; it should be dropped.
161[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
163[info] [patched file /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala]
164[warn] there was 1 deprecation warning; re-run with -deprecation for details
165[warn] two warnings found
166[info] done compiling
167[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
169[warn] 35 | protected var logger: Logger = _
170[warn] | ^
171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
175[warn] 37 | private var ctx: ActorContext = _
176[warn] | ^
177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
181[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
182[warn] | ^
183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
187[warn] 45 | private[core] var currentStack: Stack = _
188[warn] | ^
189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
192[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
193[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
194[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
195[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
196[error] |Required: cc.otavia.core.actor.MessageOf[W] &
197[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
198[error] |
199[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
200[error] |
201[error] | longer explanation available when compiling with `-explain`
202[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
203[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
204[error] | ^^^^^^^^^^^^
205[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
206[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
207[error] |
208[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
209[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
210[error] |
211[error] |
212[error] |Note: a match type could not be fully reduced:
213[error] |
214[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
215[error] | failed since selector W
216[error] | does not uniquely determine parameter m in
217[error] | case cc.otavia.core.actor.Actor[m] => m
218[error] | The computed bounds for the parameter are:
219[error] | m <: cc.otavia.core.message.Call |
220[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
221[error] |
222[error] | longer explanation available when compiling with `-explain`
223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
224[warn] 30 | private var workers: Address[MessageOf[W]] = _
225[warn] | ^
226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
230[warn] 37 | private var currentChannelReceived: AnyRef = _
231[warn] | ^
232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
236[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
237[warn] | ^
238[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
241[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
242[warn] | ^
243[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
246[warn] 23 | private var variables: Array[AnyRef] = _
247[warn] | ^
248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
252[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
253[warn] | ^
254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
258[warn] 26 | private var thread: Thread = _
259[warn] | ^
260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
264[warn] 28 | private var head: Nextable = _
265[warn] | ^
266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
270[warn] 29 | private var tail: Nextable = _
271[warn] | ^
272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
276[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
277[warn] | ^
278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
282[warn] 46 | private var actorHouse: ActorHouse = _
283[warn] | ^
284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
288[warn] 49 | private var pipe: ChannelPipelineImpl = _
289[warn] | ^
290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
294[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
295[warn] | ^
296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
300[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
301[warn] | ^
302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
306[warn] 35 | private var path: Path = _
307[warn] | ^
308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
312[warn] 36 | protected var currentReadPlan: ReadPlan = _
313[warn] | ^
314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
318[warn] 38 | private var readFactory: ReadPlanFactory = _
319[warn] | ^
320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
324[warn] 22 | private[core] var added: Boolean = _
325[warn] | ^
326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
330[warn] 51 | private var removed: Boolean = _
331[warn] | ^
332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
336[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
337[warn] | ^
338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
342[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
343[warn] | ^
344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
348[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
349[warn] | ^
350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
354[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
355[warn] | ^
356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
360[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
361[warn] | ^
362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
366[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
367[warn] | ^
368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
372[warn] 38 | private var inbound: I = _
373[warn] | ^
374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
378[warn] 39 | private var outbound: O = _
379[warn] | ^
380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
384[warn] 42 | private var fileChannel: FileChannel = _
385[warn] | ^
386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
390[warn] 43 | private var file: File = _
391[warn] | ^
392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
396[warn] 27 | private var hd: QueueMapEntity = _
397[warn] | ^
398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
402[warn] 28 | private var tl: QueueMapEntity = _
403[warn] | ^
404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
408[warn] 34 | private var cursor: QueueMapEntity = _
409[warn] | ^
410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
414[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
415[warn] | ^
416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
420[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
421[warn] | ^
422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
426[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
427[warn] | ^
428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
432[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
433[warn] | ^
434[warn] |Ignoring [this] qualifier.
435[warn] |This syntax will be deprecated in the future; it should be dropped.
436[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
439[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
440[warn] | ^
441[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
444[warn] 29 | @volatile private var sys: ActorSystem = _
445[warn] | ^
446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
450[warn] 27 | private var address: Address[Call] = _
451[warn] | ^
452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
456[warn] 31 | private var msg: M = _
457[warn] | ^
458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
462[warn] 35 | private var rids: Array[Long] = _
463[warn] | ^
464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
468[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
469[warn] | ^
470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
474[warn] 28 | protected var stack: Stack = _
475[warn] | ^
476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
480[warn] 33 | protected var result: AnyRef = _
481[warn] | ^
482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
486[warn] 34 | protected var error: Throwable = _
487[warn] | ^
488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
492[warn] 36 | private var p: AbstractPromise[?] = _
493[warn] | ^
494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
498[warn] 30 | private var call: Call = _
499[warn] | ^
500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
504[warn] 31 | private var reply: Reply = _
505[warn] | ^
506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
510[warn] 33 | private var sender: Address[Call] = _
511[warn] | ^
512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
516[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
517[warn] | ^
518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
522[warn] 27 | private var messages: Seq[Notice] = _
523[warn] | ^
524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
528[warn] 49 | private var ch: Channel = _
529[warn] | ^
530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
534[warn] 50 | private var ask: AnyRef = _
535[warn] | ^
536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
540[warn] 51 | private var callback: ChannelPromise => Unit = _
541[warn] | ^
542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
546[warn] 27 | private var msg: AnyRef = _
547[warn] | ^
548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
552[warn] 28 | private var belong: AbstractChannel = _
553[warn] | ^
554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
558[warn] 33 | private var ret: AnyRef = _
559[warn] | ^
560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
564[warn] 29 | private var table: Array[MessagePromise[?]] = _
565[warn] | ^
566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
570[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
571[warn] | ^
572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
576[warn] 28 | private var msg: Call = _
577[warn] | ^
578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
582[warn] 26 | var head: AbstractPromise[?] = _
583[warn] | ^
584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
588[warn] 27 | var tail: AbstractPromise[?] = _
589[warn] | ^
590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
594[warn] 29 | private var nextState: StackState = _
595[warn] | ^
596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
600[warn] 32 | private var completedHead: AbstractPromise[?] = _
601[warn] | ^
602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
606[warn] 33 | private var completedTail: AbstractPromise[?] = _
607[warn] | ^
608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
612[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
613[warn] | ^
614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
618[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
619[warn] | ^
620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
624[warn] 40 | private var actor: AbstractActor[?] = _
625[warn] | ^
626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
630[warn] 42 | private var att: AnyRef = _
631[warn] | ^
632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
636[warn] 27 | private var fu: ChannelFuture = _
637[warn] | ^
638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
642[warn] 28 | private var fu: MessageFuture[R] = _
643[warn] | ^
644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
648[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
649[warn] | ^
650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
654[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
655[warn] | ^
656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
660[warn] 41 | private var actorAddress: ActorAddress[Call] = _
661[warn] | ^
662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
666[warn] 53 | private var tmpAskCursor: Nextable = _
667[warn] | ^
668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
672[warn] 54 | private var tmpNoticeCursor: Nextable = _
673[warn] | ^
674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
678[warn] 58 | @volatile private var preHouse: ActorHouse = _
679[warn] | ^
680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
684[warn] 59 | @volatile private var nextHouse: ActorHouse = _
685[warn] | ^
686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
690[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
691[warn] | ^
692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
696[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
697[warn] | ^
698[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
701[warn] 107 | private var system: ActorSystem = _
702[warn] | ^
703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
707[warn] 57 | private var mainActor: Address[MainActor.Args] = _
708[warn] | ^
709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
713[warn] 72 | private var memoryMonitor: Timeout = _
714[warn] | ^
715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
719[warn] 81 | private var systemMonitor: Timeout = _
720[warn] | ^
721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
725[warn] 34 | private var sys: ActorSystem = _
726[warn] | ^
727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
731[warn] 30 | @volatile private var head: ActorHouse = _
732[warn] | ^
733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
737[warn] 31 | @volatile private var tail: ActorHouse = _
738[warn] | ^
739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
743[warn] 51 | private var currentRunning: Actor[?] = _
744[warn] | ^
745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
749[warn] 26 | private var head: Nextable = _
750[warn] | ^
751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
755[warn] 27 | private var tail: Nextable = _
756[warn] | ^
757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
761[warn] 30 | @volatile private var head: ActorHouse = _
762[warn] | ^
763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
767[warn] 31 | @volatile private var tail: ActorHouse = _
768[warn] | ^
769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
773[warn] 37 | @volatile private var highHead: ActorHouse = _
774[warn] | ^
775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
779[warn] 38 | @volatile private var highTail: ActorHouse = _
780[warn] | ^
781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
785[warn] 29 | private var fs: Array[FileChannel] = _
786[warn] | ^
787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
791[warn] 28 | private var channel: Channel = _
792[warn] | ^
793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
797[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
798[warn] | ^
799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
803[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
804[warn] | ^
805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
809[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
810[warn] | ^
811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
815[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
816[warn] | ^
817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
821[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
822[warn] | ^
823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
827[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
828[warn] | ^
829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
833[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
834[warn] | ^
835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
839[warn] 26 | private var resourceTimer: ResourceTimer = _
840[warn] | ^
841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
845[warn] 34 | protected var address: EventableAddress = _
846[warn] | ^
847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
851[warn] 40 | @volatile protected var handle: Timeout = _
852[warn] | ^
853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
857[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
858[warn] | ^
859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
863[warn] 39 | private var reactor: Reactor = _
864[warn] | ^
865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
869[warn] 28 | private var transportFactory: TransportFactory = _
870[warn] | ^
871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
875[warn] 39 | protected var _selectionKey: SelectionKey = _
876[warn] | ^
877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
881[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
882[warn] | ^
883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
887[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
888[warn] | ^
889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
893[warn] 35 | private var ch: FileChannel = _
894[warn] | ^
895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
899[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
900[warn] | ^
901[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
904[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
905[warn] | ^
906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
910[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
911[warn] | ^
912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
916[warn] 44 | private var thread: Thread = _
917[warn] | ^
918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
922[warn] 56 | private var ioHandler: IoHandler = _
923[warn] | ^
924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
928[warn] 21 | @volatile private var n: Nextable | Null = _
929[warn] | ^
930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
934[warn] 25 | @volatile private var head: T | Null = _
935[warn] | ^
936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
940[warn] 26 | @volatile private var tail: T | Null = _
941[warn] | ^
942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
946[warn] 29 | @volatile private var head: T | Null = _
947[warn] | ^
948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
952[warn] 30 | @volatile private var tail: T | Null = _
953[warn] | ^
954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
958[warn] 25 | private var head: T | Null = _
959[warn] | ^
960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
964[warn] 26 | private var tail: T | Null = _
965[warn] | ^
966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
969[warn] 129 warnings found
970[error] two errors found
971Failed to evaluated codec-haproxy.compile: mill.api.Result$Failure
972
973Starting build for otavia-codec - [1/23]
974[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
976[warn] 35 | protected var logger: Logger = _
977[warn] | ^
978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
982[warn] 37 | private var ctx: ActorContext = _
983[warn] | ^
984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
988[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
989[warn] | ^
990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
994[warn] 45 | private[core] var currentStack: Stack = _
995[warn] | ^
996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
999[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
1000[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1001[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1002[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1003[error] |Required: cc.otavia.core.actor.MessageOf[W] &
1004[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1005[error] |
1006[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
1007[error] |
1008[error] | longer explanation available when compiling with `-explain`
1009[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
1010[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1011[error] | ^^^^^^^^^^^^
1012[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
1013[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
1014[error] |
1015[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
1016[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1017[error] |
1018[error] |
1019[error] |Note: a match type could not be fully reduced:
1020[error] |
1021[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
1022[error] | failed since selector W
1023[error] | does not uniquely determine parameter m in
1024[error] | case cc.otavia.core.actor.Actor[m] => m
1025[error] | The computed bounds for the parameter are:
1026[error] | m <: cc.otavia.core.message.Call |
1027[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1028[error] |
1029[error] | longer explanation available when compiling with `-explain`
1030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
1031[warn] 30 | private var workers: Address[MessageOf[W]] = _
1032[warn] | ^
1033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
1037[warn] 37 | private var currentChannelReceived: AnyRef = _
1038[warn] | ^
1039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
1043[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
1044[warn] | ^
1045[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
1048[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
1049[warn] | ^
1050[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
1053[warn] 23 | private var variables: Array[AnyRef] = _
1054[warn] | ^
1055[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1056[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
1059[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
1060[warn] | ^
1061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
1065[warn] 26 | private var thread: Thread = _
1066[warn] | ^
1067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
1071[warn] 28 | private var head: Nextable = _
1072[warn] | ^
1073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
1077[warn] 29 | private var tail: Nextable = _
1078[warn] | ^
1079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
1083[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
1084[warn] | ^
1085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
1089[warn] 46 | private var actorHouse: ActorHouse = _
1090[warn] | ^
1091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
1095[warn] 49 | private var pipe: ChannelPipelineImpl = _
1096[warn] | ^
1097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
1101[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
1102[warn] | ^
1103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
1107[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
1108[warn] | ^
1109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
1113[warn] 35 | private var path: Path = _
1114[warn] | ^
1115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
1119[warn] 36 | protected var currentReadPlan: ReadPlan = _
1120[warn] | ^
1121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
1125[warn] 38 | private var readFactory: ReadPlanFactory = _
1126[warn] | ^
1127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
1131[warn] 22 | private[core] var added: Boolean = _
1132[warn] | ^
1133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
1137[warn] 51 | private var removed: Boolean = _
1138[warn] | ^
1139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
1143[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
1144[warn] | ^
1145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
1149[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
1150[warn] | ^
1151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
1155[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
1156[warn] | ^
1157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
1161[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
1162[warn] | ^
1163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
1167[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1168[warn] | ^
1169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
1173[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1174[warn] | ^
1175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
1179[warn] 38 | private var inbound: I = _
1180[warn] | ^
1181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
1185[warn] 39 | private var outbound: O = _
1186[warn] | ^
1187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
1191[warn] 42 | private var fileChannel: FileChannel = _
1192[warn] | ^
1193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
1197[warn] 43 | private var file: File = _
1198[warn] | ^
1199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
1203[warn] 27 | private var hd: QueueMapEntity = _
1204[warn] | ^
1205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
1209[warn] 28 | private var tl: QueueMapEntity = _
1210[warn] | ^
1211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
1215[warn] 34 | private var cursor: QueueMapEntity = _
1216[warn] | ^
1217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
1221[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
1222[warn] | ^
1223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
1227[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
1228[warn] | ^
1229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
1233[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
1234[warn] | ^
1235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
1239[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
1240[warn] | ^
1241[warn] |Ignoring [this] qualifier.
1242[warn] |This syntax will be deprecated in the future; it should be dropped.
1243[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
1244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
1246[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
1247[warn] | ^
1248[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
1251[warn] 29 | @volatile private var sys: ActorSystem = _
1252[warn] | ^
1253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
1257[warn] 27 | private var address: Address[Call] = _
1258[warn] | ^
1259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
1263[warn] 31 | private var msg: M = _
1264[warn] | ^
1265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
1269[warn] 35 | private var rids: Array[Long] = _
1270[warn] | ^
1271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
1275[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
1276[warn] | ^
1277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
1281[warn] 28 | protected var stack: Stack = _
1282[warn] | ^
1283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
1287[warn] 33 | protected var result: AnyRef = _
1288[warn] | ^
1289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
1293[warn] 34 | protected var error: Throwable = _
1294[warn] | ^
1295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
1299[warn] 36 | private var p: AbstractPromise[?] = _
1300[warn] | ^
1301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
1305[warn] 30 | private var call: Call = _
1306[warn] | ^
1307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
1311[warn] 31 | private var reply: Reply = _
1312[warn] | ^
1313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
1317[warn] 33 | private var sender: Address[Call] = _
1318[warn] | ^
1319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
1323[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
1324[warn] | ^
1325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
1329[warn] 27 | private var messages: Seq[Notice] = _
1330[warn] | ^
1331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
1335[warn] 49 | private var ch: Channel = _
1336[warn] | ^
1337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
1341[warn] 50 | private var ask: AnyRef = _
1342[warn] | ^
1343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
1347[warn] 51 | private var callback: ChannelPromise => Unit = _
1348[warn] | ^
1349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
1353[warn] 27 | private var msg: AnyRef = _
1354[warn] | ^
1355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
1359[warn] 28 | private var belong: AbstractChannel = _
1360[warn] | ^
1361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
1365[warn] 33 | private var ret: AnyRef = _
1366[warn] | ^
1367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
1371[warn] 29 | private var table: Array[MessagePromise[?]] = _
1372[warn] | ^
1373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
1377[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
1378[warn] | ^
1379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
1383[warn] 28 | private var msg: Call = _
1384[warn] | ^
1385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
1389[warn] 26 | var head: AbstractPromise[?] = _
1390[warn] | ^
1391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
1395[warn] 27 | var tail: AbstractPromise[?] = _
1396[warn] | ^
1397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
1401[warn] 29 | private var nextState: StackState = _
1402[warn] | ^
1403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
1407[warn] 32 | private var completedHead: AbstractPromise[?] = _
1408[warn] | ^
1409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
1413[warn] 33 | private var completedTail: AbstractPromise[?] = _
1414[warn] | ^
1415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
1419[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
1420[warn] | ^
1421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
1425[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
1426[warn] | ^
1427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
1431[warn] 40 | private var actor: AbstractActor[?] = _
1432[warn] | ^
1433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
1437[warn] 42 | private var att: AnyRef = _
1438[warn] | ^
1439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
1443[warn] 27 | private var fu: ChannelFuture = _
1444[warn] | ^
1445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
1449[warn] 28 | private var fu: MessageFuture[R] = _
1450[warn] | ^
1451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
1455[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
1456[warn] | ^
1457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1461[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1462[warn] | ^
1463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1467[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1468[warn] | ^
1469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1473[warn] 53 | private var tmpAskCursor: Nextable = _
1474[warn] | ^
1475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1479[warn] 54 | private var tmpNoticeCursor: Nextable = _
1480[warn] | ^
1481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1485[warn] 58 | @volatile private var preHouse: ActorHouse = _
1486[warn] | ^
1487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1491[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1492[warn] | ^
1493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1497[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1498[warn] | ^
1499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1503[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1504[warn] | ^
1505[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1508[warn] 107 | private var system: ActorSystem = _
1509[warn] | ^
1510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1514[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1515[warn] | ^
1516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1520[warn] 72 | private var memoryMonitor: Timeout = _
1521[warn] | ^
1522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1526[warn] 81 | private var systemMonitor: Timeout = _
1527[warn] | ^
1528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1532[warn] 34 | private var sys: ActorSystem = _
1533[warn] | ^
1534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1538[warn] 30 | @volatile private var head: ActorHouse = _
1539[warn] | ^
1540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1544[warn] 31 | @volatile private var tail: ActorHouse = _
1545[warn] | ^
1546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1550[warn] 51 | private var currentRunning: Actor[?] = _
1551[warn] | ^
1552[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1553[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1556[warn] 26 | private var head: Nextable = _
1557[warn] | ^
1558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1562[warn] 27 | private var tail: Nextable = _
1563[warn] | ^
1564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1568[warn] 30 | @volatile private var head: ActorHouse = _
1569[warn] | ^
1570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1574[warn] 31 | @volatile private var tail: ActorHouse = _
1575[warn] | ^
1576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1580[warn] 37 | @volatile private var highHead: ActorHouse = _
1581[warn] | ^
1582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1586[warn] 38 | @volatile private var highTail: ActorHouse = _
1587[warn] | ^
1588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1592[warn] 29 | private var fs: Array[FileChannel] = _
1593[warn] | ^
1594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1598[warn] 28 | private var channel: Channel = _
1599[warn] | ^
1600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1604[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1605[warn] | ^
1606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1610[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1611[warn] | ^
1612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1616[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1617[warn] | ^
1618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1622[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1623[warn] | ^
1624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1628[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1629[warn] | ^
1630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1634[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1635[warn] | ^
1636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1640[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1641[warn] | ^
1642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1646[warn] 26 | private var resourceTimer: ResourceTimer = _
1647[warn] | ^
1648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
1652[warn] 34 | protected var address: EventableAddress = _
1653[warn] | ^
1654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
1658[warn] 40 | @volatile protected var handle: Timeout = _
1659[warn] | ^
1660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
1664[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
1665[warn] | ^
1666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
1670[warn] 39 | private var reactor: Reactor = _
1671[warn] | ^
1672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
1676[warn] 28 | private var transportFactory: TransportFactory = _
1677[warn] | ^
1678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
1682[warn] 39 | protected var _selectionKey: SelectionKey = _
1683[warn] | ^
1684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
1688[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
1689[warn] | ^
1690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
1694[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
1695[warn] | ^
1696[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1697[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
1700[warn] 35 | private var ch: FileChannel = _
1701[warn] | ^
1702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
1706[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
1707[warn] | ^
1708[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
1711[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
1712[warn] | ^
1713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
1717[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
1718[warn] | ^
1719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
1723[warn] 44 | private var thread: Thread = _
1724[warn] | ^
1725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
1729[warn] 56 | private var ioHandler: IoHandler = _
1730[warn] | ^
1731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
1735[warn] 21 | @volatile private var n: Nextable | Null = _
1736[warn] | ^
1737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
1741[warn] 25 | @volatile private var head: T | Null = _
1742[warn] | ^
1743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
1747[warn] 26 | @volatile private var tail: T | Null = _
1748[warn] | ^
1749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
1753[warn] 29 | @volatile private var head: T | Null = _
1754[warn] | ^
1755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
1759[warn] 30 | @volatile private var tail: T | Null = _
1760[warn] | ^
1761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
1765[warn] 25 | private var head: T | Null = _
1766[warn] | ^
1767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
1771[warn] 26 | private var tail: T | Null = _
1772[warn] | ^
1773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1776[warn] 129 warnings found
1777[error] two errors found
1778Failed to evaluated codec.compile: mill.api.Result$Failure
1779
1780Starting build for otavia-buffer - [2/23]
1781Successfully evaluated buffer.compile
1782Skipping unused scalacOptions: -source, -rewrite
1783Flag -classpath set repeatedly
1784-- Warning: buffer/src/cc/otavia/buffer/BufferAllocator.scala:44:8 -------------
178544 | def allocate(size: Int): Buffer
1786 | ^
1787 | Couldn't resolve a member for the given link query: OutOfMemoryError
1788-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:71:17 -------------
178971 | override def writeCharSequence(source: CharSequence, charset: Charset): Buffer = {
1790 | ^
1791 | Couldn't resolve a member for the given link query: source
1792-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:329:14 --------------------
1793329 | final def writeCharSequence(source: CharSequence): Buffer = writeCharSequence(source, StandardCharsets.UTF_8)
1794 | ^
1795 | Couldn't resolve a member for the given link query: source
1796-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:78:17 -------------
179778 | override def readCharSequence(length: Int, charset: Charset): CharSequence = {
1798 | ^
1799 | Couldn't resolve a member for the given link query: CharSequence
1800-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:382:8 ---------------------
1801382 | def readCharSequence(length: Int): CharSequence = readCharSequence(length, StandardCharsets.UTF_8)
1802 | ^
1803 | Couldn't resolve a member for the given link query: CharSequence
1804-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1701:17 -----------
18051701 | read
1806 | ^
1807 | Couldn't resolve a member for the given link query: length
1808-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1690:17 -----------
18091690 |write
1810 | ^
1811 | Couldn't resolve a member for the given link query: length
1812-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1773:17 -----------
18131773 | true
1814 | ^
1815 | Couldn't resolve a member for the given link query: bytes
1816-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:85:17 -------------
181785 | override def readStringAsLong(length: Int, radix: Int): Long = {
1818 | ^
1819 | Couldn't resolve a member for the given link query: Integer.parseInt
1820-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1333:17 -----------
18211333 | = idx - end
1822 | ^
1823 | Couldn't resolve a member for the given link query: allowCompaction
1824-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:953:8 ---------------------
1825953 | def ensureWritable(size: Int): Buffer = {
1826 | ^
1827 | Couldn't resolve a member for the given link query: allowCompaction
1828-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:195:17 ------------
1829195 | override def readStringAsDouble(length: Int): Double = {
1830 | ^
1831 | Couldn't resolve a member for the given link query: JFloat.parseFloat
1832-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:266:17 ------------
1833266 | override def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer = {
1834 | ^
1835 | Couldn't resolve a member for the given link query: destination
1836-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:257:17 ------------
1837257 | override def readBytes(destination: ByteBuffer, length: Int): Buffer = {
1838 | ^
1839 | Couldn't resolve a member for the given link query: ByteBuffer
1840-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:636:14 --------------------
1841636 | final def readBytes(destination: ByteBuffer): Buffer = readBytes(destination, destination.remaining())
1842 | ^
1843 | Couldn't resolve a member for the given link query: ByteBuffer
1844-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1724:17 -----------
18451724 | same
1846 | ^
1847 | Couldn't resolve a member for the given link query: index
1848-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:51:17 -------------
184951 | override def writerOffset(offset: Int): Buffer = {
1850 | ^
1851 | Couldn't resolve a member for the given link query: offset
1852-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:43:17 -------------
185343 | override def readerOffset(offset: Int): Buffer = {
1854 | ^
1855 | Couldn't resolve a member for the given link query: offset
1856-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1274:17 -----------
18571274 | override def openCursor(fromOffset: Int, length: Int): ByteCursor = {
1858 | ^
1859 | Couldn't resolve a member for the given link query: fromOffset
1860-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:843:14 --------------------
1861843 | final def openCursor(): ByteCursor = openCursor(readerOffset, readableBytes)
1862 | ^
1863 | Couldn't resolve a member for the given link query: fromOffset
1864-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:248:17 ------------
1865248 | override def writeBytes(source: ByteBuffer, length: Int): Buffer = {
1866 | ^
1867 | Couldn't resolve a member for the given link query: ByteBuffer
1868-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:220:17 ------------
1869220 | override def writeBytes(length: Int, value: Byte): Buffer = {
1870 | ^
1871 | Couldn't resolve a member for the given link query: value
1872-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:214:17 ------------
1873214 | override def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer = {
1874 | ^
1875 | Couldn't resolve a member for the given link query: source
1876-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:206:17 ------------
1877206 | override def writeBytes(source: Buffer, length: Int): Buffer = {
1878 | ^
1879 | Couldn't resolve a member for the given link query: source
1880-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:610:14 --------------------
1881610 | final def writeBytes(source: ByteBuffer): Buffer = writeBytes(source, source.remaining())
1882 | ^
1883 | Couldn't resolve a member for the given link query: ByteBuffer
1884-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:300:17 ------------
1885300 | override def bytesBeforeIn(set: Array[Byte]): Int = {
1886 | ^
1887 | Couldn't resolve a member for the given link query: set
1888-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:315:17 ------------
1889315 | override def bytesBeforeInRange(lower: Byte, upper: Byte): Int = {
1890 | ^
1891 | Couldn't resolve a member for the given link query: lower
1892-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1303:17 -----------
18931303 |= end - idx
1894 | ^
1895 | Couldn't resolve a member for the given link query: fromOffset
1896-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:881:14 --------------------
1897881 | final def openReverseCursor: ByteCursor = {
1898 | ^
1899 | Couldn't resolve a member for the given link query: fromOffset
1900-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1726:17 -----------
19011726 |nderlying.get(index) == byte
1902 | ^
1903 | Couldn't resolve a member for the given link query: index
1904-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:201:17 ------------
1905201 | override def getStringAsDouble(index: Int, length: Int): Double = { // TODO: optimum
1906 | ^
1907 | Couldn't resolve a member for the given link query: JFloat.parseFloat
1908-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:412:8 ---------------------
1909412 | def getCharSequence(index: Int, len: Int, charset: Charset = StandardCharsets.UTF_8): CharSequence = {
1910 | ^
1911 | Couldn't resolve a member for the given link query: CharSequence
1912-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1784:17 -----------
19131784 |es.length
1914 | ^
1915 | Couldn't resolve a member for the given link query: bytes
1916-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:141:17 ------------
1917141 | override def getStringAsLong(index: Int, length: Int, radix: Int): Long = {
1918 | ^
1919 | Couldn't resolve a member for the given link query: Integer.parseInt
1920-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1210:17 -----------
19211210 | override def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean): Int =
1922 | ^
1923 | Couldn't resolve a member for the given link query: needle
1924-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1161:17 -----------
19251161 | override def bytesBefore(needle: Array[Byte]): Int = bytesBefore(needle, ridx, widx)
1926 | ^
1927 | Couldn't resolve a member for the given link query: needle
1928-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:386:17 ------------
1929386 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int =
1930 | ^
1931 | Couldn't resolve a member for the given link query: needle1
1932-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:353:17 ------------
1933353 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int =
1934 | ^
1935 | Couldn't resolve a member for the given link query: needle1
1936-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:325:17 ------------
1937325 | override def bytesBefore(needle1: Byte, needle2: Byte): Int = bytesBefore2(needle1, needle2, ridx, widx)
1938 | ^
1939 | Couldn't resolve a member for the given link query: needle1
1940-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:280:17 ------------
1941280 | override def bytesBefore(needle: Byte): Int = bytesBefore1(needle, ridx, widx)
1942 | ^
1943 | Couldn't resolve a member for the given link query: needle
1944-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:59:17 -------------
194559 | override def compact(): Buffer = {
1946 | ^
1947 |Couldn't resolve a member for the given link query: IllegalStateException
1948-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1673:17 -----------
19491673 |lying, srcPos, length)
1950 | ^
1951 | Couldn't resolve a member for the given link query: destPos
1952-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1669:17 -----------
19531669 |dest, destPos, length)
1954 | ^
1955 | Couldn't resolve a member for the given link query: destPos
1956-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1665:17 -----------
19571665 | }
1958 | ^
1959 | Couldn't resolve a member for the given link query: dest
1960-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:366:14 --------------------
1961366 | final def setCharSequence(index: Int, source: CharSequence, charset: Charset): Buffer = {
1962 | ^
1963 | Couldn't resolve a member for the given link query: source
1964-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:353:14 --------------------
1965353 | final def setCharSequence(index: Int, source: CharSequence): Buffer =
1966 | ^
1967 | Couldn't resolve a member for the given link query: source
1968-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1679:17 -----------
19691679 |edOperationException()
1970 | ^
1971 | Couldn't resolve a member for the given link query: length
1972-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolDirectAllocator.scala:27:17
197327 | override def allocate(size: Int): Buffer = new UnpoolDirectBuffer(ByteBuffer.allocateDirect(size))
1974 | ^
1975 | Couldn't resolve a member for the given link query: OutOfMemoryError
1976-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolHeapAllocator.scala:28:17 -
197728 | override def allocate(size: Int): Buffer = {
1978 | ^
1979 | Couldn't resolve a member for the given link query: OutOfMemoryError
1980-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:183:14 ---------------
1981183 | final def getStringAsUUID(buffer: Buffer, index: Int): UUID = {
1982 | ^
1983 | Couldn't resolve a member for the given link query: UUID
1984-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:242:14 ---------------
1985242 | final def readStringAsUUID(buffer: Buffer): UUID = {
1986 | ^
1987 | Couldn't resolve a member for the given link query: UUID
1988-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:256:14 ---------------
1989256 | final def writeUUIDAsString(buffer: Buffer, uuid: UUID): Unit = {
1990 | ^
1991 | Couldn't resolve a member for the given link query: uuid
1992-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:273:14 ---------------
1993273 | final def setUUIDAsString(buffer: Buffer, index: Int, uuid: UUID): Unit = {
1994 | ^
1995 | Couldn't resolve a member for the given link query: uuid
1996-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:1427:14 --------------
19971427 | final def readStringAsJDuration(buffer: Buffer): JDuration = {
1998 | ^
1999 |Couldn't resolve a member for the given link query: DateTimeParseException
2000-- Warning: buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:61:17 --
200161 |LLOCATABLE
2002 | ^
2003 | Couldn't resolve a member for the given link query: length
2004-- Warning: buffer/src/cc/otavia/buffer/pool/PooledPageAllocator.scala:26:17 ---
200526 | override def allocate(size: Int): RecyclablePageBuffer = allocate()
2006 | ^
2007 | Couldn't resolve a member for the given link query: OutOfMemoryError
2008-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:341:8 ---------------------
2009341 | def writeCharSequence(source: CharSequence, charset: Charset): Buffer
2010 | ^
2011 | Couldn't resolve a member for the given link query: source
2012-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:396:8 ---------------------
2013396 | def readCharSequence(length: Int, charset: Charset): CharSequence
2014 | ^
2015 | Couldn't resolve a member for the given link query: CharSequence
2016-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:318:8 ---------------------
2017318 | def transferFrom(channel: ReadableByteChannel, length: Int): Int
2018 | ^
2019 | Couldn't resolve a member for the given link query: length
2020-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:300:8 ---------------------
2021300 | def transferFrom(channel: FileChannel, position: Long, length: Int): Int
2022 | ^
2023 | Couldn't resolve a member for the given link query: length
2024-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2202:8 --------------------
20252202 | def skipIfNextAre(bytes: Array[Byte]): Boolean
2026 | ^
2027 | Couldn't resolve a member for the given link query: bytes
2028-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:437:8 ---------------------
2029437 | def readStringAsLong(length: Int, radix: Int = 10): Long
2030 | ^
2031 | Couldn't resolve a member for the given link query: Integer.parseInt
2032-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:937:8 ---------------------
2033937 | def ensureWritable(size: Int, minimumGrowth: Int, allowCompaction: Boolean): Buffer
2034 | ^
2035 | Couldn't resolve a member for the given link query: allowCompaction
2036-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:474:8 ---------------------
2037474 | def readStringAsDouble(length: Int): Double
2038 | ^
2039 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2040-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:675:8 ---------------------
2041675 | def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer
2042 | ^
2043 | Couldn't resolve a member for the given link query: destination
2044-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:651:8 ---------------------
2045651 | def readBytes(destination: ByteBuffer, length: Int): Buffer
2046 | ^
2047 | Couldn't resolve a member for the given link query: ByteBuffer
2048-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2181:8 --------------------
20492181 | def indexIs(byte: Byte, index: Int): Boolean
2050 | ^
2051 | Couldn't resolve a member for the given link query: index
2052-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:138:8 ---------------------
2053138 | def writerOffset(offset: Int): Buffer
2054 | ^
2055 | Couldn't resolve a member for the given link query: offset
2056-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:99:8 ----------------------
205799 | def readerOffset(offset: Int): Buffer
2058 | ^
2059 | Couldn't resolve a member for the given link query: offset
2060-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:864:8 ---------------------
2061864 | def openCursor(fromOffset: Int, length: Int): ByteCursor
2062 | ^
2063 | Couldn't resolve a member for the given link query: fromOffset
2064-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:624:8 ---------------------
2065624 | def writeBytes(source: ByteBuffer, length: Int): Buffer
2066 | ^
2067 | Couldn't resolve a member for the given link query: ByteBuffer
2068-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:547:8 ---------------------
2069547 | def writeBytes(length: Int, value: Byte): Buffer
2070 | ^
2071 | Couldn't resolve a member for the given link query: value
2072-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:525:8 ---------------------
2073525 | def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer
2074 | ^
2075 | Couldn't resolve a member for the given link query: source
2076-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:511:8 ---------------------
2077511 | def writeBytes(source: Buffer, length: Int): Buffer
2078 | ^
2079 | Couldn't resolve a member for the given link query: source
2080-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:735:8 ---------------------
2081735 | def bytesBeforeIn(set: Array[Byte]): Int
2082 | ^
2083 | Couldn't resolve a member for the given link query: set
2084-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:748:8 ---------------------
2085748 | def bytesBeforeInRange(lower: Byte, upper: Byte): Int
2086 | ^
2087 | Couldn't resolve a member for the given link query: lower
2088-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:904:8 ---------------------
2089904 | def openReverseCursor(fromOffset: Int, length: Int): ByteCursor
2090 | ^
2091 | Couldn't resolve a member for the given link query: fromOffset
2092-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2184:8 --------------------
20932184 | def indexAre(bytes: Array[Byte], index: Int): Boolean
2094 | ^
2095 | Couldn't resolve a member for the given link query: index
2096-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:489:8 ---------------------
2097489 | def getStringAsDouble(index: Int, length: Int): Double
2098 | ^
2099 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2100-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2210:8 --------------------
21012210 | def skipIfNextIgnoreCaseAre(bytes: Array[Byte]): Boolean
2102 | ^
2103 | Couldn't resolve a member for the given link query: bytes
2104-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:461:8 ---------------------
2105461 | def getStringAsLong(index: Int, length: Int, radix: Int = 10): Long
2106 | ^
2107 | Couldn't resolve a member for the given link query: Integer.parseInt
2108-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:827:8 ---------------------
2109827 | def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean = false): Int
2110 | ^
2111 | Couldn't resolve a member for the given link query: needle
2112-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:809:8 ---------------------
2113809 | def bytesBefore(needle: Array[Byte]): Int
2114 | ^
2115 | Couldn't resolve a member for the given link query: needle
2116-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:796:8 ---------------------
2117796 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int
2118 | ^
2119 | Couldn't resolve a member for the given link query: needle1
2120-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:778:8 ---------------------
2121778 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int
2122 | ^
2123 | Couldn't resolve a member for the given link query: needle1
2124-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:762:8 ---------------------
2125762 | def bytesBefore(needle1: Byte, needle2: Byte): Int
2126 | ^
2127 | Couldn't resolve a member for the given link query: needle1
2128-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:724:8 ---------------------
2129724 | def bytesBefore(needle: Byte): Int
2130 | ^
2131 | Couldn't resolve a member for the given link query: needle
2132-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:965:8 ---------------------
2133965 | def compact(): Buffer
2134 | ^
2135 |Couldn't resolve a member for the given link query: IllegalStateException
2136-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:263:8 ---------------------
2137263 | def copyInto(srcPos: Int, dest: Buffer, destPos: Int, length: Int): Unit
2138 | ^
2139 | Couldn't resolve a member for the given link query: destPos
2140-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:233:8 ---------------------
2141233 | def copyInto(srcPos: Int, dest: ByteBuffer, destPos: Int, length: Int): Unit
2142 | ^
2143 | Couldn't resolve a member for the given link query: destPos
2144-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:203:8 ---------------------
2145203 | def copyInto(srcPos: Int, dest: Array[Byte], destPos: Int, length: Int): Unit
2146 | ^
2147 | Couldn't resolve a member for the given link query: dest
2148-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:280:8 ---------------------
2149280 | def transferTo(channel: WritableByteChannel, length: Int): Int
2150 | ^
2151 | Couldn't resolve a member for the given link query: length
2152-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2236:8 --------------------
21532236 | def wrap(byteBuffer: ByteBuffer): Buffer =
2154 | ^
2155 | Couldn't resolve a member for the given link query: ByteBuffer
2156-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2252:8 --------------------
21572252 | def wrap(array: Array[Byte]): Buffer = UnpoolHeapBuffer(ByteBuffer.wrap(array))
2158 | ^
2159 | Couldn't resolve a member for the given link query: array.length
216095 warnings found
2161Successfully evaluated buffer.docJar
2162Failed to resolve scalaVersion, assume it's Scala 3 project
2163[info] compiling 7 Scala sources to /build/repo/out/buffer/test/compile.dest/classes ...
2164[info] done compiling
2165Successfully evaluated buffer.test.compile
2166Publishing Artifact(cc.otavia,otavia-buffer_3,0.4.5) to ivy repo /root/.ivy2/local
2167Successfully evaluated buffer.publishLocal
2168
2169Starting build for otavia-serde-json - [3/23]
2170[info] compiling 7 Scala sources to /build/repo/out/serde/compile.dest/classes ...
2171[info] done compiling
2172[info] compiling 26 Scala sources to /build/repo/out/serde-json/compile.dest/classes ...
2173[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/serde-json/src/cc/otavia/json/JsonMacro.scala:1013:28
2174[warn] 1013 | (tpe1.asType, tpe2.asType) match
2175[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2176[warn] | match may not be exhaustive.
2177[warn] |
2178[warn] | It would fail on pattern case: (_, _)
2179[warn] |
2180[warn] | longer explanation available when compiling with `-explain`
2181[warn] one warning found
2182[info] done compiling
2183Successfully evaluated serde-json.compile
2184Skipping unused scalacOptions: -source, -rewrite
2185Flag -classpath set repeatedly
2186-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
218743 | def deserialize(in: Buffer): A
2188 | ^
2189 | Couldn't resolve a member for the given link query: Buffer
2190-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
219159 | def serialize(value: A, out: Buffer): Unit
2192 | ^
2193 | Couldn't resolve a member for the given link query: Buffer
2194-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
219567 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
2196 | ^
2197 | Couldn't resolve a member for the given link query: Buffer
2198-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
219951 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
2200 | ^
2201 | Couldn't resolve a member for the given link query: Buffer
2202-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
220335 | def checkDeserializable(in: Buffer): Boolean = true
2204 | ^
2205 | Couldn't resolve a member for the given link query: Buffer
2206-- Warning: serde-json/src/cc/otavia/json/JsonSerde.scala:319:15 ---------------
2207319 | inline def derived[T]: JsonSerde[T] = ${ derivedMacro[T] }
2208 | ^
2209 | Couldn't resolve a member for the given link query: T
2210-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:25:7 -------
221125 |object YearJsonSerde extends JsonSerde[Year] {
2212 | ^
2213 | Couldn't resolve a member for the given link query: Year
2214-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:27:23 ------
221527 | override final def serialize(value: Year, out: Buffer): Unit = this.serializeYear(value, out)
2216 | ^
2217 | Couldn't resolve a member for the given link query: A
2218-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:29:23 ------
221929 | override final def deserialize(in: Buffer): Year = this.deserializeYear(in)
2220 | ^
2221 | Couldn't resolve a member for the given link query: Buffer
2222-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:25:7 --
222325 |object JDurationJsonSerde extends JsonSerde[Duration] {
2224 | ^
2225 | Couldn't resolve a member for the given link query: Duration
2226-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:27:23 -
222727 | override final def serialize(value: Duration, out: Buffer): Unit = this.serializeJDuration(value, out)
2228 | ^
2229 | Couldn't resolve a member for the given link query: A
2230-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:29:23 -
223129 | override final def deserialize(in: Buffer): Duration = this.deserializeJDuration(in)
2232 | ^
2233 | Couldn't resolve a member for the given link query: Buffer
2234-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:25:7 --
223525 |object YearMonthJsonSerde extends JsonSerde[YearMonth] {
2236 | ^
2237 | Couldn't resolve a member for the given link query: YearMonth
2238-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:27:23 -
223927 | override final def serialize(value: YearMonth, out: Buffer): Unit = this.serializeYearMonth(value, out)
2240 | ^
2241 | Couldn't resolve a member for the given link query: A
2242-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:29:23 -
224329 | override final def deserialize(in: Buffer): YearMonth = this.deserializeYearMonth(in)
2244 | ^
2245 | Couldn't resolve a member for the given link query: Buffer
2246-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:25:17 -----
224725 | override def deserialize(in: Buffer): Short = deserializeShort(in)
2248 | ^
2249 | Couldn't resolve a member for the given link query: Buffer
2250-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:27:17 -----
225127 | override def serialize(value: Short, out: Buffer): Unit = serializeShort(value, out)
2252 | ^
2253 | Couldn't resolve a member for the given link query: A
2254-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:27:23 ----
225527 | override final def serialize(value: BigInt, out: Buffer): Unit = this.serializeBigInt(value, out)
2256 | ^
2257 | Couldn't resolve a member for the given link query: A
2258-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:29:23 ----
225929 | override final def deserialize(in: Buffer): BigInt = this.deserializeBigInt(in)
2260 | ^
2261 | Couldn't resolve a member for the given link query: Buffer
2262-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:29:7 -----
226329 |object StringJsonSerde extends JsonSerde[String] {
2264 | ^
2265 | Couldn't resolve a member for the given link query: Charset
2266-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:31:17 ----
226731 | override def deserialize(in: Buffer): String = deserializeString(in)
2268 | ^
2269 | Couldn't resolve a member for the given link query: Buffer
2270-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:33:17 ----
227133 | override def serialize(value: String, out: Buffer): Unit = serializeString(value, out)
2272 | ^
2273 | Couldn't resolve a member for the given link query: A
2274-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:25:7 -----
227525 |object ZoneIdJsonSerde extends JsonSerde[ZoneId] {
2276 | ^
2277 | Couldn't resolve a member for the given link query: ZoneId
2278-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:27:23 ----
227927 | override final def serialize(value: ZoneId, out: Buffer): Unit = this.serializeZoneId(value, out)
2280 | ^
2281 | Couldn't resolve a member for the given link query: A
2282-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:29:23 ----
228329 | override final def deserialize(in: Buffer): ZoneId = this.deserializeZoneId(in)
2284 | ^
2285 | Couldn't resolve a member for the given link query: Buffer
2286-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:27:23
228727 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeJBigDecimal(value, out)
2288 | ^
2289 | Couldn't resolve a member for the given link query: A
2290-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:29:23
229129 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeJBigDecimal(in)
2292 | ^
2293 | Couldn't resolve a member for the given link query: Buffer
2294-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:25:23
229525 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeBigDecimal(value, out)
2296 | ^
2297 | Couldn't resolve a member for the given link query: A
2298-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:27:23
229927 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeBigDecimal(in)
2300 | ^
2301 | Couldn't resolve a member for the given link query: Buffer
2302-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:25:7
230325 |object ZonedDateTimeJsonSerde extends JsonSerde[ZonedDateTime] {
2304 | ^
2305 | Couldn't resolve a member for the given link query: ZonedDateTime
2306-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:27:23
230727 | override final def serialize(value: ZonedDateTime, out: Buffer): Unit = this.serializeZonedDateTime(value, out)
2308 | ^
2309 | Couldn't resolve a member for the given link query: A
2310-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:29:23
231129 | override final def deserialize(in: Buffer): ZonedDateTime = this.deserializeZonedDateTime(in)
2312 | ^
2313 | Couldn't resolve a member for the given link query: Buffer
2314-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:25:7 ----
231525 |object InstantJsonSerde extends JsonSerde[Instant] {
2316 | ^
2317 | Couldn't resolve a member for the given link query: Instant
2318-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:27:23 ---
231927 | override final def serialize(value: Instant, out: Buffer): Unit = this.serializeInstant(value, out)
2320 | ^
2321 | Couldn't resolve a member for the given link query: A
2322-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:29:23 ---
232329 | override final def deserialize(in: Buffer): Instant = this.deserializeInstant(in)
2324 | ^
2325 | Couldn't resolve a member for the given link query: Buffer
2326-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:27:23 --
232727 | override final def serialize(value: MonthDay, out: Buffer): Unit = this.serializeMonthDay(value, out)
2328 | ^
2329 | Couldn't resolve a member for the given link query: A
2330-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:29:23 --
233129 | override final def deserialize(in: Buffer): MonthDay = this.deserializeMonthDay(in)
2332 | ^
2333 | Couldn't resolve a member for the given link query: Buffer
2334-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:25:7 -
233525 |object ZoneOffsetJsonSerde extends JsonSerde[ZoneOffset] {
2336 | ^
2337 | Couldn't resolve a member for the given link query: ZoneOffset
2338-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:27:23
233927 | override final def serialize(value: ZoneOffset, out: Buffer): Unit = this.serializeZoneOffset(value, out)
2340 | ^
2341 | Couldn't resolve a member for the given link query: A
2342-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:29:23
234329 | override final def deserialize(in: Buffer): ZoneOffset = this.deserializeZoneOffset(in)
2344 | ^
2345 | Couldn't resolve a member for the given link query: Buffer
2346-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:25:7
234725 |object OffsetDateTimeJsonSerde extends JsonSerde[OffsetDateTime] {
2348 | ^
2349 | Couldn't resolve a member for the given link query: OffsetDateTime
2350-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:27:23
235127 | override final def serialize(value: OffsetDateTime, out: Buffer): Unit = this.serializeOffsetDateTime(value, out)
2352 | ^
2353 | Couldn't resolve a member for the given link query: A
2354-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:29:23
235529 | override final def deserialize(in: Buffer): OffsetDateTime = this.deserializeOffsetDateTime(in)
2356 | ^
2357 | Couldn't resolve a member for the given link query: Buffer
2358-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:25:7 -
235925 |object BigIntegerJsonSerde extends JsonSerde[BigInteger] {
2360 | ^
2361 | Couldn't resolve a member for the given link query: BigInteger
2362-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:27:23
236327 | override final def serialize(value: BigInteger, out: Buffer): Unit = this.serializeBigInteger(value, out)
2364 | ^
2365 | Couldn't resolve a member for the given link query: A
236646 warnings found
2367Successfully evaluated serde-json.docJar
2368Failed to resolve scalaVersion, assume it's Scala 3 project
2369[info] compiling 4 Scala sources to /build/repo/out/serde-json/test/compile.dest/classes ...
2370[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/Hello.scala:23:71 ------
2371[info] 23 |case class Hello(id: Int, hello: String, yearMonth: YearMonth) derives JsonSerde
2372[info] | ^
2373[info] |Generated JSON serde for type 'cc.otavia.json.Hello':
2374[info] |{
2375[info] | def e0(value: cc.otavia.json.Hello, out: cc.otavia.buffer.Buffer): scala.Unit = {
2376[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
2377[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("id", out)
2378[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.id, out)
2379[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2380[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("hello", out)
2381[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value.hello, out)
2382[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2383[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("yearMonth", out)
2384[info] | cc.otavia.json.JsonSerde.given_JsonSerde_YearMonth.serialize(value.yearMonth, out)
2385[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
2386[info] | }
2387[info] | final class $anon() extends cc.otavia.json.JsonSerde[cc.otavia.json.Hello] {
2388[info] | override def serialize(`valueâ‚‚`: cc.otavia.json.Hello, `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2389[info] | override def deserialize(in: cc.otavia.buffer.Buffer): cc.otavia.json.Hello = scala.Predef.???
2390[info] | }
2391[info] |
2392[info] | (new $anon(): cc.otavia.json.JsonSerde[cc.otavia.json.Hello])
2393[info] |}
2394[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSuite.scala:31:39 --
2395[info] 31 | val serde = JsonSerde.derived[Byte]
2396[info] | ^^^^^^^^^^^^^^^^^^^^^^^
2397[info] |Generated JSON serde for type 'scala.Byte':
2398[info] |{
2399[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Byte] {
2400[info] | override def serialize(value: scala.Byte, out: cc.otavia.buffer.Buffer): scala.Unit = cc.otavia.json.JsonMacro.inline$JsonHelper.serializeByte(value, out)
2401[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Byte = cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeByte(in)
2402[info] | }
2403[info] |
2404[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Byte])
2405[info] |}
2406[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:35:38
2407[info] 35 | val tps = JsonSerde.derived[(String, Int, Long, Option[Long])]
2408[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2409[info] |Generated JSON serde for type 'scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]':
2410[info] |{
2411[info] | def d0(in: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = {
2412[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_START), "decode error, except \'[\'")
2413[info] | val _r1: java.lang.String = {
2414[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
2415[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.deserialize(in)
2416[info] | }
2417[info] | val _r2: scala.Int = {
2418[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2419[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeInt(in)
2420[info] | }
2421[info] | val _r3: scala.Long = {
2422[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2423[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeLong(in)
2424[info] | }
2425[info] | val _r4: scala.Option[scala.Long] = {
2426[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2427[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
2428[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))
2429[info] | }
2430[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_END), "decode error, except \']\'")
2431[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)
2432[info] | }
2433[info] | def e0(value: scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]], out: cc.otavia.buffer.Buffer): scala.Unit = {
2434[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
2435[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value._1, out)
2436[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2437[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value._2, out)
2438[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2439[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(value._3, out)
2440[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2441[info] | value._4 match {
2442[info] | case scala.None =>
2443[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeNull(out)
2444[info] | case scala.Some(v) =>
2445[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
2446[info] | }
2447[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
2448[info] | }
2449[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]] {
2450[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â‚‚`)
2451[info] | override def deserialize(`inâ‚‚`: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = d0(`inâ‚‚`)
2452[info] | }
2453[info] |
2454[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]])
2455[info] |}
2456[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:45:38
2457[info] 45 | val tps = JsonSerde.derived[Array[Int]]
2458[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2459[info] |Generated JSON serde for type 'scala.Array[scala.Int]':
2460[info] |{
2461[info] | def e0(value: scala.Array[scala.Int], out: cc.otavia.buffer.Buffer): scala.Unit = {
2462[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
2463[info] | var i: scala.Int = 0
2464[info] | while (i.<(value.length)) {
2465[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.apply(i), out)
2466[info] | i = i.+(1)
2467[info] | if (i.!=(value.length)) {
2468[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2469[info] | ()
2470[info] | } else ()
2471[info] | }
2472[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
2473[info] | }
2474[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Array[scala.Int]] {
2475[info] | override def serialize(`valueâ‚‚`: scala.Array[scala.Int], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2476[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Array[scala.Int] = scala.Predef.???
2477[info] | }
2478[info] |
2479[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Array[scala.Int]])
2480[info] |}
2481[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:53:38
2482[info] 53 | val tps = JsonSerde.derived[Map[Int, Long]]
2483[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2484[info] |Generated JSON serde for type 'scala.collection.immutable.Map[scala.Int, scala.Long]':
2485[info] |{
2486[info] | def e0(value: scala.collection.immutable.Map[scala.Int, scala.Long], out: cc.otavia.buffer.Buffer): scala.Unit = {
2487[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
2488[info] | var i: scala.Int = 0
2489[info] | val length: scala.Int = value.size
2490[info] | value.foreach[scala.Unit](((x$1: scala.Tuple2[scala.Int, scala.Long]) => {
2491[info] | val k: scala.Int = x$1._1
2492[info] | val v: scala.Long = x$1._2
2493[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey(k.toString(), out)
2494[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
2495[info] | i = i.+(1)
2496[info] | if (i.!=(length)) {
2497[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2498[info] | ()
2499[info] | } else ()
2500[info] | }))
2501[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
2502[info] | }
2503[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]] {
2504[info] | override def serialize(`valueâ‚‚`: scala.collection.immutable.Map[scala.Int, scala.Long], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2505[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.collection.immutable.Map[scala.Int, scala.Long] = scala.Predef.???
2506[info] | }
2507[info] |
2508[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]])
2509[info] |}
2510[info] done compiling
2511Successfully evaluated serde-json.test.compile
2512Publishing Artifact(cc.otavia,otavia-serde-json_3,0.4.5) to ivy repo /root/.ivy2/local
2513Successfully evaluated serde-json.publishLocal
2514
2515Starting build for otavia-codec-mqtt - [4/23]
2516No test module defined in codec-mqtt
2517[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
2518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
2519[warn] 35 | protected var logger: Logger = _
2520[warn] | ^
2521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
2525[warn] 37 | private var ctx: ActorContext = _
2526[warn] | ^
2527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
2531[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
2532[warn] | ^
2533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
2537[warn] 45 | private[core] var currentStack: Stack = _
2538[warn] | ^
2539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2542[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
2543[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2544[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2545[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2546[error] |Required: cc.otavia.core.actor.MessageOf[W] &
2547[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2548[error] |
2549[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
2550[error] |
2551[error] | longer explanation available when compiling with `-explain`
2552[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
2553[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2554[error] | ^^^^^^^^^^^^
2555[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
2556[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
2557[error] |
2558[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
2559[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2560[error] |
2561[error] |
2562[error] |Note: a match type could not be fully reduced:
2563[error] |
2564[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
2565[error] | failed since selector W
2566[error] | does not uniquely determine parameter m in
2567[error] | case cc.otavia.core.actor.Actor[m] => m
2568[error] | The computed bounds for the parameter are:
2569[error] | m <: cc.otavia.core.message.Call |
2570[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2571[error] |
2572[error] | longer explanation available when compiling with `-explain`
2573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
2574[warn] 30 | private var workers: Address[MessageOf[W]] = _
2575[warn] | ^
2576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
2580[warn] 37 | private var currentChannelReceived: AnyRef = _
2581[warn] | ^
2582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
2586[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
2587[warn] | ^
2588[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
2591[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
2592[warn] | ^
2593[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
2596[warn] 23 | private var variables: Array[AnyRef] = _
2597[warn] | ^
2598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
2602[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
2603[warn] | ^
2604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
2608[warn] 26 | private var thread: Thread = _
2609[warn] | ^
2610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
2614[warn] 28 | private var head: Nextable = _
2615[warn] | ^
2616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
2620[warn] 29 | private var tail: Nextable = _
2621[warn] | ^
2622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
2626[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
2627[warn] | ^
2628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
2632[warn] 46 | private var actorHouse: ActorHouse = _
2633[warn] | ^
2634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
2638[warn] 49 | private var pipe: ChannelPipelineImpl = _
2639[warn] | ^
2640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
2644[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
2645[warn] | ^
2646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
2650[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
2651[warn] | ^
2652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
2656[warn] 35 | private var path: Path = _
2657[warn] | ^
2658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
2662[warn] 36 | protected var currentReadPlan: ReadPlan = _
2663[warn] | ^
2664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
2668[warn] 38 | private var readFactory: ReadPlanFactory = _
2669[warn] | ^
2670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
2674[warn] 22 | private[core] var added: Boolean = _
2675[warn] | ^
2676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
2680[warn] 51 | private var removed: Boolean = _
2681[warn] | ^
2682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
2686[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
2687[warn] | ^
2688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
2692[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
2693[warn] | ^
2694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
2698[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
2699[warn] | ^
2700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
2704[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
2705[warn] | ^
2706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
2710[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2711[warn] | ^
2712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
2716[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2717[warn] | ^
2718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
2722[warn] 38 | private var inbound: I = _
2723[warn] | ^
2724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
2728[warn] 39 | private var outbound: O = _
2729[warn] | ^
2730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
2734[warn] 42 | private var fileChannel: FileChannel = _
2735[warn] | ^
2736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
2740[warn] 43 | private var file: File = _
2741[warn] | ^
2742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
2746[warn] 27 | private var hd: QueueMapEntity = _
2747[warn] | ^
2748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
2752[warn] 28 | private var tl: QueueMapEntity = _
2753[warn] | ^
2754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
2758[warn] 34 | private var cursor: QueueMapEntity = _
2759[warn] | ^
2760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
2764[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
2765[warn] | ^
2766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
2770[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
2771[warn] | ^
2772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
2776[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
2777[warn] | ^
2778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
2782[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
2783[warn] | ^
2784[warn] |Ignoring [this] qualifier.
2785[warn] |This syntax will be deprecated in the future; it should be dropped.
2786[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
2789[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
2790[warn] | ^
2791[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
2794[warn] 29 | @volatile private var sys: ActorSystem = _
2795[warn] | ^
2796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
2800[warn] 27 | private var address: Address[Call] = _
2801[warn] | ^
2802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
2806[warn] 31 | private var msg: M = _
2807[warn] | ^
2808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
2812[warn] 35 | private var rids: Array[Long] = _
2813[warn] | ^
2814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
2818[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
2819[warn] | ^
2820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
2824[warn] 28 | protected var stack: Stack = _
2825[warn] | ^
2826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
2830[warn] 33 | protected var result: AnyRef = _
2831[warn] | ^
2832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
2836[warn] 34 | protected var error: Throwable = _
2837[warn] | ^
2838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
2842[warn] 36 | private var p: AbstractPromise[?] = _
2843[warn] | ^
2844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
2848[warn] 30 | private var call: Call = _
2849[warn] | ^
2850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
2854[warn] 31 | private var reply: Reply = _
2855[warn] | ^
2856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
2860[warn] 33 | private var sender: Address[Call] = _
2861[warn] | ^
2862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
2866[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
2867[warn] | ^
2868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
2872[warn] 27 | private var messages: Seq[Notice] = _
2873[warn] | ^
2874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
2878[warn] 49 | private var ch: Channel = _
2879[warn] | ^
2880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
2884[warn] 50 | private var ask: AnyRef = _
2885[warn] | ^
2886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
2890[warn] 51 | private var callback: ChannelPromise => Unit = _
2891[warn] | ^
2892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
2896[warn] 27 | private var msg: AnyRef = _
2897[warn] | ^
2898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
2902[warn] 28 | private var belong: AbstractChannel = _
2903[warn] | ^
2904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
2908[warn] 33 | private var ret: AnyRef = _
2909[warn] | ^
2910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
2914[warn] 29 | private var table: Array[MessagePromise[?]] = _
2915[warn] | ^
2916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
2920[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
2921[warn] | ^
2922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
2926[warn] 28 | private var msg: Call = _
2927[warn] | ^
2928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
2932[warn] 26 | var head: AbstractPromise[?] = _
2933[warn] | ^
2934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
2938[warn] 27 | var tail: AbstractPromise[?] = _
2939[warn] | ^
2940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
2944[warn] 29 | private var nextState: StackState = _
2945[warn] | ^
2946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
2950[warn] 32 | private var completedHead: AbstractPromise[?] = _
2951[warn] | ^
2952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
2956[warn] 33 | private var completedTail: AbstractPromise[?] = _
2957[warn] | ^
2958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
2962[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
2963[warn] | ^
2964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
2968[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
2969[warn] | ^
2970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
2974[warn] 40 | private var actor: AbstractActor[?] = _
2975[warn] | ^
2976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
2980[warn] 42 | private var att: AnyRef = _
2981[warn] | ^
2982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
2986[warn] 27 | private var fu: ChannelFuture = _
2987[warn] | ^
2988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
2992[warn] 28 | private var fu: MessageFuture[R] = _
2993[warn] | ^
2994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
2998[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
2999[warn] | ^
3000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3004[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3005[warn] | ^
3006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3010[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3011[warn] | ^
3012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3016[warn] 53 | private var tmpAskCursor: Nextable = _
3017[warn] | ^
3018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3022[warn] 54 | private var tmpNoticeCursor: Nextable = _
3023[warn] | ^
3024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3028[warn] 58 | @volatile private var preHouse: ActorHouse = _
3029[warn] | ^
3030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3034[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3035[warn] | ^
3036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3040[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3041[warn] | ^
3042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3046[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3047[warn] | ^
3048[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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/ActorSystem.scala:107:38
3051[warn] 107 | private var system: ActorSystem = _
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/ActorSystemImpl.scala:57:53
3057[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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/ActorSystemImpl.scala:72:41
3063[warn] 72 | private var memoryMonitor: Timeout = _
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/ActorSystemImpl.scala:81:41
3069[warn] 81 | private var systemMonitor: Timeout = _
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/ActorThreadFactory.scala:34:39
3075[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
3081[warn] 30 | @volatile private var head: ActorHouse = _
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/FIFOHouseQueue.scala:31:45
3087[warn] 31 | @volatile private var tail: ActorHouse = _
3088[warn] | ^
3089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3093[warn] 51 | private var currentRunning: Actor[?] = _
3094[warn] | ^
3095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3099[warn] 26 | private var head: Nextable = _
3100[warn] | ^
3101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3105[warn] 27 | private var tail: Nextable = _
3106[warn] | ^
3107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3111[warn] 30 | @volatile private var head: ActorHouse = _
3112[warn] | ^
3113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3117[warn] 31 | @volatile private var tail: ActorHouse = _
3118[warn] | ^
3119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3123[warn] 37 | @volatile private var highHead: ActorHouse = _
3124[warn] | ^
3125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3129[warn] 38 | @volatile private var highTail: ActorHouse = _
3130[warn] | ^
3131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3135[warn] 29 | private var fs: Array[FileChannel] = _
3136[warn] | ^
3137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3141[warn] 28 | private var channel: Channel = _
3142[warn] | ^
3143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3147[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3148[warn] | ^
3149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3153[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3154[warn] | ^
3155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3159[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3160[warn] | ^
3161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3165[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3166[warn] | ^
3167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3171[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3172[warn] | ^
3173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3177[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3178[warn] | ^
3179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3183[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3184[warn] | ^
3185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3189[warn] 26 | private var resourceTimer: ResourceTimer = _
3190[warn] | ^
3191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
3195[warn] 34 | protected var address: EventableAddress = _
3196[warn] | ^
3197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
3201[warn] 40 | @volatile protected var handle: Timeout = _
3202[warn] | ^
3203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
3207[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
3208[warn] | ^
3209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
3213[warn] 39 | private var reactor: Reactor = _
3214[warn] | ^
3215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
3219[warn] 28 | private var transportFactory: TransportFactory = _
3220[warn] | ^
3221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
3225[warn] 39 | protected var _selectionKey: SelectionKey = _
3226[warn] | ^
3227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
3231[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
3232[warn] | ^
3233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
3237[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
3238[warn] | ^
3239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
3243[warn] 35 | private var ch: FileChannel = _
3244[warn] | ^
3245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
3249[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
3250[warn] | ^
3251[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
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/channel/NioUnsafeSocketChannel.scala:37:84
3254[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
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/reactor/nio/NioHandler.scala:62:56
3260[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/reactor/nio/NioReactorWorker.scala:44:33
3266[warn] 44 | private var thread: Thread = _
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/reactor/nio/NioReactorWorker.scala:56:39
3272[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
3278[warn] 21 | @volatile private var n: Nextable | Null = _
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/util/Queue.scala:25:43 ---------
3284[warn] 25 | @volatile private var head: T | Null = _
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/util/Queue.scala:26:43 ---------
3290[warn] 26 | @volatile private var tail: T | Null = _
3291[warn] | ^
3292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
3296[warn] 29 | @volatile private var head: T | Null = _
3297[warn] | ^
3298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
3302[warn] 30 | @volatile private var tail: T | Null = _
3303[warn] | ^
3304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
3308[warn] 25 | private var head: T | Null = _
3309[warn] | ^
3310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
3314[warn] 26 | private var tail: T | Null = _
3315[warn] | ^
3316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3319[warn] 129 warnings found
3320[error] two errors found
3321Failed to evaluated codec-mqtt.compile: mill.api.Result$Failure
3322
3323Starting build for otavia-sql - [5/23]
3324[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
3325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
3326[warn] 35 | protected var logger: Logger = _
3327[warn] | ^
3328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
3332[warn] 37 | private var ctx: ActorContext = _
3333[warn] | ^
3334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
3338[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
3339[warn] | ^
3340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
3344[warn] 45 | private[core] var currentStack: Stack = _
3345[warn] | ^
3346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3349[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
3350[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3351[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3352[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3353[error] |Required: cc.otavia.core.actor.MessageOf[W] &
3354[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3355[error] |
3356[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
3357[error] |
3358[error] | longer explanation available when compiling with `-explain`
3359[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
3360[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3361[error] | ^^^^^^^^^^^^
3362[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
3363[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
3364[error] |
3365[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
3366[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3367[error] |
3368[error] |
3369[error] |Note: a match type could not be fully reduced:
3370[error] |
3371[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
3372[error] | failed since selector W
3373[error] | does not uniquely determine parameter m in
3374[error] | case cc.otavia.core.actor.Actor[m] => m
3375[error] | The computed bounds for the parameter are:
3376[error] | m <: cc.otavia.core.message.Call |
3377[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3378[error] |
3379[error] | longer explanation available when compiling with `-explain`
3380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
3381[warn] 30 | private var workers: Address[MessageOf[W]] = _
3382[warn] | ^
3383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
3387[warn] 37 | private var currentChannelReceived: AnyRef = _
3388[warn] | ^
3389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
3393[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
3394[warn] | ^
3395[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
3398[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
3399[warn] | ^
3400[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
3403[warn] 23 | private var variables: Array[AnyRef] = _
3404[warn] | ^
3405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
3409[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
3410[warn] | ^
3411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
3415[warn] 26 | private var thread: Thread = _
3416[warn] | ^
3417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
3421[warn] 28 | private var head: Nextable = _
3422[warn] | ^
3423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
3427[warn] 29 | private var tail: Nextable = _
3428[warn] | ^
3429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
3433[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
3434[warn] | ^
3435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
3439[warn] 46 | private var actorHouse: ActorHouse = _
3440[warn] | ^
3441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
3445[warn] 49 | private var pipe: ChannelPipelineImpl = _
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/channel/AbstractChannel.scala:50:48
3451[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
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/channel/AbstractChannel.scala:68:58
3457[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
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/channel/AbstractFileChannel.scala:35:29
3463[warn] 35 | private var path: Path = _
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/channel/AbstractUnsafeChannel.scala:36:46
3469[warn] 36 | protected var currentReadPlan: ReadPlan = _
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/channel/AbstractUnsafeChannel.scala:38:47
3475[warn] 38 | private var readFactory: ReadPlanFactory = _
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/ChannelHandlerAdapter.scala:22:39
3481[warn] 22 | private[core] var added: Boolean = _
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/ChannelHandlerContextImpl.scala:51:36
3487[warn] 51 | private var removed: Boolean = _
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/ChannelHandlerContextImpl.scala:55:61
3493[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
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/ChannelHandlerContextImpl.scala:56:61
3499[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
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/ChannelHandlerContextImpl.scala:58:51
3505[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
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/ChannelHandlerContextImpl.scala:59:51
3511[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
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/CombinedChannelDuplexHandler.scala:32:90
3517[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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/CombinedChannelDuplexHandler.scala:33:90
3523[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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/CombinedChannelDuplexHandler.scala:38:30
3529[warn] 38 | private var inbound: I = _
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/CombinedChannelDuplexHandler.scala:39:30
3535[warn] 39 | private var outbound: O = _
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/DefaultFileRegion.scala:42:43
3541[warn] 42 | private var fileChannel: FileChannel = _
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/DefaultFileRegion.scala:43:43
3547[warn] 43 | private var file: File = _
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/inflight/QueueMap.scala:27:47
3553[warn] 27 | private var hd: QueueMapEntity = _
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/inflight/QueueMap.scala:28:47
3559[warn] 28 | private var tl: QueueMapEntity = _
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/inflight/QueueMap.scala:34:41
3565[warn] 34 | private var cursor: QueueMapEntity = _
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/inflight/QueueMapEntity.scala:24:57
3571[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
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/inflight/QueueMapEntity.scala:25:57
3577[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
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/inflight/QueueMapEntity.scala:26:57
3583[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
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/internal/AdaptiveBufferOffset.scala:21:41
3589[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
3590[warn] | ^
3591[warn] |Ignoring [this] qualifier.
3592[warn] |This syntax will be deprecated in the future; it should be dropped.
3593[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
3594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
3596[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
3597[warn] | ^
3598[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
3601[warn] 29 | @volatile private var sys: ActorSystem = _
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/message/Envelope.scala:27:41 ---
3607[warn] 27 | private var address: Address[Call] = _
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/message/Envelope.scala:31:28 ---
3613[warn] 31 | private var msg: M = _
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/message/Envelope.scala:35:36 ---
3619[warn] 35 | private var rids: Array[Long] = _
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/slf4a/LoggerFactory.scala:77:59
3625[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
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/stack/AbstractPromise.scala:28:33
3631[warn] 28 | protected var stack: Stack = _
3632[warn] | ^
3633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
3637[warn] 33 | protected var result: AnyRef = _
3638[warn] | ^
3639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
3643[warn] 34 | protected var error: Throwable = _
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/stack/AbstractPromise.scala:36:40
3649[warn] 36 | private var p: AbstractPromise[?] = _
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/stack/AskStack.scala:30:31 -----
3655[warn] 30 | private var call: Call = _
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/stack/AskStack.scala:31:31 -----
3661[warn] 31 | private var reply: Reply = _
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/stack/AskStack.scala:33:40 -----
3667[warn] 33 | private var sender: Address[Call] = _
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/BatchAskStack.scala:29:51
3673[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
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/BatchNoticeStack.scala:27:40
3679[warn] 27 | private var messages: Seq[Notice] = _
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/ChannelFuture.scala:49:51
3685[warn] 49 | private var ch: Channel = _
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/ChannelFuture.scala:50:51
3691[warn] 50 | private var ask: AnyRef = _
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/ChannelFuture.scala:51:51
3697[warn] 51 | private var callback: ChannelPromise => Unit = _
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/ChannelStack.scala:27:42 -
3703[warn] 27 | private var msg: AnyRef = _
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/ChannelStack.scala:28:42 -
3709[warn] 28 | private var belong: AbstractChannel = _
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/ChannelStack.scala:33:37 -
3715[warn] 33 | private var ret: AnyRef = _
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/FutureDispatcher.scala:29:50
3721[warn] 29 | private var table: Array[MessagePromise[?]] = _
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/MessageFuture.scala:49:53
3727[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
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/NoticeStack.scala:28:32 --
3733[warn] 28 | private var msg: Call = _
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/PromiseIterator.scala:26:35
3739[warn] 26 | var head: AbstractPromise[?] = _
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/PromiseIterator.scala:27:35
3745[warn] 27 | var tail: AbstractPromise[?] = _
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/Stack.scala:29:40 --------
3751[warn] 29 | private var nextState: StackState = _
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/Stack.scala:32:52 --------
3757[warn] 32 | private var completedHead: AbstractPromise[?] = _
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/Stack.scala:33:52 --------
3763[warn] 33 | private var completedTail: AbstractPromise[?] = _
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/Stack.scala:36:54 --------
3769[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
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/Stack.scala:37:54 --------
3775[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
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/Stack.scala:40:42 --------
3781[warn] 40 | private var actor: AbstractActor[?] = _
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/Stack.scala:42:30 --------
3787[warn] 42 | private var att: AnyRef = _
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/helper/ChannelFutureState.scala:27:36
3793[warn] 27 | private var fu: ChannelFuture = _
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/helper/FutureState.scala:28:39
3799[warn] 28 | private var fu: MessageFuture[R] = _
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/helper/FuturesState.scala:28:45
3805[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
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/system/ActorHouse.scala:40:52 --
3811[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
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/system/ActorHouse.scala:41:52 --
3817[warn] 41 | private var actorAddress: ActorAddress[Call] = _
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/system/ActorHouse.scala:53:44 --
3823[warn] 53 | private var tmpAskCursor: Nextable = _
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/system/ActorHouse.scala:54:44 --
3829[warn] 54 | private var tmpNoticeCursor: Nextable = _
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/system/ActorHouse.scala:58:50 --
3835[warn] 58 | @volatile private var preHouse: ActorHouse = _
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/system/ActorHouse.scala:59:50 --
3841[warn] 59 | @volatile private var nextHouse: ActorHouse = _
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/system/ActorHouse.scala:63:61 --
3847[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
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:119:39 -
3853[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3854[warn] | ^
3855[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3858[warn] 107 | private var system: ActorSystem = _
3859[warn] | ^
3860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3864[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3865[warn] | ^
3866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3870[warn] 72 | private var memoryMonitor: Timeout = _
3871[warn] | ^
3872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3876[warn] 81 | private var systemMonitor: Timeout = _
3877[warn] | ^
3878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3882[warn] 34 | private var sys: ActorSystem = _
3883[warn] | ^
3884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3888[warn] 30 | @volatile private var head: ActorHouse = _
3889[warn] | ^
3890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3894[warn] 31 | @volatile private var tail: ActorHouse = _
3895[warn] | ^
3896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/HouseManager.scala:51:43
3900[warn] 51 | private var currentRunning: Actor[?] = _
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/MailBox.scala:26:33 -----
3906[warn] 26 | private var head: Nextable = _
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/MailBox.scala:27:33 -----
3912[warn] 27 | private var tail: Nextable = _
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/PriorityHouseQueue.scala:30:45
3918[warn] 30 | @volatile private var head: ActorHouse = _
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/PriorityHouseQueue.scala:31:45
3924[warn] 31 | @volatile private var tail: ActorHouse = _
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/PriorityHouseQueue.scala:37:49
3930[warn] 37 | @volatile private var highHead: 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/PriorityHouseQueue.scala:38:49
3936[warn] 38 | @volatile private var highTail: 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/monitor/SystemMonitorTask.scala:29:41
3942[warn] 29 | private var fs: Array[FileChannel] = _
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/timer/ChannelTimeoutTask.scala:28:35
3948[warn] 28 | private var channel: Channel = _
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/timer/HashedWheelTimer.scala:514:60
3954[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
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/timer/HashedWheelTimer.scala:515:60
3960[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
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/timer/HashedWheelTimer.scala:518:57
3966[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
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/timer/HashedWheelTimer.scala:578:64
3972[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
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/timer/HashedWheelTimer.scala:579:64
3978[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
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/timer/HashedWheelTimer.scala:582:68
3984[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
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/HashedWheelTimer.scala:583:68
3990[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
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/ResourceTimeoutTask.scala:26:47
3996[warn] 26 | private var resourceTimer: ResourceTimer = _
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/TimeoutTask.scala:34:46 --
4002[warn] 34 | protected var address: EventableAddress = _
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/TimeoutTask.scala:40:46 --
4008[warn] 40 | @volatile protected var handle: Timeout = _
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/transport/TransportFactory.scala:62:63
4014[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
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/transport/nio/NIOTransportFactory.scala:39:53
4020[warn] 39 | private var reactor: Reactor = _
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/transport/nio/NIOTransportServiceProvider.scala:28:53
4026[warn] 28 | private var transportFactory: TransportFactory = _
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/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4032[warn] 39 | protected var _selectionKey: SelectionKey = _
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/transport/nio/channel/NioChannelUtil.scala:29:55
4038[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
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/transport/nio/channel/NioChannelUtil.scala:30:55
4044[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
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/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4050[warn] 35 | private var ch: FileChannel = _
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/nio/channel/NioUnsafeFileChannel.scala:46:69
4056[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4057[warn] | ^
4058[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4061[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4062[warn] | ^
4063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4067[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4068[warn] | ^
4069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4073[warn] 44 | private var thread: Thread = _
4074[warn] | ^
4075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4079[warn] 56 | private var ioHandler: IoHandler = _
4080[warn] | ^
4081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4085[warn] 21 | @volatile private var n: Nextable | Null = _
4086[warn] | ^
4087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4091[warn] 25 | @volatile private var head: T | Null = _
4092[warn] | ^
4093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4097[warn] 26 | @volatile private var tail: T | Null = _
4098[warn] | ^
4099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4103[warn] 29 | @volatile private var head: T | Null = _
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/util/SpinLockQueue.scala:30:43 -
4109[warn] 30 | @volatile private var tail: T | Null = _
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/util/SyncQueue.scala:25:33 -----
4115[warn] 25 | private var head: T | Null = _
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/util/SyncQueue.scala:26:33 -----
4121[warn] 26 | private var tail: T | Null = _
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] 129 warnings found
4127[error] two errors found
4128Failed to evaluated sql.compile: mill.api.Result$Failure
4129
4130Starting build for otavia-codec-smtp - [6/23]
4131No test module defined in codec-smtp
4132[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4134[warn] 35 | protected var logger: Logger = _
4135[warn] | ^
4136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4140[warn] 37 | private var ctx: ActorContext = _
4141[warn] | ^
4142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4146[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4147[warn] | ^
4148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4152[warn] 45 | private[core] var currentStack: Stack = _
4153[warn] | ^
4154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4157[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4158[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4159[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4160[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4161[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4162[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4163[error] |
4164[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4165[error] |
4166[error] | longer explanation available when compiling with `-explain`
4167[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4168[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4169[error] | ^^^^^^^^^^^^
4170[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4171[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4172[error] |
4173[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4174[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4175[error] |
4176[error] |
4177[error] |Note: a match type could not be fully reduced:
4178[error] |
4179[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4180[error] | failed since selector W
4181[error] | does not uniquely determine parameter m in
4182[error] | case cc.otavia.core.actor.Actor[m] => m
4183[error] | The computed bounds for the parameter are:
4184[error] | m <: cc.otavia.core.message.Call |
4185[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4186[error] |
4187[error] | longer explanation available when compiling with `-explain`
4188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4189[warn] 30 | private var workers: Address[MessageOf[W]] = _
4190[warn] | ^
4191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
4195[warn] 37 | private var currentChannelReceived: AnyRef = _
4196[warn] | ^
4197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
4201[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
4202[warn] | ^
4203[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
4206[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
4207[warn] | ^
4208[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
4211[warn] 23 | private var variables: Array[AnyRef] = _
4212[warn] | ^
4213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
4217[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
4218[warn] | ^
4219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
4223[warn] 26 | private var thread: Thread = _
4224[warn] | ^
4225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
4229[warn] 28 | private var head: Nextable = _
4230[warn] | ^
4231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
4235[warn] 29 | private var tail: Nextable = _
4236[warn] | ^
4237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
4241[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
4242[warn] | ^
4243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
4247[warn] 46 | private var actorHouse: ActorHouse = _
4248[warn] | ^
4249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
4253[warn] 49 | private var pipe: ChannelPipelineImpl = _
4254[warn] | ^
4255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
4259[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
4260[warn] | ^
4261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
4265[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
4266[warn] | ^
4267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
4271[warn] 35 | private var path: Path = _
4272[warn] | ^
4273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
4277[warn] 36 | protected var currentReadPlan: ReadPlan = _
4278[warn] | ^
4279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
4283[warn] 38 | private var readFactory: ReadPlanFactory = _
4284[warn] | ^
4285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
4289[warn] 22 | private[core] var added: Boolean = _
4290[warn] | ^
4291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
4295[warn] 51 | private var removed: Boolean = _
4296[warn] | ^
4297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
4301[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
4302[warn] | ^
4303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
4307[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
4308[warn] | ^
4309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
4313[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
4314[warn] | ^
4315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
4319[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
4320[warn] | ^
4321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
4325[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4326[warn] | ^
4327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
4331[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4332[warn] | ^
4333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
4337[warn] 38 | private var inbound: I = _
4338[warn] | ^
4339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
4343[warn] 39 | private var outbound: O = _
4344[warn] | ^
4345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
4349[warn] 42 | private var fileChannel: FileChannel = _
4350[warn] | ^
4351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
4355[warn] 43 | private var file: File = _
4356[warn] | ^
4357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
4361[warn] 27 | private var hd: QueueMapEntity = _
4362[warn] | ^
4363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
4367[warn] 28 | private var tl: QueueMapEntity = _
4368[warn] | ^
4369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
4373[warn] 34 | private var cursor: QueueMapEntity = _
4374[warn] | ^
4375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
4379[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
4380[warn] | ^
4381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
4385[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
4386[warn] | ^
4387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
4391[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
4392[warn] | ^
4393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
4397[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
4398[warn] | ^
4399[warn] |Ignoring [this] qualifier.
4400[warn] |This syntax will be deprecated in the future; it should be dropped.
4401[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
4404[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
4405[warn] | ^
4406[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
4409[warn] 29 | @volatile private var sys: ActorSystem = _
4410[warn] | ^
4411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
4415[warn] 27 | private var address: Address[Call] = _
4416[warn] | ^
4417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
4421[warn] 31 | private var msg: M = _
4422[warn] | ^
4423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
4427[warn] 35 | private var rids: Array[Long] = _
4428[warn] | ^
4429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
4433[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
4434[warn] | ^
4435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
4439[warn] 28 | protected var stack: Stack = _
4440[warn] | ^
4441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
4445[warn] 33 | protected var result: AnyRef = _
4446[warn] | ^
4447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
4451[warn] 34 | protected var error: Throwable = _
4452[warn] | ^
4453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
4457[warn] 36 | private var p: AbstractPromise[?] = _
4458[warn] | ^
4459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
4463[warn] 30 | private var call: Call = _
4464[warn] | ^
4465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
4469[warn] 31 | private var reply: Reply = _
4470[warn] | ^
4471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
4475[warn] 33 | private var sender: Address[Call] = _
4476[warn] | ^
4477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
4481[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
4482[warn] | ^
4483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
4487[warn] 27 | private var messages: Seq[Notice] = _
4488[warn] | ^
4489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
4493[warn] 49 | private var ch: Channel = _
4494[warn] | ^
4495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
4499[warn] 50 | private var ask: AnyRef = _
4500[warn] | ^
4501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
4505[warn] 51 | private var callback: ChannelPromise => Unit = _
4506[warn] | ^
4507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
4511[warn] 27 | private var msg: AnyRef = _
4512[warn] | ^
4513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
4517[warn] 28 | private var belong: AbstractChannel = _
4518[warn] | ^
4519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
4523[warn] 33 | private var ret: AnyRef = _
4524[warn] | ^
4525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
4529[warn] 29 | private var table: Array[MessagePromise[?]] = _
4530[warn] | ^
4531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
4535[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
4536[warn] | ^
4537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
4541[warn] 28 | private var msg: Call = _
4542[warn] | ^
4543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
4547[warn] 26 | var head: AbstractPromise[?] = _
4548[warn] | ^
4549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
4553[warn] 27 | var tail: AbstractPromise[?] = _
4554[warn] | ^
4555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
4559[warn] 29 | private var nextState: StackState = _
4560[warn] | ^
4561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
4565[warn] 32 | private var completedHead: AbstractPromise[?] = _
4566[warn] | ^
4567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
4571[warn] 33 | private var completedTail: AbstractPromise[?] = _
4572[warn] | ^
4573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
4577[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
4578[warn] | ^
4579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
4583[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
4584[warn] | ^
4585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
4589[warn] 40 | private var actor: AbstractActor[?] = _
4590[warn] | ^
4591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
4595[warn] 42 | private var att: AnyRef = _
4596[warn] | ^
4597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
4601[warn] 27 | private var fu: ChannelFuture = _
4602[warn] | ^
4603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
4607[warn] 28 | private var fu: MessageFuture[R] = _
4608[warn] | ^
4609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
4613[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
4614[warn] | ^
4615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
4619[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
4620[warn] | ^
4621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
4625[warn] 41 | private var actorAddress: ActorAddress[Call] = _
4626[warn] | ^
4627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
4631[warn] 53 | private var tmpAskCursor: Nextable = _
4632[warn] | ^
4633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
4637[warn] 54 | private var tmpNoticeCursor: Nextable = _
4638[warn] | ^
4639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
4643[warn] 58 | @volatile private var preHouse: ActorHouse = _
4644[warn] | ^
4645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
4649[warn] 59 | @volatile private var nextHouse: ActorHouse = _
4650[warn] | ^
4651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
4655[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
4656[warn] | ^
4657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
4661[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
4662[warn] | ^
4663[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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/ActorSystem.scala:107:38
4666[warn] 107 | private var system: ActorSystem = _
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/ActorSystemImpl.scala:57:53
4672[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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/ActorSystemImpl.scala:72:41
4678[warn] 72 | private var memoryMonitor: Timeout = _
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/ActorSystemImpl.scala:81:41
4684[warn] 81 | private var systemMonitor: Timeout = _
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/ActorThreadFactory.scala:34:39
4690[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
4696[warn] 30 | @volatile private var head: ActorHouse = _
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/FIFOHouseQueue.scala:31:45
4702[warn] 31 | @volatile private var tail: ActorHouse = _
4703[warn] | ^
4704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
4708[warn] 51 | private var currentRunning: Actor[?] = _
4709[warn] | ^
4710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
4714[warn] 26 | private var head: Nextable = _
4715[warn] | ^
4716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
4720[warn] 27 | private var tail: Nextable = _
4721[warn] | ^
4722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
4726[warn] 30 | @volatile private var head: ActorHouse = _
4727[warn] | ^
4728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
4732[warn] 31 | @volatile private var tail: ActorHouse = _
4733[warn] | ^
4734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
4738[warn] 37 | @volatile private var highHead: ActorHouse = _
4739[warn] | ^
4740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
4744[warn] 38 | @volatile private var highTail: ActorHouse = _
4745[warn] | ^
4746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
4750[warn] 29 | private var fs: Array[FileChannel] = _
4751[warn] | ^
4752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
4756[warn] 28 | private var channel: Channel = _
4757[warn] | ^
4758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
4762[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
4763[warn] | ^
4764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4768[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4769[warn] | ^
4770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4774[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4775[warn] | ^
4776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4780[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4781[warn] | ^
4782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4786[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4787[warn] | ^
4788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4792[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4793[warn] | ^
4794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4798[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4799[warn] | ^
4800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4804[warn] 26 | private var resourceTimer: ResourceTimer = _
4805[warn] | ^
4806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4810[warn] 34 | protected var address: EventableAddress = _
4811[warn] | ^
4812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4816[warn] 40 | @volatile protected var handle: Timeout = _
4817[warn] | ^
4818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4822[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4823[warn] | ^
4824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4828[warn] 39 | private var reactor: Reactor = _
4829[warn] | ^
4830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4834[warn] 28 | private var transportFactory: TransportFactory = _
4835[warn] | ^
4836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4840[warn] 39 | protected var _selectionKey: SelectionKey = _
4841[warn] | ^
4842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4846[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4847[warn] | ^
4848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4852[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4853[warn] | ^
4854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4858[warn] 35 | private var ch: FileChannel = _
4859[warn] | ^
4860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4864[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4865[warn] | ^
4866[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
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/channel/NioUnsafeSocketChannel.scala:37:84
4869[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
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/reactor/nio/NioHandler.scala:62:56
4875[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/reactor/nio/NioReactorWorker.scala:44:33
4881[warn] 44 | private var thread: Thread = _
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/reactor/nio/NioReactorWorker.scala:56:39
4887[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
4893[warn] 21 | @volatile private var n: Nextable | Null = _
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/util/Queue.scala:25:43 ---------
4899[warn] 25 | @volatile private var head: T | Null = _
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/util/Queue.scala:26:43 ---------
4905[warn] 26 | @volatile private var tail: T | Null = _
4906[warn] | ^
4907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4911[warn] 29 | @volatile private var head: T | Null = _
4912[warn] | ^
4913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4917[warn] 30 | @volatile private var tail: T | Null = _
4918[warn] | ^
4919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4923[warn] 25 | private var head: T | Null = _
4924[warn] | ^
4925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4929[warn] 26 | private var tail: T | Null = _
4930[warn] | ^
4931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4934[warn] 129 warnings found
4935[error] two errors found
4936Failed to evaluated codec-smtp.compile: mill.api.Result$Failure
4937
4938Starting build for otavia-runtime - [7/23]
4939[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4941[warn] 35 | protected var logger: Logger = _
4942[warn] | ^
4943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4947[warn] 37 | private var ctx: ActorContext = _
4948[warn] | ^
4949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4953[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4954[warn] | ^
4955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4959[warn] 45 | private[core] var currentStack: Stack = _
4960[warn] | ^
4961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4964[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4965[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4966[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4967[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4968[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4969[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4970[error] |
4971[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4972[error] |
4973[error] | longer explanation available when compiling with `-explain`
4974[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4975[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4976[error] | ^^^^^^^^^^^^
4977[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4978[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4979[error] |
4980[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4981[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4982[error] |
4983[error] |
4984[error] |Note: a match type could not be fully reduced:
4985[error] |
4986[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4987[error] | failed since selector W
4988[error] | does not uniquely determine parameter m in
4989[error] | case cc.otavia.core.actor.Actor[m] => m
4990[error] | The computed bounds for the parameter are:
4991[error] | m <: cc.otavia.core.message.Call |
4992[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4993[error] |
4994[error] | longer explanation available when compiling with `-explain`
4995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4996[warn] 30 | private var workers: Address[MessageOf[W]] = _
4997[warn] | ^
4998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5002[warn] 37 | private var currentChannelReceived: AnyRef = _
5003[warn] | ^
5004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5008[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5009[warn] | ^
5010[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5013[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5014[warn] | ^
5015[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5018[warn] 23 | private var variables: Array[AnyRef] = _
5019[warn] | ^
5020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5024[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5025[warn] | ^
5026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5030[warn] 26 | private var thread: Thread = _
5031[warn] | ^
5032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5036[warn] 28 | private var head: Nextable = _
5037[warn] | ^
5038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5042[warn] 29 | private var tail: Nextable = _
5043[warn] | ^
5044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5048[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5049[warn] | ^
5050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5054[warn] 46 | private var actorHouse: ActorHouse = _
5055[warn] | ^
5056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5060[warn] 49 | private var pipe: ChannelPipelineImpl = _
5061[warn] | ^
5062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5066[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5067[warn] | ^
5068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5072[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5073[warn] | ^
5074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5078[warn] 35 | private var path: Path = _
5079[warn] | ^
5080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5084[warn] 36 | protected var currentReadPlan: ReadPlan = _
5085[warn] | ^
5086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5090[warn] 38 | private var readFactory: ReadPlanFactory = _
5091[warn] | ^
5092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5096[warn] 22 | private[core] var added: Boolean = _
5097[warn] | ^
5098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5102[warn] 51 | private var removed: Boolean = _
5103[warn] | ^
5104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5108[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5109[warn] | ^
5110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5114[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5115[warn] | ^
5116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5120[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5121[warn] | ^
5122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5126[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5127[warn] | ^
5128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5132[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5133[warn] | ^
5134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5138[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5139[warn] | ^
5140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5144[warn] 38 | private var inbound: I = _
5145[warn] | ^
5146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5150[warn] 39 | private var outbound: O = _
5151[warn] | ^
5152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5156[warn] 42 | private var fileChannel: FileChannel = _
5157[warn] | ^
5158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
5162[warn] 43 | private var file: File = _
5163[warn] | ^
5164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
5168[warn] 27 | private var hd: QueueMapEntity = _
5169[warn] | ^
5170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
5174[warn] 28 | private var tl: QueueMapEntity = _
5175[warn] | ^
5176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
5180[warn] 34 | private var cursor: QueueMapEntity = _
5181[warn] | ^
5182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
5186[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
5187[warn] | ^
5188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
5192[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
5193[warn] | ^
5194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
5198[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
5199[warn] | ^
5200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
5204[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
5205[warn] | ^
5206[warn] |Ignoring [this] qualifier.
5207[warn] |This syntax will be deprecated in the future; it should be dropped.
5208[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
5211[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
5212[warn] | ^
5213[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
5216[warn] 29 | @volatile private var sys: ActorSystem = _
5217[warn] | ^
5218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
5222[warn] 27 | private var address: Address[Call] = _
5223[warn] | ^
5224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
5228[warn] 31 | private var msg: M = _
5229[warn] | ^
5230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
5234[warn] 35 | private var rids: Array[Long] = _
5235[warn] | ^
5236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
5240[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
5241[warn] | ^
5242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
5246[warn] 28 | protected var stack: Stack = _
5247[warn] | ^
5248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
5252[warn] 33 | protected var result: AnyRef = _
5253[warn] | ^
5254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
5258[warn] 34 | protected var error: Throwable = _
5259[warn] | ^
5260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
5264[warn] 36 | private var p: AbstractPromise[?] = _
5265[warn] | ^
5266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
5270[warn] 30 | private var call: Call = _
5271[warn] | ^
5272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
5276[warn] 31 | private var reply: Reply = _
5277[warn] | ^
5278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
5282[warn] 33 | private var sender: Address[Call] = _
5283[warn] | ^
5284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
5288[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
5289[warn] | ^
5290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
5294[warn] 27 | private var messages: Seq[Notice] = _
5295[warn] | ^
5296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
5300[warn] 49 | private var ch: Channel = _
5301[warn] | ^
5302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
5306[warn] 50 | private var ask: AnyRef = _
5307[warn] | ^
5308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
5312[warn] 51 | private var callback: ChannelPromise => Unit = _
5313[warn] | ^
5314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
5318[warn] 27 | private var msg: AnyRef = _
5319[warn] | ^
5320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
5324[warn] 28 | private var belong: AbstractChannel = _
5325[warn] | ^
5326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
5330[warn] 33 | private var ret: AnyRef = _
5331[warn] | ^
5332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
5336[warn] 29 | private var table: Array[MessagePromise[?]] = _
5337[warn] | ^
5338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
5342[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
5343[warn] | ^
5344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
5348[warn] 28 | private var msg: Call = _
5349[warn] | ^
5350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
5354[warn] 26 | var head: AbstractPromise[?] = _
5355[warn] | ^
5356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
5360[warn] 27 | var tail: AbstractPromise[?] = _
5361[warn] | ^
5362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
5366[warn] 29 | private var nextState: StackState = _
5367[warn] | ^
5368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
5372[warn] 32 | private var completedHead: AbstractPromise[?] = _
5373[warn] | ^
5374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
5378[warn] 33 | private var completedTail: AbstractPromise[?] = _
5379[warn] | ^
5380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
5384[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
5385[warn] | ^
5386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
5390[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
5391[warn] | ^
5392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
5396[warn] 40 | private var actor: AbstractActor[?] = _
5397[warn] | ^
5398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
5402[warn] 42 | private var att: AnyRef = _
5403[warn] | ^
5404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
5408[warn] 27 | private var fu: ChannelFuture = _
5409[warn] | ^
5410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
5414[warn] 28 | private var fu: MessageFuture[R] = _
5415[warn] | ^
5416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
5420[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
5421[warn] | ^
5422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
5426[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
5427[warn] | ^
5428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
5432[warn] 41 | private var actorAddress: ActorAddress[Call] = _
5433[warn] | ^
5434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
5438[warn] 53 | private var tmpAskCursor: Nextable = _
5439[warn] | ^
5440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
5444[warn] 54 | private var tmpNoticeCursor: Nextable = _
5445[warn] | ^
5446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
5450[warn] 58 | @volatile private var preHouse: ActorHouse = _
5451[warn] | ^
5452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
5456[warn] 59 | @volatile private var nextHouse: ActorHouse = _
5457[warn] | ^
5458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
5462[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
5463[warn] | ^
5464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
5468[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
5469[warn] | ^
5470[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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/ActorSystem.scala:107:38
5473[warn] 107 | private var system: ActorSystem = _
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/ActorSystemImpl.scala:57:53
5479[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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/ActorSystemImpl.scala:72:41
5485[warn] 72 | private var memoryMonitor: Timeout = _
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/ActorSystemImpl.scala:81:41
5491[warn] 81 | private var systemMonitor: Timeout = _
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/ActorThreadFactory.scala:34:39
5497[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
5503[warn] 30 | @volatile private var head: ActorHouse = _
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/FIFOHouseQueue.scala:31:45
5509[warn] 31 | @volatile private var tail: ActorHouse = _
5510[warn] | ^
5511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
5515[warn] 51 | private var currentRunning: Actor[?] = _
5516[warn] | ^
5517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
5521[warn] 26 | private var head: Nextable = _
5522[warn] | ^
5523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
5527[warn] 27 | private var tail: Nextable = _
5528[warn] | ^
5529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
5533[warn] 30 | @volatile private var head: ActorHouse = _
5534[warn] | ^
5535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
5539[warn] 31 | @volatile private var tail: ActorHouse = _
5540[warn] | ^
5541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
5545[warn] 37 | @volatile private var highHead: ActorHouse = _
5546[warn] | ^
5547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
5551[warn] 38 | @volatile private var highTail: ActorHouse = _
5552[warn] | ^
5553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
5557[warn] 29 | private var fs: Array[FileChannel] = _
5558[warn] | ^
5559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
5563[warn] 28 | private var channel: Channel = _
5564[warn] | ^
5565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
5569[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
5570[warn] | ^
5571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
5575[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
5576[warn] | ^
5577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
5581[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
5582[warn] | ^
5583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
5587[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
5588[warn] | ^
5589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
5593[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
5594[warn] | ^
5595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
5599[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
5600[warn] | ^
5601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
5605[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
5606[warn] | ^
5607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
5611[warn] 26 | private var resourceTimer: ResourceTimer = _
5612[warn] | ^
5613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
5617[warn] 34 | protected var address: EventableAddress = _
5618[warn] | ^
5619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
5623[warn] 40 | @volatile protected var handle: Timeout = _
5624[warn] | ^
5625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
5629[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
5630[warn] | ^
5631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
5635[warn] 39 | private var reactor: Reactor = _
5636[warn] | ^
5637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
5641[warn] 28 | private var transportFactory: TransportFactory = _
5642[warn] | ^
5643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
5647[warn] 39 | protected var _selectionKey: SelectionKey = _
5648[warn] | ^
5649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
5653[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
5654[warn] | ^
5655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
5659[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
5660[warn] | ^
5661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
5665[warn] 35 | private var ch: FileChannel = _
5666[warn] | ^
5667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
5671[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
5672[warn] | ^
5673[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
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/channel/NioUnsafeSocketChannel.scala:37:84
5676[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
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/reactor/nio/NioHandler.scala:62:56
5682[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/reactor/nio/NioReactorWorker.scala:44:33
5688[warn] 44 | private var thread: Thread = _
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/reactor/nio/NioReactorWorker.scala:56:39
5694[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
5700[warn] 21 | @volatile private var n: Nextable | Null = _
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/util/Queue.scala:25:43 ---------
5706[warn] 25 | @volatile private var head: T | Null = _
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/util/Queue.scala:26:43 ---------
5712[warn] 26 | @volatile private var tail: T | Null = _
5713[warn] | ^
5714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
5718[warn] 29 | @volatile private var head: T | Null = _
5719[warn] | ^
5720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
5724[warn] 30 | @volatile private var tail: T | Null = _
5725[warn] | ^
5726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
5730[warn] 25 | private var head: T | Null = _
5731[warn] | ^
5732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
5736[warn] 26 | private var tail: T | Null = _
5737[warn] | ^
5738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5741[warn] 129 warnings found
5742[error] two errors found
5743Failed to evaluated core.compile: mill.api.Result$Failure
5744
5745Starting build for otavia-serde-proto - [8/23]
5746[info] compiling 1 Scala source to /build/repo/out/serde-proto/compile.dest/classes ...
5747[info] done compiling
5748Successfully evaluated serde-proto.compile
5749Skipping unused scalacOptions: -source, -rewrite
5750Flag -classpath set repeatedly
5751-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
575243 | def deserialize(in: Buffer): A
5753 | ^
5754 | Couldn't resolve a member for the given link query: Buffer
5755-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
575667 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
5757 | ^
5758 | Couldn't resolve a member for the given link query: Buffer
5759-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
576035 | def checkDeserializable(in: Buffer): Boolean = true
5761 | ^
5762 | Couldn't resolve a member for the given link query: Buffer
5763-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
576459 | def serialize(value: A, out: Buffer): Unit
5765 | ^
5766 | Couldn't resolve a member for the given link query: Buffer
5767-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
576851 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
5769 | ^
5770 | Couldn't resolve a member for the given link query: Buffer
57716 warnings found
5772Successfully evaluated serde-proto.docJar
5773Failed to resolve scalaVersion, assume it's Scala 3 project
5774[info] compiling 1 Scala source to /build/repo/out/serde-proto/test/compile.dest/classes ...
5775[info] done compiling
5776Successfully evaluated serde-proto.test.compile
5777Publishing Artifact(cc.otavia,otavia-serde-proto_3,0.4.5) to ivy repo /root/.ivy2/local
5778Successfully evaluated serde-proto.publishLocal
5779
5780Starting build for otavia-testkit - [9/23]
5781No test module defined in testkit
5782[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
5783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
5784[warn] 35 | protected var logger: Logger = _
5785[warn] | ^
5786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
5790[warn] 37 | private var ctx: ActorContext = _
5791[warn] | ^
5792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
5796[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
5797[warn] | ^
5798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5802[warn] 45 | private[core] var currentStack: Stack = _
5803[warn] | ^
5804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5807[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5808[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5809[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5810[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5811[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5812[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5813[error] |
5814[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5815[error] |
5816[error] | longer explanation available when compiling with `-explain`
5817[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5818[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5819[error] | ^^^^^^^^^^^^
5820[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5821[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5822[error] |
5823[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5824[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5825[error] |
5826[error] |
5827[error] |Note: a match type could not be fully reduced:
5828[error] |
5829[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5830[error] | failed since selector W
5831[error] | does not uniquely determine parameter m in
5832[error] | case cc.otavia.core.actor.Actor[m] => m
5833[error] | The computed bounds for the parameter are:
5834[error] | m <: cc.otavia.core.message.Call |
5835[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5836[error] |
5837[error] | longer explanation available when compiling with `-explain`
5838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5839[warn] 30 | private var workers: Address[MessageOf[W]] = _
5840[warn] | ^
5841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5845[warn] 37 | private var currentChannelReceived: AnyRef = _
5846[warn] | ^
5847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5851[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5852[warn] | ^
5853[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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:47:34
5856[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(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/cache/ActorThreadLocal.scala:23:43
5861[warn] 23 | private var variables: Array[AnyRef] = _
5862[warn] | ^
5863[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5864[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5867[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5868[warn] | ^
5869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5873[warn] 26 | private var thread: Thread = _
5874[warn] | ^
5875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5879[warn] 28 | private var head: Nextable = _
5880[warn] | ^
5881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5885[warn] 29 | private var tail: Nextable = _
5886[warn] | ^
5887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5891[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5892[warn] | ^
5893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5897[warn] 46 | private var actorHouse: ActorHouse = _
5898[warn] | ^
5899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5903[warn] 49 | private var pipe: ChannelPipelineImpl = _
5904[warn] | ^
5905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5909[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5910[warn] | ^
5911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5915[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5916[warn] | ^
5917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5921[warn] 35 | private var path: Path = _
5922[warn] | ^
5923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5927[warn] 36 | protected var currentReadPlan: ReadPlan = _
5928[warn] | ^
5929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5933[warn] 38 | private var readFactory: ReadPlanFactory = _
5934[warn] | ^
5935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5939[warn] 22 | private[core] var added: Boolean = _
5940[warn] | ^
5941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5945[warn] 51 | private var removed: Boolean = _
5946[warn] | ^
5947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5951[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5952[warn] | ^
5953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5957[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5958[warn] | ^
5959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5963[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5964[warn] | ^
5965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5969[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5970[warn] | ^
5971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5975[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5976[warn] | ^
5977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5981[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5982[warn] | ^
5983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5987[warn] 38 | private var inbound: I = _
5988[warn] | ^
5989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5993[warn] 39 | private var outbound: O = _
5994[warn] | ^
5995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5999[warn] 42 | private var fileChannel: FileChannel = _
6000[warn] | ^
6001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6004[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6005[warn] 43 | private var file: File = _
6006[warn] | ^
6007[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6008[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6011[warn] 27 | private var hd: QueueMapEntity = _
6012[warn] | ^
6013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6017[warn] 28 | private var tl: QueueMapEntity = _
6018[warn] | ^
6019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6023[warn] 34 | private var cursor: QueueMapEntity = _
6024[warn] | ^
6025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6029[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6030[warn] | ^
6031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6035[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6036[warn] | ^
6037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6041[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6042[warn] | ^
6043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6047[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6048[warn] | ^
6049[warn] |Ignoring [this] qualifier.
6050[warn] |This syntax will be deprecated in the future; it should be dropped.
6051[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6054[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6055[warn] | ^
6056[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6059[warn] 29 | @volatile private var sys: ActorSystem = _
6060[warn] | ^
6061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6065[warn] 27 | private var address: Address[Call] = _
6066[warn] | ^
6067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6071[warn] 31 | private var msg: M = _
6072[warn] | ^
6073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6077[warn] 35 | private var rids: Array[Long] = _
6078[warn] | ^
6079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6083[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6084[warn] | ^
6085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6089[warn] 28 | protected var stack: Stack = _
6090[warn] | ^
6091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6095[warn] 33 | protected var result: AnyRef = _
6096[warn] | ^
6097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6101[warn] 34 | protected var error: Throwable = _
6102[warn] | ^
6103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6107[warn] 36 | private var p: AbstractPromise[?] = _
6108[warn] | ^
6109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6113[warn] 30 | private var call: Call = _
6114[warn] | ^
6115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6119[warn] 31 | private var reply: Reply = _
6120[warn] | ^
6121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6125[warn] 33 | private var sender: Address[Call] = _
6126[warn] | ^
6127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6131[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6132[warn] | ^
6133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6137[warn] 27 | private var messages: Seq[Notice] = _
6138[warn] | ^
6139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6143[warn] 49 | private var ch: Channel = _
6144[warn] | ^
6145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6149[warn] 50 | private var ask: AnyRef = _
6150[warn] | ^
6151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6155[warn] 51 | private var callback: ChannelPromise => Unit = _
6156[warn] | ^
6157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6161[warn] 27 | private var msg: AnyRef = _
6162[warn] | ^
6163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6167[warn] 28 | private var belong: AbstractChannel = _
6168[warn] | ^
6169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6173[warn] 33 | private var ret: AnyRef = _
6174[warn] | ^
6175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6179[warn] 29 | private var table: Array[MessagePromise[?]] = _
6180[warn] | ^
6181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6185[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6186[warn] | ^
6187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6191[warn] 28 | private var msg: Call = _
6192[warn] | ^
6193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
6197[warn] 26 | var head: AbstractPromise[?] = _
6198[warn] | ^
6199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
6203[warn] 27 | var tail: AbstractPromise[?] = _
6204[warn] | ^
6205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
6209[warn] 29 | private var nextState: StackState = _
6210[warn] | ^
6211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
6215[warn] 32 | private var completedHead: AbstractPromise[?] = _
6216[warn] | ^
6217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
6221[warn] 33 | private var completedTail: AbstractPromise[?] = _
6222[warn] | ^
6223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
6227[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
6228[warn] | ^
6229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
6233[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
6234[warn] | ^
6235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
6239[warn] 40 | private var actor: AbstractActor[?] = _
6240[warn] | ^
6241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
6245[warn] 42 | private var att: AnyRef = _
6246[warn] | ^
6247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
6251[warn] 27 | private var fu: ChannelFuture = _
6252[warn] | ^
6253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
6257[warn] 28 | private var fu: MessageFuture[R] = _
6258[warn] | ^
6259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
6263[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
6264[warn] | ^
6265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
6269[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
6270[warn] | ^
6271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
6275[warn] 41 | private var actorAddress: ActorAddress[Call] = _
6276[warn] | ^
6277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
6281[warn] 53 | private var tmpAskCursor: Nextable = _
6282[warn] | ^
6283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
6287[warn] 54 | private var tmpNoticeCursor: Nextable = _
6288[warn] | ^
6289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
6293[warn] 58 | @volatile private var preHouse: ActorHouse = _
6294[warn] | ^
6295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
6299[warn] 59 | @volatile private var nextHouse: ActorHouse = _
6300[warn] | ^
6301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
6305[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
6306[warn] | ^
6307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
6311[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
6312[warn] | ^
6313[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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/ActorSystem.scala:107:38
6316[warn] 107 | private var system: ActorSystem = _
6317[warn] | ^
6318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
6322[warn] 57 | private var mainActor: Address[MainActor.Args] = _
6323[warn] | ^
6324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
6328[warn] 72 | private var memoryMonitor: Timeout = _
6329[warn] | ^
6330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
6334[warn] 81 | private var systemMonitor: Timeout = _
6335[warn] | ^
6336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
6340[warn] 34 | private var sys: ActorSystem = _
6341[warn] | ^
6342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
6346[warn] 30 | @volatile private var head: ActorHouse = _
6347[warn] | ^
6348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
6352[warn] 31 | @volatile private var tail: ActorHouse = _
6353[warn] | ^
6354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
6358[warn] 51 | private var currentRunning: Actor[?] = _
6359[warn] | ^
6360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
6364[warn] 26 | private var head: Nextable = _
6365[warn] | ^
6366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
6370[warn] 27 | private var tail: Nextable = _
6371[warn] | ^
6372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
6376[warn] 30 | @volatile private var head: ActorHouse = _
6377[warn] | ^
6378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
6382[warn] 31 | @volatile private var tail: ActorHouse = _
6383[warn] | ^
6384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
6388[warn] 37 | @volatile private var highHead: ActorHouse = _
6389[warn] | ^
6390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
6394[warn] 38 | @volatile private var highTail: ActorHouse = _
6395[warn] | ^
6396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
6400[warn] 29 | private var fs: Array[FileChannel] = _
6401[warn] | ^
6402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
6406[warn] 28 | private var channel: Channel = _
6407[warn] | ^
6408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
6412[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
6413[warn] | ^
6414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
6418[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
6419[warn] | ^
6420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
6424[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
6425[warn] | ^
6426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
6430[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
6431[warn] | ^
6432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
6436[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
6437[warn] | ^
6438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
6442[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
6443[warn] | ^
6444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
6448[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
6449[warn] | ^
6450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
6454[warn] 26 | private var resourceTimer: ResourceTimer = _
6455[warn] | ^
6456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
6460[warn] 34 | protected var address: EventableAddress = _
6461[warn] | ^
6462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
6466[warn] 40 | @volatile protected var handle: Timeout = _
6467[warn] | ^
6468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
6472[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
6473[warn] | ^
6474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
6478[warn] 39 | private var reactor: Reactor = _
6479[warn] | ^
6480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
6484[warn] 28 | private var transportFactory: TransportFactory = _
6485[warn] | ^
6486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
6490[warn] 39 | protected var _selectionKey: SelectionKey = _
6491[warn] | ^
6492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
6496[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
6497[warn] | ^
6498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
6502[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
6503[warn] | ^
6504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
6508[warn] 35 | private var ch: FileChannel = _
6509[warn] | ^
6510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
6514[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
6515[warn] | ^
6516[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
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/NioUnsafeSocketChannel.scala:37:84
6519[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
6520[warn] | ^
6521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
6525[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
6526[warn] | ^
6527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
6531[warn] 44 | private var thread: Thread = _
6532[warn] | ^
6533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
6537[warn] 56 | private var ioHandler: IoHandler = _
6538[warn] | ^
6539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
6543[warn] 21 | @volatile private var n: Nextable | Null = _
6544[warn] | ^
6545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
6549[warn] 25 | @volatile private var head: T | Null = _
6550[warn] | ^
6551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
6555[warn] 26 | @volatile private var tail: T | Null = _
6556[warn] | ^
6557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
6561[warn] 29 | @volatile private var head: T | Null = _
6562[warn] | ^
6563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
6567[warn] 30 | @volatile private var tail: T | Null = _
6568[warn] | ^
6569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
6573[warn] 25 | private var head: T | Null = _
6574[warn] | ^
6575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
6579[warn] 26 | private var tail: T | Null = _
6580[warn] | ^
6581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6584[warn] 129 warnings found
6585[error] two errors found
6586Failed to evaluated testkit.compile: mill.api.Result$Failure
6587
6588Starting build for otavia-postgres-driver - [10/23]
6589[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
6590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
6591[warn] 35 | protected var logger: Logger = _
6592[warn] | ^
6593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
6597[warn] 37 | private var ctx: ActorContext = _
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:40:75
6603[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
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:45:44
6609[warn] 45 | private[core] var currentStack: Stack = _
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[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
6615[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6616[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6617[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6618[error] |Required: cc.otavia.core.actor.MessageOf[W] &
6619[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6620[error] |
6621[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
6622[error] |
6623[error] | longer explanation available when compiling with `-explain`
6624[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
6625[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6626[error] | ^^^^^^^^^^^^
6627[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
6628[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
6629[error] |
6630[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
6631[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6632[error] |
6633[error] |
6634[error] |Note: a match type could not be fully reduced:
6635[error] |
6636[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
6637[error] | failed since selector W
6638[error] | does not uniquely determine parameter m in
6639[error] | case cc.otavia.core.actor.Actor[m] => m
6640[error] | The computed bounds for the parameter are:
6641[error] | m <: cc.otavia.core.message.Call |
6642[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6643[error] |
6644[error] | longer explanation available when compiling with `-explain`
6645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
6646[warn] 30 | private var workers: Address[MessageOf[W]] = _
6647[warn] | ^
6648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
6652[warn] 37 | private var currentChannelReceived: AnyRef = _
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/address/RobinAddress.scala:35:34
6658[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
6659[warn] | ^
6660[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
6663[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
6664[warn] | ^
6665[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
6668[warn] 23 | private var variables: Array[AnyRef] = _
6669[warn] | ^
6670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorThreadLocalBoxed.scala:24:48
6674[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
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/Poolable.scala:26:33 -----
6680[warn] 26 | private var thread: Thread = _
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/SingleThreadPoolableHolder.scala:28:33
6686[warn] 28 | private var head: Nextable = _
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:29:33
6692[warn] 29 | private var tail: 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/ThreadLocal.scala:40:61 --
6698[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
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/channel/AbstractChannel.scala:46:41
6704[warn] 46 | private var actorHouse: ActorHouse = _
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:49:48
6710[warn] 49 | private var pipe: ChannelPipelineImpl = _
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:50:48
6716[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
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:68:58
6722[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
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/AbstractFileChannel.scala:35:29
6728[warn] 35 | private var path: Path = _
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/AbstractUnsafeChannel.scala:36:46
6734[warn] 36 | protected var currentReadPlan: ReadPlan = _
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:38:47
6740[warn] 38 | private var readFactory: ReadPlanFactory = _
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/ChannelHandlerAdapter.scala:22:39
6746[warn] 22 | private[core] var added: Boolean = _
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/ChannelHandlerContextImpl.scala:51:36
6752[warn] 51 | private var removed: 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:55:61
6758[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
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:56:61
6764[warn] 56 | protected[channel] var prev: 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:58:51
6770[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
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:59:51
6776[warn] 59 | private var outboundAdaptive: 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/CombinedChannelDuplexHandler.scala:32:90
6782[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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:33:90
6788[warn] 33 | private var outboundCtx: 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:38:30
6794[warn] 38 | private var inbound: I = _
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:39:30
6800[warn] 39 | private var outbound: O = _
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/DefaultFileRegion.scala:42:43
6806[warn] 42 | private var fileChannel: FileChannel = _
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:43:43
6812[warn] 43 | private var file: File = _
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/inflight/QueueMap.scala:27:47
6818[warn] 27 | private var hd: QueueMapEntity = _
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:28:47
6824[warn] 28 | private var tl: 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:34:41
6830[warn] 34 | private var cursor: 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/QueueMapEntity.scala:24:57
6836[warn] 24 | private[inflight] var hashNext: 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:25:57
6842[warn] 25 | private[inflight] var queueEarlier: 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:26:57
6848[warn] 26 | private[inflight] var queueLater: 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/internal/AdaptiveBufferOffset.scala:21:41
6854[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6855[warn] | ^
6856[warn] |Ignoring [this] qualifier.
6857[warn] |This syntax will be deprecated in the future; it should be dropped.
6858[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6861[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6862[warn] | ^
6863[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6866[warn] 29 | @volatile private var sys: ActorSystem = _
6867[warn] | ^
6868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6872[warn] 27 | private var address: Address[Call] = _
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:31:28 ---
6878[warn] 31 | private var msg: M = _
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:35:36 ---
6884[warn] 35 | private var rids: Array[Long] = _
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/slf4a/LoggerFactory.scala:77:59
6890[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
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/stack/AbstractPromise.scala:28:33
6896[warn] 28 | protected var stack: Stack = _
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:33:37
6902[warn] 33 | protected var result: AnyRef = _
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:34:37
6908[warn] 34 | protected var error: Throwable = _
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:36:40
6914[warn] 36 | private var p: AbstractPromise[?] = _
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/AskStack.scala:30:31 -----
6920[warn] 30 | private var call: Call = _
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:31:31 -----
6926[warn] 31 | private var reply: Reply = _
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:33:40 -----
6932[warn] 33 | private var sender: Address[Call] = _
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/BatchAskStack.scala:29:51
6938[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
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/BatchNoticeStack.scala:27:40
6944[warn] 27 | private var messages: Seq[Notice] = _
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/ChannelFuture.scala:49:51
6950[warn] 49 | private var ch: Channel = _
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:50:51
6956[warn] 50 | private var ask: AnyRef = _
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:51:51
6962[warn] 51 | private var callback: ChannelPromise => Unit = _
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/ChannelStack.scala:27:42 -
6968[warn] 27 | private var msg: AnyRef = _
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:28:42 -
6974[warn] 28 | private var belong: AbstractChannel = _
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:33:37 -
6980[warn] 33 | private var ret: AnyRef = _
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/FutureDispatcher.scala:29:50
6986[warn] 29 | private var table: Array[MessagePromise[?]] = _
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/MessageFuture.scala:49:53
6992[warn] 49 | private[stack] var hashNext: 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/NoticeStack.scala:28:32 --
6998[warn] 28 | private var msg: Call = _
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/PromiseIterator.scala:26:35
7004[warn] 26 | var head: AbstractPromise[?] = _
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:27:35
7010[warn] 27 | var tail: 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/Stack.scala:29:40 --------
7016[warn] 29 | private var nextState: StackState = _
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:32:52 --------
7022[warn] 32 | private var completedHead: AbstractPromise[?] = _
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:33:52 --------
7028[warn] 33 | private var completedTail: 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:36:54 --------
7034[warn] 36 | private var uncompletedHead: 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:37:54 --------
7040[warn] 37 | private var uncompletedTail: 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:40:42 --------
7046[warn] 40 | private var actor: AbstractActor[?] = _
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:42:30 --------
7052[warn] 42 | private var att: AnyRef = _
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/helper/ChannelFutureState.scala:27:36
7058[warn] 27 | private var fu: ChannelFuture = _
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/FutureState.scala:28:39
7064[warn] 28 | private var fu: MessageFuture[R] = _
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/FuturesState.scala:28:45
7070[warn] 28 | private var fus: Seq[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/system/ActorHouse.scala:40:52 --
7076[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
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:41:52 --
7082[warn] 41 | private var actorAddress: ActorAddress[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:53:44 --
7088[warn] 53 | private var tmpAskCursor: Nextable = _
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:54:44 --
7094[warn] 54 | private var tmpNoticeCursor: 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:58:50 --
7100[warn] 58 | @volatile private var preHouse: ActorHouse = _
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:59:50 --
7106[warn] 59 | @volatile private var nextHouse: 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:63:61 --
7112[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
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:119:39 -
7118[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7119[warn] | ^
7120[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7123[warn] 107 | private var system: ActorSystem = _
7124[warn] | ^
7125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorSystemImpl.scala:57:53
7129[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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:72:41
7135[warn] 72 | private var memoryMonitor: Timeout = _
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:81:41
7141[warn] 81 | private var systemMonitor: 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/ActorThreadFactory.scala:34:39
7147[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
7153[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
7159[warn] 31 | @volatile private var tail: 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/HouseManager.scala:51:43
7165[warn] 51 | private var currentRunning: Actor[?] = _
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/MailBox.scala:26:33 -----
7171[warn] 26 | private var head: Nextable = _
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:27:33 -----
7177[warn] 27 | private var tail: 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/PriorityHouseQueue.scala:30:45
7183[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
7189[warn] 31 | @volatile private var tail: 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:37:49
7195[warn] 37 | @volatile private var highHead: 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:38:49
7201[warn] 38 | @volatile private var highTail: 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/monitor/SystemMonitorTask.scala:29:41
7207[warn] 29 | private var fs: Array[FileChannel] = _
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/timer/ChannelTimeoutTask.scala:28:35
7213[warn] 28 | private var channel: Channel = _
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/HashedWheelTimer.scala:514:60
7219[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
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:515:60
7225[warn] 515 | var prevNode: 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:518:57
7231[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
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:578:64
7237[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
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:579:64
7243[warn] 579 | private var tail: 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:582:68
7249[warn] 582 | private var longHead: 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:583:68
7255[warn] 583 | private var longTail: 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/ResourceTimeoutTask.scala:26:47
7261[warn] 26 | private var resourceTimer: ResourceTimer = _
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/TimeoutTask.scala:34:46 --
7267[warn] 34 | protected var address: EventableAddress = _
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:40:46 --
7273[warn] 40 | @volatile protected var handle: Timeout = _
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/transport/TransportFactory.scala:62:63
7279[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
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/nio/NIOTransportFactory.scala:39:53
7285[warn] 39 | private var reactor: Reactor = _
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/NIOTransportServiceProvider.scala:28:53
7291[warn] 28 | private var transportFactory: TransportFactory = _
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/channel/AbstractNioUnsafeChannel.scala:39:48
7297[warn] 39 | protected var _selectionKey: SelectionKey = _
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/NioChannelUtil.scala:29:55
7303[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
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:30:55
7309[warn] 30 | private var GET_PATH_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/NioUnsafeFileChannel.scala:35:34
7315[warn] 35 | private var ch: FileChannel = _
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:46:69
7321[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
7322[warn] | ^
7323[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
7324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
7326[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
7327[warn] | ^
7328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/reactor/nio/NioHandler.scala:62:56
7332[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/NioReactorWorker.scala:44:33
7338[warn] 44 | private var thread: Thread = _
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:56:39
7344[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
7350[warn] 21 | @volatile private var n: Nextable | Null = _
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/Queue.scala:25:43 ---------
7356[warn] 25 | @volatile private var head: T | 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:26:43 ---------
7362[warn] 26 | @volatile private var tail: 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/SpinLockQueue.scala:29:43 -
7368[warn] 29 | @volatile private var head: 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:30:43 -
7374[warn] 30 | @volatile private var tail: 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/SyncQueue.scala:25:33 -----
7380[warn] 25 | private var head: 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:26:33 -----
7386[warn] 26 | private var tail: 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] 129 warnings found
7392[error] two errors found
7393Failed to evaluated sql-postgres-driver.compile: mill.api.Result$Failure
7394
7395Starting build for otavia-codec-redis - [11/23]
7396[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
7397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
7398[warn] 35 | protected var logger: Logger = _
7399[warn] | ^
7400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
7404[warn] 37 | private var ctx: ActorContext = _
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:40:75
7410[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
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:45:44
7416[warn] 45 | private[core] var currentStack: Stack = _
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[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
7422[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7423[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7424[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7425[error] |Required: cc.otavia.core.actor.MessageOf[W] &
7426[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7427[error] |
7428[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
7429[error] |
7430[error] | longer explanation available when compiling with `-explain`
7431[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
7432[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7433[error] | ^^^^^^^^^^^^
7434[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
7435[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
7436[error] |
7437[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
7438[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7439[error] |
7440[error] |
7441[error] |Note: a match type could not be fully reduced:
7442[error] |
7443[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
7444[error] | failed since selector W
7445[error] | does not uniquely determine parameter m in
7446[error] | case cc.otavia.core.actor.Actor[m] => m
7447[error] | The computed bounds for the parameter are:
7448[error] | m <: cc.otavia.core.message.Call |
7449[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7450[error] |
7451[error] | longer explanation available when compiling with `-explain`
7452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
7453[warn] 30 | private var workers: Address[MessageOf[W]] = _
7454[warn] | ^
7455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
7459[warn] 37 | private var currentChannelReceived: AnyRef = _
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/address/RobinAddress.scala:35:34
7465[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
7466[warn] | ^
7467[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
7470[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
7471[warn] | ^
7472[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
7475[warn] 23 | private var variables: Array[AnyRef] = _
7476[warn] | ^
7477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorThreadLocalBoxed.scala:24:48
7481[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
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/Poolable.scala:26:33 -----
7487[warn] 26 | private var thread: Thread = _
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/SingleThreadPoolableHolder.scala:28:33
7493[warn] 28 | private var head: Nextable = _
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:29:33
7499[warn] 29 | private var tail: 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/ThreadLocal.scala:40:61 --
7505[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
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/channel/AbstractChannel.scala:46:41
7511[warn] 46 | private var actorHouse: ActorHouse = _
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:49:48
7517[warn] 49 | private var pipe: ChannelPipelineImpl = _
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:50:48
7523[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
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:68:58
7529[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
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/AbstractFileChannel.scala:35:29
7535[warn] 35 | private var path: Path = _
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/AbstractUnsafeChannel.scala:36:46
7541[warn] 36 | protected var currentReadPlan: ReadPlan = _
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:38:47
7547[warn] 38 | private var readFactory: ReadPlanFactory = _
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/ChannelHandlerAdapter.scala:22:39
7553[warn] 22 | private[core] var added: Boolean = _
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/ChannelHandlerContextImpl.scala:51:36
7559[warn] 51 | private var removed: 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:55:61
7565[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
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:56:61
7571[warn] 56 | protected[channel] var prev: 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:58:51
7577[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
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:59:51
7583[warn] 59 | private var outboundAdaptive: 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/CombinedChannelDuplexHandler.scala:32:90
7589[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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:33:90
7595[warn] 33 | private var outboundCtx: 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:38:30
7601[warn] 38 | private var inbound: I = _
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:39:30
7607[warn] 39 | private var outbound: O = _
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/DefaultFileRegion.scala:42:43
7613[warn] 42 | private var fileChannel: FileChannel = _
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:43:43
7619[warn] 43 | private var file: File = _
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/inflight/QueueMap.scala:27:47
7625[warn] 27 | private var hd: QueueMapEntity = _
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:28:47
7631[warn] 28 | private var tl: 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:34:41
7637[warn] 34 | private var cursor: 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/QueueMapEntity.scala:24:57
7643[warn] 24 | private[inflight] var hashNext: 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:25:57
7649[warn] 25 | private[inflight] var queueEarlier: 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:26:57
7655[warn] 26 | private[inflight] var queueLater: 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/internal/AdaptiveBufferOffset.scala:21:41
7661[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
7662[warn] | ^
7663[warn] |Ignoring [this] qualifier.
7664[warn] |This syntax will be deprecated in the future; it should be dropped.
7665[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
7666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
7668[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
7669[warn] | ^
7670[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
7673[warn] 29 | @volatile private var sys: ActorSystem = _
7674[warn] | ^
7675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
7679[warn] 27 | private var address: Address[Call] = _
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:31:28 ---
7685[warn] 31 | private var msg: M = _
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:35:36 ---
7691[warn] 35 | private var rids: Array[Long] = _
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/slf4a/LoggerFactory.scala:77:59
7697[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
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/stack/AbstractPromise.scala:28:33
7703[warn] 28 | protected var stack: Stack = _
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:33:37
7709[warn] 33 | protected var result: AnyRef = _
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:34:37
7715[warn] 34 | protected var error: Throwable = _
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:36:40
7721[warn] 36 | private var p: AbstractPromise[?] = _
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/AskStack.scala:30:31 -----
7727[warn] 30 | private var call: Call = _
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:31:31 -----
7733[warn] 31 | private var reply: Reply = _
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:33:40 -----
7739[warn] 33 | private var sender: Address[Call] = _
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/BatchAskStack.scala:29:51
7745[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
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/BatchNoticeStack.scala:27:40
7751[warn] 27 | private var messages: Seq[Notice] = _
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/ChannelFuture.scala:49:51
7757[warn] 49 | private var ch: Channel = _
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:50:51
7763[warn] 50 | private var ask: AnyRef = _
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:51:51
7769[warn] 51 | private var callback: ChannelPromise => Unit = _
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/ChannelStack.scala:27:42 -
7775[warn] 27 | private var msg: AnyRef = _
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:28:42 -
7781[warn] 28 | private var belong: AbstractChannel = _
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:33:37 -
7787[warn] 33 | private var ret: AnyRef = _
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/FutureDispatcher.scala:29:50
7793[warn] 29 | private var table: Array[MessagePromise[?]] = _
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/MessageFuture.scala:49:53
7799[warn] 49 | private[stack] var hashNext: 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/NoticeStack.scala:28:32 --
7805[warn] 28 | private var msg: Call = _
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/PromiseIterator.scala:26:35
7811[warn] 26 | var head: AbstractPromise[?] = _
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:27:35
7817[warn] 27 | var tail: 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/Stack.scala:29:40 --------
7823[warn] 29 | private var nextState: StackState = _
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:32:52 --------
7829[warn] 32 | private var completedHead: AbstractPromise[?] = _
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:33:52 --------
7835[warn] 33 | private var completedTail: 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:36:54 --------
7841[warn] 36 | private var uncompletedHead: 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:37:54 --------
7847[warn] 37 | private var uncompletedTail: 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:40:42 --------
7853[warn] 40 | private var actor: AbstractActor[?] = _
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:42:30 --------
7859[warn] 42 | private var att: AnyRef = _
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/helper/ChannelFutureState.scala:27:36
7865[warn] 27 | private var fu: ChannelFuture = _
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/FutureState.scala:28:39
7871[warn] 28 | private var fu: MessageFuture[R] = _
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/FuturesState.scala:28:45
7877[warn] 28 | private var fus: Seq[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/system/ActorHouse.scala:40:52 --
7883[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
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:41:52 --
7889[warn] 41 | private var actorAddress: ActorAddress[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:53:44 --
7895[warn] 53 | private var tmpAskCursor: Nextable = _
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:54:44 --
7901[warn] 54 | private var tmpNoticeCursor: 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:58:50 --
7907[warn] 58 | @volatile private var preHouse: ActorHouse = _
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:59:50 --
7913[warn] 59 | @volatile private var nextHouse: 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:63:61 --
7919[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
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:119:39 -
7925[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7926[warn] | ^
7927[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7930[warn] 107 | private var system: ActorSystem = _
7931[warn] | ^
7932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorSystemImpl.scala:57:53
7936[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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:72:41
7942[warn] 72 | private var memoryMonitor: Timeout = _
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:81:41
7948[warn] 81 | private var systemMonitor: 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/ActorThreadFactory.scala:34:39
7954[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
7960[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
7966[warn] 31 | @volatile private var tail: 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/HouseManager.scala:51:43
7972[warn] 51 | private var currentRunning: Actor[?] = _
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/MailBox.scala:26:33 -----
7978[warn] 26 | private var head: Nextable = _
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:27:33 -----
7984[warn] 27 | private var tail: 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/PriorityHouseQueue.scala:30:45
7990[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
7996[warn] 31 | @volatile private var tail: 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:37:49
8002[warn] 37 | @volatile private var highHead: 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:38:49
8008[warn] 38 | @volatile private var highTail: 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/monitor/SystemMonitorTask.scala:29:41
8014[warn] 29 | private var fs: Array[FileChannel] = _
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/timer/ChannelTimeoutTask.scala:28:35
8020[warn] 28 | private var channel: Channel = _
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/HashedWheelTimer.scala:514:60
8026[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
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:515:60
8032[warn] 515 | var prevNode: 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:518:57
8038[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
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:578:64
8044[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
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:579:64
8050[warn] 579 | private var tail: 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:582:68
8056[warn] 582 | private var longHead: 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:583:68
8062[warn] 583 | private var longTail: 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/ResourceTimeoutTask.scala:26:47
8068[warn] 26 | private var resourceTimer: ResourceTimer = _
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/TimeoutTask.scala:34:46 --
8074[warn] 34 | protected var address: EventableAddress = _
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:40:46 --
8080[warn] 40 | @volatile protected var handle: Timeout = _
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/transport/TransportFactory.scala:62:63
8086[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
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/nio/NIOTransportFactory.scala:39:53
8092[warn] 39 | private var reactor: Reactor = _
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/NIOTransportServiceProvider.scala:28:53
8098[warn] 28 | private var transportFactory: TransportFactory = _
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/channel/AbstractNioUnsafeChannel.scala:39:48
8104[warn] 39 | protected var _selectionKey: SelectionKey = _
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/NioChannelUtil.scala:29:55
8110[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
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:30:55
8116[warn] 30 | private var GET_PATH_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/NioUnsafeFileChannel.scala:35:34
8122[warn] 35 | private var ch: FileChannel = _
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:46:69
8128[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8129[warn] | ^
8130[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8133[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8134[warn] | ^
8135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/reactor/nio/NioHandler.scala:62:56
8139[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/NioReactorWorker.scala:44:33
8145[warn] 44 | private var thread: Thread = _
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:56:39
8151[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
8157[warn] 21 | @volatile private var n: Nextable | Null = _
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/Queue.scala:25:43 ---------
8163[warn] 25 | @volatile private var head: T | 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:26:43 ---------
8169[warn] 26 | @volatile private var tail: 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/SpinLockQueue.scala:29:43 -
8175[warn] 29 | @volatile private var head: 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:30:43 -
8181[warn] 30 | @volatile private var tail: 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/SyncQueue.scala:25:33 -----
8187[warn] 25 | private var head: 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:26:33 -----
8193[warn] 26 | private var tail: 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] 129 warnings found
8199[error] two errors found
8200Failed to evaluated codec-redis.compile: mill.api.Result$Failure
8201
8202Starting build for otavia-handler - [12/23]
8203[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
8204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
8205[warn] 35 | protected var logger: Logger = _
8206[warn] | ^
8207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
8211[warn] 37 | private var ctx: ActorContext = _
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:40:75
8217[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
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:45:44
8223[warn] 45 | private[core] var currentStack: Stack = _
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[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
8229[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8230[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8231[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8232[error] |Required: cc.otavia.core.actor.MessageOf[W] &
8233[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8234[error] |
8235[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
8236[error] |
8237[error] | longer explanation available when compiling with `-explain`
8238[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
8239[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8240[error] | ^^^^^^^^^^^^
8241[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
8242[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
8243[error] |
8244[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
8245[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8246[error] |
8247[error] |
8248[error] |Note: a match type could not be fully reduced:
8249[error] |
8250[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
8251[error] | failed since selector W
8252[error] | does not uniquely determine parameter m in
8253[error] | case cc.otavia.core.actor.Actor[m] => m
8254[error] | The computed bounds for the parameter are:
8255[error] | m <: cc.otavia.core.message.Call |
8256[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8257[error] |
8258[error] | longer explanation available when compiling with `-explain`
8259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
8260[warn] 30 | private var workers: Address[MessageOf[W]] = _
8261[warn] | ^
8262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
8266[warn] 37 | private var currentChannelReceived: AnyRef = _
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/address/RobinAddress.scala:35:34
8272[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
8273[warn] | ^
8274[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
8277[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
8278[warn] | ^
8279[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
8282[warn] 23 | private var variables: Array[AnyRef] = _
8283[warn] | ^
8284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorThreadLocalBoxed.scala:24:48
8288[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
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/Poolable.scala:26:33 -----
8294[warn] 26 | private var thread: Thread = _
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/SingleThreadPoolableHolder.scala:28:33
8300[warn] 28 | private var head: Nextable = _
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:29:33
8306[warn] 29 | private var tail: 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/ThreadLocal.scala:40:61 --
8312[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
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/channel/AbstractChannel.scala:46:41
8318[warn] 46 | private var actorHouse: ActorHouse = _
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:49:48
8324[warn] 49 | private var pipe: ChannelPipelineImpl = _
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:50:48
8330[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
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:68:58
8336[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
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/AbstractFileChannel.scala:35:29
8342[warn] 35 | private var path: Path = _
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/AbstractUnsafeChannel.scala:36:46
8348[warn] 36 | protected var currentReadPlan: ReadPlan = _
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:38:47
8354[warn] 38 | private var readFactory: ReadPlanFactory = _
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/ChannelHandlerAdapter.scala:22:39
8360[warn] 22 | private[core] var added: Boolean = _
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/ChannelHandlerContextImpl.scala:51:36
8366[warn] 51 | private var removed: 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:55:61
8372[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
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:56:61
8378[warn] 56 | protected[channel] var prev: 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:58:51
8384[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
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:59:51
8390[warn] 59 | private var outboundAdaptive: 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/CombinedChannelDuplexHandler.scala:32:90
8396[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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:33:90
8402[warn] 33 | private var outboundCtx: 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:38:30
8408[warn] 38 | private var inbound: I = _
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:39:30
8414[warn] 39 | private var outbound: O = _
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/DefaultFileRegion.scala:42:43
8420[warn] 42 | private var fileChannel: FileChannel = _
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:43:43
8426[warn] 43 | private var file: File = _
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/inflight/QueueMap.scala:27:47
8432[warn] 27 | private var hd: QueueMapEntity = _
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:28:47
8438[warn] 28 | private var tl: 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:34:41
8444[warn] 34 | private var cursor: 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/QueueMapEntity.scala:24:57
8450[warn] 24 | private[inflight] var hashNext: 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:25:57
8456[warn] 25 | private[inflight] var queueEarlier: 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:26:57
8462[warn] 26 | private[inflight] var queueLater: 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/internal/AdaptiveBufferOffset.scala:21:41
8468[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
8469[warn] | ^
8470[warn] |Ignoring [this] qualifier.
8471[warn] |This syntax will be deprecated in the future; it should be dropped.
8472[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
8473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
8475[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
8476[warn] | ^
8477[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
8480[warn] 29 | @volatile private var sys: ActorSystem = _
8481[warn] | ^
8482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
8486[warn] 27 | private var address: Address[Call] = _
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:31:28 ---
8492[warn] 31 | private var msg: M = _
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:35:36 ---
8498[warn] 35 | private var rids: Array[Long] = _
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/slf4a/LoggerFactory.scala:77:59
8504[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
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/stack/AbstractPromise.scala:28:33
8510[warn] 28 | protected var stack: Stack = _
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:33:37
8516[warn] 33 | protected var result: AnyRef = _
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:34:37
8522[warn] 34 | protected var error: Throwable = _
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:36:40
8528[warn] 36 | private var p: AbstractPromise[?] = _
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/AskStack.scala:30:31 -----
8534[warn] 30 | private var call: Call = _
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:31:31 -----
8540[warn] 31 | private var reply: Reply = _
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:33:40 -----
8546[warn] 33 | private var sender: Address[Call] = _
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/BatchAskStack.scala:29:51
8552[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
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/BatchNoticeStack.scala:27:40
8558[warn] 27 | private var messages: Seq[Notice] = _
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/ChannelFuture.scala:49:51
8564[warn] 49 | private var ch: Channel = _
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:50:51
8570[warn] 50 | private var ask: AnyRef = _
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:51:51
8576[warn] 51 | private var callback: ChannelPromise => Unit = _
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/ChannelStack.scala:27:42 -
8582[warn] 27 | private var msg: AnyRef = _
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:28:42 -
8588[warn] 28 | private var belong: AbstractChannel = _
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:33:37 -
8594[warn] 33 | private var ret: AnyRef = _
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/FutureDispatcher.scala:29:50
8600[warn] 29 | private var table: Array[MessagePromise[?]] = _
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/MessageFuture.scala:49:53
8606[warn] 49 | private[stack] var hashNext: 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/NoticeStack.scala:28:32 --
8612[warn] 28 | private var msg: Call = _
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/PromiseIterator.scala:26:35
8618[warn] 26 | var head: AbstractPromise[?] = _
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:27:35
8624[warn] 27 | var tail: 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/Stack.scala:29:40 --------
8630[warn] 29 | private var nextState: StackState = _
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:32:52 --------
8636[warn] 32 | private var completedHead: AbstractPromise[?] = _
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:33:52 --------
8642[warn] 33 | private var completedTail: 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:36:54 --------
8648[warn] 36 | private var uncompletedHead: 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:37:54 --------
8654[warn] 37 | private var uncompletedTail: 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:40:42 --------
8660[warn] 40 | private var actor: AbstractActor[?] = _
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:42:30 --------
8666[warn] 42 | private var att: AnyRef = _
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/helper/ChannelFutureState.scala:27:36
8672[warn] 27 | private var fu: ChannelFuture = _
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/FutureState.scala:28:39
8678[warn] 28 | private var fu: MessageFuture[R] = _
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/FuturesState.scala:28:45
8684[warn] 28 | private var fus: Seq[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/system/ActorHouse.scala:40:52 --
8690[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
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:41:52 --
8696[warn] 41 | private var actorAddress: ActorAddress[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:53:44 --
8702[warn] 53 | private var tmpAskCursor: Nextable = _
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:54:44 --
8708[warn] 54 | private var tmpNoticeCursor: 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:58:50 --
8714[warn] 58 | @volatile private var preHouse: ActorHouse = _
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:59:50 --
8720[warn] 59 | @volatile private var nextHouse: 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:63:61 --
8726[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
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:119:39 -
8732[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
8733[warn] | ^
8734[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
8737[warn] 107 | private var system: ActorSystem = _
8738[warn] | ^
8739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorSystemImpl.scala:57:53
8743[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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:72:41
8749[warn] 72 | private var memoryMonitor: Timeout = _
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:81:41
8755[warn] 81 | private var systemMonitor: 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/ActorThreadFactory.scala:34:39
8761[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
8767[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
8773[warn] 31 | @volatile private var tail: 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/HouseManager.scala:51:43
8779[warn] 51 | private var currentRunning: Actor[?] = _
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/MailBox.scala:26:33 -----
8785[warn] 26 | private var head: Nextable = _
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:27:33 -----
8791[warn] 27 | private var tail: 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/PriorityHouseQueue.scala:30:45
8797[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
8803[warn] 31 | @volatile private var tail: 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:37:49
8809[warn] 37 | @volatile private var highHead: 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:38:49
8815[warn] 38 | @volatile private var highTail: 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/monitor/SystemMonitorTask.scala:29:41
8821[warn] 29 | private var fs: Array[FileChannel] = _
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/timer/ChannelTimeoutTask.scala:28:35
8827[warn] 28 | private var channel: Channel = _
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/HashedWheelTimer.scala:514:60
8833[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
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:515:60
8839[warn] 515 | var prevNode: 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:518:57
8845[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
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:578:64
8851[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
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:579:64
8857[warn] 579 | private var tail: 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:582:68
8863[warn] 582 | private var longHead: 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:583:68
8869[warn] 583 | private var longTail: 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/ResourceTimeoutTask.scala:26:47
8875[warn] 26 | private var resourceTimer: ResourceTimer = _
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/TimeoutTask.scala:34:46 --
8881[warn] 34 | protected var address: EventableAddress = _
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:40:46 --
8887[warn] 40 | @volatile protected var handle: Timeout = _
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/transport/TransportFactory.scala:62:63
8893[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
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/nio/NIOTransportFactory.scala:39:53
8899[warn] 39 | private var reactor: Reactor = _
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/NIOTransportServiceProvider.scala:28:53
8905[warn] 28 | private var transportFactory: TransportFactory = _
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/channel/AbstractNioUnsafeChannel.scala:39:48
8911[warn] 39 | protected var _selectionKey: SelectionKey = _
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/NioChannelUtil.scala:29:55
8917[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
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:30:55
8923[warn] 30 | private var GET_PATH_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/NioUnsafeFileChannel.scala:35:34
8929[warn] 35 | private var ch: FileChannel = _
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:46:69
8935[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8936[warn] | ^
8937[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8940[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8941[warn] | ^
8942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/reactor/nio/NioHandler.scala:62:56
8946[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/NioReactorWorker.scala:44:33
8952[warn] 44 | private var thread: Thread = _
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:56:39
8958[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
8964[warn] 21 | @volatile private var n: Nextable | Null = _
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/Queue.scala:25:43 ---------
8970[warn] 25 | @volatile private var head: T | 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:26:43 ---------
8976[warn] 26 | @volatile private var tail: 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/SpinLockQueue.scala:29:43 -
8982[warn] 29 | @volatile private var head: 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:30:43 -
8988[warn] 30 | @volatile private var tail: 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/SyncQueue.scala:25:33 -----
8994[warn] 25 | private var head: 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:26:33 -----
9000[warn] 26 | private var tail: 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] 129 warnings found
9006[error] two errors found
9007Failed to evaluated handler.compile: mill.api.Result$Failure
9008
9009Starting build for otavia-codec-http - [13/23]
9010[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9012[warn] 35 | protected var logger: Logger = _
9013[warn] | ^
9014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9018[warn] 37 | private var ctx: ActorContext = _
9019[warn] | ^
9020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9024[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9025[warn] | ^
9026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9030[warn] 45 | private[core] var currentStack: Stack = _
9031[warn] | ^
9032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9035[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9036[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9037[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9038[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9039[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9040[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9041[error] |
9042[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9043[error] |
9044[error] | longer explanation available when compiling with `-explain`
9045[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9046[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9047[error] | ^^^^^^^^^^^^
9048[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9049[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9050[error] |
9051[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9052[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9053[error] |
9054[error] |
9055[error] |Note: a match type could not be fully reduced:
9056[error] |
9057[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9058[error] | failed since selector W
9059[error] | does not uniquely determine parameter m in
9060[error] | case cc.otavia.core.actor.Actor[m] => m
9061[error] | The computed bounds for the parameter are:
9062[error] | m <: cc.otavia.core.message.Call |
9063[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9064[error] |
9065[error] | longer explanation available when compiling with `-explain`
9066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9067[warn] 30 | private var workers: Address[MessageOf[W]] = _
9068[warn] | ^
9069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9073[warn] 37 | private var currentChannelReceived: AnyRef = _
9074[warn] | ^
9075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9079[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9080[warn] | ^
9081[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9084[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9085[warn] | ^
9086[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9089[warn] 23 | private var variables: Array[AnyRef] = _
9090[warn] | ^
9091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9095[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9096[warn] | ^
9097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9101[warn] 26 | private var thread: Thread = _
9102[warn] | ^
9103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9107[warn] 28 | private var head: Nextable = _
9108[warn] | ^
9109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9113[warn] 29 | private var tail: Nextable = _
9114[warn] | ^
9115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9119[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9120[warn] | ^
9121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9125[warn] 46 | private var actorHouse: ActorHouse = _
9126[warn] | ^
9127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9131[warn] 49 | private var pipe: ChannelPipelineImpl = _
9132[warn] | ^
9133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9137[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9138[warn] | ^
9139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9143[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9144[warn] | ^
9145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9149[warn] 35 | private var path: Path = _
9150[warn] | ^
9151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9155[warn] 36 | protected var currentReadPlan: ReadPlan = _
9156[warn] | ^
9157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9161[warn] 38 | private var readFactory: ReadPlanFactory = _
9162[warn] | ^
9163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9167[warn] 22 | private[core] var added: Boolean = _
9168[warn] | ^
9169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9173[warn] 51 | private var removed: Boolean = _
9174[warn] | ^
9175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9179[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9180[warn] | ^
9181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9185[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9186[warn] | ^
9187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9191[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9192[warn] | ^
9193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
9197[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
9198[warn] | ^
9199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
9203[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9204[warn] | ^
9205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
9209[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9210[warn] | ^
9211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
9215[warn] 38 | private var inbound: I = _
9216[warn] | ^
9217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
9221[warn] 39 | private var outbound: O = _
9222[warn] | ^
9223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
9227[warn] 42 | private var fileChannel: FileChannel = _
9228[warn] | ^
9229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
9233[warn] 43 | private var file: File = _
9234[warn] | ^
9235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
9239[warn] 27 | private var hd: QueueMapEntity = _
9240[warn] | ^
9241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
9245[warn] 28 | private var tl: QueueMapEntity = _
9246[warn] | ^
9247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
9251[warn] 34 | private var cursor: QueueMapEntity = _
9252[warn] | ^
9253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
9257[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
9258[warn] | ^
9259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
9263[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
9264[warn] | ^
9265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
9269[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
9270[warn] | ^
9271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
9275[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
9276[warn] | ^
9277[warn] |Ignoring [this] qualifier.
9278[warn] |This syntax will be deprecated in the future; it should be dropped.
9279[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
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/ChannelHandlerMask.scala:79:69
9282[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
9283[warn] | ^
9284[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
9287[warn] 29 | @volatile private var sys: ActorSystem = _
9288[warn] | ^
9289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
9293[warn] 27 | private var address: Address[Call] = _
9294[warn] | ^
9295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
9299[warn] 31 | private var msg: M = _
9300[warn] | ^
9301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
9305[warn] 35 | private var rids: Array[Long] = _
9306[warn] | ^
9307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
9311[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
9312[warn] | ^
9313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
9317[warn] 28 | protected var stack: Stack = _
9318[warn] | ^
9319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
9323[warn] 33 | protected var result: AnyRef = _
9324[warn] | ^
9325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
9329[warn] 34 | protected var error: Throwable = _
9330[warn] | ^
9331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
9335[warn] 36 | private var p: AbstractPromise[?] = _
9336[warn] | ^
9337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
9341[warn] 30 | private var call: Call = _
9342[warn] | ^
9343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
9347[warn] 31 | private var reply: Reply = _
9348[warn] | ^
9349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
9353[warn] 33 | private var sender: Address[Call] = _
9354[warn] | ^
9355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
9359[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
9360[warn] | ^
9361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
9365[warn] 27 | private var messages: Seq[Notice] = _
9366[warn] | ^
9367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
9371[warn] 49 | private var ch: Channel = _
9372[warn] | ^
9373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
9377[warn] 50 | private var ask: AnyRef = _
9378[warn] | ^
9379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
9383[warn] 51 | private var callback: ChannelPromise => Unit = _
9384[warn] | ^
9385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
9389[warn] 27 | private var msg: AnyRef = _
9390[warn] | ^
9391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
9395[warn] 28 | private var belong: AbstractChannel = _
9396[warn] | ^
9397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
9401[warn] 33 | private var ret: AnyRef = _
9402[warn] | ^
9403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
9407[warn] 29 | private var table: Array[MessagePromise[?]] = _
9408[warn] | ^
9409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
9413[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
9414[warn] | ^
9415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
9419[warn] 28 | private var msg: Call = _
9420[warn] | ^
9421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
9425[warn] 26 | var head: AbstractPromise[?] = _
9426[warn] | ^
9427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
9431[warn] 27 | var tail: AbstractPromise[?] = _
9432[warn] | ^
9433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
9437[warn] 29 | private var nextState: StackState = _
9438[warn] | ^
9439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
9443[warn] 32 | private var completedHead: AbstractPromise[?] = _
9444[warn] | ^
9445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
9449[warn] 33 | private var completedTail: AbstractPromise[?] = _
9450[warn] | ^
9451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
9455[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
9456[warn] | ^
9457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
9461[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
9462[warn] | ^
9463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
9467[warn] 40 | private var actor: AbstractActor[?] = _
9468[warn] | ^
9469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
9473[warn] 42 | private var att: AnyRef = _
9474[warn] | ^
9475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
9479[warn] 27 | private var fu: ChannelFuture = _
9480[warn] | ^
9481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
9485[warn] 28 | private var fu: MessageFuture[R] = _
9486[warn] | ^
9487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
9491[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
9492[warn] | ^
9493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
9497[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
9498[warn] | ^
9499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
9503[warn] 41 | private var actorAddress: ActorAddress[Call] = _
9504[warn] | ^
9505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
9509[warn] 53 | private var tmpAskCursor: Nextable = _
9510[warn] | ^
9511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
9515[warn] 54 | private var tmpNoticeCursor: Nextable = _
9516[warn] | ^
9517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
9521[warn] 58 | @volatile private var preHouse: ActorHouse = _
9522[warn] | ^
9523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
9527[warn] 59 | @volatile private var nextHouse: ActorHouse = _
9528[warn] | ^
9529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
9533[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
9534[warn] | ^
9535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
9539[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
9540[warn] | ^
9541[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
9544[warn] 107 | private var system: ActorSystem = _
9545[warn] | ^
9546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
9550[warn] 57 | private var mainActor: Address[MainActor.Args] = _
9551[warn] | ^
9552[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9553[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
9556[warn] 72 | private var memoryMonitor: Timeout = _
9557[warn] | ^
9558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
9562[warn] 81 | private var systemMonitor: Timeout = _
9563[warn] | ^
9564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
9568[warn] 34 | private var sys: ActorSystem = _
9569[warn] | ^
9570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
9574[warn] 30 | @volatile private var head: ActorHouse = _
9575[warn] | ^
9576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
9580[warn] 31 | @volatile private var tail: ActorHouse = _
9581[warn] | ^
9582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
9586[warn] 51 | private var currentRunning: Actor[?] = _
9587[warn] | ^
9588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
9592[warn] 26 | private var head: Nextable = _
9593[warn] | ^
9594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
9598[warn] 27 | private var tail: Nextable = _
9599[warn] | ^
9600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
9604[warn] 30 | @volatile private var head: ActorHouse = _
9605[warn] | ^
9606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
9610[warn] 31 | @volatile private var tail: ActorHouse = _
9611[warn] | ^
9612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
9616[warn] 37 | @volatile private var highHead: ActorHouse = _
9617[warn] | ^
9618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
9622[warn] 38 | @volatile private var highTail: ActorHouse = _
9623[warn] | ^
9624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
9628[warn] 29 | private var fs: Array[FileChannel] = _
9629[warn] | ^
9630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
9634[warn] 28 | private var channel: Channel = _
9635[warn] | ^
9636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
9640[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
9641[warn] | ^
9642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
9646[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
9647[warn] | ^
9648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
9652[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
9653[warn] | ^
9654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
9658[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
9659[warn] | ^
9660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
9664[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
9665[warn] | ^
9666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
9670[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
9671[warn] | ^
9672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
9676[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
9677[warn] | ^
9678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
9682[warn] 26 | private var resourceTimer: ResourceTimer = _
9683[warn] | ^
9684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
9688[warn] 34 | protected var address: EventableAddress = _
9689[warn] | ^
9690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
9694[warn] 40 | @volatile protected var handle: Timeout = _
9695[warn] | ^
9696[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9697[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
9700[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
9701[warn] | ^
9702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
9706[warn] 39 | private var reactor: Reactor = _
9707[warn] | ^
9708[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9709[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
9712[warn] 28 | private var transportFactory: TransportFactory = _
9713[warn] | ^
9714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
9718[warn] 39 | protected var _selectionKey: SelectionKey = _
9719[warn] | ^
9720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
9724[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
9725[warn] | ^
9726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
9730[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
9731[warn] | ^
9732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
9736[warn] 35 | private var ch: FileChannel = _
9737[warn] | ^
9738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
9742[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
9743[warn] | ^
9744[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
9745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
9747[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
9748[warn] | ^
9749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
9753[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
9754[warn] | ^
9755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
9759[warn] 44 | private var thread: Thread = _
9760[warn] | ^
9761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
9765[warn] 56 | private var ioHandler: IoHandler = _
9766[warn] | ^
9767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
9771[warn] 21 | @volatile private var n: Nextable | Null = _
9772[warn] | ^
9773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
9777[warn] 25 | @volatile private var head: T | Null = _
9778[warn] | ^
9779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
9783[warn] 26 | @volatile private var tail: T | Null = _
9784[warn] | ^
9785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
9789[warn] 29 | @volatile private var head: T | Null = _
9790[warn] | ^
9791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
9795[warn] 30 | @volatile private var tail: T | Null = _
9796[warn] | ^
9797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9801[warn] 25 | private var head: T | Null = _
9802[warn] | ^
9803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9807[warn] 26 | private var tail: T | Null = _
9808[warn] | ^
9809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9812[warn] 129 warnings found
9813[error] two errors found
9814Failed to evaluated codec-http.compile: mill.api.Result$Failure
9815
9816Starting build for otavia-codec-kafka - [14/23]
9817No test module defined in codec-kafka
9818[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9820[warn] 35 | protected var logger: Logger = _
9821[warn] | ^
9822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9826[warn] 37 | private var ctx: ActorContext = _
9827[warn] | ^
9828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9832[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9833[warn] | ^
9834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9838[warn] 45 | private[core] var currentStack: Stack = _
9839[warn] | ^
9840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9843[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9844[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9845[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9846[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9847[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9848[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9849[error] |
9850[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9851[error] |
9852[error] | longer explanation available when compiling with `-explain`
9853[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9854[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9855[error] | ^^^^^^^^^^^^
9856[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9857[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9858[error] |
9859[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9860[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9861[error] |
9862[error] |
9863[error] |Note: a match type could not be fully reduced:
9864[error] |
9865[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9866[error] | failed since selector W
9867[error] | does not uniquely determine parameter m in
9868[error] | case cc.otavia.core.actor.Actor[m] => m
9869[error] | The computed bounds for the parameter are:
9870[error] | m <: cc.otavia.core.message.Call |
9871[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9872[error] |
9873[error] | longer explanation available when compiling with `-explain`
9874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9875[warn] 30 | private var workers: Address[MessageOf[W]] = _
9876[warn] | ^
9877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9881[warn] 37 | private var currentChannelReceived: AnyRef = _
9882[warn] | ^
9883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9887[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9888[warn] | ^
9889[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9892[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9893[warn] | ^
9894[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9897[warn] 23 | private var variables: Array[AnyRef] = _
9898[warn] | ^
9899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9903[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9904[warn] | ^
9905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9909[warn] 26 | private var thread: Thread = _
9910[warn] | ^
9911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9915[warn] 28 | private var head: Nextable = _
9916[warn] | ^
9917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9921[warn] 29 | private var tail: Nextable = _
9922[warn] | ^
9923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9927[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9928[warn] | ^
9929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9933[warn] 46 | private var actorHouse: ActorHouse = _
9934[warn] | ^
9935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9939[warn] 49 | private var pipe: ChannelPipelineImpl = _
9940[warn] | ^
9941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9945[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9946[warn] | ^
9947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9951[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9952[warn] | ^
9953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9957[warn] 35 | private var path: Path = _
9958[warn] | ^
9959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9963[warn] 36 | protected var currentReadPlan: ReadPlan = _
9964[warn] | ^
9965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9969[warn] 38 | private var readFactory: ReadPlanFactory = _
9970[warn] | ^
9971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9975[warn] 22 | private[core] var added: Boolean = _
9976[warn] | ^
9977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9981[warn] 51 | private var removed: Boolean = _
9982[warn] | ^
9983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9987[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9988[warn] | ^
9989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9993[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9994[warn] | ^
9995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9999[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10000[warn] | ^
10001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10004[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10005[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10006[warn] | ^
10007[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10008[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10011[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10012[warn] | ^
10013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10017[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10018[warn] | ^
10019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10023[warn] 38 | private var inbound: I = _
10024[warn] | ^
10025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10029[warn] 39 | private var outbound: O = _
10030[warn] | ^
10031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10035[warn] 42 | private var fileChannel: FileChannel = _
10036[warn] | ^
10037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10041[warn] 43 | private var file: File = _
10042[warn] | ^
10043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10047[warn] 27 | private var hd: QueueMapEntity = _
10048[warn] | ^
10049[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10050[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10053[warn] 28 | private var tl: QueueMapEntity = _
10054[warn] | ^
10055[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10056[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10059[warn] 34 | private var cursor: QueueMapEntity = _
10060[warn] | ^
10061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10065[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10066[warn] | ^
10067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10071[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10072[warn] | ^
10073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10077[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10078[warn] | ^
10079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10083[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10084[warn] | ^
10085[warn] |Ignoring [this] qualifier.
10086[warn] |This syntax will be deprecated in the future; it should be dropped.
10087[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
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/ChannelHandlerMask.scala:79:69
10090[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10091[warn] | ^
10092[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10095[warn] 29 | @volatile private var sys: ActorSystem = _
10096[warn] | ^
10097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10101[warn] 27 | private var address: Address[Call] = _
10102[warn] | ^
10103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10107[warn] 31 | private var msg: M = _
10108[warn] | ^
10109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10113[warn] 35 | private var rids: Array[Long] = _
10114[warn] | ^
10115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10119[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10120[warn] | ^
10121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10125[warn] 28 | protected var stack: Stack = _
10126[warn] | ^
10127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10131[warn] 33 | protected var result: AnyRef = _
10132[warn] | ^
10133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10137[warn] 34 | protected var error: Throwable = _
10138[warn] | ^
10139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10143[warn] 36 | private var p: AbstractPromise[?] = _
10144[warn] | ^
10145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10149[warn] 30 | private var call: Call = _
10150[warn] | ^
10151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10155[warn] 31 | private var reply: Reply = _
10156[warn] | ^
10157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10161[warn] 33 | private var sender: Address[Call] = _
10162[warn] | ^
10163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10167[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10168[warn] | ^
10169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10173[warn] 27 | private var messages: Seq[Notice] = _
10174[warn] | ^
10175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10179[warn] 49 | private var ch: Channel = _
10180[warn] | ^
10181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10185[warn] 50 | private var ask: AnyRef = _
10186[warn] | ^
10187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10191[warn] 51 | private var callback: ChannelPromise => Unit = _
10192[warn] | ^
10193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
10197[warn] 27 | private var msg: AnyRef = _
10198[warn] | ^
10199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
10203[warn] 28 | private var belong: AbstractChannel = _
10204[warn] | ^
10205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
10209[warn] 33 | private var ret: AnyRef = _
10210[warn] | ^
10211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
10215[warn] 29 | private var table: Array[MessagePromise[?]] = _
10216[warn] | ^
10217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
10221[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
10222[warn] | ^
10223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
10227[warn] 28 | private var msg: Call = _
10228[warn] | ^
10229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
10233[warn] 26 | var head: AbstractPromise[?] = _
10234[warn] | ^
10235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
10239[warn] 27 | var tail: AbstractPromise[?] = _
10240[warn] | ^
10241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
10245[warn] 29 | private var nextState: StackState = _
10246[warn] | ^
10247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
10251[warn] 32 | private var completedHead: AbstractPromise[?] = _
10252[warn] | ^
10253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
10257[warn] 33 | private var completedTail: AbstractPromise[?] = _
10258[warn] | ^
10259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
10263[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
10264[warn] | ^
10265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
10269[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
10270[warn] | ^
10271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
10275[warn] 40 | private var actor: AbstractActor[?] = _
10276[warn] | ^
10277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
10281[warn] 42 | private var att: AnyRef = _
10282[warn] | ^
10283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
10287[warn] 27 | private var fu: ChannelFuture = _
10288[warn] | ^
10289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
10293[warn] 28 | private var fu: MessageFuture[R] = _
10294[warn] | ^
10295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
10299[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
10300[warn] | ^
10301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
10305[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
10306[warn] | ^
10307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
10311[warn] 41 | private var actorAddress: ActorAddress[Call] = _
10312[warn] | ^
10313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
10317[warn] 53 | private var tmpAskCursor: Nextable = _
10318[warn] | ^
10319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
10323[warn] 54 | private var tmpNoticeCursor: Nextable = _
10324[warn] | ^
10325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
10329[warn] 58 | @volatile private var preHouse: ActorHouse = _
10330[warn] | ^
10331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
10335[warn] 59 | @volatile private var nextHouse: ActorHouse = _
10336[warn] | ^
10337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
10341[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
10342[warn] | ^
10343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
10347[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
10348[warn] | ^
10349[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
10352[warn] 107 | private var system: ActorSystem = _
10353[warn] | ^
10354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
10358[warn] 57 | private var mainActor: Address[MainActor.Args] = _
10359[warn] | ^
10360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
10364[warn] 72 | private var memoryMonitor: Timeout = _
10365[warn] | ^
10366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
10370[warn] 81 | private var systemMonitor: Timeout = _
10371[warn] | ^
10372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
10376[warn] 34 | private var sys: ActorSystem = _
10377[warn] | ^
10378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
10382[warn] 30 | @volatile private var head: ActorHouse = _
10383[warn] | ^
10384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
10388[warn] 31 | @volatile private var tail: ActorHouse = _
10389[warn] | ^
10390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
10394[warn] 51 | private var currentRunning: Actor[?] = _
10395[warn] | ^
10396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
10400[warn] 26 | private var head: Nextable = _
10401[warn] | ^
10402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
10406[warn] 27 | private var tail: Nextable = _
10407[warn] | ^
10408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
10412[warn] 30 | @volatile private var head: ActorHouse = _
10413[warn] | ^
10414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
10418[warn] 31 | @volatile private var tail: ActorHouse = _
10419[warn] | ^
10420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
10424[warn] 37 | @volatile private var highHead: ActorHouse = _
10425[warn] | ^
10426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
10430[warn] 38 | @volatile private var highTail: ActorHouse = _
10431[warn] | ^
10432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
10436[warn] 29 | private var fs: Array[FileChannel] = _
10437[warn] | ^
10438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
10442[warn] 28 | private var channel: Channel = _
10443[warn] | ^
10444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
10448[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
10449[warn] | ^
10450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
10454[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
10455[warn] | ^
10456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
10460[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
10461[warn] | ^
10462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
10466[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
10467[warn] | ^
10468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
10472[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
10473[warn] | ^
10474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
10478[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
10479[warn] | ^
10480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
10484[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
10485[warn] | ^
10486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
10490[warn] 26 | private var resourceTimer: ResourceTimer = _
10491[warn] | ^
10492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
10496[warn] 34 | protected var address: EventableAddress = _
10497[warn] | ^
10498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
10502[warn] 40 | @volatile protected var handle: Timeout = _
10503[warn] | ^
10504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
10508[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
10509[warn] | ^
10510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
10514[warn] 39 | private var reactor: Reactor = _
10515[warn] | ^
10516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
10520[warn] 28 | private var transportFactory: TransportFactory = _
10521[warn] | ^
10522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
10526[warn] 39 | protected var _selectionKey: SelectionKey = _
10527[warn] | ^
10528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
10532[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
10533[warn] | ^
10534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
10538[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
10539[warn] | ^
10540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
10544[warn] 35 | private var ch: FileChannel = _
10545[warn] | ^
10546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
10550[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
10551[warn] | ^
10552[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
10553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
10555[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
10556[warn] | ^
10557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
10561[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
10562[warn] | ^
10563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
10567[warn] 44 | private var thread: Thread = _
10568[warn] | ^
10569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
10573[warn] 56 | private var ioHandler: IoHandler = _
10574[warn] | ^
10575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
10579[warn] 21 | @volatile private var n: Nextable | Null = _
10580[warn] | ^
10581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
10585[warn] 25 | @volatile private var head: T | Null = _
10586[warn] | ^
10587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
10591[warn] 26 | @volatile private var tail: T | Null = _
10592[warn] | ^
10593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
10597[warn] 29 | @volatile private var head: T | Null = _
10598[warn] | ^
10599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
10603[warn] 30 | @volatile private var tail: T | Null = _
10604[warn] | ^
10605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
10609[warn] 25 | private var head: T | Null = _
10610[warn] | ^
10611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
10615[warn] 26 | private var tail: T | Null = _
10616[warn] | ^
10617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10620[warn] 129 warnings found
10621[error] two errors found
10622Failed to evaluated codec-kafka.compile: mill.api.Result$Failure
10623
10624Starting build for otavia-mysql-driver - [15/23]
10625[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
10626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
10627[warn] 35 | protected var logger: Logger = _
10628[warn] | ^
10629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
10633[warn] 37 | private var ctx: ActorContext = _
10634[warn] | ^
10635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
10639[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
10640[warn] | ^
10641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
10645[warn] 45 | private[core] var currentStack: Stack = _
10646[warn] | ^
10647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10650[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
10651[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10652[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10653[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10654[error] |Required: cc.otavia.core.actor.MessageOf[W] &
10655[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10656[error] |
10657[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
10658[error] |
10659[error] | longer explanation available when compiling with `-explain`
10660[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
10661[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10662[error] | ^^^^^^^^^^^^
10663[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
10664[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
10665[error] |
10666[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
10667[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10668[error] |
10669[error] |
10670[error] |Note: a match type could not be fully reduced:
10671[error] |
10672[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
10673[error] | failed since selector W
10674[error] | does not uniquely determine parameter m in
10675[error] | case cc.otavia.core.actor.Actor[m] => m
10676[error] | The computed bounds for the parameter are:
10677[error] | m <: cc.otavia.core.message.Call |
10678[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10679[error] |
10680[error] | longer explanation available when compiling with `-explain`
10681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
10682[warn] 30 | private var workers: Address[MessageOf[W]] = _
10683[warn] | ^
10684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
10688[warn] 37 | private var currentChannelReceived: AnyRef = _
10689[warn] | ^
10690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
10694[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
10695[warn] | ^
10696[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
10699[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
10700[warn] | ^
10701[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
10704[warn] 23 | private var variables: Array[AnyRef] = _
10705[warn] | ^
10706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
10710[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
10711[warn] | ^
10712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
10716[warn] 26 | private var thread: Thread = _
10717[warn] | ^
10718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
10722[warn] 28 | private var head: Nextable = _
10723[warn] | ^
10724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
10728[warn] 29 | private var tail: Nextable = _
10729[warn] | ^
10730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
10734[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
10735[warn] | ^
10736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
10740[warn] 46 | private var actorHouse: ActorHouse = _
10741[warn] | ^
10742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
10746[warn] 49 | private var pipe: ChannelPipelineImpl = _
10747[warn] | ^
10748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
10752[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
10753[warn] | ^
10754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
10758[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
10759[warn] | ^
10760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
10764[warn] 35 | private var path: Path = _
10765[warn] | ^
10766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
10770[warn] 36 | protected var currentReadPlan: ReadPlan = _
10771[warn] | ^
10772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
10776[warn] 38 | private var readFactory: ReadPlanFactory = _
10777[warn] | ^
10778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
10782[warn] 22 | private[core] var added: Boolean = _
10783[warn] | ^
10784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
10788[warn] 51 | private var removed: Boolean = _
10789[warn] | ^
10790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
10794[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
10795[warn] | ^
10796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10800[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10801[warn] | ^
10802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10806[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10807[warn] | ^
10808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10812[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10813[warn] | ^
10814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10818[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10819[warn] | ^
10820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10824[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10825[warn] | ^
10826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10830[warn] 38 | private var inbound: I = _
10831[warn] | ^
10832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10836[warn] 39 | private var outbound: O = _
10837[warn] | ^
10838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10842[warn] 42 | private var fileChannel: FileChannel = _
10843[warn] | ^
10844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10848[warn] 43 | private var file: File = _
10849[warn] | ^
10850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10854[warn] 27 | private var hd: QueueMapEntity = _
10855[warn] | ^
10856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10860[warn] 28 | private var tl: QueueMapEntity = _
10861[warn] | ^
10862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10866[warn] 34 | private var cursor: QueueMapEntity = _
10867[warn] | ^
10868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10872[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10873[warn] | ^
10874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10878[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10879[warn] | ^
10880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10884[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10885[warn] | ^
10886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10890[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10891[warn] | ^
10892[warn] |Ignoring [this] qualifier.
10893[warn] |This syntax will be deprecated in the future; it should be dropped.
10894[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10897[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10898[warn] | ^
10899[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10902[warn] 29 | @volatile private var sys: ActorSystem = _
10903[warn] | ^
10904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10908[warn] 27 | private var address: Address[Call] = _
10909[warn] | ^
10910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10914[warn] 31 | private var msg: M = _
10915[warn] | ^
10916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10920[warn] 35 | private var rids: Array[Long] = _
10921[warn] | ^
10922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10926[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10927[warn] | ^
10928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10932[warn] 28 | protected var stack: Stack = _
10933[warn] | ^
10934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10938[warn] 33 | protected var result: AnyRef = _
10939[warn] | ^
10940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10944[warn] 34 | protected var error: Throwable = _
10945[warn] | ^
10946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10950[warn] 36 | private var p: AbstractPromise[?] = _
10951[warn] | ^
10952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10956[warn] 30 | private var call: Call = _
10957[warn] | ^
10958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10962[warn] 31 | private var reply: Reply = _
10963[warn] | ^
10964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10968[warn] 33 | private var sender: Address[Call] = _
10969[warn] | ^
10970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10974[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10975[warn] | ^
10976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10980[warn] 27 | private var messages: Seq[Notice] = _
10981[warn] | ^
10982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10986[warn] 49 | private var ch: Channel = _
10987[warn] | ^
10988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10992[warn] 50 | private var ask: AnyRef = _
10993[warn] | ^
10994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10998[warn] 51 | private var callback: ChannelPromise => Unit = _
10999[warn] | ^
11000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11004[warn] 27 | private var msg: AnyRef = _
11005[warn] | ^
11006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11010[warn] 28 | private var belong: AbstractChannel = _
11011[warn] | ^
11012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11016[warn] 33 | private var ret: AnyRef = _
11017[warn] | ^
11018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11022[warn] 29 | private var table: Array[MessagePromise[?]] = _
11023[warn] | ^
11024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11028[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11029[warn] | ^
11030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11034[warn] 28 | private var msg: Call = _
11035[warn] | ^
11036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11040[warn] 26 | var head: AbstractPromise[?] = _
11041[warn] | ^
11042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11046[warn] 27 | var tail: AbstractPromise[?] = _
11047[warn] | ^
11048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11052[warn] 29 | private var nextState: StackState = _
11053[warn] | ^
11054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11058[warn] 32 | private var completedHead: AbstractPromise[?] = _
11059[warn] | ^
11060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11064[warn] 33 | private var completedTail: AbstractPromise[?] = _
11065[warn] | ^
11066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11070[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11071[warn] | ^
11072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11076[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11077[warn] | ^
11078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11082[warn] 40 | private var actor: AbstractActor[?] = _
11083[warn] | ^
11084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11088[warn] 42 | private var att: AnyRef = _
11089[warn] | ^
11090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11094[warn] 27 | private var fu: ChannelFuture = _
11095[warn] | ^
11096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11100[warn] 28 | private var fu: MessageFuture[R] = _
11101[warn] | ^
11102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11106[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11107[warn] | ^
11108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11112[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11113[warn] | ^
11114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11118[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11119[warn] | ^
11120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11124[warn] 53 | private var tmpAskCursor: Nextable = _
11125[warn] | ^
11126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11130[warn] 54 | private var tmpNoticeCursor: Nextable = _
11131[warn] | ^
11132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11136[warn] 58 | @volatile private var preHouse: ActorHouse = _
11137[warn] | ^
11138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11142[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11143[warn] | ^
11144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11148[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11149[warn] | ^
11150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11154[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11155[warn] | ^
11156[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
11159[warn] 107 | private var system: ActorSystem = _
11160[warn] | ^
11161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
11165[warn] 57 | private var mainActor: Address[MainActor.Args] = _
11166[warn] | ^
11167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
11171[warn] 72 | private var memoryMonitor: Timeout = _
11172[warn] | ^
11173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
11177[warn] 81 | private var systemMonitor: Timeout = _
11178[warn] | ^
11179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
11183[warn] 34 | private var sys: ActorSystem = _
11184[warn] | ^
11185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
11189[warn] 30 | @volatile private var head: ActorHouse = _
11190[warn] | ^
11191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
11195[warn] 31 | @volatile private var tail: ActorHouse = _
11196[warn] | ^
11197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
11201[warn] 51 | private var currentRunning: Actor[?] = _
11202[warn] | ^
11203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
11207[warn] 26 | private var head: Nextable = _
11208[warn] | ^
11209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
11213[warn] 27 | private var tail: Nextable = _
11214[warn] | ^
11215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
11219[warn] 30 | @volatile private var head: ActorHouse = _
11220[warn] | ^
11221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
11225[warn] 31 | @volatile private var tail: ActorHouse = _
11226[warn] | ^
11227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
11231[warn] 37 | @volatile private var highHead: ActorHouse = _
11232[warn] | ^
11233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
11237[warn] 38 | @volatile private var highTail: ActorHouse = _
11238[warn] | ^
11239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
11243[warn] 29 | private var fs: Array[FileChannel] = _
11244[warn] | ^
11245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
11249[warn] 28 | private var channel: Channel = _
11250[warn] | ^
11251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
11255[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
11256[warn] | ^
11257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
11261[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
11262[warn] | ^
11263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
11267[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
11268[warn] | ^
11269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
11273[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
11274[warn] | ^
11275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
11279[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
11280[warn] | ^
11281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
11285[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
11286[warn] | ^
11287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
11291[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
11292[warn] | ^
11293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
11297[warn] 26 | private var resourceTimer: ResourceTimer = _
11298[warn] | ^
11299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
11303[warn] 34 | protected var address: EventableAddress = _
11304[warn] | ^
11305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
11309[warn] 40 | @volatile protected var handle: Timeout = _
11310[warn] | ^
11311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
11315[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
11316[warn] | ^
11317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
11321[warn] 39 | private var reactor: Reactor = _
11322[warn] | ^
11323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
11327[warn] 28 | private var transportFactory: TransportFactory = _
11328[warn] | ^
11329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
11333[warn] 39 | protected var _selectionKey: SelectionKey = _
11334[warn] | ^
11335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
11339[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
11340[warn] | ^
11341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
11345[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
11346[warn] | ^
11347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
11351[warn] 35 | private var ch: FileChannel = _
11352[warn] | ^
11353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
11357[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
11358[warn] | ^
11359[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
11360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
11362[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
11363[warn] | ^
11364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
11368[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
11369[warn] | ^
11370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
11374[warn] 44 | private var thread: Thread = _
11375[warn] | ^
11376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
11380[warn] 56 | private var ioHandler: IoHandler = _
11381[warn] | ^
11382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
11386[warn] 21 | @volatile private var n: Nextable | Null = _
11387[warn] | ^
11388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
11392[warn] 25 | @volatile private var head: T | Null = _
11393[warn] | ^
11394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
11398[warn] 26 | @volatile private var tail: T | Null = _
11399[warn] | ^
11400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
11404[warn] 29 | @volatile private var head: T | Null = _
11405[warn] | ^
11406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
11410[warn] 30 | @volatile private var tail: T | Null = _
11411[warn] | ^
11412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
11416[warn] 25 | private var head: T | Null = _
11417[warn] | ^
11418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
11422[warn] 26 | private var tail: T | Null = _
11423[warn] | ^
11424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11427[warn] 129 warnings found
11428[error] two errors found
11429Failed to evaluated sql-mysql-driver.compile: mill.api.Result$Failure
11430
11431Starting build for otavia-common - [16/23]
11432Successfully evaluated common.compile
11433Skipping unused scalacOptions: -source, -rewrite
11434Flag -classpath set repeatedly
11435-- Warning: common/src/cc/otavia/internal/ReflectionUtil.scala:30:8 ------------
1143630 | def trySetAccessible(obj: AccessibleObject, checkAccessible: Boolean): Option[Throwable] = {
11437 | ^
11438 | Couldn't resolve a member for the given link query: AccessibleObject
11439-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:26:8 ----------
1144026 | def contains(key: String): Boolean = get(key).nonEmpty
11441 | ^
11442 | Couldn't resolve a member for the given link query: key
11443-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:34:8 ----------
1144434 | def get(key: String): Option[String] = {
11445 | ^
11446 | Couldn't resolve a member for the given link query: key
11447-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:49:8 ----------
1144849 | def get(key: String, default: String): String = get(key) match
11449 | ^
11450 | Couldn't resolve a member for the given link query: key
11451-- Warning: common/src/cc/otavia/util/IllegalReferenceCountException.scala:24:6
1145224 |class IllegalReferenceCountException(message: String | Null, cause: Throwable | Null)
11453 | ^
11454 |Couldn't resolve a member for the given link query: IllegalStateException
11455-- Warning: common/src/cc/otavia/util/Resource.scala:36:8 ----------------------
1145636 | def dispose(obj: AnyRef): Unit = {
11457 | ^
11458 | Couldn't resolve a member for the given link query: AutoCloseable
114597 warnings found
11460Successfully evaluated common.docJar
11461Failed to resolve scalaVersion, assume it's Scala 3 project
11462[info] compiling 1 Scala source to /build/repo/out/common/test/compile.dest/classes ...
11463[info] done compiling
11464Successfully evaluated common.test.compile
11465Publishing Artifact(cc.otavia,otavia-common_3,0.4.5) to ivy repo /root/.ivy2/local
11466Successfully evaluated common.publishLocal
11467
11468Starting build for otavia-codec-socks - [17/23]
11469No test module defined in codec-socks
11470[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
11471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
11472[warn] 35 | protected var logger: Logger = _
11473[warn] | ^
11474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
11478[warn] 37 | private var ctx: ActorContext = _
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:40:75
11484[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
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:45:44
11490[warn] 45 | private[core] var currentStack: Stack = _
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[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
11496[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11497[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11498[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11499[error] |Required: cc.otavia.core.actor.MessageOf[W] &
11500[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11501[error] |
11502[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
11503[error] |
11504[error] | longer explanation available when compiling with `-explain`
11505[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
11506[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11507[error] | ^^^^^^^^^^^^
11508[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
11509[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
11510[error] |
11511[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
11512[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11513[error] |
11514[error] |
11515[error] |Note: a match type could not be fully reduced:
11516[error] |
11517[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
11518[error] | failed since selector W
11519[error] | does not uniquely determine parameter m in
11520[error] | case cc.otavia.core.actor.Actor[m] => m
11521[error] | The computed bounds for the parameter are:
11522[error] | m <: cc.otavia.core.message.Call |
11523[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11524[error] |
11525[error] | longer explanation available when compiling with `-explain`
11526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
11527[warn] 30 | private var workers: Address[MessageOf[W]] = _
11528[warn] | ^
11529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
11533[warn] 37 | private var currentChannelReceived: AnyRef = _
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/address/RobinAddress.scala:35:34
11539[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
11540[warn] | ^
11541[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
11544[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
11545[warn] | ^
11546[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
11549[warn] 23 | private var variables: Array[AnyRef] = _
11550[warn] | ^
11551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorThreadLocalBoxed.scala:24:48
11555[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
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/Poolable.scala:26:33 -----
11561[warn] 26 | private var thread: Thread = _
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/SingleThreadPoolableHolder.scala:28:33
11567[warn] 28 | private var head: Nextable = _
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:29:33
11573[warn] 29 | private var tail: 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/ThreadLocal.scala:40:61 --
11579[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
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/channel/AbstractChannel.scala:46:41
11585[warn] 46 | private var actorHouse: ActorHouse = _
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:49:48
11591[warn] 49 | private var pipe: ChannelPipelineImpl = _
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:50:48
11597[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
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:68:58
11603[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
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/AbstractFileChannel.scala:35:29
11609[warn] 35 | private var path: Path = _
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/AbstractUnsafeChannel.scala:36:46
11615[warn] 36 | protected var currentReadPlan: ReadPlan = _
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:38:47
11621[warn] 38 | private var readFactory: ReadPlanFactory = _
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/ChannelHandlerAdapter.scala:22:39
11627[warn] 22 | private[core] var added: Boolean = _
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/ChannelHandlerContextImpl.scala:51:36
11633[warn] 51 | private var removed: 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:55:61
11639[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
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:56:61
11645[warn] 56 | protected[channel] var prev: 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:58:51
11651[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
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:59:51
11657[warn] 59 | private var outboundAdaptive: 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/CombinedChannelDuplexHandler.scala:32:90
11663[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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:33:90
11669[warn] 33 | private var outboundCtx: 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:38:30
11675[warn] 38 | private var inbound: I = _
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:39:30
11681[warn] 39 | private var outbound: O = _
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/DefaultFileRegion.scala:42:43
11687[warn] 42 | private var fileChannel: FileChannel = _
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:43:43
11693[warn] 43 | private var file: File = _
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/inflight/QueueMap.scala:27:47
11699[warn] 27 | private var hd: QueueMapEntity = _
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:28:47
11705[warn] 28 | private var tl: 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:34:41
11711[warn] 34 | private var cursor: 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/QueueMapEntity.scala:24:57
11717[warn] 24 | private[inflight] var hashNext: 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:25:57
11723[warn] 25 | private[inflight] var queueEarlier: 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:26:57
11729[warn] 26 | private[inflight] var queueLater: 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/internal/AdaptiveBufferOffset.scala:21:41
11735[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
11736[warn] | ^
11737[warn] |Ignoring [this] qualifier.
11738[warn] |This syntax will be deprecated in the future; it should be dropped.
11739[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
11740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
11742[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
11743[warn] | ^
11744[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
11747[warn] 29 | @volatile private var sys: ActorSystem = _
11748[warn] | ^
11749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
11753[warn] 27 | private var address: Address[Call] = _
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:31:28 ---
11759[warn] 31 | private var msg: M = _
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:35:36 ---
11765[warn] 35 | private var rids: Array[Long] = _
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/slf4a/LoggerFactory.scala:77:59
11771[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
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/stack/AbstractPromise.scala:28:33
11777[warn] 28 | protected var stack: Stack = _
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:33:37
11783[warn] 33 | protected var result: AnyRef = _
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:34:37
11789[warn] 34 | protected var error: Throwable = _
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:36:40
11795[warn] 36 | private var p: AbstractPromise[?] = _
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/AskStack.scala:30:31 -----
11801[warn] 30 | private var call: Call = _
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:31:31 -----
11807[warn] 31 | private var reply: Reply = _
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:33:40 -----
11813[warn] 33 | private var sender: Address[Call] = _
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/BatchAskStack.scala:29:51
11819[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
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/BatchNoticeStack.scala:27:40
11825[warn] 27 | private var messages: Seq[Notice] = _
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/ChannelFuture.scala:49:51
11831[warn] 49 | private var ch: Channel = _
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:50:51
11837[warn] 50 | private var ask: AnyRef = _
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:51:51
11843[warn] 51 | private var callback: ChannelPromise => Unit = _
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/ChannelStack.scala:27:42 -
11849[warn] 27 | private var msg: AnyRef = _
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:28:42 -
11855[warn] 28 | private var belong: AbstractChannel = _
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:33:37 -
11861[warn] 33 | private var ret: AnyRef = _
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/FutureDispatcher.scala:29:50
11867[warn] 29 | private var table: Array[MessagePromise[?]] = _
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/MessageFuture.scala:49:53
11873[warn] 49 | private[stack] var hashNext: 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/NoticeStack.scala:28:32 --
11879[warn] 28 | private var msg: Call = _
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/PromiseIterator.scala:26:35
11885[warn] 26 | var head: AbstractPromise[?] = _
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:27:35
11891[warn] 27 | var tail: 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/Stack.scala:29:40 --------
11897[warn] 29 | private var nextState: StackState = _
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:32:52 --------
11903[warn] 32 | private var completedHead: AbstractPromise[?] = _
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:33:52 --------
11909[warn] 33 | private var completedTail: 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:36:54 --------
11915[warn] 36 | private var uncompletedHead: 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:37:54 --------
11921[warn] 37 | private var uncompletedTail: 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:40:42 --------
11927[warn] 40 | private var actor: AbstractActor[?] = _
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:42:30 --------
11933[warn] 42 | private var att: AnyRef = _
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/helper/ChannelFutureState.scala:27:36
11939[warn] 27 | private var fu: ChannelFuture = _
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/FutureState.scala:28:39
11945[warn] 28 | private var fu: MessageFuture[R] = _
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/FuturesState.scala:28:45
11951[warn] 28 | private var fus: Seq[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/system/ActorHouse.scala:40:52 --
11957[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
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:41:52 --
11963[warn] 41 | private var actorAddress: ActorAddress[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:53:44 --
11969[warn] 53 | private var tmpAskCursor: Nextable = _
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:54:44 --
11975[warn] 54 | private var tmpNoticeCursor: 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:58:50 --
11981[warn] 58 | @volatile private var preHouse: ActorHouse = _
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:59:50 --
11987[warn] 59 | @volatile private var nextHouse: 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:63:61 --
11993[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
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:119:39 -
11999[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12000[warn] | ^
12001[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12004[warn] 107 | private var system: ActorSystem = _
12005[warn] | ^
12006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorSystemImpl.scala:57:53
12010[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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:72:41
12016[warn] 72 | private var memoryMonitor: Timeout = _
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:81:41
12022[warn] 81 | private var systemMonitor: 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/ActorThreadFactory.scala:34:39
12028[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
12034[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
12040[warn] 31 | @volatile private var tail: 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/HouseManager.scala:51:43
12046[warn] 51 | private var currentRunning: Actor[?] = _
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/MailBox.scala:26:33 -----
12052[warn] 26 | private var head: Nextable = _
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:27:33 -----
12058[warn] 27 | private var tail: 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/PriorityHouseQueue.scala:30:45
12064[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
12070[warn] 31 | @volatile private var tail: 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:37:49
12076[warn] 37 | @volatile private var highHead: 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:38:49
12082[warn] 38 | @volatile private var highTail: 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/monitor/SystemMonitorTask.scala:29:41
12088[warn] 29 | private var fs: Array[FileChannel] = _
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/timer/ChannelTimeoutTask.scala:28:35
12094[warn] 28 | private var channel: Channel = _
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/HashedWheelTimer.scala:514:60
12100[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
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:515:60
12106[warn] 515 | var prevNode: 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:518:57
12112[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
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:578:64
12118[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
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:579:64
12124[warn] 579 | private var tail: 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:582:68
12130[warn] 582 | private var longHead: 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:583:68
12136[warn] 583 | private var longTail: 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/ResourceTimeoutTask.scala:26:47
12142[warn] 26 | private var resourceTimer: ResourceTimer = _
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/TimeoutTask.scala:34:46 --
12148[warn] 34 | protected var address: EventableAddress = _
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:40:46 --
12154[warn] 40 | @volatile protected var handle: Timeout = _
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/transport/TransportFactory.scala:62:63
12160[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
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/nio/NIOTransportFactory.scala:39:53
12166[warn] 39 | private var reactor: Reactor = _
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/NIOTransportServiceProvider.scala:28:53
12172[warn] 28 | private var transportFactory: TransportFactory = _
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/channel/AbstractNioUnsafeChannel.scala:39:48
12178[warn] 39 | protected var _selectionKey: SelectionKey = _
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/NioChannelUtil.scala:29:55
12184[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
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:30:55
12190[warn] 30 | private var GET_PATH_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/NioUnsafeFileChannel.scala:35:34
12196[warn] 35 | private var ch: FileChannel = _
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:46:69
12202[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
12203[warn] | ^
12204[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
12205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
12207[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
12208[warn] | ^
12209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/reactor/nio/NioHandler.scala:62:56
12213[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/NioReactorWorker.scala:44:33
12219[warn] 44 | private var thread: Thread = _
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:56:39
12225[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
12231[warn] 21 | @volatile private var n: Nextable | Null = _
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/Queue.scala:25:43 ---------
12237[warn] 25 | @volatile private var head: T | 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:26:43 ---------
12243[warn] 26 | @volatile private var tail: 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/SpinLockQueue.scala:29:43 -
12249[warn] 29 | @volatile private var head: 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:30:43 -
12255[warn] 30 | @volatile private var tail: 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/SyncQueue.scala:25:33 -----
12261[warn] 25 | private var head: 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:26:33 -----
12267[warn] 26 | private var tail: 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] 129 warnings found
12273[error] two errors found
12274Failed to evaluated codec-socks.compile: mill.api.Result$Failure
12275
12276Starting build for otavia-all - [18/23]
12277No test module defined in all
12278[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
12279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
12280[warn] 35 | protected var logger: Logger = _
12281[warn] | ^
12282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
12286[warn] 37 | private var ctx: ActorContext = _
12287[warn] | ^
12288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
12292[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
12293[warn] | ^
12294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
12298[warn] 45 | private[core] var currentStack: Stack = _
12299[warn] | ^
12300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12303[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
12304[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12305[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12306[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12307[error] |Required: cc.otavia.core.actor.MessageOf[W] &
12308[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12309[error] |
12310[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
12311[error] |
12312[error] | longer explanation available when compiling with `-explain`
12313[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
12314[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12315[error] | ^^^^^^^^^^^^
12316[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
12317[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
12318[error] |
12319[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
12320[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12321[error] |
12322[error] |
12323[error] |Note: a match type could not be fully reduced:
12324[error] |
12325[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
12326[error] | failed since selector W
12327[error] | does not uniquely determine parameter m in
12328[error] | case cc.otavia.core.actor.Actor[m] => m
12329[error] | The computed bounds for the parameter are:
12330[error] | m <: cc.otavia.core.message.Call |
12331[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12332[error] |
12333[error] | longer explanation available when compiling with `-explain`
12334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
12335[warn] 30 | private var workers: Address[MessageOf[W]] = _
12336[warn] | ^
12337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
12341[warn] 37 | private var currentChannelReceived: AnyRef = _
12342[warn] | ^
12343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
12347[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
12348[warn] | ^
12349[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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:47:34
12352[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(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/cache/ActorThreadLocal.scala:23:43
12357[warn] 23 | private var variables: Array[AnyRef] = _
12358[warn] | ^
12359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
12363[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
12364[warn] | ^
12365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
12369[warn] 26 | private var thread: Thread = _
12370[warn] | ^
12371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
12375[warn] 28 | private var head: Nextable = _
12376[warn] | ^
12377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
12381[warn] 29 | private var tail: Nextable = _
12382[warn] | ^
12383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
12387[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
12388[warn] | ^
12389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
12393[warn] 46 | private var actorHouse: ActorHouse = _
12394[warn] | ^
12395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
12399[warn] 49 | private var pipe: ChannelPipelineImpl = _
12400[warn] | ^
12401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
12405[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
12406[warn] | ^
12407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
12411[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
12412[warn] | ^
12413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
12417[warn] 35 | private var path: Path = _
12418[warn] | ^
12419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
12423[warn] 36 | protected var currentReadPlan: ReadPlan = _
12424[warn] | ^
12425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
12429[warn] 38 | private var readFactory: ReadPlanFactory = _
12430[warn] | ^
12431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
12435[warn] 22 | private[core] var added: Boolean = _
12436[warn] | ^
12437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
12441[warn] 51 | private var removed: Boolean = _
12442[warn] | ^
12443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
12447[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
12448[warn] | ^
12449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
12453[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
12454[warn] | ^
12455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
12459[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
12460[warn] | ^
12461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
12465[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
12466[warn] | ^
12467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
12471[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12472[warn] | ^
12473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
12477[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12478[warn] | ^
12479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
12483[warn] 38 | private var inbound: I = _
12484[warn] | ^
12485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
12489[warn] 39 | private var outbound: O = _
12490[warn] | ^
12491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
12495[warn] 42 | private var fileChannel: FileChannel = _
12496[warn] | ^
12497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
12501[warn] 43 | private var file: File = _
12502[warn] | ^
12503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
12507[warn] 27 | private var hd: QueueMapEntity = _
12508[warn] | ^
12509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
12513[warn] 28 | private var tl: QueueMapEntity = _
12514[warn] | ^
12515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
12519[warn] 34 | private var cursor: QueueMapEntity = _
12520[warn] | ^
12521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
12525[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
12526[warn] | ^
12527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
12531[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
12532[warn] | ^
12533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
12537[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
12538[warn] | ^
12539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
12543[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
12544[warn] | ^
12545[warn] |Ignoring [this] qualifier.
12546[warn] |This syntax will be deprecated in the future; it should be dropped.
12547[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
12548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
12550[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
12551[warn] | ^
12552[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
12555[warn] 29 | @volatile private var sys: ActorSystem = _
12556[warn] | ^
12557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
12561[warn] 27 | private var address: Address[Call] = _
12562[warn] | ^
12563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
12567[warn] 31 | private var msg: M = _
12568[warn] | ^
12569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
12573[warn] 35 | private var rids: Array[Long] = _
12574[warn] | ^
12575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
12579[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
12580[warn] | ^
12581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
12585[warn] 28 | protected var stack: Stack = _
12586[warn] | ^
12587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
12591[warn] 33 | protected var result: AnyRef = _
12592[warn] | ^
12593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
12597[warn] 34 | protected var error: Throwable = _
12598[warn] | ^
12599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
12603[warn] 36 | private var p: AbstractPromise[?] = _
12604[warn] | ^
12605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
12609[warn] 30 | private var call: Call = _
12610[warn] | ^
12611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
12615[warn] 31 | private var reply: Reply = _
12616[warn] | ^
12617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
12621[warn] 33 | private var sender: Address[Call] = _
12622[warn] | ^
12623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
12627[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
12628[warn] | ^
12629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
12633[warn] 27 | private var messages: Seq[Notice] = _
12634[warn] | ^
12635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
12639[warn] 49 | private var ch: Channel = _
12640[warn] | ^
12641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
12645[warn] 50 | private var ask: AnyRef = _
12646[warn] | ^
12647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
12651[warn] 51 | private var callback: ChannelPromise => Unit = _
12652[warn] | ^
12653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
12657[warn] 27 | private var msg: AnyRef = _
12658[warn] | ^
12659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
12663[warn] 28 | private var belong: AbstractChannel = _
12664[warn] | ^
12665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
12669[warn] 33 | private var ret: AnyRef = _
12670[warn] | ^
12671[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12672[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
12675[warn] 29 | private var table: Array[MessagePromise[?]] = _
12676[warn] | ^
12677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
12681[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
12682[warn] | ^
12683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
12687[warn] 28 | private var msg: Call = _
12688[warn] | ^
12689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
12693[warn] 26 | var head: AbstractPromise[?] = _
12694[warn] | ^
12695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
12699[warn] 27 | var tail: AbstractPromise[?] = _
12700[warn] | ^
12701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
12705[warn] 29 | private var nextState: StackState = _
12706[warn] | ^
12707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
12711[warn] 32 | private var completedHead: AbstractPromise[?] = _
12712[warn] | ^
12713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
12717[warn] 33 | private var completedTail: AbstractPromise[?] = _
12718[warn] | ^
12719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
12723[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
12724[warn] | ^
12725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
12729[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
12730[warn] | ^
12731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
12735[warn] 40 | private var actor: AbstractActor[?] = _
12736[warn] | ^
12737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
12741[warn] 42 | private var att: AnyRef = _
12742[warn] | ^
12743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
12747[warn] 27 | private var fu: ChannelFuture = _
12748[warn] | ^
12749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
12753[warn] 28 | private var fu: MessageFuture[R] = _
12754[warn] | ^
12755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
12759[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
12760[warn] | ^
12761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
12765[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
12766[warn] | ^
12767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
12771[warn] 41 | private var actorAddress: ActorAddress[Call] = _
12772[warn] | ^
12773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
12777[warn] 53 | private var tmpAskCursor: Nextable = _
12778[warn] | ^
12779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
12783[warn] 54 | private var tmpNoticeCursor: Nextable = _
12784[warn] | ^
12785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
12789[warn] 58 | @volatile private var preHouse: ActorHouse = _
12790[warn] | ^
12791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
12795[warn] 59 | @volatile private var nextHouse: ActorHouse = _
12796[warn] | ^
12797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
12801[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12802[warn] | ^
12803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12807[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12808[warn] | ^
12809[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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/ActorSystem.scala:107:38
12812[warn] 107 | private var system: ActorSystem = _
12813[warn] | ^
12814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12818[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12819[warn] | ^
12820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12824[warn] 72 | private var memoryMonitor: Timeout = _
12825[warn] | ^
12826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12830[warn] 81 | private var systemMonitor: Timeout = _
12831[warn] | ^
12832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12836[warn] 34 | private var sys: ActorSystem = _
12837[warn] | ^
12838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12842[warn] 30 | @volatile private var head: ActorHouse = _
12843[warn] | ^
12844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12848[warn] 31 | @volatile private var tail: ActorHouse = _
12849[warn] | ^
12850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12854[warn] 51 | private var currentRunning: Actor[?] = _
12855[warn] | ^
12856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12860[warn] 26 | private var head: Nextable = _
12861[warn] | ^
12862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12866[warn] 27 | private var tail: Nextable = _
12867[warn] | ^
12868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12872[warn] 30 | @volatile private var head: ActorHouse = _
12873[warn] | ^
12874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12878[warn] 31 | @volatile private var tail: ActorHouse = _
12879[warn] | ^
12880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12884[warn] 37 | @volatile private var highHead: ActorHouse = _
12885[warn] | ^
12886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12890[warn] 38 | @volatile private var highTail: ActorHouse = _
12891[warn] | ^
12892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12896[warn] 29 | private var fs: Array[FileChannel] = _
12897[warn] | ^
12898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12902[warn] 28 | private var channel: Channel = _
12903[warn] | ^
12904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12908[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12909[warn] | ^
12910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12914[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12915[warn] | ^
12916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12920[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12921[warn] | ^
12922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12926[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12927[warn] | ^
12928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12932[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12933[warn] | ^
12934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12938[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12939[warn] | ^
12940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12944[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12945[warn] | ^
12946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12950[warn] 26 | private var resourceTimer: ResourceTimer = _
12951[warn] | ^
12952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12956[warn] 34 | protected var address: EventableAddress = _
12957[warn] | ^
12958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12962[warn] 40 | @volatile protected var handle: Timeout = _
12963[warn] | ^
12964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12968[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12969[warn] | ^
12970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12974[warn] 39 | private var reactor: Reactor = _
12975[warn] | ^
12976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12980[warn] 28 | private var transportFactory: TransportFactory = _
12981[warn] | ^
12982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12986[warn] 39 | protected var _selectionKey: SelectionKey = _
12987[warn] | ^
12988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12992[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12993[warn] | ^
12994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12998[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12999[warn] | ^
13000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13004[warn] 35 | private var ch: FileChannel = _
13005[warn] | ^
13006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13010[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13011[warn] | ^
13012[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
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/NioUnsafeSocketChannel.scala:37:84
13015[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13016[warn] | ^
13017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13021[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13022[warn] | ^
13023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13027[warn] 44 | private var thread: Thread = _
13028[warn] | ^
13029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13033[warn] 56 | private var ioHandler: IoHandler = _
13034[warn] | ^
13035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13039[warn] 21 | @volatile private var n: Nextable | Null = _
13040[warn] | ^
13041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13045[warn] 25 | @volatile private var head: T | Null = _
13046[warn] | ^
13047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13051[warn] 26 | @volatile private var tail: T | Null = _
13052[warn] | ^
13053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13057[warn] 29 | @volatile private var head: T | Null = _
13058[warn] | ^
13059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13063[warn] 30 | @volatile private var tail: T | Null = _
13064[warn] | ^
13065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13069[warn] 25 | private var head: T | Null = _
13070[warn] | ^
13071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13075[warn] 26 | private var tail: T | Null = _
13076[warn] | ^
13077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13080[warn] 129 warnings found
13081[error] two errors found
13082Failed to evaluated all.compile: mill.api.Result$Failure
13083
13084Starting build for otavia-log4a - [19/23]
13085[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13087[warn] 35 | protected var logger: Logger = _
13088[warn] | ^
13089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13093[warn] 37 | private var ctx: ActorContext = _
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:40:75
13099[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
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:45:44
13105[warn] 45 | private[core] var currentStack: Stack = _
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[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13111[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13112[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13113[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13114[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13115[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13116[error] |
13117[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13118[error] |
13119[error] | longer explanation available when compiling with `-explain`
13120[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13121[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13122[error] | ^^^^^^^^^^^^
13123[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13124[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13125[error] |
13126[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13127[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13128[error] |
13129[error] |
13130[error] |Note: a match type could not be fully reduced:
13131[error] |
13132[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13133[error] | failed since selector W
13134[error] | does not uniquely determine parameter m in
13135[error] | case cc.otavia.core.actor.Actor[m] => m
13136[error] | The computed bounds for the parameter are:
13137[error] | m <: cc.otavia.core.message.Call |
13138[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13139[error] |
13140[error] | longer explanation available when compiling with `-explain`
13141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13142[warn] 30 | private var workers: Address[MessageOf[W]] = _
13143[warn] | ^
13144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13148[warn] 37 | private var currentChannelReceived: AnyRef = _
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/address/RobinAddress.scala:35:34
13154[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13155[warn] | ^
13156[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13159[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13160[warn] | ^
13161[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13164[warn] 23 | private var variables: Array[AnyRef] = _
13165[warn] | ^
13166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorThreadLocalBoxed.scala:24:48
13170[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
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/Poolable.scala:26:33 -----
13176[warn] 26 | private var thread: Thread = _
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/SingleThreadPoolableHolder.scala:28:33
13182[warn] 28 | private var head: Nextable = _
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:29:33
13188[warn] 29 | private var tail: 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/ThreadLocal.scala:40:61 --
13194[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
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/channel/AbstractChannel.scala:46:41
13200[warn] 46 | private var actorHouse: ActorHouse = _
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:49:48
13206[warn] 49 | private var pipe: ChannelPipelineImpl = _
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:50:48
13212[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
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:68:58
13218[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
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/AbstractFileChannel.scala:35:29
13224[warn] 35 | private var path: Path = _
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/AbstractUnsafeChannel.scala:36:46
13230[warn] 36 | protected var currentReadPlan: ReadPlan = _
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:38:47
13236[warn] 38 | private var readFactory: ReadPlanFactory = _
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/ChannelHandlerAdapter.scala:22:39
13242[warn] 22 | private[core] var added: Boolean = _
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/ChannelHandlerContextImpl.scala:51:36
13248[warn] 51 | private var removed: 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:55:61
13254[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
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:56:61
13260[warn] 56 | protected[channel] var prev: 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:58:51
13266[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
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:59:51
13272[warn] 59 | private var outboundAdaptive: 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/CombinedChannelDuplexHandler.scala:32:90
13278[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
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:33:90
13284[warn] 33 | private var outboundCtx: 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:38:30
13290[warn] 38 | private var inbound: I = _
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:39:30
13296[warn] 39 | private var outbound: O = _
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/DefaultFileRegion.scala:42:43
13302[warn] 42 | private var fileChannel: FileChannel = _
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:43:43
13308[warn] 43 | private var file: File = _
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/inflight/QueueMap.scala:27:47
13314[warn] 27 | private var hd: QueueMapEntity = _
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:28:47
13320[warn] 28 | private var tl: 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:34:41
13326[warn] 34 | private var cursor: 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/QueueMapEntity.scala:24:57
13332[warn] 24 | private[inflight] var hashNext: 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:25:57
13338[warn] 25 | private[inflight] var queueEarlier: 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:26:57
13344[warn] 26 | private[inflight] var queueLater: 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/internal/AdaptiveBufferOffset.scala:21:41
13350[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
13351[warn] | ^
13352[warn] |Ignoring [this] qualifier.
13353[warn] |This syntax will be deprecated in the future; it should be dropped.
13354[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
13355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
13357[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
13358[warn] | ^
13359[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
13362[warn] 29 | @volatile private var sys: ActorSystem = _
13363[warn] | ^
13364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
13368[warn] 27 | private var address: Address[Call] = _
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:31:28 ---
13374[warn] 31 | private var msg: M = _
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:35:36 ---
13380[warn] 35 | private var rids: Array[Long] = _
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/slf4a/LoggerFactory.scala:77:59
13386[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
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/stack/AbstractPromise.scala:28:33
13392[warn] 28 | protected var stack: Stack = _
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:33:37
13398[warn] 33 | protected var result: AnyRef = _
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:34:37
13404[warn] 34 | protected var error: Throwable = _
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:36:40
13410[warn] 36 | private var p: AbstractPromise[?] = _
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/AskStack.scala:30:31 -----
13416[warn] 30 | private var call: Call = _
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:31:31 -----
13422[warn] 31 | private var reply: Reply = _
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:33:40 -----
13428[warn] 33 | private var sender: Address[Call] = _
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/BatchAskStack.scala:29:51
13434[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
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/BatchNoticeStack.scala:27:40
13440[warn] 27 | private var messages: Seq[Notice] = _
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/ChannelFuture.scala:49:51
13446[warn] 49 | private var ch: Channel = _
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:50:51
13452[warn] 50 | private var ask: AnyRef = _
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:51:51
13458[warn] 51 | private var callback: ChannelPromise => Unit = _
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/ChannelStack.scala:27:42 -
13464[warn] 27 | private var msg: AnyRef = _
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:28:42 -
13470[warn] 28 | private var belong: AbstractChannel = _
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:33:37 -
13476[warn] 33 | private var ret: AnyRef = _
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/FutureDispatcher.scala:29:50
13482[warn] 29 | private var table: Array[MessagePromise[?]] = _
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/MessageFuture.scala:49:53
13488[warn] 49 | private[stack] var hashNext: 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/NoticeStack.scala:28:32 --
13494[warn] 28 | private var msg: Call = _
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/PromiseIterator.scala:26:35
13500[warn] 26 | var head: AbstractPromise[?] = _
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:27:35
13506[warn] 27 | var tail: 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/Stack.scala:29:40 --------
13512[warn] 29 | private var nextState: StackState = _
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:32:52 --------
13518[warn] 32 | private var completedHead: AbstractPromise[?] = _
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:33:52 --------
13524[warn] 33 | private var completedTail: 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:36:54 --------
13530[warn] 36 | private var uncompletedHead: 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:37:54 --------
13536[warn] 37 | private var uncompletedTail: 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:40:42 --------
13542[warn] 40 | private var actor: AbstractActor[?] = _
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:42:30 --------
13548[warn] 42 | private var att: AnyRef = _
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/helper/ChannelFutureState.scala:27:36
13554[warn] 27 | private var fu: ChannelFuture = _
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/FutureState.scala:28:39
13560[warn] 28 | private var fu: MessageFuture[R] = _
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/FuturesState.scala:28:45
13566[warn] 28 | private var fus: Seq[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/system/ActorHouse.scala:40:52 --
13572[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
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:41:52 --
13578[warn] 41 | private var actorAddress: ActorAddress[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:53:44 --
13584[warn] 53 | private var tmpAskCursor: Nextable = _
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:54:44 --
13590[warn] 54 | private var tmpNoticeCursor: 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:58:50 --
13596[warn] 58 | @volatile private var preHouse: ActorHouse = _
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:59:50 --
13602[warn] 59 | @volatile private var nextHouse: 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:63:61 --
13608[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
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:119:39 -
13614[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
13615[warn] | ^
13616[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
13619[warn] 107 | private var system: ActorSystem = _
13620[warn] | ^
13621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/ActorSystemImpl.scala:57:53
13625[warn] 57 | private var mainActor: Address[MainActor.Args] = _
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:72:41
13631[warn] 72 | private var memoryMonitor: Timeout = _
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:81:41
13637[warn] 81 | private var systemMonitor: 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/ActorThreadFactory.scala:34:39
13643[warn] 34 | private var sys: ActorSystem = _
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/FIFOHouseQueue.scala:30:45
13649[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
13655[warn] 31 | @volatile private var tail: 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/HouseManager.scala:51:43
13661[warn] 51 | private var currentRunning: Actor[?] = _
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/MailBox.scala:26:33 -----
13667[warn] 26 | private var head: Nextable = _
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:27:33 -----
13673[warn] 27 | private var tail: 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/PriorityHouseQueue.scala:30:45
13679[warn] 30 | @volatile private var head: ActorHouse = _
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:31:45
13685[warn] 31 | @volatile private var tail: 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:37:49
13691[warn] 37 | @volatile private var highHead: 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:38:49
13697[warn] 38 | @volatile private var highTail: 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/monitor/SystemMonitorTask.scala:29:41
13703[warn] 29 | private var fs: Array[FileChannel] = _
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/timer/ChannelTimeoutTask.scala:28:35
13709[warn] 28 | private var channel: Channel = _
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/HashedWheelTimer.scala:514:60
13715[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
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:515:60
13721[warn] 515 | var prevNode: 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:518:57
13727[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
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:578:64
13733[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
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:579:64
13739[warn] 579 | private var tail: 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:582:68
13745[warn] 582 | private var longHead: 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:583:68
13751[warn] 583 | private var longTail: 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/ResourceTimeoutTask.scala:26:47
13757[warn] 26 | private var resourceTimer: ResourceTimer = _
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/TimeoutTask.scala:34:46 --
13763[warn] 34 | protected var address: EventableAddress = _
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:40:46 --
13769[warn] 40 | @volatile protected var handle: Timeout = _
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/transport/TransportFactory.scala:62:63
13775[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
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/nio/NIOTransportFactory.scala:39:53
13781[warn] 39 | private var reactor: Reactor = _
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/NIOTransportServiceProvider.scala:28:53
13787[warn] 28 | private var transportFactory: TransportFactory = _
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/channel/AbstractNioUnsafeChannel.scala:39:48
13793[warn] 39 | protected var _selectionKey: SelectionKey = _
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/NioChannelUtil.scala:29:55
13799[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
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:30:55
13805[warn] 30 | private var GET_PATH_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/NioUnsafeFileChannel.scala:35:34
13811[warn] 35 | private var ch: FileChannel = _
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:46:69
13817[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13818[warn] | ^
13819[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13822[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13823[warn] | ^
13824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
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/reactor/nio/NioHandler.scala:62:56
13828[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
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/NioReactorWorker.scala:44:33
13834[warn] 44 | private var thread: Thread = _
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:56:39
13840[warn] 56 | private var ioHandler: IoHandler = _
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/util/Nextable.scala:21:47 ------
13846[warn] 21 | @volatile private var n: Nextable | Null = _
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/Queue.scala:25:43 ---------
13852[warn] 25 | @volatile private var head: T | 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:26:43 ---------
13858[warn] 26 | @volatile private var tail: 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/SpinLockQueue.scala:29:43 -
13864[warn] 29 | @volatile private var head: 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:30:43 -
13870[warn] 30 | @volatile private var tail: 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/SyncQueue.scala:25:33 -----
13876[warn] 25 | private var head: 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:26:33 -----
13882[warn] 26 | private var tail: 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] 129 warnings found
13888[error] two errors found
13889Failed to evaluated log4a.compile: mill.api.Result$Failure
13890
13891Starting build for otavia-codec-dns - [20/23]
13892No test module defined in codec-dns
13893[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13895[warn] 35 | protected var logger: Logger = _
13896[warn] | ^
13897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13901[warn] 37 | private var ctx: ActorContext = _
13902[warn] | ^
13903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13907[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13908[warn] | ^
13909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13913[warn] 45 | private[core] var currentStack: Stack = _
13914[warn] | ^
13915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13918[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13919[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13920[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13921[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13922[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13923[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13924[error] |
13925[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13926[error] |
13927[error] | longer explanation available when compiling with `-explain`
13928[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13929[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13930[error] | ^^^^^^^^^^^^
13931[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13932[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13933[error] |
13934[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13935[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13936[error] |
13937[error] |
13938[error] |Note: a match type could not be fully reduced:
13939[error] |
13940[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13941[error] | failed since selector W
13942[error] | does not uniquely determine parameter m in
13943[error] | case cc.otavia.core.actor.Actor[m] => m
13944[error] | The computed bounds for the parameter are:
13945[error] | m <: cc.otavia.core.message.Call |
13946[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13947[error] |
13948[error] | longer explanation available when compiling with `-explain`
13949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13950[warn] 30 | private var workers: Address[MessageOf[W]] = _
13951[warn] | ^
13952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13956[warn] 37 | private var currentChannelReceived: AnyRef = _
13957[warn] | ^
13958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13962[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13963[warn] | ^
13964[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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:47:34
13967[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(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/cache/ActorThreadLocal.scala:23:43
13972[warn] 23 | private var variables: Array[AnyRef] = _
13973[warn] | ^
13974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13978[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13979[warn] | ^
13980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13984[warn] 26 | private var thread: Thread = _
13985[warn] | ^
13986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13990[warn] 28 | private var head: Nextable = _
13991[warn] | ^
13992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13996[warn] 29 | private var tail: Nextable = _
13997[warn] | ^
13998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14002[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14003[warn] | ^
14004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14008[warn] 46 | private var actorHouse: ActorHouse = _
14009[warn] | ^
14010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14014[warn] 49 | private var pipe: ChannelPipelineImpl = _
14015[warn] | ^
14016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14020[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14021[warn] | ^
14022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14026[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14027[warn] | ^
14028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14032[warn] 35 | private var path: Path = _
14033[warn] | ^
14034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14038[warn] 36 | protected var currentReadPlan: ReadPlan = _
14039[warn] | ^
14040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14044[warn] 38 | private var readFactory: ReadPlanFactory = _
14045[warn] | ^
14046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14050[warn] 22 | private[core] var added: Boolean = _
14051[warn] | ^
14052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14056[warn] 51 | private var removed: Boolean = _
14057[warn] | ^
14058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14062[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14063[warn] | ^
14064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14068[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14069[warn] | ^
14070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14074[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14075[warn] | ^
14076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14080[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14081[warn] | ^
14082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14086[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14087[warn] | ^
14088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14092[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14093[warn] | ^
14094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14098[warn] 38 | private var inbound: I = _
14099[warn] | ^
14100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14104[warn] 39 | private var outbound: O = _
14105[warn] | ^
14106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14110[warn] 42 | private var fileChannel: FileChannel = _
14111[warn] | ^
14112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14116[warn] 43 | private var file: File = _
14117[warn] | ^
14118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14122[warn] 27 | private var hd: QueueMapEntity = _
14123[warn] | ^
14124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14128[warn] 28 | private var tl: QueueMapEntity = _
14129[warn] | ^
14130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14134[warn] 34 | private var cursor: QueueMapEntity = _
14135[warn] | ^
14136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14140[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14141[warn] | ^
14142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14146[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14147[warn] | ^
14148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14152[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14153[warn] | ^
14154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14158[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14159[warn] | ^
14160[warn] |Ignoring [this] qualifier.
14161[warn] |This syntax will be deprecated in the future; it should be dropped.
14162[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14165[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14166[warn] | ^
14167[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14170[warn] 29 | @volatile private var sys: ActorSystem = _
14171[warn] | ^
14172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14176[warn] 27 | private var address: Address[Call] = _
14177[warn] | ^
14178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14182[warn] 31 | private var msg: M = _
14183[warn] | ^
14184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14188[warn] 35 | private var rids: Array[Long] = _
14189[warn] | ^
14190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
14194[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
14195[warn] | ^
14196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
14200[warn] 28 | protected var stack: Stack = _
14201[warn] | ^
14202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
14206[warn] 33 | protected var result: AnyRef = _
14207[warn] | ^
14208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
14212[warn] 34 | protected var error: Throwable = _
14213[warn] | ^
14214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
14218[warn] 36 | private var p: AbstractPromise[?] = _
14219[warn] | ^
14220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
14224[warn] 30 | private var call: Call = _
14225[warn] | ^
14226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
14230[warn] 31 | private var reply: Reply = _
14231[warn] | ^
14232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
14236[warn] 33 | private var sender: Address[Call] = _
14237[warn] | ^
14238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
14242[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
14243[warn] | ^
14244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
14248[warn] 27 | private var messages: Seq[Notice] = _
14249[warn] | ^
14250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
14254[warn] 49 | private var ch: Channel = _
14255[warn] | ^
14256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
14260[warn] 50 | private var ask: AnyRef = _
14261[warn] | ^
14262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
14266[warn] 51 | private var callback: ChannelPromise => Unit = _
14267[warn] | ^
14268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
14272[warn] 27 | private var msg: AnyRef = _
14273[warn] | ^
14274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
14278[warn] 28 | private var belong: AbstractChannel = _
14279[warn] | ^
14280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
14284[warn] 33 | private var ret: AnyRef = _
14285[warn] | ^
14286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
14290[warn] 29 | private var table: Array[MessagePromise[?]] = _
14291[warn] | ^
14292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
14296[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
14297[warn] | ^
14298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
14302[warn] 28 | private var msg: Call = _
14303[warn] | ^
14304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
14308[warn] 26 | var head: AbstractPromise[?] = _
14309[warn] | ^
14310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
14314[warn] 27 | var tail: AbstractPromise[?] = _
14315[warn] | ^
14316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
14320[warn] 29 | private var nextState: StackState = _
14321[warn] | ^
14322[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14323[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
14326[warn] 32 | private var completedHead: AbstractPromise[?] = _
14327[warn] | ^
14328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
14332[warn] 33 | private var completedTail: AbstractPromise[?] = _
14333[warn] | ^
14334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
14338[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
14339[warn] | ^
14340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
14344[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
14345[warn] | ^
14346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
14350[warn] 40 | private var actor: AbstractActor[?] = _
14351[warn] | ^
14352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
14356[warn] 42 | private var att: AnyRef = _
14357[warn] | ^
14358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
14362[warn] 27 | private var fu: ChannelFuture = _
14363[warn] | ^
14364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
14368[warn] 28 | private var fu: MessageFuture[R] = _
14369[warn] | ^
14370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
14374[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
14375[warn] | ^
14376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
14380[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
14381[warn] | ^
14382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
14386[warn] 41 | private var actorAddress: ActorAddress[Call] = _
14387[warn] | ^
14388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
14392[warn] 53 | private var tmpAskCursor: Nextable = _
14393[warn] | ^
14394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
14398[warn] 54 | private var tmpNoticeCursor: Nextable = _
14399[warn] | ^
14400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
14404[warn] 58 | @volatile private var preHouse: ActorHouse = _
14405[warn] | ^
14406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
14410[warn] 59 | @volatile private var nextHouse: ActorHouse = _
14411[warn] | ^
14412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
14416[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
14417[warn] | ^
14418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
14422[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
14423[warn] | ^
14424[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
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/ActorSystem.scala:107:38
14427[warn] 107 | private var system: ActorSystem = _
14428[warn] | ^
14429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
14433[warn] 57 | private var mainActor: Address[MainActor.Args] = _
14434[warn] | ^
14435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
14439[warn] 72 | private var memoryMonitor: Timeout = _
14440[warn] | ^
14441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
14445[warn] 81 | private var systemMonitor: Timeout = _
14446[warn] | ^
14447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
14451[warn] 34 | private var sys: ActorSystem = _
14452[warn] | ^
14453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
14457[warn] 30 | @volatile private var head: ActorHouse = _
14458[warn] | ^
14459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
14463[warn] 31 | @volatile private var tail: ActorHouse = _
14464[warn] | ^
14465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
14469[warn] 51 | private var currentRunning: Actor[?] = _
14470[warn] | ^
14471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
14475[warn] 26 | private var head: Nextable = _
14476[warn] | ^
14477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
14481[warn] 27 | private var tail: Nextable = _
14482[warn] | ^
14483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
14487[warn] 30 | @volatile private var head: ActorHouse = _
14488[warn] | ^
14489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
14493[warn] 31 | @volatile private var tail: ActorHouse = _
14494[warn] | ^
14495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
14499[warn] 37 | @volatile private var highHead: ActorHouse = _
14500[warn] | ^
14501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
14505[warn] 38 | @volatile private var highTail: ActorHouse = _
14506[warn] | ^
14507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
14511[warn] 29 | private var fs: Array[FileChannel] = _
14512[warn] | ^
14513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
14517[warn] 28 | private var channel: Channel = _
14518[warn] | ^
14519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
14523[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
14524[warn] | ^
14525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
14529[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
14530[warn] | ^
14531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
14535[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
14536[warn] | ^
14537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
14541[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
14542[warn] | ^
14543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
14547[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
14548[warn] | ^
14549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
14553[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
14554[warn] | ^
14555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
14559[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
14560[warn] | ^
14561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
14565[warn] 26 | private var resourceTimer: ResourceTimer = _
14566[warn] | ^
14567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
14571[warn] 34 | protected var address: EventableAddress = _
14572[warn] | ^
14573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
14577[warn] 40 | @volatile protected var handle: Timeout = _
14578[warn] | ^
14579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
14583[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
14584[warn] | ^
14585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
14589[warn] 39 | private var reactor: Reactor = _
14590[warn] | ^
14591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
14595[warn] 28 | private var transportFactory: TransportFactory = _
14596[warn] | ^
14597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
14601[warn] 39 | protected var _selectionKey: SelectionKey = _
14602[warn] | ^
14603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
14607[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
14608[warn] | ^
14609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
14613[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
14614[warn] | ^
14615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
14619[warn] 35 | private var ch: FileChannel = _
14620[warn] | ^
14621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
14625[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
14626[warn] | ^
14627[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
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/NioUnsafeSocketChannel.scala:37:84
14630[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
14631[warn] | ^
14632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
14636[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
14637[warn] | ^
14638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
14642[warn] 44 | private var thread: Thread = _
14643[warn] | ^
14644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
14648[warn] 56 | private var ioHandler: IoHandler = _
14649[warn] | ^
14650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
14654[warn] 21 | @volatile private var n: Nextable | Null = _
14655[warn] | ^
14656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
14660[warn] 25 | @volatile private var head: T | Null = _
14661[warn] | ^
14662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
14666[warn] 26 | @volatile private var tail: T | Null = _
14667[warn] | ^
14668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
14672[warn] 29 | @volatile private var head: T | Null = _
14673[warn] | ^
14674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
14678[warn] 30 | @volatile private var tail: T | Null = _
14679[warn] | ^
14680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
14684[warn] 25 | private var head: T | Null = _
14685[warn] | ^
14686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
14690[warn] 26 | private var tail: T | Null = _
14691[warn] | ^
14692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14695[warn] 129 warnings found
14696[error] two errors found
14697Failed to evaluated codec-dns.compile: mill.api.Result$Failure
14698
14699Starting build for otavia-codec-memcache - [21/23]
14700No test module defined in codec-memcache
14701[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
14702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
14703[warn] 35 | protected var logger: Logger = _
14704[warn] | ^
14705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
14709[warn] 37 | private var ctx: ActorContext = _
14710[warn] | ^
14711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
14715[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
14716[warn] | ^
14717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
14721[warn] 45 | private[core] var currentStack: Stack = _
14722[warn] | ^
14723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14726[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
14727[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14728[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14729[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14730[error] |Required: cc.otavia.core.actor.MessageOf[W] &
14731[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14732[error] |
14733[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
14734[error] |
14735[error] | longer explanation available when compiling with `-explain`
14736[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
14737[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14738[error] | ^^^^^^^^^^^^
14739[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
14740[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
14741[error] |
14742[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
14743[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14744[error] |
14745[error] |
14746[error] |Note: a match type could not be fully reduced:
14747[error] |
14748[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
14749[error] | failed since selector W
14750[error] | does not uniquely determine parameter m in
14751[error] | case cc.otavia.core.actor.Actor[m] => m
14752[error] | The computed bounds for the parameter are:
14753[error] | m <: cc.otavia.core.message.Call |
14754[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14755[error] |
14756[error] | longer explanation available when compiling with `-explain`
14757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
14758[warn] 30 | private var workers: Address[MessageOf[W]] = _
14759[warn] | ^
14760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
14764[warn] 37 | private var currentChannelReceived: AnyRef = _
14765[warn] | ^
14766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
14770[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
14771[warn] | ^
14772[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
14775[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
14776[warn] | ^
14777[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
14780[warn] 23 | private var variables: Array[AnyRef] = _
14781[warn] | ^
14782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
14786[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
14787[warn] | ^
14788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
14792[warn] 26 | private var thread: Thread = _
14793[warn] | ^
14794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
14798[warn] 28 | private var head: Nextable = _
14799[warn] | ^
14800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14804[warn] 29 | private var tail: Nextable = _
14805[warn] | ^
14806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14810[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14811[warn] | ^
14812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14816[warn] 46 | private var actorHouse: ActorHouse = _
14817[warn] | ^
14818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14822[warn] 49 | private var pipe: ChannelPipelineImpl = _
14823[warn] | ^
14824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14828[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14829[warn] | ^
14830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14834[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14835[warn] | ^
14836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14840[warn] 35 | private var path: Path = _
14841[warn] | ^
14842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14846[warn] 36 | protected var currentReadPlan: ReadPlan = _
14847[warn] | ^
14848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14852[warn] 38 | private var readFactory: ReadPlanFactory = _
14853[warn] | ^
14854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14858[warn] 22 | private[core] var added: Boolean = _
14859[warn] | ^
14860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14864[warn] 51 | private var removed: Boolean = _
14865[warn] | ^
14866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14870[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14871[warn] | ^
14872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14876[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14877[warn] | ^
14878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14882[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14883[warn] | ^
14884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14888[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14889[warn] | ^
14890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14894[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14895[warn] | ^
14896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14900[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14901[warn] | ^
14902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14906[warn] 38 | private var inbound: I = _
14907[warn] | ^
14908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14912[warn] 39 | private var outbound: O = _
14913[warn] | ^
14914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14918[warn] 42 | private var fileChannel: FileChannel = _
14919[warn] | ^
14920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14924[warn] 43 | private var file: File = _
14925[warn] | ^
14926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14930[warn] 27 | private var hd: QueueMapEntity = _
14931[warn] | ^
14932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14936[warn] 28 | private var tl: QueueMapEntity = _
14937[warn] | ^
14938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14942[warn] 34 | private var cursor: QueueMapEntity = _
14943[warn] | ^
14944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14948[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14949[warn] | ^
14950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14954[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14955[warn] | ^
14956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14960[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14961[warn] | ^
14962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14966[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14967[warn] | ^
14968[warn] |Ignoring [this] qualifier.
14969[warn] |This syntax will be deprecated in the future; it should be dropped.
14970[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14973[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14974[warn] | ^
14975[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14978[warn] 29 | @volatile private var sys: ActorSystem = _
14979[warn] | ^
14980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14984[warn] 27 | private var address: Address[Call] = _
14985[warn] | ^
14986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14990[warn] 31 | private var msg: M = _
14991[warn] | ^
14992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14996[warn] 35 | private var rids: Array[Long] = _
14997[warn] | ^
14998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
15002[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
15003[warn] | ^
15004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
15008[warn] 28 | protected var stack: Stack = _
15009[warn] | ^
15010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
15014[warn] 33 | protected var result: AnyRef = _
15015[warn] | ^
15016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
15020[warn] 34 | protected var error: Throwable = _
15021[warn] | ^
15022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
15026[warn] 36 | private var p: AbstractPromise[?] = _
15027[warn] | ^
15028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
15032[warn] 30 | private var call: Call = _
15033[warn] | ^
15034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
15038[warn] 31 | private var reply: Reply = _
15039[warn] | ^
15040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
15044[warn] 33 | private var sender: Address[Call] = _
15045[warn] | ^
15046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
15050[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
15051[warn] | ^
15052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
15056[warn] 27 | private var messages: Seq[Notice] = _
15057[warn] | ^
15058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
15062[warn] 49 | private var ch: Channel = _
15063[warn] | ^
15064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
15068[warn] 50 | private var ask: AnyRef = _
15069[warn] | ^
15070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
15074[warn] 51 | private var callback: ChannelPromise => Unit = _
15075[warn] | ^
15076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
15080[warn] 27 | private var msg: AnyRef = _
15081[warn] | ^
15082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
15086[warn] 28 | private var belong: AbstractChannel = _
15087[warn] | ^
15088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
15092[warn] 33 | private var ret: AnyRef = _
15093[warn] | ^
15094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
15098[warn] 29 | private var table: Array[MessagePromise[?]] = _
15099[warn] | ^
15100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
15104[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
15105[warn] | ^
15106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
15110[warn] 28 | private var msg: Call = _
15111[warn] | ^
15112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
15116[warn] 26 | var head: AbstractPromise[?] = _
15117[warn] | ^
15118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
15122[warn] 27 | var tail: AbstractPromise[?] = _
15123[warn] | ^
15124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
15128[warn] 29 | private var nextState: StackState = _
15129[warn] | ^
15130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
15134[warn] 32 | private var completedHead: AbstractPromise[?] = _
15135[warn] | ^
15136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
15140[warn] 33 | private var completedTail: AbstractPromise[?] = _
15141[warn] | ^
15142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
15146[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
15147[warn] | ^
15148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
15152[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
15153[warn] | ^
15154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
15158[warn] 40 | private var actor: AbstractActor[?] = _
15159[warn] | ^
15160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
15164[warn] 42 | private var att: AnyRef = _
15165[warn] | ^
15166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
15170[warn] 27 | private var fu: ChannelFuture = _
15171[warn] | ^
15172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
15176[warn] 28 | private var fu: MessageFuture[R] = _
15177[warn] | ^
15178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
15182[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
15183[warn] | ^
15184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
15188[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
15189[warn] | ^
15190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
15194[warn] 41 | private var actorAddress: ActorAddress[Call] = _
15195[warn] | ^
15196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
15200[warn] 53 | private var tmpAskCursor: Nextable = _
15201[warn] | ^
15202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
15206[warn] 54 | private var tmpNoticeCursor: Nextable = _
15207[warn] | ^
15208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
15212[warn] 58 | @volatile private var preHouse: ActorHouse = _
15213[warn] | ^
15214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
15218[warn] 59 | @volatile private var nextHouse: ActorHouse = _
15219[warn] | ^
15220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
15224[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
15225[warn] | ^
15226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
15230[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
15231[warn] | ^
15232[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
15233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
15235[warn] 107 | private var system: ActorSystem = _
15236[warn] | ^
15237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
15241[warn] 57 | private var mainActor: Address[MainActor.Args] = _
15242[warn] | ^
15243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
15247[warn] 72 | private var memoryMonitor: Timeout = _
15248[warn] | ^
15249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
15253[warn] 81 | private var systemMonitor: Timeout = _
15254[warn] | ^
15255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
15259[warn] 34 | private var sys: ActorSystem = _
15260[warn] | ^
15261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
15265[warn] 30 | @volatile private var head: ActorHouse = _
15266[warn] | ^
15267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
15271[warn] 31 | @volatile private var tail: ActorHouse = _
15272[warn] | ^
15273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
15277[warn] 51 | private var currentRunning: Actor[?] = _
15278[warn] | ^
15279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
15283[warn] 26 | private var head: Nextable = _
15284[warn] | ^
15285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
15289[warn] 27 | private var tail: Nextable = _
15290[warn] | ^
15291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
15295[warn] 30 | @volatile private var head: ActorHouse = _
15296[warn] | ^
15297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
15301[warn] 31 | @volatile private var tail: ActorHouse = _
15302[warn] | ^
15303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
15307[warn] 37 | @volatile private var highHead: ActorHouse = _
15308[warn] | ^
15309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
15313[warn] 38 | @volatile private var highTail: ActorHouse = _
15314[warn] | ^
15315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
15319[warn] 29 | private var fs: Array[FileChannel] = _
15320[warn] | ^
15321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
15325[warn] 28 | private var channel: Channel = _
15326[warn] | ^
15327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
15331[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
15332[warn] | ^
15333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
15337[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
15338[warn] | ^
15339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
15343[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
15344[warn] | ^
15345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
15349[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
15350[warn] | ^
15351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
15355[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
15356[warn] | ^
15357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
15361[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
15362[warn] | ^
15363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
15367[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
15368[warn] | ^
15369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
15373[warn] 26 | private var resourceTimer: ResourceTimer = _
15374[warn] | ^
15375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
15379[warn] 34 | protected var address: EventableAddress = _
15380[warn] | ^
15381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
15385[warn] 40 | @volatile protected var handle: Timeout = _
15386[warn] | ^
15387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
15391[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
15392[warn] | ^
15393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
15397[warn] 39 | private var reactor: Reactor = _
15398[warn] | ^
15399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
15403[warn] 28 | private var transportFactory: TransportFactory = _
15404[warn] | ^
15405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
15409[warn] 39 | protected var _selectionKey: SelectionKey = _
15410[warn] | ^
15411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
15415[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
15416[warn] | ^
15417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
15421[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
15422[warn] | ^
15423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
15427[warn] 35 | private var ch: FileChannel = _
15428[warn] | ^
15429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
15433[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
15434[warn] | ^
15435[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
15436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
15438[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
15439[warn] | ^
15440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
15444[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
15445[warn] | ^
15446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
15450[warn] 44 | private var thread: Thread = _
15451[warn] | ^
15452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
15456[warn] 56 | private var ioHandler: IoHandler = _
15457[warn] | ^
15458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
15462[warn] 21 | @volatile private var n: Nextable | Null = _
15463[warn] | ^
15464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
15468[warn] 25 | @volatile private var head: T | Null = _
15469[warn] | ^
15470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
15474[warn] 26 | @volatile private var tail: T | Null = _
15475[warn] | ^
15476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
15480[warn] 29 | @volatile private var head: T | Null = _
15481[warn] | ^
15482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
15486[warn] 30 | @volatile private var tail: T | Null = _
15487[warn] | ^
15488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
15492[warn] 25 | private var head: T | Null = _
15493[warn] | ^
15494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
15498[warn] 26 | private var tail: T | Null = _
15499[warn] | ^
15500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15503[warn] 129 warnings found
15504[error] two errors found
15505Failed to evaluated codec-memcache.compile: mill.api.Result$Failure
15506
15507Starting build for otavia-serde - [22/23]
15508No test module defined in serde
15509Successfully evaluated serde.compile
15510Skipping unused scalacOptions: -source, -rewrite
15511Flag -classpath set repeatedly
15512-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:24:17 ------------
1551324 | override def serialize(value: Array[Byte], out: Buffer): Unit = out.writeBytes(value)
15514 | ^
15515 | Couldn't resolve a member for the given link query: A
15516-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:26:17 ------------
1551726 | override def deserialize(in: Buffer): Array[Byte] = {
15518 | ^
15519 | Couldn't resolve a member for the given link query: Buffer
15520-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1552135 | def checkDeserializable(in: Buffer): Boolean = true
15522 | ^
15523 | Couldn't resolve a member for the given link query: Buffer
15524-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1552551 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
15526 | ^
15527 | Couldn't resolve a member for the given link query: Buffer
15528-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1552967 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
15530 | ^
15531 | Couldn't resolve a member for the given link query: Buffer
15532-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:27:17 -----------
1553327 | override def serialize(value: String, out: Buffer): Unit = out.writeBytes(value.getBytes(charset))
15534 | ^
15535 | Couldn't resolve a member for the given link query: A
15536-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:29:17 -----------
1553729 | override def deserialize(in: Buffer): String = in.readCharSequence(in.readableBytes).toString
15538 | ^
15539 | Couldn't resolve a member for the given link query: Buffer
15540-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1554143 | def deserialize(in: Buffer): A
15542 | ^
15543 | Couldn't resolve a member for the given link query: Buffer
15544-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1554559 | def serialize(value: A, out: Buffer): Unit
15546 | ^
15547 | Couldn't resolve a member for the given link query: Buffer
15548-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:43:18 ---------------------
1554943 | protected def serializeByte(byte: Byte, out: Buffer): this.type
15550 | ^
15551 | Couldn't resolve a member for the given link query: Buffer
15552-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:53:18 ---------------------
1555353 | protected def serializeBoolean(boolean: Boolean, 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:63:18 ---------------------
1555763 | protected def serializeChar(char: Char, 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:73:18 ---------------------
1556173 | protected def serializeShort(short: Short, 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:83:18 ---------------------
1556583 | protected def serializeInt(int: Int, 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:93:18 ---------------------
1556993 | protected def serializeLong(long: Long, 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:103:18 --------------------
15573103 | protected def serializeFloat(float: Float, 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:113:18 --------------------
15577113 | protected def serializeDouble(double: Double, 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:123:18 --------------------
15581123 | protected def serializeString(string: String, 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:133:18 --------------------
15585133 | protected def deserializeByte(in: Buffer): Byte
15586 | ^
15587 | Couldn't resolve a member for the given link query: Buffer
15588-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:141:18 --------------------
15589141 | protected def deserializeBoolean(in: Buffer): Boolean
15590 | ^
15591 | Couldn't resolve a member for the given link query: Buffer
15592-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:150:18 --------------------
15593150 | protected def deserializeChar(in: Buffer): Char
15594 | ^
15595 | Couldn't resolve a member for the given link query: Buffer
15596-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:159:18 --------------------
15597159 | protected def deserializeShort(in: Buffer): Short
15598 | ^
15599 | Couldn't resolve a member for the given link query: Buffer
15600-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:168:18 --------------------
15601168 | protected def deserializeInt(in: Buffer): Int
15602 | ^
15603 | Couldn't resolve a member for the given link query: Buffer
15604-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:177:18 --------------------
15605177 | protected def deserializeLong(in: Buffer): Long
15606 | ^
15607 | Couldn't resolve a member for the given link query: Buffer
15608-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:186:18 --------------------
15609186 | protected def deserializeFloat(in: Buffer): Float
15610 | ^
15611 | Couldn't resolve a member for the given link query: Buffer
15612-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:195:18 --------------------
15613195 | protected def deserializeDouble(in: Buffer): Double
15614 | ^
15615 | Couldn't resolve a member for the given link query: Buffer
15616-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:204:18 --------------------
15617204 | protected def deserializeString(in: Buffer): String
15618 | ^
15619 | Couldn't resolve a member for the given link query: Buffer
15620-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:219:18 --------------------
15621219 | protected def serializeBigInt(bigInt: BigInt, out: Buffer): this.type
15622 | ^
15623 | Couldn't resolve a member for the given link query: Buffer
15624-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:230:18 --------------------
15625230 | protected def serializeBigDecimal(bigDecimal: BigDecimal, 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:241:18 --------------------
15629241 | protected def serializeBigInteger(bigInteger: BigInteger, out: Buffer): this.type
15630 | ^
15631 | Couldn't resolve a member for the given link query: BigInteger
15632-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:252:18 --------------------
15633252 | protected def serializeJBigDecimal(bigDecimal: JBigDecimal, out: Buffer): this.type
15634 | ^
15635 | Couldn't resolve a member for the given link query: JBigDecimal
15636-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:263:18 --------------------
15637263 | protected def deserializeBigInt(in: Buffer): BigInt
15638 | ^
15639 | Couldn't resolve a member for the given link query: Buffer
15640-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:272:18 --------------------
15641272 | protected def deserializeBigDecimal(in: Buffer): BigDecimal
15642 | ^
15643 | Couldn't resolve a member for the given link query: Buffer
15644-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:281:18 --------------------
15645281 | protected def deserializeBigInteger(in: Buffer): BigInteger
15646 | ^
15647 | Couldn't resolve a member for the given link query: BigInteger
15648-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:290:18 --------------------
15649290 | protected def deserializeJBigDecimal(in: Buffer): JBigDecimal
15650 | ^
15651 | Couldn't resolve a member for the given link query: JBigDecimal
15652-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:305:18 --------------------
15653305 | protected def serializeJDuration(duration: JDuration, out: Buffer): this.type
15654 | ^
15655 | Couldn't resolve a member for the given link query: JDuration
15656-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:316:18 --------------------
15657316 | protected def serializeDuration(duration: Duration, out: Buffer): this.type
15658 | ^
15659 | Couldn't resolve a member for the given link query: Duration
15660-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:327:18 --------------------
15661327 | protected def serializeInstant(instant: Instant, out: Buffer): this.type
15662 | ^
15663 | Couldn't resolve a member for the given link query: Instant
15664-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:338:18 --------------------
15665338 | protected def serializeLocalDate(localDate: LocalDate, out: Buffer): this.type
15666 | ^
15667 | Couldn't resolve a member for the given link query: LocalDate
15668-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:349:18 --------------------
15669349 | protected def serializeLocalDateTime(localDateTime: LocalDateTime, out: Buffer): this.type
15670 | ^
15671 | Couldn't resolve a member for the given link query: LocalDateTime
15672-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:360:18 --------------------
15673360 | protected def serializeLocalTime(localTime: LocalTime, out: Buffer): this.type
15674 | ^
15675 | Couldn't resolve a member for the given link query: LocalTime
15676-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:371:18 --------------------
15677371 | protected def serializeMonthDay(monthDay: MonthDay, out: Buffer): this.type
15678 | ^
15679 | Couldn't resolve a member for the given link query: MonthDay
15680-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:382:18 --------------------
15681382 | protected def serializeOffsetDateTime(offsetDateTime: OffsetDateTime, out: Buffer): this.type
15682 | ^
15683 | Couldn't resolve a member for the given link query: OffsetDateTime
15684-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:393:18 --------------------
15685393 | protected def serializeOffsetTime(offsetTime: OffsetTime, out: Buffer): this.type
15686 | ^
15687 | Couldn't resolve a member for the given link query: OffsetTime
15688-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:404:18 --------------------
15689404 | protected def serializePeriod(period: Period, out: Buffer): this.type
15690 | ^
15691 | Couldn't resolve a member for the given link query: Period
15692-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:415:18 --------------------
15693415 | protected def serializeYear(year: Year, out: Buffer): this.type
15694 | ^
15695 | Couldn't resolve a member for the given link query: Year
15696-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:426:18 --------------------
15697426 | protected def serializeYearMonth(yearMonth: YearMonth, out: Buffer): this.type
15698 | ^
15699 | Couldn't resolve a member for the given link query: YearMonth
15700-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:437:18 --------------------
15701437 | protected def serializeZonedDateTime(zonedDateTime: ZonedDateTime, out: Buffer): this.type
15702 | ^
15703 | Couldn't resolve a member for the given link query: ZonedDateTime
15704-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:448:18 --------------------
15705448 | protected def serializeZoneId(zoneId: ZoneId, out: Buffer): this.type
15706 | ^
15707 | Couldn't resolve a member for the given link query: ZoneId
15708-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:459:18 --------------------
15709459 | protected def serializeZoneOffset(zoneOffset: ZoneOffset, out: Buffer): this.type
15710 | ^
15711 | Couldn't resolve a member for the given link query: ZoneOffset
15712-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:470:18 --------------------
15713470 | protected def deserializeJDuration(in: Buffer): JDuration
15714 | ^
15715 | Couldn't resolve a member for the given link query: JDuration
15716-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:479:18 --------------------
15717479 | protected def deserializeDuration(in: Buffer): Duration
15718 | ^
15719 | Couldn't resolve a member for the given link query: Duration
15720-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:488:18 --------------------
15721488 | protected def deserializeInstant(in: Buffer): Instant
15722 | ^
15723 | Couldn't resolve a member for the given link query: Instant
15724-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:497:18 --------------------
15725497 | protected def deserializeLocalDate(in: Buffer): LocalDate
15726 | ^
15727 | Couldn't resolve a member for the given link query: LocalDate
15728-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:506:18 --------------------
15729506 | protected def deserializeLocalDateTime(in: Buffer): LocalDateTime
15730 | ^
15731 | Couldn't resolve a member for the given link query: LocalDateTime
15732-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:515:18 --------------------
15733515 | protected def deserializeLocalTime(in: Buffer): LocalTime
15734 | ^
15735 | Couldn't resolve a member for the given link query: LocalTime
15736-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:524:18 --------------------
15737524 | protected def deserializeMonthDay(in: Buffer): MonthDay
15738 | ^
15739 | Couldn't resolve a member for the given link query: MonthDay
15740-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:533:18 --------------------
15741533 | protected def deserializeOffsetDateTime(in: Buffer): OffsetDateTime
15742 | ^
15743 | Couldn't resolve a member for the given link query: OffsetDateTime
15744-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:542:18 --------------------
15745542 | protected def deserializeOffsetTime(in: Buffer): OffsetTime
15746 | ^
15747 | Couldn't resolve a member for the given link query: OffsetTime
15748-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:551:18 --------------------
15749551 | protected def deserializePeriod(in: Buffer): Period
15750 | ^
15751 | Couldn't resolve a member for the given link query: Period
15752-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:560:18 --------------------
15753560 | protected def deserializeYear(in: Buffer): Year
15754 | ^
15755 | Couldn't resolve a member for the given link query: Year
15756-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:569:18 --------------------
15757569 | protected def deserializeYearMonth(in: Buffer): YearMonth
15758 | ^
15759 | Couldn't resolve a member for the given link query: YearMonth
15760-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:578:18 --------------------
15761578 | protected def deserializeZonedDateTime(in: Buffer): ZonedDateTime
15762 | ^
15763 | Couldn't resolve a member for the given link query: ZonedDateTime
15764-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:587:18 --------------------
15765587 | protected def deserializeZoneId(in: Buffer): ZoneId
15766 | ^
15767 | Couldn't resolve a member for the given link query: ZoneId
15768-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:596:18 --------------------
15769596 | protected def deserializeZoneOffset(in: Buffer): ZoneOffset
15770 | ^
15771 | Couldn't resolve a member for the given link query: ZoneOffset
15772-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:611:18 --------------------
15773611 | protected def serializeUUID(uuid: UUID, out: Buffer): this.type
15774 | ^
15775 | Couldn't resolve a member for the given link query: UUID
15776-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:620:18 --------------------
15777620 | protected def deserializeUUID(in: Buffer): UUID
15778 | ^
15779 | Couldn't resolve a member for the given link query: UUID
1578068 warnings found
15781Successfully evaluated serde.docJar
15782Publishing Artifact(cc.otavia,otavia-serde_3,0.4.5) to ivy repo /root/.ivy2/local
15783Successfully evaluated serde.publishLocal
15784
15785************************
15786Build summary:
15787[{
15788 "module": "otavia-codec-haproxy",
15789 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 28519, "warnings": 0, "errors": 0},
15790 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15791 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15792 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15793 "publish": {"status": "skipped", "tookMs": 0},
15794 "metadata": {
15795 "crossScalaVersions": []
15796}
15797},{
15798 "module": "otavia-codec",
15799 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 9900, "warnings": 0, "errors": 0},
15800 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15801 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15802 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15803 "publish": {"status": "skipped", "tookMs": 0},
15804 "metadata": {
15805 "crossScalaVersions": []
15806}
15807},{
15808 "module": "otavia-buffer",
15809 "compile": {"status": "ok", "tookMs": 115, "warnings": 0, "errors": 0},
15810 "doc": {"status": "ok", "tookMs": 16736, "files": 1, "totalSizeKb": 2948},
15811 "test-compile": {"status": "ok", "tookMs": 12622, "warnings": 0, "errors": 0},
15812 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15813 "publish": {"status": "ok", "tookMs": 287},
15814 "metadata": {
15815 "crossScalaVersions": []
15816}
15817},{
15818 "module": "otavia-serde-json",
15819 "compile": {"status": "ok", "tookMs": 14550, "warnings": 0, "errors": 0},
15820 "doc": {"status": "ok", "tookMs": 6650, "files": 1, "totalSizeKb": 2756},
15821 "test-compile": {"status": "ok", "tookMs": 6986, "warnings": 0, "errors": 0},
15822 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15823 "publish": {"status": "ok", "tookMs": 388},
15824 "metadata": {
15825 "crossScalaVersions": []
15826}
15827},{
15828 "module": "otavia-codec-mqtt",
15829 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 13602, "warnings": 0, "errors": 0},
15830 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15831 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15832 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15833 "publish": {"status": "skipped", "tookMs": 0},
15834 "metadata": {
15835 "crossScalaVersions": []
15836}
15837},{
15838 "module": "otavia-sql",
15839 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 13664, "warnings": 0, "errors": 0},
15840 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15841 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15842 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15843 "publish": {"status": "skipped", "tookMs": 0},
15844 "metadata": {
15845 "crossScalaVersions": []
15846}
15847},{
15848 "module": "otavia-codec-smtp",
15849 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 10474, "warnings": 0, "errors": 0},
15850 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15851 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15852 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15853 "publish": {"status": "skipped", "tookMs": 0},
15854 "metadata": {
15855 "crossScalaVersions": []
15856}
15857},{
15858 "module": "otavia-runtime",
15859 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 12061, "warnings": 0, "errors": 0},
15860 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15861 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15862 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15863 "publish": {"status": "skipped", "tookMs": 0},
15864 "metadata": {
15865 "crossScalaVersions": []
15866}
15867},{
15868 "module": "otavia-serde-proto",
15869 "compile": {"status": "ok", "tookMs": 2415, "warnings": 0, "errors": 0},
15870 "doc": {"status": "ok", "tookMs": 3722, "files": 1, "totalSizeKb": 2653},
15871 "test-compile": {"status": "ok", "tookMs": 4115, "warnings": 0, "errors": 0},
15872 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15873 "publish": {"status": "ok", "tookMs": 401},
15874 "metadata": {
15875 "crossScalaVersions": []
15876}
15877},{
15878 "module": "otavia-testkit",
15879 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15102, "warnings": 0, "errors": 0},
15880 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15881 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15882 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15883 "publish": {"status": "skipped", "tookMs": 0},
15884 "metadata": {
15885 "crossScalaVersions": []
15886}
15887},{
15888 "module": "otavia-postgres-driver",
15889 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15167, "warnings": 0, "errors": 0},
15890 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15891 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15892 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15893 "publish": {"status": "skipped", "tookMs": 0},
15894 "metadata": {
15895 "crossScalaVersions": []
15896}
15897},{
15898 "module": "otavia-codec-redis",
15899 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15046, "warnings": 0, "errors": 0},
15900 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15901 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15902 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15903 "publish": {"status": "skipped", "tookMs": 0},
15904 "metadata": {
15905 "crossScalaVersions": []
15906}
15907},{
15908 "module": "otavia-handler",
15909 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16855, "warnings": 0, "errors": 0},
15910 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15911 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15912 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15913 "publish": {"status": "skipped", "tookMs": 0},
15914 "metadata": {
15915 "crossScalaVersions": []
15916}
15917},{
15918 "module": "otavia-codec-http",
15919 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16053, "warnings": 0, "errors": 0},
15920 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15921 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15922 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15923 "publish": {"status": "skipped", "tookMs": 0},
15924 "metadata": {
15925 "crossScalaVersions": []
15926}
15927},{
15928 "module": "otavia-codec-kafka",
15929 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15734, "warnings": 0, "errors": 0},
15930 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15931 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15932 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15933 "publish": {"status": "skipped", "tookMs": 0},
15934 "metadata": {
15935 "crossScalaVersions": []
15936}
15937},{
15938 "module": "otavia-mysql-driver",
15939 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16849, "warnings": 0, "errors": 0},
15940 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15941 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15942 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15943 "publish": {"status": "skipped", "tookMs": 0},
15944 "metadata": {
15945 "crossScalaVersions": []
15946}
15947},{
15948 "module": "otavia-common",
15949 "compile": {"status": "ok", "tookMs": 105, "warnings": 0, "errors": 0},
15950 "doc": {"status": "ok", "tookMs": 6004, "files": 1, "totalSizeKb": 2767},
15951 "test-compile": {"status": "ok", "tookMs": 4375, "warnings": 0, "errors": 0},
15952 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15953 "publish": {"status": "ok", "tookMs": 210},
15954 "metadata": {
15955 "crossScalaVersions": []
15956}
15957},{
15958 "module": "otavia-codec-socks",
15959 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 13623, "warnings": 0, "errors": 0},
15960 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15961 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15962 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15963 "publish": {"status": "skipped", "tookMs": 0},
15964 "metadata": {
15965 "crossScalaVersions": []
15966}
15967},{
15968 "module": "otavia-all",
15969 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14152, "warnings": 0, "errors": 0},
15970 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15971 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15972 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15973 "publish": {"status": "skipped", "tookMs": 0},
15974 "metadata": {
15975 "crossScalaVersions": []
15976}
15977},{
15978 "module": "otavia-log4a",
15979 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14527, "warnings": 0, "errors": 0},
15980 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15981 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15982 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15983 "publish": {"status": "skipped", "tookMs": 0},
15984 "metadata": {
15985 "crossScalaVersions": []
15986}
15987},{
15988 "module": "otavia-codec-dns",
15989 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16371, "warnings": 0, "errors": 0},
15990 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15991 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15992 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15993 "publish": {"status": "skipped", "tookMs": 0},
15994 "metadata": {
15995 "crossScalaVersions": []
15996}
15997},{
15998 "module": "otavia-codec-memcache",
15999 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14439, "warnings": 0, "errors": 0},
16000 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
16001 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16002 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16003 "publish": {"status": "skipped", "tookMs": 0},
16004 "metadata": {
16005 "crossScalaVersions": []
16006}
16007},{
16008 "module": "otavia-serde",
16009 "compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0},
16010 "doc": {"status": "ok", "tookMs": 5999, "files": 1, "totalSizeKb": 2684},
16011 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16012 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16013 "publish": {"status": "ok", "tookMs": 607},
16014 "metadata": {
16015 "crossScalaVersions": []
16016}
16017}]
16018************************"
16019
160201 targets failed
16021runCommunityBuild millbuild.CommunityBuildCore$Scala3CommunityBuild$ProjectBuildFailureException: 18 module(s) finished with failures: otavia-codec-haproxy, otavia-codec, otavia-codec-mqtt, otavia-sql, otavia-codec-smtp, otavia-runtime, otavia-testkit, otavia-postgres-driver, otavia-codec-redis, otavia-handler, otavia-codec-http, otavia-codec-kafka, otavia-mysql-driver, otavia-codec-socks, otavia-all, otavia-log4a, otavia-codec-dns, otavia-codec-memcache