Build Logs

otavia-projects/otavia • scheduled_3.8.1-RC1-bin-20251128-fe49539-NIGHTLY

Errors

602

Warnings

14165

Total Lines

16020

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
61 26 59.2M 26 15.7M 0 0 19.1M 0 0:00:03 --:--:-- 0:00:03 19.1M
62 84 59.2M 84 50.1M 0 0 27.6M 0 0:00:02 0:00:01 0:00:01 34.5M
63100 59.2M 100 59.2M 0 0 27.2M 0 0:00:02 0:00:02 --:--:-- 32.0M
64Preparing Java 17.0.8 runtime; this may take a minute or two ...
65[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
66[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
67[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
68[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
69[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
70[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
71[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
72[warn] ^
73[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
74[warn] .iterator()
75[warn] ^
76[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
77[warn] case module: CommunityBuildPublishModule =>
78[warn] ^
79[warn] three warnings found
80[info] done compiling
81Try build using ./millw
82[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
83[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
84[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
85[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
86[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
87[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
88[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
89[warn] ^
90[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
91[warn] .iterator()
92[warn] ^
93[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
94[warn] case module: CommunityBuildPublishModule =>
95[warn] ^
96[warn] three warnings found
97[info] done compiling
98Build 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]"}]}
99Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
100
101Starting build for otavia-codec-haproxy - [0/23]
102No test module defined in codec-haproxy
103Failed to resolve scalaVersion, assume it's Scala 3 project
104[info] compiling 25 Scala sources to /build/repo/out/buffer/compile.dest/classes ...
105[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1286:38
106[warn] 1286 | private var value: Byte = _
107[warn] | ^
108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
111[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:34:45
112[warn] 34 | private var head: RecyclablePageBuffer = _
113[warn] | ^
114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
117[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:35:45
118[warn] 35 | private var tail: RecyclablePageBuffer = _
119[warn] | ^
120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
123[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1277:38
124[warn] 1277 | private var value: Byte = _
125[warn] | ^
126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
129[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1321:38
130[warn] 1321 | private var value: Byte = _
131[warn] | ^
132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
135[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:32:54
136[warn] 32 | private var parent: PooledPageAllocator = _
137[warn] | ^
138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
141[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:33:54
142[warn] 33 | @volatile private var nxt: RecyclablePageBuffer = _
143[warn] | ^
144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
147[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala]
148[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala]
149[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala]
150[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala]
151[warn] 7 warnings found
152[info] done compiling
153Failed to resolve scalaVersion, assume it's Scala 3 project
154[info] compiling 25 Scala sources to /build/repo/out/common/compile.dest/classes ...
155[warn] -- Warning: /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala:4:16
156[warn] 4 | private[this] val buildInfoProperties: java.util.Properties = new java.util.Properties()
157[warn] | ^
158[warn] |Ignoring [this] qualifier.
159[warn] |This syntax will be deprecated in the future; it should be dropped.
160[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
162[info] [patched file /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala]
163[warn] there was 1 deprecation warning; re-run with -deprecation for details
164[warn] two warnings found
165[info] done compiling
166[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
168[warn] 35 | protected var logger: Logger = _
169[warn] | ^
170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
174[warn] 37 | private var ctx: ActorContext = _
175[warn] | ^
176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
180[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
181[warn] | ^
182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
186[warn] 45 | private[core] var currentStack: Stack = _
187[warn] | ^
188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
191[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
192[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
193[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
194[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
195[error] |Required: cc.otavia.core.actor.MessageOf[W] &
196[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
197[error] |
198[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
199[error] |
200[error] | longer explanation available when compiling with `-explain`
201[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
202[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
203[error] | ^^^^^^^^^^^^
204[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
205[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
206[error] |
207[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
208[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
209[error] |
210[error] |
211[error] |Note: a match type could not be fully reduced:
212[error] |
213[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
214[error] | failed since selector W
215[error] | does not uniquely determine parameter m in
216[error] | case cc.otavia.core.actor.Actor[m] => m
217[error] | The computed bounds for the parameter are:
218[error] | m <: cc.otavia.core.message.Call |
219[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
220[error] |
221[error] | longer explanation available when compiling with `-explain`
222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
223[warn] 30 | private var workers: Address[MessageOf[W]] = _
224[warn] | ^
225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
229[warn] 37 | private var currentChannelReceived: AnyRef = _
230[warn] | ^
231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
235[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
236[warn] | ^
237[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
240[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
241[warn] | ^
242[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
245[warn] 23 | private var variables: Array[AnyRef] = _
246[warn] | ^
247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
251[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
252[warn] | ^
253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
257[warn] 26 | private var thread: Thread = _
258[warn] | ^
259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
263[warn] 28 | private var head: Nextable = _
264[warn] | ^
265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
269[warn] 29 | private var tail: Nextable = _
270[warn] | ^
271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
275[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
276[warn] | ^
277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
281[warn] 46 | private var actorHouse: ActorHouse = _
282[warn] | ^
283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
287[warn] 49 | private var pipe: ChannelPipelineImpl = _
288[warn] | ^
289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
293[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
294[warn] | ^
295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
299[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
300[warn] | ^
301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
305[warn] 35 | private var path: Path = _
306[warn] | ^
307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
311[warn] 36 | protected var currentReadPlan: ReadPlan = _
312[warn] | ^
313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
317[warn] 38 | private var readFactory: ReadPlanFactory = _
318[warn] | ^
319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
323[warn] 22 | private[core] var added: Boolean = _
324[warn] | ^
325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
329[warn] 51 | private var removed: Boolean = _
330[warn] | ^
331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
335[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
336[warn] | ^
337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
341[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
342[warn] | ^
343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
347[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
348[warn] | ^
349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
353[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
354[warn] | ^
355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
359[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
360[warn] | ^
361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
365[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
366[warn] | ^
367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
371[warn] 38 | private var inbound: I = _
372[warn] | ^
373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
377[warn] 39 | private var outbound: O = _
378[warn] | ^
379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
383[warn] 42 | private var fileChannel: FileChannel = _
384[warn] | ^
385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
389[warn] 43 | private var file: File = _
390[warn] | ^
391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
395[warn] 27 | private var hd: QueueMapEntity = _
396[warn] | ^
397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
401[warn] 28 | private var tl: QueueMapEntity = _
402[warn] | ^
403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
407[warn] 34 | private var cursor: QueueMapEntity = _
408[warn] | ^
409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
413[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
414[warn] | ^
415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
419[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
420[warn] | ^
421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
425[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
426[warn] | ^
427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
431[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
432[warn] | ^
433[warn] |Ignoring [this] qualifier.
434[warn] |This syntax will be deprecated in the future; it should be dropped.
435[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
438[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
439[warn] | ^
440[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
443[warn] 29 | @volatile private var sys: ActorSystem = _
444[warn] | ^
445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
449[warn] 27 | private var address: Address[Call] = _
450[warn] | ^
451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
455[warn] 31 | private var msg: M = _
456[warn] | ^
457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
461[warn] 35 | private var rids: Array[Long] = _
462[warn] | ^
463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
467[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
468[warn] | ^
469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
473[warn] 28 | protected var stack: Stack = _
474[warn] | ^
475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
479[warn] 33 | protected var result: AnyRef = _
480[warn] | ^
481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
485[warn] 34 | protected var error: Throwable = _
486[warn] | ^
487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
491[warn] 36 | private var p: AbstractPromise[?] = _
492[warn] | ^
493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
497[warn] 30 | private var call: Call = _
498[warn] | ^
499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
503[warn] 31 | private var reply: Reply = _
504[warn] | ^
505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
509[warn] 33 | private var sender: Address[Call] = _
510[warn] | ^
511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
515[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
516[warn] | ^
517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
521[warn] 27 | private var messages: Seq[Notice] = _
522[warn] | ^
523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
527[warn] 49 | private var ch: Channel = _
528[warn] | ^
529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
533[warn] 50 | private var ask: AnyRef = _
534[warn] | ^
535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
539[warn] 51 | private var callback: ChannelPromise => Unit = _
540[warn] | ^
541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
545[warn] 27 | private var msg: AnyRef = _
546[warn] | ^
547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
551[warn] 28 | private var belong: AbstractChannel = _
552[warn] | ^
553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
557[warn] 33 | private var ret: AnyRef = _
558[warn] | ^
559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
563[warn] 29 | private var table: Array[MessagePromise[?]] = _
564[warn] | ^
565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
569[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
570[warn] | ^
571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
575[warn] 28 | private var msg: Call = _
576[warn] | ^
577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
581[warn] 26 | var head: AbstractPromise[?] = _
582[warn] | ^
583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
587[warn] 27 | var tail: AbstractPromise[?] = _
588[warn] | ^
589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
593[warn] 29 | private var nextState: StackState = _
594[warn] | ^
595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
599[warn] 32 | private var completedHead: AbstractPromise[?] = _
600[warn] | ^
601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
605[warn] 33 | private var completedTail: AbstractPromise[?] = _
606[warn] | ^
607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
611[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
612[warn] | ^
613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
617[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
618[warn] | ^
619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
623[warn] 40 | private var actor: AbstractActor[?] = _
624[warn] | ^
625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
629[warn] 42 | private var att: AnyRef = _
630[warn] | ^
631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
635[warn] 27 | private var fu: ChannelFuture = _
636[warn] | ^
637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
641[warn] 28 | private var fu: MessageFuture[R] = _
642[warn] | ^
643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
647[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
648[warn] | ^
649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
653[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
654[warn] | ^
655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
659[warn] 41 | private var actorAddress: ActorAddress[Call] = _
660[warn] | ^
661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
665[warn] 53 | private var tmpAskCursor: Nextable = _
666[warn] | ^
667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
671[warn] 54 | private var tmpNoticeCursor: Nextable = _
672[warn] | ^
673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
677[warn] 58 | @volatile private var preHouse: ActorHouse = _
678[warn] | ^
679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
683[warn] 59 | @volatile private var nextHouse: ActorHouse = _
684[warn] | ^
685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
689[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
690[warn] | ^
691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
695[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
696[warn] | ^
697[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
700[warn] 107 | private var system: ActorSystem = _
701[warn] | ^
702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
706[warn] 57 | private var mainActor: Address[MainActor.Args] = _
707[warn] | ^
708[warn] |`= _` has been deprecated; use `= uninitialized` instead.
709[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
712[warn] 72 | private var memoryMonitor: Timeout = _
713[warn] | ^
714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
718[warn] 81 | private var systemMonitor: Timeout = _
719[warn] | ^
720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
724[warn] 34 | private var sys: ActorSystem = _
725[warn] | ^
726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
730[warn] 30 | @volatile private var head: ActorHouse = _
731[warn] | ^
732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
736[warn] 31 | @volatile private var tail: ActorHouse = _
737[warn] | ^
738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
742[warn] 51 | private var currentRunning: Actor[?] = _
743[warn] | ^
744[warn] |`= _` has been deprecated; use `= uninitialized` instead.
745[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
746[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
747[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
748[warn] 26 | private var head: Nextable = _
749[warn] | ^
750[warn] |`= _` has been deprecated; use `= uninitialized` instead.
751[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
754[warn] 27 | private var tail: Nextable = _
755[warn] | ^
756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
760[warn] 30 | @volatile private var head: ActorHouse = _
761[warn] | ^
762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
766[warn] 31 | @volatile private var tail: ActorHouse = _
767[warn] | ^
768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
772[warn] 37 | @volatile private var highHead: ActorHouse = _
773[warn] | ^
774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
778[warn] 38 | @volatile private var highTail: ActorHouse = _
779[warn] | ^
780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
784[warn] 29 | private var fs: Array[FileChannel] = _
785[warn] | ^
786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
790[warn] 28 | private var channel: Channel = _
791[warn] | ^
792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
796[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
797[warn] | ^
798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
802[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
803[warn] | ^
804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
808[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
809[warn] | ^
810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
814[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
815[warn] | ^
816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
820[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
821[warn] | ^
822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
826[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
827[warn] | ^
828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
832[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
833[warn] | ^
834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
838[warn] 26 | private var resourceTimer: ResourceTimer = _
839[warn] | ^
840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
844[warn] 34 | protected var address: EventableAddress = _
845[warn] | ^
846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
850[warn] 40 | @volatile protected var handle: Timeout = _
851[warn] | ^
852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
856[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
857[warn] | ^
858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
862[warn] 39 | private var reactor: Reactor = _
863[warn] | ^
864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
868[warn] 28 | private var transportFactory: TransportFactory = _
869[warn] | ^
870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
874[warn] 39 | protected var _selectionKey: SelectionKey = _
875[warn] | ^
876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
880[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
881[warn] | ^
882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
886[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
887[warn] | ^
888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
892[warn] 35 | private var ch: FileChannel = _
893[warn] | ^
894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
898[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
899[warn] | ^
900[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
903[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
904[warn] | ^
905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
909[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
910[warn] | ^
911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
915[warn] 44 | private var thread: Thread = _
916[warn] | ^
917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
921[warn] 56 | private var ioHandler: IoHandler = _
922[warn] | ^
923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
927[warn] 21 | @volatile private var n: Nextable | Null = _
928[warn] | ^
929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
933[warn] 25 | @volatile private var head: T | Null = _
934[warn] | ^
935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
939[warn] 26 | @volatile private var tail: T | Null = _
940[warn] | ^
941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
945[warn] 29 | @volatile private var head: T | Null = _
946[warn] | ^
947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
951[warn] 30 | @volatile private var tail: T | Null = _
952[warn] | ^
953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
957[warn] 25 | private var head: T | Null = _
958[warn] | ^
959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
963[warn] 26 | private var tail: T | Null = _
964[warn] | ^
965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
968[warn] 129 warnings found
969[error] two errors found
970Failed to evaluated codec-haproxy.compile: mill.api.Result$Failure
971
972Starting build for otavia-codec - [1/23]
973[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
975[warn] 35 | protected var logger: Logger = _
976[warn] | ^
977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
981[warn] 37 | private var ctx: ActorContext = _
982[warn] | ^
983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
987[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
988[warn] | ^
989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
993[warn] 45 | private[core] var currentStack: Stack = _
994[warn] | ^
995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
998[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
999[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1000[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1001[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1002[error] |Required: cc.otavia.core.actor.MessageOf[W] &
1003[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1004[error] |
1005[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
1006[error] |
1007[error] | longer explanation available when compiling with `-explain`
1008[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
1009[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1010[error] | ^^^^^^^^^^^^
1011[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
1012[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
1013[error] |
1014[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
1015[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1016[error] |
1017[error] |
1018[error] |Note: a match type could not be fully reduced:
1019[error] |
1020[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
1021[error] | failed since selector W
1022[error] | does not uniquely determine parameter m in
1023[error] | case cc.otavia.core.actor.Actor[m] => m
1024[error] | The computed bounds for the parameter are:
1025[error] | m <: cc.otavia.core.message.Call |
1026[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1027[error] |
1028[error] | longer explanation available when compiling with `-explain`
1029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
1030[warn] 30 | private var workers: Address[MessageOf[W]] = _
1031[warn] | ^
1032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
1036[warn] 37 | private var currentChannelReceived: AnyRef = _
1037[warn] | ^
1038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
1042[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
1043[warn] | ^
1044[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
1047[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
1048[warn] | ^
1049[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
1052[warn] 23 | private var variables: Array[AnyRef] = _
1053[warn] | ^
1054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
1058[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
1059[warn] | ^
1060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
1064[warn] 26 | private var thread: Thread = _
1065[warn] | ^
1066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
1070[warn] 28 | private var head: Nextable = _
1071[warn] | ^
1072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
1076[warn] 29 | private var tail: Nextable = _
1077[warn] | ^
1078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
1082[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
1083[warn] | ^
1084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
1088[warn] 46 | private var actorHouse: ActorHouse = _
1089[warn] | ^
1090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
1094[warn] 49 | private var pipe: ChannelPipelineImpl = _
1095[warn] | ^
1096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
1100[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
1101[warn] | ^
1102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
1106[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
1107[warn] | ^
1108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
1112[warn] 35 | private var path: Path = _
1113[warn] | ^
1114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
1118[warn] 36 | protected var currentReadPlan: ReadPlan = _
1119[warn] | ^
1120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
1124[warn] 38 | private var readFactory: ReadPlanFactory = _
1125[warn] | ^
1126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
1130[warn] 22 | private[core] var added: Boolean = _
1131[warn] | ^
1132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
1136[warn] 51 | private var removed: Boolean = _
1137[warn] | ^
1138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
1142[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
1143[warn] | ^
1144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
1148[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
1149[warn] | ^
1150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
1154[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
1155[warn] | ^
1156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
1160[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
1161[warn] | ^
1162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
1166[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1167[warn] | ^
1168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
1172[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1173[warn] | ^
1174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
1178[warn] 38 | private var inbound: I = _
1179[warn] | ^
1180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
1184[warn] 39 | private var outbound: O = _
1185[warn] | ^
1186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
1190[warn] 42 | private var fileChannel: FileChannel = _
1191[warn] | ^
1192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
1196[warn] 43 | private var file: File = _
1197[warn] | ^
1198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
1202[warn] 27 | private var hd: QueueMapEntity = _
1203[warn] | ^
1204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
1208[warn] 28 | private var tl: QueueMapEntity = _
1209[warn] | ^
1210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
1214[warn] 34 | private var cursor: QueueMapEntity = _
1215[warn] | ^
1216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
1220[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
1221[warn] | ^
1222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
1226[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
1227[warn] | ^
1228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
1232[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
1233[warn] | ^
1234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
1238[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
1239[warn] | ^
1240[warn] |Ignoring [this] qualifier.
1241[warn] |This syntax will be deprecated in the future; it should be dropped.
1242[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
1243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
1245[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
1246[warn] | ^
1247[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
1250[warn] 29 | @volatile private var sys: ActorSystem = _
1251[warn] | ^
1252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
1256[warn] 27 | private var address: Address[Call] = _
1257[warn] | ^
1258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
1262[warn] 31 | private var msg: M = _
1263[warn] | ^
1264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
1268[warn] 35 | private var rids: Array[Long] = _
1269[warn] | ^
1270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
1274[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
1275[warn] | ^
1276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
1280[warn] 28 | protected var stack: Stack = _
1281[warn] | ^
1282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
1286[warn] 33 | protected var result: AnyRef = _
1287[warn] | ^
1288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
1292[warn] 34 | protected var error: Throwable = _
1293[warn] | ^
1294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
1298[warn] 36 | private var p: AbstractPromise[?] = _
1299[warn] | ^
1300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
1304[warn] 30 | private var call: Call = _
1305[warn] | ^
1306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
1310[warn] 31 | private var reply: Reply = _
1311[warn] | ^
1312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
1316[warn] 33 | private var sender: Address[Call] = _
1317[warn] | ^
1318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
1322[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
1323[warn] | ^
1324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
1328[warn] 27 | private var messages: Seq[Notice] = _
1329[warn] | ^
1330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
1334[warn] 49 | private var ch: Channel = _
1335[warn] | ^
1336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
1340[warn] 50 | private var ask: AnyRef = _
1341[warn] | ^
1342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
1346[warn] 51 | private var callback: ChannelPromise => Unit = _
1347[warn] | ^
1348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
1352[warn] 27 | private var msg: AnyRef = _
1353[warn] | ^
1354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
1358[warn] 28 | private var belong: AbstractChannel = _
1359[warn] | ^
1360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
1364[warn] 33 | private var ret: AnyRef = _
1365[warn] | ^
1366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
1370[warn] 29 | private var table: Array[MessagePromise[?]] = _
1371[warn] | ^
1372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
1376[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
1377[warn] | ^
1378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
1382[warn] 28 | private var msg: Call = _
1383[warn] | ^
1384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
1388[warn] 26 | var head: AbstractPromise[?] = _
1389[warn] | ^
1390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
1394[warn] 27 | var tail: AbstractPromise[?] = _
1395[warn] | ^
1396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
1400[warn] 29 | private var nextState: StackState = _
1401[warn] | ^
1402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
1406[warn] 32 | private var completedHead: AbstractPromise[?] = _
1407[warn] | ^
1408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
1412[warn] 33 | private var completedTail: AbstractPromise[?] = _
1413[warn] | ^
1414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
1418[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
1419[warn] | ^
1420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
1424[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
1425[warn] | ^
1426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
1430[warn] 40 | private var actor: AbstractActor[?] = _
1431[warn] | ^
1432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
1436[warn] 42 | private var att: AnyRef = _
1437[warn] | ^
1438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
1442[warn] 27 | private var fu: ChannelFuture = _
1443[warn] | ^
1444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
1448[warn] 28 | private var fu: MessageFuture[R] = _
1449[warn] | ^
1450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
1454[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
1455[warn] | ^
1456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1460[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1461[warn] | ^
1462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1466[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1467[warn] | ^
1468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1472[warn] 53 | private var tmpAskCursor: Nextable = _
1473[warn] | ^
1474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1478[warn] 54 | private var tmpNoticeCursor: Nextable = _
1479[warn] | ^
1480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1484[warn] 58 | @volatile private var preHouse: ActorHouse = _
1485[warn] | ^
1486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1490[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1491[warn] | ^
1492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1496[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1497[warn] | ^
1498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1502[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1503[warn] | ^
1504[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1507[warn] 107 | private var system: ActorSystem = _
1508[warn] | ^
1509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1513[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1514[warn] | ^
1515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1519[warn] 72 | private var memoryMonitor: Timeout = _
1520[warn] | ^
1521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1525[warn] 81 | private var systemMonitor: Timeout = _
1526[warn] | ^
1527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1531[warn] 34 | private var sys: ActorSystem = _
1532[warn] | ^
1533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1537[warn] 30 | @volatile private var head: ActorHouse = _
1538[warn] | ^
1539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1543[warn] 31 | @volatile private var tail: ActorHouse = _
1544[warn] | ^
1545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1549[warn] 51 | private var currentRunning: Actor[?] = _
1550[warn] | ^
1551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1555[warn] 26 | private var head: Nextable = _
1556[warn] | ^
1557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1561[warn] 27 | private var tail: Nextable = _
1562[warn] | ^
1563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1567[warn] 30 | @volatile private var head: ActorHouse = _
1568[warn] | ^
1569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1573[warn] 31 | @volatile private var tail: ActorHouse = _
1574[warn] | ^
1575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1579[warn] 37 | @volatile private var highHead: ActorHouse = _
1580[warn] | ^
1581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1585[warn] 38 | @volatile private var highTail: ActorHouse = _
1586[warn] | ^
1587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1591[warn] 29 | private var fs: Array[FileChannel] = _
1592[warn] | ^
1593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1597[warn] 28 | private var channel: Channel = _
1598[warn] | ^
1599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1603[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1604[warn] | ^
1605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1609[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1610[warn] | ^
1611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1615[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1616[warn] | ^
1617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1621[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1622[warn] | ^
1623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1627[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1628[warn] | ^
1629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1633[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1634[warn] | ^
1635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1639[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1640[warn] | ^
1641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1645[warn] 26 | private var resourceTimer: ResourceTimer = _
1646[warn] | ^
1647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
1651[warn] 34 | protected var address: EventableAddress = _
1652[warn] | ^
1653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
1657[warn] 40 | @volatile protected var handle: Timeout = _
1658[warn] | ^
1659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
1663[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
1664[warn] | ^
1665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
1669[warn] 39 | private var reactor: Reactor = _
1670[warn] | ^
1671[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1672[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
1675[warn] 28 | private var transportFactory: TransportFactory = _
1676[warn] | ^
1677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
1681[warn] 39 | protected var _selectionKey: SelectionKey = _
1682[warn] | ^
1683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
1687[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
1688[warn] | ^
1689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
1693[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
1694[warn] | ^
1695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
1699[warn] 35 | private var ch: FileChannel = _
1700[warn] | ^
1701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
1705[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
1706[warn] | ^
1707[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
1710[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
1711[warn] | ^
1712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
1716[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
1717[warn] | ^
1718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
1722[warn] 44 | private var thread: Thread = _
1723[warn] | ^
1724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
1728[warn] 56 | private var ioHandler: IoHandler = _
1729[warn] | ^
1730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
1734[warn] 21 | @volatile private var n: Nextable | Null = _
1735[warn] | ^
1736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
1740[warn] 25 | @volatile private var head: T | Null = _
1741[warn] | ^
1742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
1746[warn] 26 | @volatile private var tail: T | Null = _
1747[warn] | ^
1748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
1752[warn] 29 | @volatile private var head: T | Null = _
1753[warn] | ^
1754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
1758[warn] 30 | @volatile private var tail: T | Null = _
1759[warn] | ^
1760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
1764[warn] 25 | private var head: T | Null = _
1765[warn] | ^
1766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
1770[warn] 26 | private var tail: T | Null = _
1771[warn] | ^
1772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1775[warn] 129 warnings found
1776[error] two errors found
1777Failed to evaluated codec.compile: mill.api.Result$Failure
1778
1779Starting build for otavia-buffer - [2/23]
1780Successfully evaluated buffer.compile
1781Skipping unused scalacOptions: -source, -rewrite
1782Flag -classpath set repeatedly
1783-- Warning: buffer/src/cc/otavia/buffer/BufferAllocator.scala:44:8 -------------
178444 | def allocate(size: Int): Buffer
1785 | ^
1786 | Couldn't resolve a member for the given link query: OutOfMemoryError
1787-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:71:17 -------------
178871 | override def writeCharSequence(source: CharSequence, charset: Charset): Buffer = {
1789 | ^
1790 | Couldn't resolve a member for the given link query: source
1791-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:329:14 --------------------
1792329 | final def writeCharSequence(source: CharSequence): Buffer = writeCharSequence(source, StandardCharsets.UTF_8)
1793 | ^
1794 | Couldn't resolve a member for the given link query: source
1795-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:78:17 -------------
179678 | override def readCharSequence(length: Int, charset: Charset): CharSequence = {
1797 | ^
1798 | Couldn't resolve a member for the given link query: CharSequence
1799-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:382:8 ---------------------
1800382 | def readCharSequence(length: Int): CharSequence = readCharSequence(length, StandardCharsets.UTF_8)
1801 | ^
1802 | Couldn't resolve a member for the given link query: CharSequence
1803-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1701:17 -----------
18041701 | read
1805 | ^
1806 | Couldn't resolve a member for the given link query: length
1807-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1690:17 -----------
18081690 |write
1809 | ^
1810 | Couldn't resolve a member for the given link query: length
1811-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1773:17 -----------
18121773 | true
1813 | ^
1814 | Couldn't resolve a member for the given link query: bytes
1815-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:85:17 -------------
181685 | override def readStringAsLong(length: Int, radix: Int): Long = {
1817 | ^
1818 | Couldn't resolve a member for the given link query: Integer.parseInt
1819-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1333:17 -----------
18201333 | = idx - end
1821 | ^
1822 | Couldn't resolve a member for the given link query: allowCompaction
1823-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:953:8 ---------------------
1824953 | def ensureWritable(size: Int): Buffer = {
1825 | ^
1826 | Couldn't resolve a member for the given link query: allowCompaction
1827-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:195:17 ------------
1828195 | override def readStringAsDouble(length: Int): Double = {
1829 | ^
1830 | Couldn't resolve a member for the given link query: JFloat.parseFloat
1831-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:266:17 ------------
1832266 | override def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer = {
1833 | ^
1834 | Couldn't resolve a member for the given link query: destination
1835-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:257:17 ------------
1836257 | override def readBytes(destination: ByteBuffer, length: Int): Buffer = {
1837 | ^
1838 | Couldn't resolve a member for the given link query: ByteBuffer
1839-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:636:14 --------------------
1840636 | final def readBytes(destination: ByteBuffer): Buffer = readBytes(destination, destination.remaining())
1841 | ^
1842 | Couldn't resolve a member for the given link query: ByteBuffer
1843-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1724:17 -----------
18441724 | same
1845 | ^
1846 | Couldn't resolve a member for the given link query: index
1847-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:51:17 -------------
184851 | override def writerOffset(offset: Int): Buffer = {
1849 | ^
1850 | Couldn't resolve a member for the given link query: offset
1851-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:43:17 -------------
185243 | override def readerOffset(offset: Int): Buffer = {
1853 | ^
1854 | Couldn't resolve a member for the given link query: offset
1855-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1274:17 -----------
18561274 | override def openCursor(fromOffset: Int, length: Int): ByteCursor = {
1857 | ^
1858 | Couldn't resolve a member for the given link query: fromOffset
1859-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:843:14 --------------------
1860843 | final def openCursor(): ByteCursor = openCursor(readerOffset, readableBytes)
1861 | ^
1862 | Couldn't resolve a member for the given link query: fromOffset
1863-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:248:17 ------------
1864248 | override def writeBytes(source: ByteBuffer, length: Int): Buffer = {
1865 | ^
1866 | Couldn't resolve a member for the given link query: ByteBuffer
1867-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:220:17 ------------
1868220 | override def writeBytes(length: Int, value: Byte): Buffer = {
1869 | ^
1870 | Couldn't resolve a member for the given link query: value
1871-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:214:17 ------------
1872214 | override def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer = {
1873 | ^
1874 | Couldn't resolve a member for the given link query: source
1875-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:206:17 ------------
1876206 | override def writeBytes(source: Buffer, length: Int): Buffer = {
1877 | ^
1878 | Couldn't resolve a member for the given link query: source
1879-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:610:14 --------------------
1880610 | final def writeBytes(source: ByteBuffer): Buffer = writeBytes(source, source.remaining())
1881 | ^
1882 | Couldn't resolve a member for the given link query: ByteBuffer
1883-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:300:17 ------------
1884300 | override def bytesBeforeIn(set: Array[Byte]): Int = {
1885 | ^
1886 | Couldn't resolve a member for the given link query: set
1887-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:315:17 ------------
1888315 | override def bytesBeforeInRange(lower: Byte, upper: Byte): Int = {
1889 | ^
1890 | Couldn't resolve a member for the given link query: lower
1891-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1303:17 -----------
18921303 |= end - idx
1893 | ^
1894 | Couldn't resolve a member for the given link query: fromOffset
1895-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:881:14 --------------------
1896881 | final def openReverseCursor: ByteCursor = {
1897 | ^
1898 | Couldn't resolve a member for the given link query: fromOffset
1899-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1726:17 -----------
19001726 |nderlying.get(index) == byte
1901 | ^
1902 | Couldn't resolve a member for the given link query: index
1903-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:201:17 ------------
1904201 | override def getStringAsDouble(index: Int, length: Int): Double = { // TODO: optimum
1905 | ^
1906 | Couldn't resolve a member for the given link query: JFloat.parseFloat
1907-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:412:8 ---------------------
1908412 | def getCharSequence(index: Int, len: Int, charset: Charset = StandardCharsets.UTF_8): CharSequence = {
1909 | ^
1910 | Couldn't resolve a member for the given link query: CharSequence
1911-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1784:17 -----------
19121784 |es.length
1913 | ^
1914 | Couldn't resolve a member for the given link query: bytes
1915-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:141:17 ------------
1916141 | override def getStringAsLong(index: Int, length: Int, radix: Int): Long = {
1917 | ^
1918 | Couldn't resolve a member for the given link query: Integer.parseInt
1919-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1210:17 -----------
19201210 | override def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean): Int =
1921 | ^
1922 | Couldn't resolve a member for the given link query: needle
1923-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1161:17 -----------
19241161 | override def bytesBefore(needle: Array[Byte]): Int = bytesBefore(needle, ridx, widx)
1925 | ^
1926 | Couldn't resolve a member for the given link query: needle
1927-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:386:17 ------------
1928386 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int =
1929 | ^
1930 | Couldn't resolve a member for the given link query: needle1
1931-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:353:17 ------------
1932353 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int =
1933 | ^
1934 | Couldn't resolve a member for the given link query: needle1
1935-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:325:17 ------------
1936325 | override def bytesBefore(needle1: Byte, needle2: Byte): Int = bytesBefore2(needle1, needle2, ridx, widx)
1937 | ^
1938 | Couldn't resolve a member for the given link query: needle1
1939-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:280:17 ------------
1940280 | override def bytesBefore(needle: Byte): Int = bytesBefore1(needle, ridx, widx)
1941 | ^
1942 | Couldn't resolve a member for the given link query: needle
1943-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:59:17 -------------
194459 | override def compact(): Buffer = {
1945 | ^
1946 |Couldn't resolve a member for the given link query: IllegalStateException
1947-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1673:17 -----------
19481673 |lying, srcPos, length)
1949 | ^
1950 | Couldn't resolve a member for the given link query: destPos
1951-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1669:17 -----------
19521669 |dest, destPos, length)
1953 | ^
1954 | Couldn't resolve a member for the given link query: destPos
1955-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1665:17 -----------
19561665 | }
1957 | ^
1958 | Couldn't resolve a member for the given link query: dest
1959-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:366:14 --------------------
1960366 | final def setCharSequence(index: Int, source: CharSequence, charset: Charset): Buffer = {
1961 | ^
1962 | Couldn't resolve a member for the given link query: source
1963-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:353:14 --------------------
1964353 | final def setCharSequence(index: Int, source: CharSequence): Buffer =
1965 | ^
1966 | Couldn't resolve a member for the given link query: source
1967-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1679:17 -----------
19681679 |edOperationException()
1969 | ^
1970 | Couldn't resolve a member for the given link query: length
1971-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolDirectAllocator.scala:27:17
197227 | override def allocate(size: Int): Buffer = new UnpoolDirectBuffer(ByteBuffer.allocateDirect(size))
1973 | ^
1974 | Couldn't resolve a member for the given link query: OutOfMemoryError
1975-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolHeapAllocator.scala:28:17 -
197628 | override def allocate(size: Int): Buffer = {
1977 | ^
1978 | Couldn't resolve a member for the given link query: OutOfMemoryError
1979-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:183:14 ---------------
1980183 | final def getStringAsUUID(buffer: Buffer, index: Int): UUID = {
1981 | ^
1982 | Couldn't resolve a member for the given link query: UUID
1983-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:242:14 ---------------
1984242 | final def readStringAsUUID(buffer: Buffer): UUID = {
1985 | ^
1986 | Couldn't resolve a member for the given link query: UUID
1987-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:256:14 ---------------
1988256 | final def writeUUIDAsString(buffer: Buffer, uuid: UUID): Unit = {
1989 | ^
1990 | Couldn't resolve a member for the given link query: uuid
1991-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:273:14 ---------------
1992273 | final def setUUIDAsString(buffer: Buffer, index: Int, uuid: UUID): Unit = {
1993 | ^
1994 | Couldn't resolve a member for the given link query: uuid
1995-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:1427:14 --------------
19961427 | final def readStringAsJDuration(buffer: Buffer): JDuration = {
1997 | ^
1998 |Couldn't resolve a member for the given link query: DateTimeParseException
1999-- Warning: buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:61:17 --
200061 |LLOCATABLE
2001 | ^
2002 | Couldn't resolve a member for the given link query: length
2003-- Warning: buffer/src/cc/otavia/buffer/pool/PooledPageAllocator.scala:26:17 ---
200426 | override def allocate(size: Int): RecyclablePageBuffer = allocate()
2005 | ^
2006 | Couldn't resolve a member for the given link query: OutOfMemoryError
2007-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:341:8 ---------------------
2008341 | def writeCharSequence(source: CharSequence, charset: Charset): Buffer
2009 | ^
2010 | Couldn't resolve a member for the given link query: source
2011-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:396:8 ---------------------
2012396 | def readCharSequence(length: Int, charset: Charset): CharSequence
2013 | ^
2014 | Couldn't resolve a member for the given link query: CharSequence
2015-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:318:8 ---------------------
2016318 | def transferFrom(channel: ReadableByteChannel, length: Int): Int
2017 | ^
2018 | Couldn't resolve a member for the given link query: length
2019-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:300:8 ---------------------
2020300 | def transferFrom(channel: FileChannel, position: Long, length: Int): Int
2021 | ^
2022 | Couldn't resolve a member for the given link query: length
2023-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2202:8 --------------------
20242202 | def skipIfNextAre(bytes: Array[Byte]): Boolean
2025 | ^
2026 | Couldn't resolve a member for the given link query: bytes
2027-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:437:8 ---------------------
2028437 | def readStringAsLong(length: Int, radix: Int = 10): Long
2029 | ^
2030 | Couldn't resolve a member for the given link query: Integer.parseInt
2031-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:937:8 ---------------------
2032937 | def ensureWritable(size: Int, minimumGrowth: Int, allowCompaction: Boolean): Buffer
2033 | ^
2034 | Couldn't resolve a member for the given link query: allowCompaction
2035-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:474:8 ---------------------
2036474 | def readStringAsDouble(length: Int): Double
2037 | ^
2038 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2039-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:675:8 ---------------------
2040675 | def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer
2041 | ^
2042 | Couldn't resolve a member for the given link query: destination
2043-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:651:8 ---------------------
2044651 | def readBytes(destination: ByteBuffer, length: Int): Buffer
2045 | ^
2046 | Couldn't resolve a member for the given link query: ByteBuffer
2047-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2181:8 --------------------
20482181 | def indexIs(byte: Byte, index: Int): Boolean
2049 | ^
2050 | Couldn't resolve a member for the given link query: index
2051-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:138:8 ---------------------
2052138 | def writerOffset(offset: Int): Buffer
2053 | ^
2054 | Couldn't resolve a member for the given link query: offset
2055-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:99:8 ----------------------
205699 | def readerOffset(offset: Int): Buffer
2057 | ^
2058 | Couldn't resolve a member for the given link query: offset
2059-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:864:8 ---------------------
2060864 | def openCursor(fromOffset: Int, length: Int): ByteCursor
2061 | ^
2062 | Couldn't resolve a member for the given link query: fromOffset
2063-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:624:8 ---------------------
2064624 | def writeBytes(source: ByteBuffer, length: Int): Buffer
2065 | ^
2066 | Couldn't resolve a member for the given link query: ByteBuffer
2067-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:547:8 ---------------------
2068547 | def writeBytes(length: Int, value: Byte): Buffer
2069 | ^
2070 | Couldn't resolve a member for the given link query: value
2071-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:525:8 ---------------------
2072525 | def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer
2073 | ^
2074 | Couldn't resolve a member for the given link query: source
2075-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:511:8 ---------------------
2076511 | def writeBytes(source: Buffer, length: Int): Buffer
2077 | ^
2078 | Couldn't resolve a member for the given link query: source
2079-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:735:8 ---------------------
2080735 | def bytesBeforeIn(set: Array[Byte]): Int
2081 | ^
2082 | Couldn't resolve a member for the given link query: set
2083-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:748:8 ---------------------
2084748 | def bytesBeforeInRange(lower: Byte, upper: Byte): Int
2085 | ^
2086 | Couldn't resolve a member for the given link query: lower
2087-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:904:8 ---------------------
2088904 | def openReverseCursor(fromOffset: Int, length: Int): ByteCursor
2089 | ^
2090 | Couldn't resolve a member for the given link query: fromOffset
2091-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2184:8 --------------------
20922184 | def indexAre(bytes: Array[Byte], index: Int): Boolean
2093 | ^
2094 | Couldn't resolve a member for the given link query: index
2095-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:489:8 ---------------------
2096489 | def getStringAsDouble(index: Int, length: Int): Double
2097 | ^
2098 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2099-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2210:8 --------------------
21002210 | def skipIfNextIgnoreCaseAre(bytes: Array[Byte]): Boolean
2101 | ^
2102 | Couldn't resolve a member for the given link query: bytes
2103-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:461:8 ---------------------
2104461 | def getStringAsLong(index: Int, length: Int, radix: Int = 10): Long
2105 | ^
2106 | Couldn't resolve a member for the given link query: Integer.parseInt
2107-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:827:8 ---------------------
2108827 | def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean = false): Int
2109 | ^
2110 | Couldn't resolve a member for the given link query: needle
2111-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:809:8 ---------------------
2112809 | def bytesBefore(needle: Array[Byte]): Int
2113 | ^
2114 | Couldn't resolve a member for the given link query: needle
2115-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:796:8 ---------------------
2116796 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int
2117 | ^
2118 | Couldn't resolve a member for the given link query: needle1
2119-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:778:8 ---------------------
2120778 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int
2121 | ^
2122 | Couldn't resolve a member for the given link query: needle1
2123-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:762:8 ---------------------
2124762 | def bytesBefore(needle1: Byte, needle2: Byte): Int
2125 | ^
2126 | Couldn't resolve a member for the given link query: needle1
2127-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:724:8 ---------------------
2128724 | def bytesBefore(needle: Byte): Int
2129 | ^
2130 | Couldn't resolve a member for the given link query: needle
2131-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:965:8 ---------------------
2132965 | def compact(): Buffer
2133 | ^
2134 |Couldn't resolve a member for the given link query: IllegalStateException
2135-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:263:8 ---------------------
2136263 | def copyInto(srcPos: Int, dest: Buffer, destPos: Int, length: Int): Unit
2137 | ^
2138 | Couldn't resolve a member for the given link query: destPos
2139-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:233:8 ---------------------
2140233 | def copyInto(srcPos: Int, dest: ByteBuffer, destPos: Int, length: Int): Unit
2141 | ^
2142 | Couldn't resolve a member for the given link query: destPos
2143-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:203:8 ---------------------
2144203 | def copyInto(srcPos: Int, dest: Array[Byte], destPos: Int, length: Int): Unit
2145 | ^
2146 | Couldn't resolve a member for the given link query: dest
2147-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:280:8 ---------------------
2148280 | def transferTo(channel: WritableByteChannel, length: Int): Int
2149 | ^
2150 | Couldn't resolve a member for the given link query: length
2151-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2236:8 --------------------
21522236 | def wrap(byteBuffer: ByteBuffer): Buffer =
2153 | ^
2154 | Couldn't resolve a member for the given link query: ByteBuffer
2155-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2252:8 --------------------
21562252 | def wrap(array: Array[Byte]): Buffer = UnpoolHeapBuffer(ByteBuffer.wrap(array))
2157 | ^
2158 | Couldn't resolve a member for the given link query: array.length
215995 warnings found
2160Successfully evaluated buffer.docJar
2161Failed to resolve scalaVersion, assume it's Scala 3 project
2162[info] compiling 7 Scala sources to /build/repo/out/buffer/test/compile.dest/classes ...
2163[info] done compiling
2164Successfully evaluated buffer.test.compile
2165Publishing Artifact(cc.otavia,otavia-buffer_3,0.4.5) to ivy repo /root/.ivy2/local
2166Successfully evaluated buffer.publishLocal
2167
2168Starting build for otavia-serde-json - [3/23]
2169[info] compiling 7 Scala sources to /build/repo/out/serde/compile.dest/classes ...
2170[info] done compiling
2171[info] compiling 26 Scala sources to /build/repo/out/serde-json/compile.dest/classes ...
2172[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/serde-json/src/cc/otavia/json/JsonMacro.scala:1013:28
2173[warn] 1013 | (tpe1.asType, tpe2.asType) match
2174[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2175[warn] | match may not be exhaustive.
2176[warn] |
2177[warn] | It would fail on pattern case: (_, _)
2178[warn] |
2179[warn] | longer explanation available when compiling with `-explain`
2180[warn] one warning found
2181[info] done compiling
2182Successfully evaluated serde-json.compile
2183Skipping unused scalacOptions: -source, -rewrite
2184Flag -classpath set repeatedly
2185-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
218643 | def deserialize(in: Buffer): A
2187 | ^
2188 | Couldn't resolve a member for the given link query: Buffer
2189-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
219059 | def serialize(value: A, out: Buffer): Unit
2191 | ^
2192 | Couldn't resolve a member for the given link query: Buffer
2193-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
219467 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
2195 | ^
2196 | Couldn't resolve a member for the given link query: Buffer
2197-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
219851 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
2199 | ^
2200 | Couldn't resolve a member for the given link query: Buffer
2201-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
220235 | def checkDeserializable(in: Buffer): Boolean = true
2203 | ^
2204 | Couldn't resolve a member for the given link query: Buffer
2205-- Warning: serde-json/src/cc/otavia/json/JsonSerde.scala:319:15 ---------------
2206319 | inline def derived[T]: JsonSerde[T] = ${ derivedMacro[T] }
2207 | ^
2208 | Couldn't resolve a member for the given link query: T
2209-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:25:7 -------
221025 |object YearJsonSerde extends JsonSerde[Year] {
2211 | ^
2212 | Couldn't resolve a member for the given link query: Year
2213-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:27:23 ------
221427 | override final def serialize(value: Year, out: Buffer): Unit = this.serializeYear(value, out)
2215 | ^
2216 | Couldn't resolve a member for the given link query: A
2217-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:29:23 ------
221829 | override final def deserialize(in: Buffer): Year = this.deserializeYear(in)
2219 | ^
2220 | Couldn't resolve a member for the given link query: Buffer
2221-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:25:7 --
222225 |object JDurationJsonSerde extends JsonSerde[Duration] {
2223 | ^
2224 | Couldn't resolve a member for the given link query: Duration
2225-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:27:23 -
222627 | override final def serialize(value: Duration, out: Buffer): Unit = this.serializeJDuration(value, out)
2227 | ^
2228 | Couldn't resolve a member for the given link query: A
2229-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:29:23 -
223029 | override final def deserialize(in: Buffer): Duration = this.deserializeJDuration(in)
2231 | ^
2232 | Couldn't resolve a member for the given link query: Buffer
2233-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:25:7 --
223425 |object YearMonthJsonSerde extends JsonSerde[YearMonth] {
2235 | ^
2236 | Couldn't resolve a member for the given link query: YearMonth
2237-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:27:23 -
223827 | override final def serialize(value: YearMonth, out: Buffer): Unit = this.serializeYearMonth(value, out)
2239 | ^
2240 | Couldn't resolve a member for the given link query: A
2241-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:29:23 -
224229 | override final def deserialize(in: Buffer): YearMonth = this.deserializeYearMonth(in)
2243 | ^
2244 | Couldn't resolve a member for the given link query: Buffer
2245-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:25:17 -----
224625 | override def deserialize(in: Buffer): Short = deserializeShort(in)
2247 | ^
2248 | Couldn't resolve a member for the given link query: Buffer
2249-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:27:17 -----
225027 | override def serialize(value: Short, out: Buffer): Unit = serializeShort(value, out)
2251 | ^
2252 | Couldn't resolve a member for the given link query: A
2253-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:27:23 ----
225427 | override final def serialize(value: BigInt, out: Buffer): Unit = this.serializeBigInt(value, out)
2255 | ^
2256 | Couldn't resolve a member for the given link query: A
2257-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:29:23 ----
225829 | override final def deserialize(in: Buffer): BigInt = this.deserializeBigInt(in)
2259 | ^
2260 | Couldn't resolve a member for the given link query: Buffer
2261-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:29:7 -----
226229 |object StringJsonSerde extends JsonSerde[String] {
2263 | ^
2264 | Couldn't resolve a member for the given link query: Charset
2265-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:31:17 ----
226631 | override def deserialize(in: Buffer): String = deserializeString(in)
2267 | ^
2268 | Couldn't resolve a member for the given link query: Buffer
2269-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:33:17 ----
227033 | override def serialize(value: String, out: Buffer): Unit = serializeString(value, out)
2271 | ^
2272 | Couldn't resolve a member for the given link query: A
2273-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:25:7 -----
227425 |object ZoneIdJsonSerde extends JsonSerde[ZoneId] {
2275 | ^
2276 | Couldn't resolve a member for the given link query: ZoneId
2277-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:27:23 ----
227827 | override final def serialize(value: ZoneId, out: Buffer): Unit = this.serializeZoneId(value, out)
2279 | ^
2280 | Couldn't resolve a member for the given link query: A
2281-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:29:23 ----
228229 | override final def deserialize(in: Buffer): ZoneId = this.deserializeZoneId(in)
2283 | ^
2284 | Couldn't resolve a member for the given link query: Buffer
2285-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:27:23
228627 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeJBigDecimal(value, out)
2287 | ^
2288 | Couldn't resolve a member for the given link query: A
2289-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:29:23
229029 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeJBigDecimal(in)
2291 | ^
2292 | Couldn't resolve a member for the given link query: Buffer
2293-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:25:23
229425 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeBigDecimal(value, out)
2295 | ^
2296 | Couldn't resolve a member for the given link query: A
2297-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:27:23
229827 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeBigDecimal(in)
2299 | ^
2300 | Couldn't resolve a member for the given link query: Buffer
2301-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:25:7
230225 |object ZonedDateTimeJsonSerde extends JsonSerde[ZonedDateTime] {
2303 | ^
2304 | Couldn't resolve a member for the given link query: ZonedDateTime
2305-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:27:23
230627 | override final def serialize(value: ZonedDateTime, out: Buffer): Unit = this.serializeZonedDateTime(value, out)
2307 | ^
2308 | Couldn't resolve a member for the given link query: A
2309-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:29:23
231029 | override final def deserialize(in: Buffer): ZonedDateTime = this.deserializeZonedDateTime(in)
2311 | ^
2312 | Couldn't resolve a member for the given link query: Buffer
2313-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:25:7 ----
231425 |object InstantJsonSerde extends JsonSerde[Instant] {
2315 | ^
2316 | Couldn't resolve a member for the given link query: Instant
2317-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:27:23 ---
231827 | override final def serialize(value: Instant, out: Buffer): Unit = this.serializeInstant(value, out)
2319 | ^
2320 | Couldn't resolve a member for the given link query: A
2321-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:29:23 ---
232229 | override final def deserialize(in: Buffer): Instant = this.deserializeInstant(in)
2323 | ^
2324 | Couldn't resolve a member for the given link query: Buffer
2325-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:27:23 --
232627 | override final def serialize(value: MonthDay, out: Buffer): Unit = this.serializeMonthDay(value, out)
2327 | ^
2328 | Couldn't resolve a member for the given link query: A
2329-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:29:23 --
233029 | override final def deserialize(in: Buffer): MonthDay = this.deserializeMonthDay(in)
2331 | ^
2332 | Couldn't resolve a member for the given link query: Buffer
2333-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:25:7 -
233425 |object ZoneOffsetJsonSerde extends JsonSerde[ZoneOffset] {
2335 | ^
2336 | Couldn't resolve a member for the given link query: ZoneOffset
2337-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:27:23
233827 | override final def serialize(value: ZoneOffset, out: Buffer): Unit = this.serializeZoneOffset(value, out)
2339 | ^
2340 | Couldn't resolve a member for the given link query: A
2341-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:29:23
234229 | override final def deserialize(in: Buffer): ZoneOffset = this.deserializeZoneOffset(in)
2343 | ^
2344 | Couldn't resolve a member for the given link query: Buffer
2345-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:25:7
234625 |object OffsetDateTimeJsonSerde extends JsonSerde[OffsetDateTime] {
2347 | ^
2348 | Couldn't resolve a member for the given link query: OffsetDateTime
2349-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:27:23
235027 | override final def serialize(value: OffsetDateTime, out: Buffer): Unit = this.serializeOffsetDateTime(value, out)
2351 | ^
2352 | Couldn't resolve a member for the given link query: A
2353-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:29:23
235429 | override final def deserialize(in: Buffer): OffsetDateTime = this.deserializeOffsetDateTime(in)
2355 | ^
2356 | Couldn't resolve a member for the given link query: Buffer
2357-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:25:7 -
235825 |object BigIntegerJsonSerde extends JsonSerde[BigInteger] {
2359 | ^
2360 | Couldn't resolve a member for the given link query: BigInteger
2361-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:27:23
236227 | override final def serialize(value: BigInteger, out: Buffer): Unit = this.serializeBigInteger(value, out)
2363 | ^
2364 | Couldn't resolve a member for the given link query: A
236546 warnings found
2366Successfully evaluated serde-json.docJar
2367Failed to resolve scalaVersion, assume it's Scala 3 project
2368[info] compiling 4 Scala sources to /build/repo/out/serde-json/test/compile.dest/classes ...
2369[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/Hello.scala:23:71 ------
2370[info] 23 |case class Hello(id: Int, hello: String, yearMonth: YearMonth) derives JsonSerde
2371[info] | ^
2372[info] |Generated JSON serde for type 'cc.otavia.json.Hello':
2373[info] |{
2374[info] | def e0(value: cc.otavia.json.Hello, out: cc.otavia.buffer.Buffer): scala.Unit = {
2375[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
2376[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("id", out)
2377[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.id, out)
2378[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2379[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("hello", out)
2380[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value.hello, out)
2381[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2382[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("yearMonth", out)
2383[info] | cc.otavia.json.JsonSerde.given_JsonSerde_YearMonth.serialize(value.yearMonth, out)
2384[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
2385[info] | }
2386[info] | final class $anon() extends cc.otavia.json.JsonSerde[cc.otavia.json.Hello] {
2387[info] | override def serialize(`valueâ‚‚`: cc.otavia.json.Hello, `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2388[info] | override def deserialize(in: cc.otavia.buffer.Buffer): cc.otavia.json.Hello = scala.Predef.???
2389[info] | }
2390[info] |
2391[info] | (new $anon(): cc.otavia.json.JsonSerde[cc.otavia.json.Hello])
2392[info] |}
2393[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSuite.scala:31:39 --
2394[info] 31 | val serde = JsonSerde.derived[Byte]
2395[info] | ^^^^^^^^^^^^^^^^^^^^^^^
2396[info] |Generated JSON serde for type 'scala.Byte':
2397[info] |{
2398[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Byte] {
2399[info] | override def serialize(value: scala.Byte, out: cc.otavia.buffer.Buffer): scala.Unit = cc.otavia.json.JsonMacro.inline$JsonHelper.serializeByte(value, out)
2400[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Byte = cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeByte(in)
2401[info] | }
2402[info] |
2403[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Byte])
2404[info] |}
2405[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:35:38
2406[info] 35 | val tps = JsonSerde.derived[(String, Int, Long, Option[Long])]
2407[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2408[info] |Generated JSON serde for type 'scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]':
2409[info] |{
2410[info] | def d0(in: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = {
2411[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_START), "decode error, except \'[\'")
2412[info] | val _r1: java.lang.String = {
2413[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
2414[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.deserialize(in)
2415[info] | }
2416[info] | val _r2: scala.Int = {
2417[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2418[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeInt(in)
2419[info] | }
2420[info] | val _r3: scala.Long = {
2421[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2422[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeLong(in)
2423[info] | }
2424[info] | val _r4: scala.Option[scala.Long] = {
2425[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2426[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
2427[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))
2428[info] | }
2429[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_END), "decode error, except \']\'")
2430[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)
2431[info] | }
2432[info] | def e0(value: scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]], out: cc.otavia.buffer.Buffer): scala.Unit = {
2433[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
2434[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value._1, out)
2435[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2436[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value._2, out)
2437[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2438[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(value._3, out)
2439[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2440[info] | value._4 match {
2441[info] | case scala.None =>
2442[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeNull(out)
2443[info] | case scala.Some(v) =>
2444[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
2445[info] | }
2446[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
2447[info] | }
2448[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]] {
2449[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â‚‚`)
2450[info] | override def deserialize(`inâ‚‚`: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = d0(`inâ‚‚`)
2451[info] | }
2452[info] |
2453[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]])
2454[info] |}
2455[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:45:38
2456[info] 45 | val tps = JsonSerde.derived[Array[Int]]
2457[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2458[info] |Generated JSON serde for type 'scala.Array[scala.Int]':
2459[info] |{
2460[info] | def e0(value: scala.Array[scala.Int], out: cc.otavia.buffer.Buffer): scala.Unit = {
2461[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
2462[info] | var i: scala.Int = 0
2463[info] | while (i.<(value.length)) {
2464[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.apply(i), out)
2465[info] | i = i.+(1)
2466[info] | if (i.!=(value.length)) {
2467[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2468[info] | ()
2469[info] | } else ()
2470[info] | }
2471[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
2472[info] | }
2473[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Array[scala.Int]] {
2474[info] | override def serialize(`valueâ‚‚`: scala.Array[scala.Int], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2475[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Array[scala.Int] = scala.Predef.???
2476[info] | }
2477[info] |
2478[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Array[scala.Int]])
2479[info] |}
2480[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:53:38
2481[info] 53 | val tps = JsonSerde.derived[Map[Int, Long]]
2482[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2483[info] |Generated JSON serde for type 'scala.collection.immutable.Map[scala.Int, scala.Long]':
2484[info] |{
2485[info] | def e0(value: scala.collection.immutable.Map[scala.Int, scala.Long], out: cc.otavia.buffer.Buffer): scala.Unit = {
2486[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
2487[info] | var i: scala.Int = 0
2488[info] | val length: scala.Int = value.size
2489[info] | value.foreach[scala.Unit](((x$1: scala.Tuple2[scala.Int, scala.Long]) => {
2490[info] | val k: scala.Int = x$1._1
2491[info] | val v: scala.Long = x$1._2
2492[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey(k.toString(), out)
2493[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
2494[info] | i = i.+(1)
2495[info] | if (i.!=(length)) {
2496[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2497[info] | ()
2498[info] | } else ()
2499[info] | }))
2500[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
2501[info] | }
2502[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]] {
2503[info] | override def serialize(`valueâ‚‚`: scala.collection.immutable.Map[scala.Int, scala.Long], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2504[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.collection.immutable.Map[scala.Int, scala.Long] = scala.Predef.???
2505[info] | }
2506[info] |
2507[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]])
2508[info] |}
2509[info] done compiling
2510Successfully evaluated serde-json.test.compile
2511Publishing Artifact(cc.otavia,otavia-serde-json_3,0.4.5) to ivy repo /root/.ivy2/local
2512Successfully evaluated serde-json.publishLocal
2513
2514Starting build for otavia-codec-mqtt - [4/23]
2515No test module defined in codec-mqtt
2516[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
2517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
2518[warn] 35 | protected var logger: Logger = _
2519[warn] | ^
2520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
2524[warn] 37 | private var ctx: ActorContext = _
2525[warn] | ^
2526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
2530[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
2531[warn] | ^
2532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
2536[warn] 45 | private[core] var currentStack: Stack = _
2537[warn] | ^
2538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2541[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
2542[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2543[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2544[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2545[error] |Required: cc.otavia.core.actor.MessageOf[W] &
2546[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2547[error] |
2548[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
2549[error] |
2550[error] | longer explanation available when compiling with `-explain`
2551[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
2552[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2553[error] | ^^^^^^^^^^^^
2554[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
2555[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
2556[error] |
2557[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
2558[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2559[error] |
2560[error] |
2561[error] |Note: a match type could not be fully reduced:
2562[error] |
2563[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
2564[error] | failed since selector W
2565[error] | does not uniquely determine parameter m in
2566[error] | case cc.otavia.core.actor.Actor[m] => m
2567[error] | The computed bounds for the parameter are:
2568[error] | m <: cc.otavia.core.message.Call |
2569[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2570[error] |
2571[error] | longer explanation available when compiling with `-explain`
2572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
2573[warn] 30 | private var workers: Address[MessageOf[W]] = _
2574[warn] | ^
2575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
2579[warn] 37 | private var currentChannelReceived: AnyRef = _
2580[warn] | ^
2581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
2585[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
2586[warn] | ^
2587[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
2590[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
2591[warn] | ^
2592[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
2595[warn] 23 | private var variables: Array[AnyRef] = _
2596[warn] | ^
2597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
2601[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
2602[warn] | ^
2603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
2607[warn] 26 | private var thread: Thread = _
2608[warn] | ^
2609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
2613[warn] 28 | private var head: Nextable = _
2614[warn] | ^
2615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
2619[warn] 29 | private var tail: Nextable = _
2620[warn] | ^
2621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
2625[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
2626[warn] | ^
2627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
2631[warn] 46 | private var actorHouse: ActorHouse = _
2632[warn] | ^
2633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
2637[warn] 49 | private var pipe: ChannelPipelineImpl = _
2638[warn] | ^
2639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
2643[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
2644[warn] | ^
2645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
2649[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
2650[warn] | ^
2651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
2655[warn] 35 | private var path: Path = _
2656[warn] | ^
2657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
2661[warn] 36 | protected var currentReadPlan: ReadPlan = _
2662[warn] | ^
2663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
2667[warn] 38 | private var readFactory: ReadPlanFactory = _
2668[warn] | ^
2669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
2673[warn] 22 | private[core] var added: Boolean = _
2674[warn] | ^
2675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
2679[warn] 51 | private var removed: Boolean = _
2680[warn] | ^
2681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
2685[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
2686[warn] | ^
2687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
2691[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
2692[warn] | ^
2693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
2697[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
2698[warn] | ^
2699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
2703[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
2704[warn] | ^
2705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
2709[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2710[warn] | ^
2711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
2715[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2716[warn] | ^
2717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
2721[warn] 38 | private var inbound: I = _
2722[warn] | ^
2723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
2727[warn] 39 | private var outbound: O = _
2728[warn] | ^
2729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
2733[warn] 42 | private var fileChannel: FileChannel = _
2734[warn] | ^
2735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
2739[warn] 43 | private var file: File = _
2740[warn] | ^
2741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
2745[warn] 27 | private var hd: QueueMapEntity = _
2746[warn] | ^
2747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
2751[warn] 28 | private var tl: QueueMapEntity = _
2752[warn] | ^
2753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
2757[warn] 34 | private var cursor: QueueMapEntity = _
2758[warn] | ^
2759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
2763[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
2764[warn] | ^
2765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
2769[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
2770[warn] | ^
2771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
2775[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
2776[warn] | ^
2777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
2781[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
2782[warn] | ^
2783[warn] |Ignoring [this] qualifier.
2784[warn] |This syntax will be deprecated in the future; it should be dropped.
2785[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
2788[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
2789[warn] | ^
2790[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
2793[warn] 29 | @volatile private var sys: ActorSystem = _
2794[warn] | ^
2795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
2799[warn] 27 | private var address: Address[Call] = _
2800[warn] | ^
2801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
2805[warn] 31 | private var msg: M = _
2806[warn] | ^
2807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
2811[warn] 35 | private var rids: Array[Long] = _
2812[warn] | ^
2813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
2817[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
2818[warn] | ^
2819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
2823[warn] 28 | protected var stack: Stack = _
2824[warn] | ^
2825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
2829[warn] 33 | protected var result: AnyRef = _
2830[warn] | ^
2831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
2835[warn] 34 | protected var error: Throwable = _
2836[warn] | ^
2837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
2841[warn] 36 | private var p: AbstractPromise[?] = _
2842[warn] | ^
2843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
2847[warn] 30 | private var call: Call = _
2848[warn] | ^
2849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
2853[warn] 31 | private var reply: Reply = _
2854[warn] | ^
2855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
2859[warn] 33 | private var sender: Address[Call] = _
2860[warn] | ^
2861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
2865[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
2866[warn] | ^
2867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
2871[warn] 27 | private var messages: Seq[Notice] = _
2872[warn] | ^
2873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
2877[warn] 49 | private var ch: Channel = _
2878[warn] | ^
2879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
2883[warn] 50 | private var ask: AnyRef = _
2884[warn] | ^
2885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
2889[warn] 51 | private var callback: ChannelPromise => Unit = _
2890[warn] | ^
2891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
2895[warn] 27 | private var msg: AnyRef = _
2896[warn] | ^
2897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
2901[warn] 28 | private var belong: AbstractChannel = _
2902[warn] | ^
2903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
2907[warn] 33 | private var ret: AnyRef = _
2908[warn] | ^
2909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
2913[warn] 29 | private var table: Array[MessagePromise[?]] = _
2914[warn] | ^
2915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
2919[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
2920[warn] | ^
2921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
2925[warn] 28 | private var msg: Call = _
2926[warn] | ^
2927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
2931[warn] 26 | var head: AbstractPromise[?] = _
2932[warn] | ^
2933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
2937[warn] 27 | var tail: AbstractPromise[?] = _
2938[warn] | ^
2939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
2943[warn] 29 | private var nextState: StackState = _
2944[warn] | ^
2945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
2949[warn] 32 | private var completedHead: AbstractPromise[?] = _
2950[warn] | ^
2951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
2955[warn] 33 | private var completedTail: AbstractPromise[?] = _
2956[warn] | ^
2957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
2961[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
2962[warn] | ^
2963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
2967[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
2968[warn] | ^
2969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
2973[warn] 40 | private var actor: AbstractActor[?] = _
2974[warn] | ^
2975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
2979[warn] 42 | private var att: AnyRef = _
2980[warn] | ^
2981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
2985[warn] 27 | private var fu: ChannelFuture = _
2986[warn] | ^
2987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
2991[warn] 28 | private var fu: MessageFuture[R] = _
2992[warn] | ^
2993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
2997[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
2998[warn] | ^
2999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3003[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3004[warn] | ^
3005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3009[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3010[warn] | ^
3011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3015[warn] 53 | private var tmpAskCursor: Nextable = _
3016[warn] | ^
3017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3021[warn] 54 | private var tmpNoticeCursor: Nextable = _
3022[warn] | ^
3023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3027[warn] 58 | @volatile private var preHouse: ActorHouse = _
3028[warn] | ^
3029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3033[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3034[warn] | ^
3035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3039[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3040[warn] | ^
3041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3045[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3046[warn] | ^
3047[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3050[warn] 107 | private var system: ActorSystem = _
3051[warn] | ^
3052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3056[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3057[warn] | ^
3058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3062[warn] 72 | private var memoryMonitor: Timeout = _
3063[warn] | ^
3064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3068[warn] 81 | private var systemMonitor: Timeout = _
3069[warn] | ^
3070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3074[warn] 34 | private var sys: ActorSystem = _
3075[warn] | ^
3076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3080[warn] 30 | @volatile private var head: ActorHouse = _
3081[warn] | ^
3082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3086[warn] 31 | @volatile private var tail: ActorHouse = _
3087[warn] | ^
3088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3092[warn] 51 | private var currentRunning: Actor[?] = _
3093[warn] | ^
3094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3098[warn] 26 | private var head: Nextable = _
3099[warn] | ^
3100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3104[warn] 27 | private var tail: Nextable = _
3105[warn] | ^
3106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3110[warn] 30 | @volatile private var head: ActorHouse = _
3111[warn] | ^
3112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3116[warn] 31 | @volatile private var tail: ActorHouse = _
3117[warn] | ^
3118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3122[warn] 37 | @volatile private var highHead: ActorHouse = _
3123[warn] | ^
3124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3128[warn] 38 | @volatile private var highTail: ActorHouse = _
3129[warn] | ^
3130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3134[warn] 29 | private var fs: Array[FileChannel] = _
3135[warn] | ^
3136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3140[warn] 28 | private var channel: Channel = _
3141[warn] | ^
3142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3146[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3147[warn] | ^
3148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3152[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3153[warn] | ^
3154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3158[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3159[warn] | ^
3160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3164[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3165[warn] | ^
3166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3170[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3171[warn] | ^
3172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3176[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3177[warn] | ^
3178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3182[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3183[warn] | ^
3184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3188[warn] 26 | private var resourceTimer: ResourceTimer = _
3189[warn] | ^
3190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
3194[warn] 34 | protected var address: EventableAddress = _
3195[warn] | ^
3196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
3200[warn] 40 | @volatile protected var handle: Timeout = _
3201[warn] | ^
3202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
3206[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
3207[warn] | ^
3208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
3212[warn] 39 | private var reactor: Reactor = _
3213[warn] | ^
3214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
3218[warn] 28 | private var transportFactory: TransportFactory = _
3219[warn] | ^
3220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
3224[warn] 39 | protected var _selectionKey: SelectionKey = _
3225[warn] | ^
3226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
3230[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
3231[warn] | ^
3232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
3236[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
3237[warn] | ^
3238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
3242[warn] 35 | private var ch: FileChannel = _
3243[warn] | ^
3244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
3248[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
3249[warn] | ^
3250[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
3251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
3253[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
3254[warn] | ^
3255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
3259[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
3260[warn] | ^
3261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
3265[warn] 44 | private var thread: Thread = _
3266[warn] | ^
3267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
3271[warn] 56 | private var ioHandler: IoHandler = _
3272[warn] | ^
3273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
3277[warn] 21 | @volatile private var n: Nextable | Null = _
3278[warn] | ^
3279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
3283[warn] 25 | @volatile private var head: T | Null = _
3284[warn] | ^
3285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
3289[warn] 26 | @volatile private var tail: T | Null = _
3290[warn] | ^
3291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
3295[warn] 29 | @volatile private var head: T | Null = _
3296[warn] | ^
3297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
3301[warn] 30 | @volatile private var tail: T | Null = _
3302[warn] | ^
3303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
3307[warn] 25 | private var head: T | Null = _
3308[warn] | ^
3309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
3313[warn] 26 | private var tail: T | Null = _
3314[warn] | ^
3315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3318[warn] 129 warnings found
3319[error] two errors found
3320Failed to evaluated codec-mqtt.compile: mill.api.Result$Failure
3321
3322Starting build for otavia-sql - [5/23]
3323[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
3324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
3325[warn] 35 | protected var logger: Logger = _
3326[warn] | ^
3327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
3331[warn] 37 | private var ctx: ActorContext = _
3332[warn] | ^
3333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
3337[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
3338[warn] | ^
3339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
3343[warn] 45 | private[core] var currentStack: Stack = _
3344[warn] | ^
3345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3348[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
3349[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3350[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3351[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3352[error] |Required: cc.otavia.core.actor.MessageOf[W] &
3353[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3354[error] |
3355[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
3356[error] |
3357[error] | longer explanation available when compiling with `-explain`
3358[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
3359[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3360[error] | ^^^^^^^^^^^^
3361[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
3362[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
3363[error] |
3364[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
3365[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3366[error] |
3367[error] |
3368[error] |Note: a match type could not be fully reduced:
3369[error] |
3370[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
3371[error] | failed since selector W
3372[error] | does not uniquely determine parameter m in
3373[error] | case cc.otavia.core.actor.Actor[m] => m
3374[error] | The computed bounds for the parameter are:
3375[error] | m <: cc.otavia.core.message.Call |
3376[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3377[error] |
3378[error] | longer explanation available when compiling with `-explain`
3379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
3380[warn] 30 | private var workers: Address[MessageOf[W]] = _
3381[warn] | ^
3382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
3386[warn] 37 | private var currentChannelReceived: AnyRef = _
3387[warn] | ^
3388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
3392[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
3393[warn] | ^
3394[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
3397[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
3398[warn] | ^
3399[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
3402[warn] 23 | private var variables: Array[AnyRef] = _
3403[warn] | ^
3404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
3408[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
3409[warn] | ^
3410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
3414[warn] 26 | private var thread: Thread = _
3415[warn] | ^
3416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
3420[warn] 28 | private var head: Nextable = _
3421[warn] | ^
3422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
3426[warn] 29 | private var tail: Nextable = _
3427[warn] | ^
3428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
3432[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
3433[warn] | ^
3434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
3438[warn] 46 | private var actorHouse: ActorHouse = _
3439[warn] | ^
3440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
3444[warn] 49 | private var pipe: ChannelPipelineImpl = _
3445[warn] | ^
3446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
3450[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
3451[warn] | ^
3452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
3456[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
3457[warn] | ^
3458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
3462[warn] 35 | private var path: Path = _
3463[warn] | ^
3464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
3468[warn] 36 | protected var currentReadPlan: ReadPlan = _
3469[warn] | ^
3470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
3474[warn] 38 | private var readFactory: ReadPlanFactory = _
3475[warn] | ^
3476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
3480[warn] 22 | private[core] var added: Boolean = _
3481[warn] | ^
3482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
3486[warn] 51 | private var removed: Boolean = _
3487[warn] | ^
3488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
3492[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
3493[warn] | ^
3494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
3498[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
3499[warn] | ^
3500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
3504[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
3505[warn] | ^
3506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
3510[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
3511[warn] | ^
3512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
3516[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3517[warn] | ^
3518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
3522[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3523[warn] | ^
3524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
3528[warn] 38 | private var inbound: I = _
3529[warn] | ^
3530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
3534[warn] 39 | private var outbound: O = _
3535[warn] | ^
3536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
3540[warn] 42 | private var fileChannel: FileChannel = _
3541[warn] | ^
3542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
3546[warn] 43 | private var file: File = _
3547[warn] | ^
3548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
3552[warn] 27 | private var hd: QueueMapEntity = _
3553[warn] | ^
3554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
3558[warn] 28 | private var tl: QueueMapEntity = _
3559[warn] | ^
3560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
3564[warn] 34 | private var cursor: QueueMapEntity = _
3565[warn] | ^
3566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
3570[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
3571[warn] | ^
3572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
3576[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
3577[warn] | ^
3578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
3582[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
3583[warn] | ^
3584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
3588[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
3589[warn] | ^
3590[warn] |Ignoring [this] qualifier.
3591[warn] |This syntax will be deprecated in the future; it should be dropped.
3592[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
3593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
3595[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
3596[warn] | ^
3597[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
3600[warn] 29 | @volatile private var sys: ActorSystem = _
3601[warn] | ^
3602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
3606[warn] 27 | private var address: Address[Call] = _
3607[warn] | ^
3608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
3612[warn] 31 | private var msg: M = _
3613[warn] | ^
3614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
3618[warn] 35 | private var rids: Array[Long] = _
3619[warn] | ^
3620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
3624[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
3625[warn] | ^
3626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
3630[warn] 28 | protected var stack: Stack = _
3631[warn] | ^
3632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
3636[warn] 33 | protected var result: AnyRef = _
3637[warn] | ^
3638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
3642[warn] 34 | protected var error: Throwable = _
3643[warn] | ^
3644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
3648[warn] 36 | private var p: AbstractPromise[?] = _
3649[warn] | ^
3650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
3654[warn] 30 | private var call: Call = _
3655[warn] | ^
3656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
3660[warn] 31 | private var reply: Reply = _
3661[warn] | ^
3662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
3666[warn] 33 | private var sender: Address[Call] = _
3667[warn] | ^
3668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
3672[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
3673[warn] | ^
3674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
3678[warn] 27 | private var messages: Seq[Notice] = _
3679[warn] | ^
3680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
3684[warn] 49 | private var ch: Channel = _
3685[warn] | ^
3686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
3690[warn] 50 | private var ask: AnyRef = _
3691[warn] | ^
3692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
3696[warn] 51 | private var callback: ChannelPromise => Unit = _
3697[warn] | ^
3698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
3702[warn] 27 | private var msg: AnyRef = _
3703[warn] | ^
3704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
3708[warn] 28 | private var belong: AbstractChannel = _
3709[warn] | ^
3710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
3714[warn] 33 | private var ret: AnyRef = _
3715[warn] | ^
3716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
3720[warn] 29 | private var table: Array[MessagePromise[?]] = _
3721[warn] | ^
3722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
3726[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
3727[warn] | ^
3728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
3732[warn] 28 | private var msg: Call = _
3733[warn] | ^
3734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
3738[warn] 26 | var head: AbstractPromise[?] = _
3739[warn] | ^
3740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
3744[warn] 27 | var tail: AbstractPromise[?] = _
3745[warn] | ^
3746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
3750[warn] 29 | private var nextState: StackState = _
3751[warn] | ^
3752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
3756[warn] 32 | private var completedHead: AbstractPromise[?] = _
3757[warn] | ^
3758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
3762[warn] 33 | private var completedTail: AbstractPromise[?] = _
3763[warn] | ^
3764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
3768[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
3769[warn] | ^
3770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
3774[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
3775[warn] | ^
3776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
3780[warn] 40 | private var actor: AbstractActor[?] = _
3781[warn] | ^
3782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
3786[warn] 42 | private var att: AnyRef = _
3787[warn] | ^
3788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
3792[warn] 27 | private var fu: ChannelFuture = _
3793[warn] | ^
3794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
3798[warn] 28 | private var fu: MessageFuture[R] = _
3799[warn] | ^
3800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
3804[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
3805[warn] | ^
3806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3810[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3811[warn] | ^
3812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3816[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3817[warn] | ^
3818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3822[warn] 53 | private var tmpAskCursor: Nextable = _
3823[warn] | ^
3824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3828[warn] 54 | private var tmpNoticeCursor: Nextable = _
3829[warn] | ^
3830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3834[warn] 58 | @volatile private var preHouse: ActorHouse = _
3835[warn] | ^
3836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3840[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3841[warn] | ^
3842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3846[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3847[warn] | ^
3848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3852[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3853[warn] | ^
3854[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3857[warn] 107 | private var system: ActorSystem = _
3858[warn] | ^
3859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3863[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3864[warn] | ^
3865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3869[warn] 72 | private var memoryMonitor: Timeout = _
3870[warn] | ^
3871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3875[warn] 81 | private var systemMonitor: Timeout = _
3876[warn] | ^
3877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3881[warn] 34 | private var sys: ActorSystem = _
3882[warn] | ^
3883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3887[warn] 30 | @volatile private var head: ActorHouse = _
3888[warn] | ^
3889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3893[warn] 31 | @volatile private var tail: ActorHouse = _
3894[warn] | ^
3895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3899[warn] 51 | private var currentRunning: Actor[?] = _
3900[warn] | ^
3901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3905[warn] 26 | private var head: Nextable = _
3906[warn] | ^
3907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3911[warn] 27 | private var tail: Nextable = _
3912[warn] | ^
3913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3917[warn] 30 | @volatile private var head: ActorHouse = _
3918[warn] | ^
3919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3923[warn] 31 | @volatile private var tail: ActorHouse = _
3924[warn] | ^
3925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3929[warn] 37 | @volatile private var highHead: ActorHouse = _
3930[warn] | ^
3931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3935[warn] 38 | @volatile private var highTail: ActorHouse = _
3936[warn] | ^
3937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3941[warn] 29 | private var fs: Array[FileChannel] = _
3942[warn] | ^
3943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3947[warn] 28 | private var channel: Channel = _
3948[warn] | ^
3949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3953[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3954[warn] | ^
3955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3959[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3960[warn] | ^
3961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3965[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3966[warn] | ^
3967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3971[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3972[warn] | ^
3973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3977[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3978[warn] | ^
3979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3983[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3984[warn] | ^
3985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3989[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3990[warn] | ^
3991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3995[warn] 26 | private var resourceTimer: ResourceTimer = _
3996[warn] | ^
3997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4001[warn] 34 | protected var address: EventableAddress = _
4002[warn] | ^
4003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4007[warn] 40 | @volatile protected var handle: Timeout = _
4008[warn] | ^
4009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4013[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4014[warn] | ^
4015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4019[warn] 39 | private var reactor: Reactor = _
4020[warn] | ^
4021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4025[warn] 28 | private var transportFactory: TransportFactory = _
4026[warn] | ^
4027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4031[warn] 39 | protected var _selectionKey: SelectionKey = _
4032[warn] | ^
4033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4037[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4038[warn] | ^
4039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4043[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4044[warn] | ^
4045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4049[warn] 35 | private var ch: FileChannel = _
4050[warn] | ^
4051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4055[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4056[warn] | ^
4057[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4060[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4061[warn] | ^
4062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4066[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4067[warn] | ^
4068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4072[warn] 44 | private var thread: Thread = _
4073[warn] | ^
4074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4078[warn] 56 | private var ioHandler: IoHandler = _
4079[warn] | ^
4080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4084[warn] 21 | @volatile private var n: Nextable | Null = _
4085[warn] | ^
4086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4090[warn] 25 | @volatile private var head: T | Null = _
4091[warn] | ^
4092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4096[warn] 26 | @volatile private var tail: T | Null = _
4097[warn] | ^
4098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4102[warn] 29 | @volatile private var head: T | Null = _
4103[warn] | ^
4104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4108[warn] 30 | @volatile private var tail: T | Null = _
4109[warn] | ^
4110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4114[warn] 25 | private var head: T | Null = _
4115[warn] | ^
4116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4120[warn] 26 | private var tail: T | Null = _
4121[warn] | ^
4122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4125[warn] 129 warnings found
4126[error] two errors found
4127Failed to evaluated sql.compile: mill.api.Result$Failure
4128
4129Starting build for otavia-codec-smtp - [6/23]
4130No test module defined in codec-smtp
4131[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4133[warn] 35 | protected var logger: Logger = _
4134[warn] | ^
4135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4139[warn] 37 | private var ctx: ActorContext = _
4140[warn] | ^
4141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4145[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4146[warn] | ^
4147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4151[warn] 45 | private[core] var currentStack: Stack = _
4152[warn] | ^
4153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4156[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4157[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4158[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4159[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4160[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4161[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4162[error] |
4163[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4164[error] |
4165[error] | longer explanation available when compiling with `-explain`
4166[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4167[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4168[error] | ^^^^^^^^^^^^
4169[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4170[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4171[error] |
4172[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4173[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4174[error] |
4175[error] |
4176[error] |Note: a match type could not be fully reduced:
4177[error] |
4178[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4179[error] | failed since selector W
4180[error] | does not uniquely determine parameter m in
4181[error] | case cc.otavia.core.actor.Actor[m] => m
4182[error] | The computed bounds for the parameter are:
4183[error] | m <: cc.otavia.core.message.Call |
4184[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4185[error] |
4186[error] | longer explanation available when compiling with `-explain`
4187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4188[warn] 30 | private var workers: Address[MessageOf[W]] = _
4189[warn] | ^
4190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
4194[warn] 37 | private var currentChannelReceived: AnyRef = _
4195[warn] | ^
4196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
4200[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
4201[warn] | ^
4202[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
4205[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
4206[warn] | ^
4207[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
4210[warn] 23 | private var variables: Array[AnyRef] = _
4211[warn] | ^
4212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
4216[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
4217[warn] | ^
4218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
4222[warn] 26 | private var thread: Thread = _
4223[warn] | ^
4224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
4228[warn] 28 | private var head: Nextable = _
4229[warn] | ^
4230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
4234[warn] 29 | private var tail: Nextable = _
4235[warn] | ^
4236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
4240[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
4241[warn] | ^
4242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
4246[warn] 46 | private var actorHouse: ActorHouse = _
4247[warn] | ^
4248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
4252[warn] 49 | private var pipe: ChannelPipelineImpl = _
4253[warn] | ^
4254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
4258[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
4259[warn] | ^
4260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
4264[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
4265[warn] | ^
4266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
4270[warn] 35 | private var path: Path = _
4271[warn] | ^
4272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
4276[warn] 36 | protected var currentReadPlan: ReadPlan = _
4277[warn] | ^
4278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
4282[warn] 38 | private var readFactory: ReadPlanFactory = _
4283[warn] | ^
4284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
4288[warn] 22 | private[core] var added: Boolean = _
4289[warn] | ^
4290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
4294[warn] 51 | private var removed: Boolean = _
4295[warn] | ^
4296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
4300[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
4301[warn] | ^
4302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
4306[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
4307[warn] | ^
4308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
4312[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
4313[warn] | ^
4314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
4318[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
4319[warn] | ^
4320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
4324[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4325[warn] | ^
4326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
4330[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4331[warn] | ^
4332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
4336[warn] 38 | private var inbound: I = _
4337[warn] | ^
4338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
4342[warn] 39 | private var outbound: O = _
4343[warn] | ^
4344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
4348[warn] 42 | private var fileChannel: FileChannel = _
4349[warn] | ^
4350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
4354[warn] 43 | private var file: File = _
4355[warn] | ^
4356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
4360[warn] 27 | private var hd: QueueMapEntity = _
4361[warn] | ^
4362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
4366[warn] 28 | private var tl: QueueMapEntity = _
4367[warn] | ^
4368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
4372[warn] 34 | private var cursor: QueueMapEntity = _
4373[warn] | ^
4374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
4378[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
4379[warn] | ^
4380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
4384[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
4385[warn] | ^
4386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
4390[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
4391[warn] | ^
4392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
4396[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
4397[warn] | ^
4398[warn] |Ignoring [this] qualifier.
4399[warn] |This syntax will be deprecated in the future; it should be dropped.
4400[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
4403[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
4404[warn] | ^
4405[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
4408[warn] 29 | @volatile private var sys: ActorSystem = _
4409[warn] | ^
4410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
4414[warn] 27 | private var address: Address[Call] = _
4415[warn] | ^
4416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
4420[warn] 31 | private var msg: M = _
4421[warn] | ^
4422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
4426[warn] 35 | private var rids: Array[Long] = _
4427[warn] | ^
4428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
4432[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
4433[warn] | ^
4434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
4438[warn] 28 | protected var stack: Stack = _
4439[warn] | ^
4440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
4444[warn] 33 | protected var result: AnyRef = _
4445[warn] | ^
4446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
4450[warn] 34 | protected var error: Throwable = _
4451[warn] | ^
4452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
4456[warn] 36 | private var p: AbstractPromise[?] = _
4457[warn] | ^
4458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
4462[warn] 30 | private var call: Call = _
4463[warn] | ^
4464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
4468[warn] 31 | private var reply: Reply = _
4469[warn] | ^
4470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
4474[warn] 33 | private var sender: Address[Call] = _
4475[warn] | ^
4476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
4480[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
4481[warn] | ^
4482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
4486[warn] 27 | private var messages: Seq[Notice] = _
4487[warn] | ^
4488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
4492[warn] 49 | private var ch: Channel = _
4493[warn] | ^
4494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
4498[warn] 50 | private var ask: AnyRef = _
4499[warn] | ^
4500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
4504[warn] 51 | private var callback: ChannelPromise => Unit = _
4505[warn] | ^
4506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
4510[warn] 27 | private var msg: AnyRef = _
4511[warn] | ^
4512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
4516[warn] 28 | private var belong: AbstractChannel = _
4517[warn] | ^
4518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
4522[warn] 33 | private var ret: AnyRef = _
4523[warn] | ^
4524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
4528[warn] 29 | private var table: Array[MessagePromise[?]] = _
4529[warn] | ^
4530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
4534[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
4535[warn] | ^
4536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
4540[warn] 28 | private var msg: Call = _
4541[warn] | ^
4542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
4546[warn] 26 | var head: AbstractPromise[?] = _
4547[warn] | ^
4548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
4552[warn] 27 | var tail: AbstractPromise[?] = _
4553[warn] | ^
4554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
4558[warn] 29 | private var nextState: StackState = _
4559[warn] | ^
4560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
4564[warn] 32 | private var completedHead: AbstractPromise[?] = _
4565[warn] | ^
4566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
4570[warn] 33 | private var completedTail: AbstractPromise[?] = _
4571[warn] | ^
4572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
4576[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
4577[warn] | ^
4578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
4582[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
4583[warn] | ^
4584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
4588[warn] 40 | private var actor: AbstractActor[?] = _
4589[warn] | ^
4590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
4594[warn] 42 | private var att: AnyRef = _
4595[warn] | ^
4596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
4600[warn] 27 | private var fu: ChannelFuture = _
4601[warn] | ^
4602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
4606[warn] 28 | private var fu: MessageFuture[R] = _
4607[warn] | ^
4608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
4612[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
4613[warn] | ^
4614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
4618[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
4619[warn] | ^
4620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
4624[warn] 41 | private var actorAddress: ActorAddress[Call] = _
4625[warn] | ^
4626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
4630[warn] 53 | private var tmpAskCursor: Nextable = _
4631[warn] | ^
4632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
4636[warn] 54 | private var tmpNoticeCursor: Nextable = _
4637[warn] | ^
4638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
4642[warn] 58 | @volatile private var preHouse: ActorHouse = _
4643[warn] | ^
4644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
4648[warn] 59 | @volatile private var nextHouse: ActorHouse = _
4649[warn] | ^
4650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
4654[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
4655[warn] | ^
4656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
4660[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
4661[warn] | ^
4662[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
4665[warn] 107 | private var system: ActorSystem = _
4666[warn] | ^
4667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
4671[warn] 57 | private var mainActor: Address[MainActor.Args] = _
4672[warn] | ^
4673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
4677[warn] 72 | private var memoryMonitor: Timeout = _
4678[warn] | ^
4679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
4683[warn] 81 | private var systemMonitor: Timeout = _
4684[warn] | ^
4685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
4689[warn] 34 | private var sys: ActorSystem = _
4690[warn] | ^
4691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
4695[warn] 30 | @volatile private var head: ActorHouse = _
4696[warn] | ^
4697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
4701[warn] 31 | @volatile private var tail: ActorHouse = _
4702[warn] | ^
4703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
4707[warn] 51 | private var currentRunning: Actor[?] = _
4708[warn] | ^
4709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
4713[warn] 26 | private var head: Nextable = _
4714[warn] | ^
4715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
4719[warn] 27 | private var tail: Nextable = _
4720[warn] | ^
4721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
4725[warn] 30 | @volatile private var head: ActorHouse = _
4726[warn] | ^
4727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
4731[warn] 31 | @volatile private var tail: ActorHouse = _
4732[warn] | ^
4733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
4737[warn] 37 | @volatile private var highHead: ActorHouse = _
4738[warn] | ^
4739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
4743[warn] 38 | @volatile private var highTail: ActorHouse = _
4744[warn] | ^
4745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
4749[warn] 29 | private var fs: Array[FileChannel] = _
4750[warn] | ^
4751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
4755[warn] 28 | private var channel: Channel = _
4756[warn] | ^
4757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
4761[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
4762[warn] | ^
4763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4767[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4768[warn] | ^
4769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4773[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4774[warn] | ^
4775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4779[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4780[warn] | ^
4781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4785[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4786[warn] | ^
4787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4791[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4792[warn] | ^
4793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4797[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4798[warn] | ^
4799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4803[warn] 26 | private var resourceTimer: ResourceTimer = _
4804[warn] | ^
4805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4809[warn] 34 | protected var address: EventableAddress = _
4810[warn] | ^
4811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4815[warn] 40 | @volatile protected var handle: Timeout = _
4816[warn] | ^
4817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4821[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4822[warn] | ^
4823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4827[warn] 39 | private var reactor: Reactor = _
4828[warn] | ^
4829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4833[warn] 28 | private var transportFactory: TransportFactory = _
4834[warn] | ^
4835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4839[warn] 39 | protected var _selectionKey: SelectionKey = _
4840[warn] | ^
4841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4845[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4846[warn] | ^
4847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4851[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4852[warn] | ^
4853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4857[warn] 35 | private var ch: FileChannel = _
4858[warn] | ^
4859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4863[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4864[warn] | ^
4865[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4868[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4869[warn] | ^
4870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4874[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4875[warn] | ^
4876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4880[warn] 44 | private var thread: Thread = _
4881[warn] | ^
4882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4886[warn] 56 | private var ioHandler: IoHandler = _
4887[warn] | ^
4888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4892[warn] 21 | @volatile private var n: Nextable | Null = _
4893[warn] | ^
4894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4898[warn] 25 | @volatile private var head: T | Null = _
4899[warn] | ^
4900[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4901[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4904[warn] 26 | @volatile private var tail: T | Null = _
4905[warn] | ^
4906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4910[warn] 29 | @volatile private var head: T | Null = _
4911[warn] | ^
4912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4916[warn] 30 | @volatile private var tail: T | Null = _
4917[warn] | ^
4918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4922[warn] 25 | private var head: T | Null = _
4923[warn] | ^
4924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4928[warn] 26 | private var tail: T | Null = _
4929[warn] | ^
4930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4933[warn] 129 warnings found
4934[error] two errors found
4935Failed to evaluated codec-smtp.compile: mill.api.Result$Failure
4936
4937Starting build for otavia-runtime - [7/23]
4938[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4940[warn] 35 | protected var logger: Logger = _
4941[warn] | ^
4942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4946[warn] 37 | private var ctx: ActorContext = _
4947[warn] | ^
4948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4952[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4953[warn] | ^
4954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4958[warn] 45 | private[core] var currentStack: Stack = _
4959[warn] | ^
4960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4963[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4964[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4965[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4966[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4967[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4968[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4969[error] |
4970[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4971[error] |
4972[error] | longer explanation available when compiling with `-explain`
4973[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4974[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4975[error] | ^^^^^^^^^^^^
4976[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4977[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4978[error] |
4979[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4980[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4981[error] |
4982[error] |
4983[error] |Note: a match type could not be fully reduced:
4984[error] |
4985[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4986[error] | failed since selector W
4987[error] | does not uniquely determine parameter m in
4988[error] | case cc.otavia.core.actor.Actor[m] => m
4989[error] | The computed bounds for the parameter are:
4990[error] | m <: cc.otavia.core.message.Call |
4991[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4992[error] |
4993[error] | longer explanation available when compiling with `-explain`
4994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4995[warn] 30 | private var workers: Address[MessageOf[W]] = _
4996[warn] | ^
4997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5001[warn] 37 | private var currentChannelReceived: AnyRef = _
5002[warn] | ^
5003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5007[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5008[warn] | ^
5009[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5012[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5013[warn] | ^
5014[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5017[warn] 23 | private var variables: Array[AnyRef] = _
5018[warn] | ^
5019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5023[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5024[warn] | ^
5025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5029[warn] 26 | private var thread: Thread = _
5030[warn] | ^
5031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5035[warn] 28 | private var head: Nextable = _
5036[warn] | ^
5037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5041[warn] 29 | private var tail: Nextable = _
5042[warn] | ^
5043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5047[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5048[warn] | ^
5049[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5050[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5053[warn] 46 | private var actorHouse: ActorHouse = _
5054[warn] | ^
5055[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5056[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5059[warn] 49 | private var pipe: ChannelPipelineImpl = _
5060[warn] | ^
5061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5065[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5066[warn] | ^
5067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5071[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5072[warn] | ^
5073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5077[warn] 35 | private var path: Path = _
5078[warn] | ^
5079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5083[warn] 36 | protected var currentReadPlan: ReadPlan = _
5084[warn] | ^
5085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5089[warn] 38 | private var readFactory: ReadPlanFactory = _
5090[warn] | ^
5091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5095[warn] 22 | private[core] var added: Boolean = _
5096[warn] | ^
5097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5101[warn] 51 | private var removed: Boolean = _
5102[warn] | ^
5103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5107[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5108[warn] | ^
5109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5113[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5114[warn] | ^
5115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5119[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5120[warn] | ^
5121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5125[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5126[warn] | ^
5127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5131[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5132[warn] | ^
5133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5137[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5138[warn] | ^
5139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5143[warn] 38 | private var inbound: I = _
5144[warn] | ^
5145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5149[warn] 39 | private var outbound: O = _
5150[warn] | ^
5151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5155[warn] 42 | private var fileChannel: FileChannel = _
5156[warn] | ^
5157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
5161[warn] 43 | private var file: File = _
5162[warn] | ^
5163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
5167[warn] 27 | private var hd: QueueMapEntity = _
5168[warn] | ^
5169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
5173[warn] 28 | private var tl: QueueMapEntity = _
5174[warn] | ^
5175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
5179[warn] 34 | private var cursor: QueueMapEntity = _
5180[warn] | ^
5181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
5185[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
5186[warn] | ^
5187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
5191[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
5192[warn] | ^
5193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
5197[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
5198[warn] | ^
5199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
5203[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
5204[warn] | ^
5205[warn] |Ignoring [this] qualifier.
5206[warn] |This syntax will be deprecated in the future; it should be dropped.
5207[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
5210[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
5211[warn] | ^
5212[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
5215[warn] 29 | @volatile private var sys: ActorSystem = _
5216[warn] | ^
5217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
5221[warn] 27 | private var address: Address[Call] = _
5222[warn] | ^
5223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
5227[warn] 31 | private var msg: M = _
5228[warn] | ^
5229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
5233[warn] 35 | private var rids: Array[Long] = _
5234[warn] | ^
5235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
5239[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
5240[warn] | ^
5241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
5245[warn] 28 | protected var stack: Stack = _
5246[warn] | ^
5247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
5251[warn] 33 | protected var result: AnyRef = _
5252[warn] | ^
5253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
5257[warn] 34 | protected var error: Throwable = _
5258[warn] | ^
5259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
5263[warn] 36 | private var p: AbstractPromise[?] = _
5264[warn] | ^
5265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
5269[warn] 30 | private var call: Call = _
5270[warn] | ^
5271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
5275[warn] 31 | private var reply: Reply = _
5276[warn] | ^
5277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
5281[warn] 33 | private var sender: Address[Call] = _
5282[warn] | ^
5283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
5287[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
5288[warn] | ^
5289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
5293[warn] 27 | private var messages: Seq[Notice] = _
5294[warn] | ^
5295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
5299[warn] 49 | private var ch: Channel = _
5300[warn] | ^
5301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
5305[warn] 50 | private var ask: AnyRef = _
5306[warn] | ^
5307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
5311[warn] 51 | private var callback: ChannelPromise => Unit = _
5312[warn] | ^
5313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
5317[warn] 27 | private var msg: AnyRef = _
5318[warn] | ^
5319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
5323[warn] 28 | private var belong: AbstractChannel = _
5324[warn] | ^
5325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
5329[warn] 33 | private var ret: AnyRef = _
5330[warn] | ^
5331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
5335[warn] 29 | private var table: Array[MessagePromise[?]] = _
5336[warn] | ^
5337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
5341[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
5342[warn] | ^
5343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
5347[warn] 28 | private var msg: Call = _
5348[warn] | ^
5349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
5353[warn] 26 | var head: AbstractPromise[?] = _
5354[warn] | ^
5355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
5359[warn] 27 | var tail: AbstractPromise[?] = _
5360[warn] | ^
5361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
5365[warn] 29 | private var nextState: StackState = _
5366[warn] | ^
5367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
5371[warn] 32 | private var completedHead: AbstractPromise[?] = _
5372[warn] | ^
5373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
5377[warn] 33 | private var completedTail: AbstractPromise[?] = _
5378[warn] | ^
5379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
5383[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
5384[warn] | ^
5385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
5389[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
5390[warn] | ^
5391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
5395[warn] 40 | private var actor: AbstractActor[?] = _
5396[warn] | ^
5397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
5401[warn] 42 | private var att: AnyRef = _
5402[warn] | ^
5403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
5407[warn] 27 | private var fu: ChannelFuture = _
5408[warn] | ^
5409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
5413[warn] 28 | private var fu: MessageFuture[R] = _
5414[warn] | ^
5415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
5419[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
5420[warn] | ^
5421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
5425[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
5426[warn] | ^
5427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
5431[warn] 41 | private var actorAddress: ActorAddress[Call] = _
5432[warn] | ^
5433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
5437[warn] 53 | private var tmpAskCursor: Nextable = _
5438[warn] | ^
5439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
5443[warn] 54 | private var tmpNoticeCursor: Nextable = _
5444[warn] | ^
5445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
5449[warn] 58 | @volatile private var preHouse: ActorHouse = _
5450[warn] | ^
5451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
5455[warn] 59 | @volatile private var nextHouse: ActorHouse = _
5456[warn] | ^
5457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
5461[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
5462[warn] | ^
5463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
5467[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
5468[warn] | ^
5469[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
5472[warn] 107 | private var system: ActorSystem = _
5473[warn] | ^
5474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
5478[warn] 57 | private var mainActor: Address[MainActor.Args] = _
5479[warn] | ^
5480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
5484[warn] 72 | private var memoryMonitor: Timeout = _
5485[warn] | ^
5486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
5490[warn] 81 | private var systemMonitor: Timeout = _
5491[warn] | ^
5492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
5496[warn] 34 | private var sys: ActorSystem = _
5497[warn] | ^
5498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
5502[warn] 30 | @volatile private var head: ActorHouse = _
5503[warn] | ^
5504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
5508[warn] 31 | @volatile private var tail: ActorHouse = _
5509[warn] | ^
5510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
5514[warn] 51 | private var currentRunning: Actor[?] = _
5515[warn] | ^
5516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
5520[warn] 26 | private var head: Nextable = _
5521[warn] | ^
5522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
5526[warn] 27 | private var tail: Nextable = _
5527[warn] | ^
5528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
5532[warn] 30 | @volatile private var head: ActorHouse = _
5533[warn] | ^
5534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
5538[warn] 31 | @volatile private var tail: ActorHouse = _
5539[warn] | ^
5540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
5544[warn] 37 | @volatile private var highHead: ActorHouse = _
5545[warn] | ^
5546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
5550[warn] 38 | @volatile private var highTail: ActorHouse = _
5551[warn] | ^
5552[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5553[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
5556[warn] 29 | private var fs: Array[FileChannel] = _
5557[warn] | ^
5558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
5562[warn] 28 | private var channel: Channel = _
5563[warn] | ^
5564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
5568[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
5569[warn] | ^
5570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
5574[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
5575[warn] | ^
5576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
5580[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
5581[warn] | ^
5582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
5586[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
5587[warn] | ^
5588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
5592[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
5593[warn] | ^
5594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
5598[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
5599[warn] | ^
5600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
5604[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
5605[warn] | ^
5606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
5610[warn] 26 | private var resourceTimer: ResourceTimer = _
5611[warn] | ^
5612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
5616[warn] 34 | protected var address: EventableAddress = _
5617[warn] | ^
5618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
5622[warn] 40 | @volatile protected var handle: Timeout = _
5623[warn] | ^
5624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
5628[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
5629[warn] | ^
5630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
5634[warn] 39 | private var reactor: Reactor = _
5635[warn] | ^
5636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
5640[warn] 28 | private var transportFactory: TransportFactory = _
5641[warn] | ^
5642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
5646[warn] 39 | protected var _selectionKey: SelectionKey = _
5647[warn] | ^
5648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
5652[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
5653[warn] | ^
5654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
5658[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
5659[warn] | ^
5660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
5664[warn] 35 | private var ch: FileChannel = _
5665[warn] | ^
5666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
5670[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
5671[warn] | ^
5672[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
5673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
5675[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
5676[warn] | ^
5677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
5681[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
5682[warn] | ^
5683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
5687[warn] 44 | private var thread: Thread = _
5688[warn] | ^
5689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
5693[warn] 56 | private var ioHandler: IoHandler = _
5694[warn] | ^
5695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
5699[warn] 21 | @volatile private var n: Nextable | Null = _
5700[warn] | ^
5701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
5705[warn] 25 | @volatile private var head: T | Null = _
5706[warn] | ^
5707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
5711[warn] 26 | @volatile private var tail: T | Null = _
5712[warn] | ^
5713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
5717[warn] 29 | @volatile private var head: T | Null = _
5718[warn] | ^
5719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
5723[warn] 30 | @volatile private var tail: T | Null = _
5724[warn] | ^
5725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
5729[warn] 25 | private var head: T | Null = _
5730[warn] | ^
5731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
5735[warn] 26 | private var tail: T | Null = _
5736[warn] | ^
5737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5740[warn] 129 warnings found
5741[error] two errors found
5742Failed to evaluated core.compile: mill.api.Result$Failure
5743
5744Starting build for otavia-serde-proto - [8/23]
5745[info] compiling 1 Scala source to /build/repo/out/serde-proto/compile.dest/classes ...
5746[info] done compiling
5747Successfully evaluated serde-proto.compile
5748Skipping unused scalacOptions: -source, -rewrite
5749Flag -classpath set repeatedly
5750-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
575143 | def deserialize(in: Buffer): A
5752 | ^
5753 | Couldn't resolve a member for the given link query: Buffer
5754-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
575535 | def checkDeserializable(in: Buffer): Boolean = true
5756 | ^
5757 | Couldn't resolve a member for the given link query: Buffer
5758-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
575967 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
5760 | ^
5761 | Couldn't resolve a member for the given link query: Buffer
5762-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
576359 | def serialize(value: A, out: Buffer): Unit
5764 | ^
5765 | Couldn't resolve a member for the given link query: Buffer
5766-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
576751 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
5768 | ^
5769 | Couldn't resolve a member for the given link query: Buffer
57706 warnings found
5771Successfully evaluated serde-proto.docJar
5772Failed to resolve scalaVersion, assume it's Scala 3 project
5773[info] compiling 1 Scala source to /build/repo/out/serde-proto/test/compile.dest/classes ...
5774[info] done compiling
5775Successfully evaluated serde-proto.test.compile
5776Publishing Artifact(cc.otavia,otavia-serde-proto_3,0.4.5) to ivy repo /root/.ivy2/local
5777Successfully evaluated serde-proto.publishLocal
5778
5779Starting build for otavia-testkit - [9/23]
5780No test module defined in testkit
5781[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
5782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
5783[warn] 35 | protected var logger: Logger = _
5784[warn] | ^
5785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
5789[warn] 37 | private var ctx: ActorContext = _
5790[warn] | ^
5791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
5795[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
5796[warn] | ^
5797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5801[warn] 45 | private[core] var currentStack: Stack = _
5802[warn] | ^
5803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5806[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5807[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5808[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5809[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5810[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5811[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5812[error] |
5813[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5814[error] |
5815[error] | longer explanation available when compiling with `-explain`
5816[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5817[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5818[error] | ^^^^^^^^^^^^
5819[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5820[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5821[error] |
5822[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5823[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5824[error] |
5825[error] |
5826[error] |Note: a match type could not be fully reduced:
5827[error] |
5828[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5829[error] | failed since selector W
5830[error] | does not uniquely determine parameter m in
5831[error] | case cc.otavia.core.actor.Actor[m] => m
5832[error] | The computed bounds for the parameter are:
5833[error] | m <: cc.otavia.core.message.Call |
5834[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5835[error] |
5836[error] | longer explanation available when compiling with `-explain`
5837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5838[warn] 30 | private var workers: Address[MessageOf[W]] = _
5839[warn] | ^
5840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5844[warn] 37 | private var currentChannelReceived: AnyRef = _
5845[warn] | ^
5846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5850[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5851[warn] | ^
5852[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5853[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5854[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5855[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5856[warn] | ^
5857[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5860[warn] 23 | private var variables: Array[AnyRef] = _
5861[warn] | ^
5862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5866[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5867[warn] | ^
5868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5872[warn] 26 | private var thread: Thread = _
5873[warn] | ^
5874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5878[warn] 28 | private var head: Nextable = _
5879[warn] | ^
5880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5884[warn] 29 | private var tail: Nextable = _
5885[warn] | ^
5886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5890[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5891[warn] | ^
5892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5896[warn] 46 | private var actorHouse: ActorHouse = _
5897[warn] | ^
5898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5902[warn] 49 | private var pipe: ChannelPipelineImpl = _
5903[warn] | ^
5904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5908[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5909[warn] | ^
5910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5914[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5915[warn] | ^
5916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5920[warn] 35 | private var path: Path = _
5921[warn] | ^
5922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5926[warn] 36 | protected var currentReadPlan: ReadPlan = _
5927[warn] | ^
5928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5932[warn] 38 | private var readFactory: ReadPlanFactory = _
5933[warn] | ^
5934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5938[warn] 22 | private[core] var added: Boolean = _
5939[warn] | ^
5940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5944[warn] 51 | private var removed: Boolean = _
5945[warn] | ^
5946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5950[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5951[warn] | ^
5952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5956[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5957[warn] | ^
5958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5962[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5963[warn] | ^
5964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5968[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5969[warn] | ^
5970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5974[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5975[warn] | ^
5976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5980[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5981[warn] | ^
5982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5986[warn] 38 | private var inbound: I = _
5987[warn] | ^
5988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5992[warn] 39 | private var outbound: O = _
5993[warn] | ^
5994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5998[warn] 42 | private var fileChannel: FileChannel = _
5999[warn] | ^
6000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6004[warn] 43 | private var file: File = _
6005[warn] | ^
6006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6010[warn] 27 | private var hd: QueueMapEntity = _
6011[warn] | ^
6012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6016[warn] 28 | private var tl: QueueMapEntity = _
6017[warn] | ^
6018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6022[warn] 34 | private var cursor: QueueMapEntity = _
6023[warn] | ^
6024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6028[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6029[warn] | ^
6030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6034[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6035[warn] | ^
6036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6040[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6041[warn] | ^
6042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6046[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6047[warn] | ^
6048[warn] |Ignoring [this] qualifier.
6049[warn] |This syntax will be deprecated in the future; it should be dropped.
6050[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6053[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6054[warn] | ^
6055[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6058[warn] 29 | @volatile private var sys: ActorSystem = _
6059[warn] | ^
6060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6064[warn] 27 | private var address: Address[Call] = _
6065[warn] | ^
6066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6070[warn] 31 | private var msg: M = _
6071[warn] | ^
6072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6076[warn] 35 | private var rids: Array[Long] = _
6077[warn] | ^
6078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6082[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6083[warn] | ^
6084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6088[warn] 28 | protected var stack: Stack = _
6089[warn] | ^
6090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6094[warn] 33 | protected var result: AnyRef = _
6095[warn] | ^
6096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6100[warn] 34 | protected var error: Throwable = _
6101[warn] | ^
6102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6106[warn] 36 | private var p: AbstractPromise[?] = _
6107[warn] | ^
6108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6112[warn] 30 | private var call: Call = _
6113[warn] | ^
6114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6118[warn] 31 | private var reply: Reply = _
6119[warn] | ^
6120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6124[warn] 33 | private var sender: Address[Call] = _
6125[warn] | ^
6126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6130[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6131[warn] | ^
6132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6136[warn] 27 | private var messages: Seq[Notice] = _
6137[warn] | ^
6138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6142[warn] 49 | private var ch: Channel = _
6143[warn] | ^
6144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6148[warn] 50 | private var ask: AnyRef = _
6149[warn] | ^
6150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6154[warn] 51 | private var callback: ChannelPromise => Unit = _
6155[warn] | ^
6156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6160[warn] 27 | private var msg: AnyRef = _
6161[warn] | ^
6162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6166[warn] 28 | private var belong: AbstractChannel = _
6167[warn] | ^
6168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6172[warn] 33 | private var ret: AnyRef = _
6173[warn] | ^
6174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6178[warn] 29 | private var table: Array[MessagePromise[?]] = _
6179[warn] | ^
6180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6184[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6185[warn] | ^
6186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6190[warn] 28 | private var msg: Call = _
6191[warn] | ^
6192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
6196[warn] 26 | var head: AbstractPromise[?] = _
6197[warn] | ^
6198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
6202[warn] 27 | var tail: AbstractPromise[?] = _
6203[warn] | ^
6204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
6208[warn] 29 | private var nextState: StackState = _
6209[warn] | ^
6210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
6214[warn] 32 | private var completedHead: AbstractPromise[?] = _
6215[warn] | ^
6216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
6220[warn] 33 | private var completedTail: AbstractPromise[?] = _
6221[warn] | ^
6222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
6226[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
6227[warn] | ^
6228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
6232[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
6233[warn] | ^
6234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
6238[warn] 40 | private var actor: AbstractActor[?] = _
6239[warn] | ^
6240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
6244[warn] 42 | private var att: AnyRef = _
6245[warn] | ^
6246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
6250[warn] 27 | private var fu: ChannelFuture = _
6251[warn] | ^
6252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
6256[warn] 28 | private var fu: MessageFuture[R] = _
6257[warn] | ^
6258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
6262[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
6263[warn] | ^
6264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
6268[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
6269[warn] | ^
6270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
6274[warn] 41 | private var actorAddress: ActorAddress[Call] = _
6275[warn] | ^
6276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
6280[warn] 53 | private var tmpAskCursor: Nextable = _
6281[warn] | ^
6282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
6286[warn] 54 | private var tmpNoticeCursor: Nextable = _
6287[warn] | ^
6288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
6292[warn] 58 | @volatile private var preHouse: ActorHouse = _
6293[warn] | ^
6294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
6298[warn] 59 | @volatile private var nextHouse: ActorHouse = _
6299[warn] | ^
6300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
6304[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
6305[warn] | ^
6306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
6310[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
6311[warn] | ^
6312[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
6315[warn] 107 | private var system: ActorSystem = _
6316[warn] | ^
6317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
6321[warn] 57 | private var mainActor: Address[MainActor.Args] = _
6322[warn] | ^
6323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
6327[warn] 72 | private var memoryMonitor: Timeout = _
6328[warn] | ^
6329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
6333[warn] 81 | private var systemMonitor: Timeout = _
6334[warn] | ^
6335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
6339[warn] 34 | private var sys: ActorSystem = _
6340[warn] | ^
6341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
6345[warn] 30 | @volatile private var head: ActorHouse = _
6346[warn] | ^
6347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
6351[warn] 31 | @volatile private var tail: ActorHouse = _
6352[warn] | ^
6353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
6357[warn] 51 | private var currentRunning: Actor[?] = _
6358[warn] | ^
6359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
6363[warn] 26 | private var head: Nextable = _
6364[warn] | ^
6365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
6369[warn] 27 | private var tail: Nextable = _
6370[warn] | ^
6371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
6375[warn] 30 | @volatile private var head: ActorHouse = _
6376[warn] | ^
6377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
6381[warn] 31 | @volatile private var tail: ActorHouse = _
6382[warn] | ^
6383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
6387[warn] 37 | @volatile private var highHead: ActorHouse = _
6388[warn] | ^
6389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
6393[warn] 38 | @volatile private var highTail: ActorHouse = _
6394[warn] | ^
6395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
6399[warn] 29 | private var fs: Array[FileChannel] = _
6400[warn] | ^
6401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
6405[warn] 28 | private var channel: Channel = _
6406[warn] | ^
6407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
6411[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
6412[warn] | ^
6413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
6417[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
6418[warn] | ^
6419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
6423[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
6424[warn] | ^
6425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
6429[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
6430[warn] | ^
6431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
6435[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
6436[warn] | ^
6437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
6441[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
6442[warn] | ^
6443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
6447[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
6448[warn] | ^
6449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
6453[warn] 26 | private var resourceTimer: ResourceTimer = _
6454[warn] | ^
6455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
6459[warn] 34 | protected var address: EventableAddress = _
6460[warn] | ^
6461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
6465[warn] 40 | @volatile protected var handle: Timeout = _
6466[warn] | ^
6467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
6471[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
6472[warn] | ^
6473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
6477[warn] 39 | private var reactor: Reactor = _
6478[warn] | ^
6479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
6483[warn] 28 | private var transportFactory: TransportFactory = _
6484[warn] | ^
6485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
6489[warn] 39 | protected var _selectionKey: SelectionKey = _
6490[warn] | ^
6491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
6495[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
6496[warn] | ^
6497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
6501[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
6502[warn] | ^
6503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
6507[warn] 35 | private var ch: FileChannel = _
6508[warn] | ^
6509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
6513[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
6514[warn] | ^
6515[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
6516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
6518[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
6519[warn] | ^
6520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
6524[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
6525[warn] | ^
6526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
6530[warn] 44 | private var thread: Thread = _
6531[warn] | ^
6532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
6536[warn] 56 | private var ioHandler: IoHandler = _
6537[warn] | ^
6538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
6542[warn] 21 | @volatile private var n: Nextable | Null = _
6543[warn] | ^
6544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
6548[warn] 25 | @volatile private var head: T | Null = _
6549[warn] | ^
6550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
6554[warn] 26 | @volatile private var tail: T | Null = _
6555[warn] | ^
6556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
6560[warn] 29 | @volatile private var head: T | Null = _
6561[warn] | ^
6562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
6566[warn] 30 | @volatile private var tail: T | Null = _
6567[warn] | ^
6568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
6572[warn] 25 | private var head: T | Null = _
6573[warn] | ^
6574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
6578[warn] 26 | private var tail: T | Null = _
6579[warn] | ^
6580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6583[warn] 129 warnings found
6584[error] two errors found
6585Failed to evaluated testkit.compile: mill.api.Result$Failure
6586
6587Starting build for otavia-postgres-driver - [10/23]
6588[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
6589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
6590[warn] 35 | protected var logger: Logger = _
6591[warn] | ^
6592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
6596[warn] 37 | private var ctx: ActorContext = _
6597[warn] | ^
6598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
6602[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
6603[warn] | ^
6604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
6608[warn] 45 | private[core] var currentStack: Stack = _
6609[warn] | ^
6610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6613[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
6614[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6615[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6616[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6617[error] |Required: cc.otavia.core.actor.MessageOf[W] &
6618[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6619[error] |
6620[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
6621[error] |
6622[error] | longer explanation available when compiling with `-explain`
6623[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
6624[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6625[error] | ^^^^^^^^^^^^
6626[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
6627[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
6628[error] |
6629[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
6630[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6631[error] |
6632[error] |
6633[error] |Note: a match type could not be fully reduced:
6634[error] |
6635[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
6636[error] | failed since selector W
6637[error] | does not uniquely determine parameter m in
6638[error] | case cc.otavia.core.actor.Actor[m] => m
6639[error] | The computed bounds for the parameter are:
6640[error] | m <: cc.otavia.core.message.Call |
6641[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6642[error] |
6643[error] | longer explanation available when compiling with `-explain`
6644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
6645[warn] 30 | private var workers: Address[MessageOf[W]] = _
6646[warn] | ^
6647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
6651[warn] 37 | private var currentChannelReceived: AnyRef = _
6652[warn] | ^
6653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
6657[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
6658[warn] | ^
6659[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
6662[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
6663[warn] | ^
6664[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
6667[warn] 23 | private var variables: Array[AnyRef] = _
6668[warn] | ^
6669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
6673[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
6674[warn] | ^
6675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
6679[warn] 26 | private var thread: Thread = _
6680[warn] | ^
6681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
6685[warn] 28 | private var head: Nextable = _
6686[warn] | ^
6687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
6691[warn] 29 | private var tail: Nextable = _
6692[warn] | ^
6693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
6697[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
6698[warn] | ^
6699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
6703[warn] 46 | private var actorHouse: ActorHouse = _
6704[warn] | ^
6705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
6709[warn] 49 | private var pipe: ChannelPipelineImpl = _
6710[warn] | ^
6711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
6715[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
6716[warn] | ^
6717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
6721[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
6722[warn] | ^
6723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
6727[warn] 35 | private var path: Path = _
6728[warn] | ^
6729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
6733[warn] 36 | protected var currentReadPlan: ReadPlan = _
6734[warn] | ^
6735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
6739[warn] 38 | private var readFactory: ReadPlanFactory = _
6740[warn] | ^
6741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
6745[warn] 22 | private[core] var added: Boolean = _
6746[warn] | ^
6747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
6751[warn] 51 | private var removed: Boolean = _
6752[warn] | ^
6753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
6757[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
6758[warn] | ^
6759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
6763[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
6764[warn] | ^
6765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
6769[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
6770[warn] | ^
6771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
6775[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
6776[warn] | ^
6777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
6781[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6782[warn] | ^
6783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
6787[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6788[warn] | ^
6789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
6793[warn] 38 | private var inbound: I = _
6794[warn] | ^
6795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
6799[warn] 39 | private var outbound: O = _
6800[warn] | ^
6801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
6805[warn] 42 | private var fileChannel: FileChannel = _
6806[warn] | ^
6807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6811[warn] 43 | private var file: File = _
6812[warn] | ^
6813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6817[warn] 27 | private var hd: QueueMapEntity = _
6818[warn] | ^
6819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6823[warn] 28 | private var tl: QueueMapEntity = _
6824[warn] | ^
6825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6829[warn] 34 | private var cursor: QueueMapEntity = _
6830[warn] | ^
6831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6835[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6836[warn] | ^
6837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6841[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6842[warn] | ^
6843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6847[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6848[warn] | ^
6849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6853[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6854[warn] | ^
6855[warn] |Ignoring [this] qualifier.
6856[warn] |This syntax will be deprecated in the future; it should be dropped.
6857[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6860[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6861[warn] | ^
6862[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6865[warn] 29 | @volatile private var sys: ActorSystem = _
6866[warn] | ^
6867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6871[warn] 27 | private var address: Address[Call] = _
6872[warn] | ^
6873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6877[warn] 31 | private var msg: M = _
6878[warn] | ^
6879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6883[warn] 35 | private var rids: Array[Long] = _
6884[warn] | ^
6885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6889[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6890[warn] | ^
6891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6895[warn] 28 | protected var stack: Stack = _
6896[warn] | ^
6897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6901[warn] 33 | protected var result: AnyRef = _
6902[warn] | ^
6903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6907[warn] 34 | protected var error: Throwable = _
6908[warn] | ^
6909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6913[warn] 36 | private var p: AbstractPromise[?] = _
6914[warn] | ^
6915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6919[warn] 30 | private var call: Call = _
6920[warn] | ^
6921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6925[warn] 31 | private var reply: Reply = _
6926[warn] | ^
6927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6931[warn] 33 | private var sender: Address[Call] = _
6932[warn] | ^
6933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6937[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6938[warn] | ^
6939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6943[warn] 27 | private var messages: Seq[Notice] = _
6944[warn] | ^
6945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6949[warn] 49 | private var ch: Channel = _
6950[warn] | ^
6951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6955[warn] 50 | private var ask: AnyRef = _
6956[warn] | ^
6957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6961[warn] 51 | private var callback: ChannelPromise => Unit = _
6962[warn] | ^
6963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6967[warn] 27 | private var msg: AnyRef = _
6968[warn] | ^
6969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6973[warn] 28 | private var belong: AbstractChannel = _
6974[warn] | ^
6975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6979[warn] 33 | private var ret: AnyRef = _
6980[warn] | ^
6981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6985[warn] 29 | private var table: Array[MessagePromise[?]] = _
6986[warn] | ^
6987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6991[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6992[warn] | ^
6993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6997[warn] 28 | private var msg: Call = _
6998[warn] | ^
6999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7003[warn] 26 | var head: AbstractPromise[?] = _
7004[warn] | ^
7005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7009[warn] 27 | var tail: AbstractPromise[?] = _
7010[warn] | ^
7011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7015[warn] 29 | private var nextState: StackState = _
7016[warn] | ^
7017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7021[warn] 32 | private var completedHead: AbstractPromise[?] = _
7022[warn] | ^
7023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7027[warn] 33 | private var completedTail: AbstractPromise[?] = _
7028[warn] | ^
7029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7033[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7034[warn] | ^
7035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7039[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7040[warn] | ^
7041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7045[warn] 40 | private var actor: AbstractActor[?] = _
7046[warn] | ^
7047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7051[warn] 42 | private var att: AnyRef = _
7052[warn] | ^
7053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7057[warn] 27 | private var fu: ChannelFuture = _
7058[warn] | ^
7059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7063[warn] 28 | private var fu: MessageFuture[R] = _
7064[warn] | ^
7065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7069[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7070[warn] | ^
7071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7075[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7076[warn] | ^
7077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7081[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7082[warn] | ^
7083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7087[warn] 53 | private var tmpAskCursor: Nextable = _
7088[warn] | ^
7089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7093[warn] 54 | private var tmpNoticeCursor: Nextable = _
7094[warn] | ^
7095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7099[warn] 58 | @volatile private var preHouse: ActorHouse = _
7100[warn] | ^
7101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7105[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7106[warn] | ^
7107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7111[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7112[warn] | ^
7113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7117[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7118[warn] | ^
7119[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7122[warn] 107 | private var system: ActorSystem = _
7123[warn] | ^
7124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7128[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7129[warn] | ^
7130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7134[warn] 72 | private var memoryMonitor: Timeout = _
7135[warn] | ^
7136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7140[warn] 81 | private var systemMonitor: Timeout = _
7141[warn] | ^
7142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7146[warn] 34 | private var sys: ActorSystem = _
7147[warn] | ^
7148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7152[warn] 30 | @volatile private var head: ActorHouse = _
7153[warn] | ^
7154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7158[warn] 31 | @volatile private var tail: ActorHouse = _
7159[warn] | ^
7160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7164[warn] 51 | private var currentRunning: Actor[?] = _
7165[warn] | ^
7166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7170[warn] 26 | private var head: Nextable = _
7171[warn] | ^
7172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7176[warn] 27 | private var tail: Nextable = _
7177[warn] | ^
7178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7182[warn] 30 | @volatile private var head: ActorHouse = _
7183[warn] | ^
7184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
7188[warn] 31 | @volatile private var tail: ActorHouse = _
7189[warn] | ^
7190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
7194[warn] 37 | @volatile private var highHead: ActorHouse = _
7195[warn] | ^
7196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
7200[warn] 38 | @volatile private var highTail: ActorHouse = _
7201[warn] | ^
7202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
7206[warn] 29 | private var fs: Array[FileChannel] = _
7207[warn] | ^
7208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
7212[warn] 28 | private var channel: Channel = _
7213[warn] | ^
7214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
7218[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
7219[warn] | ^
7220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
7224[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
7225[warn] | ^
7226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
7230[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
7231[warn] | ^
7232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
7236[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
7237[warn] | ^
7238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
7242[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
7243[warn] | ^
7244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
7248[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
7249[warn] | ^
7250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
7254[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
7255[warn] | ^
7256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
7260[warn] 26 | private var resourceTimer: ResourceTimer = _
7261[warn] | ^
7262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
7266[warn] 34 | protected var address: EventableAddress = _
7267[warn] | ^
7268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
7272[warn] 40 | @volatile protected var handle: Timeout = _
7273[warn] | ^
7274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
7278[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
7279[warn] | ^
7280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
7284[warn] 39 | private var reactor: Reactor = _
7285[warn] | ^
7286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
7290[warn] 28 | private var transportFactory: TransportFactory = _
7291[warn] | ^
7292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
7296[warn] 39 | protected var _selectionKey: SelectionKey = _
7297[warn] | ^
7298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
7302[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
7303[warn] | ^
7304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
7308[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
7309[warn] | ^
7310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
7314[warn] 35 | private var ch: FileChannel = _
7315[warn] | ^
7316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
7320[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
7321[warn] | ^
7322[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
7323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
7325[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
7326[warn] | ^
7327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
7331[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
7332[warn] | ^
7333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
7337[warn] 44 | private var thread: Thread = _
7338[warn] | ^
7339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
7343[warn] 56 | private var ioHandler: IoHandler = _
7344[warn] | ^
7345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
7349[warn] 21 | @volatile private var n: Nextable | Null = _
7350[warn] | ^
7351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
7355[warn] 25 | @volatile private var head: T | Null = _
7356[warn] | ^
7357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
7361[warn] 26 | @volatile private var tail: T | Null = _
7362[warn] | ^
7363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
7367[warn] 29 | @volatile private var head: T | Null = _
7368[warn] | ^
7369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
7373[warn] 30 | @volatile private var tail: T | Null = _
7374[warn] | ^
7375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
7379[warn] 25 | private var head: T | Null = _
7380[warn] | ^
7381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
7385[warn] 26 | private var tail: T | Null = _
7386[warn] | ^
7387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7390[warn] 129 warnings found
7391[error] two errors found
7392Failed to evaluated sql-postgres-driver.compile: mill.api.Result$Failure
7393
7394Starting build for otavia-codec-redis - [11/23]
7395[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
7396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
7397[warn] 35 | protected var logger: Logger = _
7398[warn] | ^
7399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
7403[warn] 37 | private var ctx: ActorContext = _
7404[warn] | ^
7405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
7409[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
7410[warn] | ^
7411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
7415[warn] 45 | private[core] var currentStack: Stack = _
7416[warn] | ^
7417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7420[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
7421[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7422[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7423[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7424[error] |Required: cc.otavia.core.actor.MessageOf[W] &
7425[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7426[error] |
7427[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
7428[error] |
7429[error] | longer explanation available when compiling with `-explain`
7430[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
7431[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7432[error] | ^^^^^^^^^^^^
7433[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
7434[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
7435[error] |
7436[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
7437[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7438[error] |
7439[error] |
7440[error] |Note: a match type could not be fully reduced:
7441[error] |
7442[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
7443[error] | failed since selector W
7444[error] | does not uniquely determine parameter m in
7445[error] | case cc.otavia.core.actor.Actor[m] => m
7446[error] | The computed bounds for the parameter are:
7447[error] | m <: cc.otavia.core.message.Call |
7448[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7449[error] |
7450[error] | longer explanation available when compiling with `-explain`
7451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
7452[warn] 30 | private var workers: Address[MessageOf[W]] = _
7453[warn] | ^
7454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
7458[warn] 37 | private var currentChannelReceived: AnyRef = _
7459[warn] | ^
7460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
7464[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
7465[warn] | ^
7466[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
7469[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
7470[warn] | ^
7471[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
7474[warn] 23 | private var variables: Array[AnyRef] = _
7475[warn] | ^
7476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
7480[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
7481[warn] | ^
7482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
7486[warn] 26 | private var thread: Thread = _
7487[warn] | ^
7488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
7492[warn] 28 | private var head: Nextable = _
7493[warn] | ^
7494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
7498[warn] 29 | private var tail: Nextable = _
7499[warn] | ^
7500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
7504[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
7505[warn] | ^
7506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
7510[warn] 46 | private var actorHouse: ActorHouse = _
7511[warn] | ^
7512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
7516[warn] 49 | private var pipe: ChannelPipelineImpl = _
7517[warn] | ^
7518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
7522[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
7523[warn] | ^
7524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
7528[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
7529[warn] | ^
7530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
7534[warn] 35 | private var path: Path = _
7535[warn] | ^
7536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
7540[warn] 36 | protected var currentReadPlan: ReadPlan = _
7541[warn] | ^
7542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
7546[warn] 38 | private var readFactory: ReadPlanFactory = _
7547[warn] | ^
7548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
7552[warn] 22 | private[core] var added: Boolean = _
7553[warn] | ^
7554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
7558[warn] 51 | private var removed: Boolean = _
7559[warn] | ^
7560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
7564[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
7565[warn] | ^
7566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
7570[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
7571[warn] | ^
7572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
7576[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
7577[warn] | ^
7578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
7582[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
7583[warn] | ^
7584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
7588[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7589[warn] | ^
7590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
7594[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7595[warn] | ^
7596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
7600[warn] 38 | private var inbound: I = _
7601[warn] | ^
7602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
7606[warn] 39 | private var outbound: O = _
7607[warn] | ^
7608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
7612[warn] 42 | private var fileChannel: FileChannel = _
7613[warn] | ^
7614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
7618[warn] 43 | private var file: File = _
7619[warn] | ^
7620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
7624[warn] 27 | private var hd: QueueMapEntity = _
7625[warn] | ^
7626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
7630[warn] 28 | private var tl: QueueMapEntity = _
7631[warn] | ^
7632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
7636[warn] 34 | private var cursor: QueueMapEntity = _
7637[warn] | ^
7638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
7642[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
7643[warn] | ^
7644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
7648[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
7649[warn] | ^
7650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
7654[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
7655[warn] | ^
7656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
7660[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
7661[warn] | ^
7662[warn] |Ignoring [this] qualifier.
7663[warn] |This syntax will be deprecated in the future; it should be dropped.
7664[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
7665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
7667[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
7668[warn] | ^
7669[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
7672[warn] 29 | @volatile private var sys: ActorSystem = _
7673[warn] | ^
7674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
7678[warn] 27 | private var address: Address[Call] = _
7679[warn] | ^
7680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
7684[warn] 31 | private var msg: M = _
7685[warn] | ^
7686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
7690[warn] 35 | private var rids: Array[Long] = _
7691[warn] | ^
7692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
7696[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
7697[warn] | ^
7698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
7702[warn] 28 | protected var stack: Stack = _
7703[warn] | ^
7704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
7708[warn] 33 | protected var result: AnyRef = _
7709[warn] | ^
7710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
7714[warn] 34 | protected var error: Throwable = _
7715[warn] | ^
7716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
7720[warn] 36 | private var p: AbstractPromise[?] = _
7721[warn] | ^
7722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
7726[warn] 30 | private var call: Call = _
7727[warn] | ^
7728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
7732[warn] 31 | private var reply: Reply = _
7733[warn] | ^
7734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
7738[warn] 33 | private var sender: Address[Call] = _
7739[warn] | ^
7740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
7744[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
7745[warn] | ^
7746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
7750[warn] 27 | private var messages: Seq[Notice] = _
7751[warn] | ^
7752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
7756[warn] 49 | private var ch: Channel = _
7757[warn] | ^
7758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
7762[warn] 50 | private var ask: AnyRef = _
7763[warn] | ^
7764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
7768[warn] 51 | private var callback: ChannelPromise => Unit = _
7769[warn] | ^
7770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
7774[warn] 27 | private var msg: AnyRef = _
7775[warn] | ^
7776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
7780[warn] 28 | private var belong: AbstractChannel = _
7781[warn] | ^
7782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
7786[warn] 33 | private var ret: AnyRef = _
7787[warn] | ^
7788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
7792[warn] 29 | private var table: Array[MessagePromise[?]] = _
7793[warn] | ^
7794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
7798[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
7799[warn] | ^
7800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
7804[warn] 28 | private var msg: Call = _
7805[warn] | ^
7806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7810[warn] 26 | var head: AbstractPromise[?] = _
7811[warn] | ^
7812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7816[warn] 27 | var tail: AbstractPromise[?] = _
7817[warn] | ^
7818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7822[warn] 29 | private var nextState: StackState = _
7823[warn] | ^
7824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7828[warn] 32 | private var completedHead: AbstractPromise[?] = _
7829[warn] | ^
7830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7834[warn] 33 | private var completedTail: AbstractPromise[?] = _
7835[warn] | ^
7836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7840[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7841[warn] | ^
7842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7846[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7847[warn] | ^
7848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7852[warn] 40 | private var actor: AbstractActor[?] = _
7853[warn] | ^
7854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7858[warn] 42 | private var att: AnyRef = _
7859[warn] | ^
7860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7864[warn] 27 | private var fu: ChannelFuture = _
7865[warn] | ^
7866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7870[warn] 28 | private var fu: MessageFuture[R] = _
7871[warn] | ^
7872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7876[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7877[warn] | ^
7878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7882[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7883[warn] | ^
7884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7888[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7889[warn] | ^
7890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7894[warn] 53 | private var tmpAskCursor: Nextable = _
7895[warn] | ^
7896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7900[warn] 54 | private var tmpNoticeCursor: Nextable = _
7901[warn] | ^
7902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7906[warn] 58 | @volatile private var preHouse: ActorHouse = _
7907[warn] | ^
7908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7912[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7913[warn] | ^
7914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7918[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7919[warn] | ^
7920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7924[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7925[warn] | ^
7926[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7929[warn] 107 | private var system: ActorSystem = _
7930[warn] | ^
7931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7935[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7936[warn] | ^
7937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7941[warn] 72 | private var memoryMonitor: Timeout = _
7942[warn] | ^
7943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7947[warn] 81 | private var systemMonitor: Timeout = _
7948[warn] | ^
7949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7953[warn] 34 | private var sys: ActorSystem = _
7954[warn] | ^
7955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7959[warn] 30 | @volatile private var head: ActorHouse = _
7960[warn] | ^
7961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7965[warn] 31 | @volatile private var tail: ActorHouse = _
7966[warn] | ^
7967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7971[warn] 51 | private var currentRunning: Actor[?] = _
7972[warn] | ^
7973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7977[warn] 26 | private var head: Nextable = _
7978[warn] | ^
7979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7983[warn] 27 | private var tail: Nextable = _
7984[warn] | ^
7985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7989[warn] 30 | @volatile private var head: ActorHouse = _
7990[warn] | ^
7991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
7995[warn] 31 | @volatile private var tail: ActorHouse = _
7996[warn] | ^
7997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8001[warn] 37 | @volatile private var highHead: ActorHouse = _
8002[warn] | ^
8003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8007[warn] 38 | @volatile private var highTail: ActorHouse = _
8008[warn] | ^
8009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8013[warn] 29 | private var fs: Array[FileChannel] = _
8014[warn] | ^
8015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8019[warn] 28 | private var channel: Channel = _
8020[warn] | ^
8021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8025[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8026[warn] | ^
8027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8031[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8032[warn] | ^
8033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8037[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8038[warn] | ^
8039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8043[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8044[warn] | ^
8045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8049[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8050[warn] | ^
8051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8055[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8056[warn] | ^
8057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8061[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8062[warn] | ^
8063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8067[warn] 26 | private var resourceTimer: ResourceTimer = _
8068[warn] | ^
8069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8073[warn] 34 | protected var address: EventableAddress = _
8074[warn] | ^
8075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8079[warn] 40 | @volatile protected var handle: Timeout = _
8080[warn] | ^
8081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8085[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8086[warn] | ^
8087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8091[warn] 39 | private var reactor: Reactor = _
8092[warn] | ^
8093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8097[warn] 28 | private var transportFactory: TransportFactory = _
8098[warn] | ^
8099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8103[warn] 39 | protected var _selectionKey: SelectionKey = _
8104[warn] | ^
8105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8109[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8110[warn] | ^
8111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8115[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8116[warn] | ^
8117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8121[warn] 35 | private var ch: FileChannel = _
8122[warn] | ^
8123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8127[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8128[warn] | ^
8129[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8132[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8133[warn] | ^
8134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8138[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8139[warn] | ^
8140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8144[warn] 44 | private var thread: Thread = _
8145[warn] | ^
8146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8150[warn] 56 | private var ioHandler: IoHandler = _
8151[warn] | ^
8152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8156[warn] 21 | @volatile private var n: Nextable | Null = _
8157[warn] | ^
8158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8162[warn] 25 | @volatile private var head: T | Null = _
8163[warn] | ^
8164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8168[warn] 26 | @volatile private var tail: T | Null = _
8169[warn] | ^
8170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8174[warn] 29 | @volatile private var head: T | Null = _
8175[warn] | ^
8176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8180[warn] 30 | @volatile private var tail: T | Null = _
8181[warn] | ^
8182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
8186[warn] 25 | private var head: T | Null = _
8187[warn] | ^
8188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
8192[warn] 26 | private var tail: T | Null = _
8193[warn] | ^
8194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8197[warn] 129 warnings found
8198[error] two errors found
8199Failed to evaluated codec-redis.compile: mill.api.Result$Failure
8200
8201Starting build for otavia-handler - [12/23]
8202[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
8203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
8204[warn] 35 | protected var logger: Logger = _
8205[warn] | ^
8206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
8210[warn] 37 | private var ctx: ActorContext = _
8211[warn] | ^
8212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
8216[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
8217[warn] | ^
8218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
8222[warn] 45 | private[core] var currentStack: Stack = _
8223[warn] | ^
8224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8227[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
8228[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8229[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8230[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8231[error] |Required: cc.otavia.core.actor.MessageOf[W] &
8232[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8233[error] |
8234[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
8235[error] |
8236[error] | longer explanation available when compiling with `-explain`
8237[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
8238[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8239[error] | ^^^^^^^^^^^^
8240[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
8241[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
8242[error] |
8243[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
8244[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8245[error] |
8246[error] |
8247[error] |Note: a match type could not be fully reduced:
8248[error] |
8249[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
8250[error] | failed since selector W
8251[error] | does not uniquely determine parameter m in
8252[error] | case cc.otavia.core.actor.Actor[m] => m
8253[error] | The computed bounds for the parameter are:
8254[error] | m <: cc.otavia.core.message.Call |
8255[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8256[error] |
8257[error] | longer explanation available when compiling with `-explain`
8258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
8259[warn] 30 | private var workers: Address[MessageOf[W]] = _
8260[warn] | ^
8261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
8265[warn] 37 | private var currentChannelReceived: AnyRef = _
8266[warn] | ^
8267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
8271[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
8272[warn] | ^
8273[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
8276[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
8277[warn] | ^
8278[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
8281[warn] 23 | private var variables: Array[AnyRef] = _
8282[warn] | ^
8283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
8287[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
8288[warn] | ^
8289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
8293[warn] 26 | private var thread: Thread = _
8294[warn] | ^
8295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
8299[warn] 28 | private var head: Nextable = _
8300[warn] | ^
8301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
8305[warn] 29 | private var tail: Nextable = _
8306[warn] | ^
8307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
8311[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
8312[warn] | ^
8313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
8317[warn] 46 | private var actorHouse: ActorHouse = _
8318[warn] | ^
8319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
8323[warn] 49 | private var pipe: ChannelPipelineImpl = _
8324[warn] | ^
8325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
8329[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
8330[warn] | ^
8331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
8335[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
8336[warn] | ^
8337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
8341[warn] 35 | private var path: Path = _
8342[warn] | ^
8343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
8347[warn] 36 | protected var currentReadPlan: ReadPlan = _
8348[warn] | ^
8349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
8353[warn] 38 | private var readFactory: ReadPlanFactory = _
8354[warn] | ^
8355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
8359[warn] 22 | private[core] var added: Boolean = _
8360[warn] | ^
8361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
8365[warn] 51 | private var removed: Boolean = _
8366[warn] | ^
8367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
8371[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
8372[warn] | ^
8373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
8377[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
8378[warn] | ^
8379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
8383[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
8384[warn] | ^
8385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
8389[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
8390[warn] | ^
8391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
8395[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8396[warn] | ^
8397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
8401[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8402[warn] | ^
8403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
8407[warn] 38 | private var inbound: I = _
8408[warn] | ^
8409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
8413[warn] 39 | private var outbound: O = _
8414[warn] | ^
8415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
8419[warn] 42 | private var fileChannel: FileChannel = _
8420[warn] | ^
8421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
8425[warn] 43 | private var file: File = _
8426[warn] | ^
8427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
8431[warn] 27 | private var hd: QueueMapEntity = _
8432[warn] | ^
8433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
8437[warn] 28 | private var tl: QueueMapEntity = _
8438[warn] | ^
8439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
8443[warn] 34 | private var cursor: QueueMapEntity = _
8444[warn] | ^
8445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
8449[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
8450[warn] | ^
8451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
8455[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
8456[warn] | ^
8457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
8461[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
8462[warn] | ^
8463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
8467[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
8468[warn] | ^
8469[warn] |Ignoring [this] qualifier.
8470[warn] |This syntax will be deprecated in the future; it should be dropped.
8471[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
8472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
8474[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
8475[warn] | ^
8476[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
8479[warn] 29 | @volatile private var sys: ActorSystem = _
8480[warn] | ^
8481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
8485[warn] 27 | private var address: Address[Call] = _
8486[warn] | ^
8487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
8491[warn] 31 | private var msg: M = _
8492[warn] | ^
8493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
8497[warn] 35 | private var rids: Array[Long] = _
8498[warn] | ^
8499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
8503[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
8504[warn] | ^
8505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
8509[warn] 28 | protected var stack: Stack = _
8510[warn] | ^
8511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
8515[warn] 33 | protected var result: AnyRef = _
8516[warn] | ^
8517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
8521[warn] 34 | protected var error: Throwable = _
8522[warn] | ^
8523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
8527[warn] 36 | private var p: AbstractPromise[?] = _
8528[warn] | ^
8529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
8533[warn] 30 | private var call: Call = _
8534[warn] | ^
8535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
8539[warn] 31 | private var reply: Reply = _
8540[warn] | ^
8541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
8545[warn] 33 | private var sender: Address[Call] = _
8546[warn] | ^
8547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
8551[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
8552[warn] | ^
8553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
8557[warn] 27 | private var messages: Seq[Notice] = _
8558[warn] | ^
8559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
8563[warn] 49 | private var ch: Channel = _
8564[warn] | ^
8565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
8569[warn] 50 | private var ask: AnyRef = _
8570[warn] | ^
8571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
8575[warn] 51 | private var callback: ChannelPromise => Unit = _
8576[warn] | ^
8577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
8581[warn] 27 | private var msg: AnyRef = _
8582[warn] | ^
8583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
8587[warn] 28 | private var belong: AbstractChannel = _
8588[warn] | ^
8589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
8593[warn] 33 | private var ret: AnyRef = _
8594[warn] | ^
8595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
8599[warn] 29 | private var table: Array[MessagePromise[?]] = _
8600[warn] | ^
8601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
8605[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
8606[warn] | ^
8607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
8611[warn] 28 | private var msg: Call = _
8612[warn] | ^
8613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
8617[warn] 26 | var head: AbstractPromise[?] = _
8618[warn] | ^
8619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
8623[warn] 27 | var tail: AbstractPromise[?] = _
8624[warn] | ^
8625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
8629[warn] 29 | private var nextState: StackState = _
8630[warn] | ^
8631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
8635[warn] 32 | private var completedHead: AbstractPromise[?] = _
8636[warn] | ^
8637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
8641[warn] 33 | private var completedTail: AbstractPromise[?] = _
8642[warn] | ^
8643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
8647[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
8648[warn] | ^
8649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
8653[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
8654[warn] | ^
8655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
8659[warn] 40 | private var actor: AbstractActor[?] = _
8660[warn] | ^
8661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
8665[warn] 42 | private var att: AnyRef = _
8666[warn] | ^
8667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
8671[warn] 27 | private var fu: ChannelFuture = _
8672[warn] | ^
8673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
8677[warn] 28 | private var fu: MessageFuture[R] = _
8678[warn] | ^
8679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
8683[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
8684[warn] | ^
8685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
8689[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
8690[warn] | ^
8691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
8695[warn] 41 | private var actorAddress: ActorAddress[Call] = _
8696[warn] | ^
8697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
8701[warn] 53 | private var tmpAskCursor: Nextable = _
8702[warn] | ^
8703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
8707[warn] 54 | private var tmpNoticeCursor: Nextable = _
8708[warn] | ^
8709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
8713[warn] 58 | @volatile private var preHouse: ActorHouse = _
8714[warn] | ^
8715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
8719[warn] 59 | @volatile private var nextHouse: ActorHouse = _
8720[warn] | ^
8721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
8725[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
8726[warn] | ^
8727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
8731[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
8732[warn] | ^
8733[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
8736[warn] 107 | private var system: ActorSystem = _
8737[warn] | ^
8738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
8742[warn] 57 | private var mainActor: Address[MainActor.Args] = _
8743[warn] | ^
8744[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8745[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8746[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8747[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
8748[warn] 72 | private var memoryMonitor: Timeout = _
8749[warn] | ^
8750[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8751[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
8754[warn] 81 | private var systemMonitor: Timeout = _
8755[warn] | ^
8756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
8760[warn] 34 | private var sys: ActorSystem = _
8761[warn] | ^
8762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
8766[warn] 30 | @volatile private var head: ActorHouse = _
8767[warn] | ^
8768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
8772[warn] 31 | @volatile private var tail: ActorHouse = _
8773[warn] | ^
8774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
8778[warn] 51 | private var currentRunning: Actor[?] = _
8779[warn] | ^
8780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
8784[warn] 26 | private var head: Nextable = _
8785[warn] | ^
8786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
8790[warn] 27 | private var tail: Nextable = _
8791[warn] | ^
8792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
8796[warn] 30 | @volatile private var head: ActorHouse = _
8797[warn] | ^
8798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
8802[warn] 31 | @volatile private var tail: ActorHouse = _
8803[warn] | ^
8804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8808[warn] 37 | @volatile private var highHead: ActorHouse = _
8809[warn] | ^
8810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8814[warn] 38 | @volatile private var highTail: ActorHouse = _
8815[warn] | ^
8816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8820[warn] 29 | private var fs: Array[FileChannel] = _
8821[warn] | ^
8822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8826[warn] 28 | private var channel: Channel = _
8827[warn] | ^
8828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8832[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8833[warn] | ^
8834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8838[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8839[warn] | ^
8840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8844[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8845[warn] | ^
8846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8850[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8851[warn] | ^
8852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8856[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8857[warn] | ^
8858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8862[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8863[warn] | ^
8864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8868[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8869[warn] | ^
8870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8874[warn] 26 | private var resourceTimer: ResourceTimer = _
8875[warn] | ^
8876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8880[warn] 34 | protected var address: EventableAddress = _
8881[warn] | ^
8882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8886[warn] 40 | @volatile protected var handle: Timeout = _
8887[warn] | ^
8888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8892[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8893[warn] | ^
8894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8898[warn] 39 | private var reactor: Reactor = _
8899[warn] | ^
8900[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8901[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8904[warn] 28 | private var transportFactory: TransportFactory = _
8905[warn] | ^
8906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8910[warn] 39 | protected var _selectionKey: SelectionKey = _
8911[warn] | ^
8912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8916[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8917[warn] | ^
8918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8922[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8923[warn] | ^
8924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8928[warn] 35 | private var ch: FileChannel = _
8929[warn] | ^
8930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8934[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8935[warn] | ^
8936[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8939[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8940[warn] | ^
8941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8945[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8946[warn] | ^
8947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8951[warn] 44 | private var thread: Thread = _
8952[warn] | ^
8953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8957[warn] 56 | private var ioHandler: IoHandler = _
8958[warn] | ^
8959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8963[warn] 21 | @volatile private var n: Nextable | Null = _
8964[warn] | ^
8965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8969[warn] 25 | @volatile private var head: T | Null = _
8970[warn] | ^
8971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8975[warn] 26 | @volatile private var tail: T | Null = _
8976[warn] | ^
8977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8981[warn] 29 | @volatile private var head: T | Null = _
8982[warn] | ^
8983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8987[warn] 30 | @volatile private var tail: T | Null = _
8988[warn] | ^
8989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
8993[warn] 25 | private var head: T | Null = _
8994[warn] | ^
8995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
8999[warn] 26 | private var tail: T | Null = _
9000[warn] | ^
9001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9004[warn] 129 warnings found
9005[error] two errors found
9006Failed to evaluated handler.compile: mill.api.Result$Failure
9007
9008Starting build for otavia-codec-http - [13/23]
9009[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9011[warn] 35 | protected var logger: Logger = _
9012[warn] | ^
9013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9017[warn] 37 | private var ctx: ActorContext = _
9018[warn] | ^
9019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9023[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9024[warn] | ^
9025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9029[warn] 45 | private[core] var currentStack: Stack = _
9030[warn] | ^
9031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9034[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9035[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9036[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9037[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9038[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9039[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9040[error] |
9041[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9042[error] |
9043[error] | longer explanation available when compiling with `-explain`
9044[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9045[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9046[error] | ^^^^^^^^^^^^
9047[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9048[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9049[error] |
9050[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9051[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9052[error] |
9053[error] |
9054[error] |Note: a match type could not be fully reduced:
9055[error] |
9056[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9057[error] | failed since selector W
9058[error] | does not uniquely determine parameter m in
9059[error] | case cc.otavia.core.actor.Actor[m] => m
9060[error] | The computed bounds for the parameter are:
9061[error] | m <: cc.otavia.core.message.Call |
9062[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9063[error] |
9064[error] | longer explanation available when compiling with `-explain`
9065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9066[warn] 30 | private var workers: Address[MessageOf[W]] = _
9067[warn] | ^
9068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9072[warn] 37 | private var currentChannelReceived: AnyRef = _
9073[warn] | ^
9074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9078[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9079[warn] | ^
9080[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9083[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9084[warn] | ^
9085[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9088[warn] 23 | private var variables: Array[AnyRef] = _
9089[warn] | ^
9090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9094[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9095[warn] | ^
9096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9100[warn] 26 | private var thread: Thread = _
9101[warn] | ^
9102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9106[warn] 28 | private var head: Nextable = _
9107[warn] | ^
9108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9112[warn] 29 | private var tail: Nextable = _
9113[warn] | ^
9114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9118[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9119[warn] | ^
9120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9124[warn] 46 | private var actorHouse: ActorHouse = _
9125[warn] | ^
9126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9130[warn] 49 | private var pipe: ChannelPipelineImpl = _
9131[warn] | ^
9132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9136[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9137[warn] | ^
9138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9142[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9143[warn] | ^
9144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9148[warn] 35 | private var path: Path = _
9149[warn] | ^
9150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9154[warn] 36 | protected var currentReadPlan: ReadPlan = _
9155[warn] | ^
9156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9160[warn] 38 | private var readFactory: ReadPlanFactory = _
9161[warn] | ^
9162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9166[warn] 22 | private[core] var added: Boolean = _
9167[warn] | ^
9168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9172[warn] 51 | private var removed: Boolean = _
9173[warn] | ^
9174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9178[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9179[warn] | ^
9180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9184[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9185[warn] | ^
9186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9190[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9191[warn] | ^
9192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
9196[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
9197[warn] | ^
9198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
9202[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9203[warn] | ^
9204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
9208[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9209[warn] | ^
9210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
9214[warn] 38 | private var inbound: I = _
9215[warn] | ^
9216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
9220[warn] 39 | private var outbound: O = _
9221[warn] | ^
9222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
9226[warn] 42 | private var fileChannel: FileChannel = _
9227[warn] | ^
9228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
9232[warn] 43 | private var file: File = _
9233[warn] | ^
9234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
9238[warn] 27 | private var hd: QueueMapEntity = _
9239[warn] | ^
9240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
9244[warn] 28 | private var tl: QueueMapEntity = _
9245[warn] | ^
9246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
9250[warn] 34 | private var cursor: QueueMapEntity = _
9251[warn] | ^
9252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
9256[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
9257[warn] | ^
9258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
9262[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
9263[warn] | ^
9264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
9268[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
9269[warn] | ^
9270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
9274[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
9275[warn] | ^
9276[warn] |Ignoring [this] qualifier.
9277[warn] |This syntax will be deprecated in the future; it should be dropped.
9278[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
9279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
9281[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
9282[warn] | ^
9283[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
9286[warn] 29 | @volatile private var sys: ActorSystem = _
9287[warn] | ^
9288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
9292[warn] 27 | private var address: Address[Call] = _
9293[warn] | ^
9294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
9298[warn] 31 | private var msg: M = _
9299[warn] | ^
9300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
9304[warn] 35 | private var rids: Array[Long] = _
9305[warn] | ^
9306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
9310[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
9311[warn] | ^
9312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
9316[warn] 28 | protected var stack: Stack = _
9317[warn] | ^
9318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
9322[warn] 33 | protected var result: AnyRef = _
9323[warn] | ^
9324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
9328[warn] 34 | protected var error: Throwable = _
9329[warn] | ^
9330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
9334[warn] 36 | private var p: AbstractPromise[?] = _
9335[warn] | ^
9336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
9340[warn] 30 | private var call: Call = _
9341[warn] | ^
9342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
9346[warn] 31 | private var reply: Reply = _
9347[warn] | ^
9348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
9352[warn] 33 | private var sender: Address[Call] = _
9353[warn] | ^
9354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
9358[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
9359[warn] | ^
9360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
9364[warn] 27 | private var messages: Seq[Notice] = _
9365[warn] | ^
9366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
9370[warn] 49 | private var ch: Channel = _
9371[warn] | ^
9372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
9376[warn] 50 | private var ask: AnyRef = _
9377[warn] | ^
9378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
9382[warn] 51 | private var callback: ChannelPromise => Unit = _
9383[warn] | ^
9384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
9388[warn] 27 | private var msg: AnyRef = _
9389[warn] | ^
9390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
9394[warn] 28 | private var belong: AbstractChannel = _
9395[warn] | ^
9396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
9400[warn] 33 | private var ret: AnyRef = _
9401[warn] | ^
9402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
9406[warn] 29 | private var table: Array[MessagePromise[?]] = _
9407[warn] | ^
9408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
9412[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
9413[warn] | ^
9414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
9418[warn] 28 | private var msg: Call = _
9419[warn] | ^
9420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
9424[warn] 26 | var head: AbstractPromise[?] = _
9425[warn] | ^
9426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
9430[warn] 27 | var tail: AbstractPromise[?] = _
9431[warn] | ^
9432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
9436[warn] 29 | private var nextState: StackState = _
9437[warn] | ^
9438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
9442[warn] 32 | private var completedHead: AbstractPromise[?] = _
9443[warn] | ^
9444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
9448[warn] 33 | private var completedTail: AbstractPromise[?] = _
9449[warn] | ^
9450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
9454[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
9455[warn] | ^
9456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
9460[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
9461[warn] | ^
9462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
9466[warn] 40 | private var actor: AbstractActor[?] = _
9467[warn] | ^
9468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
9472[warn] 42 | private var att: AnyRef = _
9473[warn] | ^
9474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
9478[warn] 27 | private var fu: ChannelFuture = _
9479[warn] | ^
9480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
9484[warn] 28 | private var fu: MessageFuture[R] = _
9485[warn] | ^
9486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
9490[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
9491[warn] | ^
9492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
9496[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
9497[warn] | ^
9498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
9502[warn] 41 | private var actorAddress: ActorAddress[Call] = _
9503[warn] | ^
9504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
9508[warn] 53 | private var tmpAskCursor: Nextable = _
9509[warn] | ^
9510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
9514[warn] 54 | private var tmpNoticeCursor: Nextable = _
9515[warn] | ^
9516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
9520[warn] 58 | @volatile private var preHouse: ActorHouse = _
9521[warn] | ^
9522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
9526[warn] 59 | @volatile private var nextHouse: ActorHouse = _
9527[warn] | ^
9528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
9532[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
9533[warn] | ^
9534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
9538[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
9539[warn] | ^
9540[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
9543[warn] 107 | private var system: ActorSystem = _
9544[warn] | ^
9545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
9549[warn] 57 | private var mainActor: Address[MainActor.Args] = _
9550[warn] | ^
9551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
9555[warn] 72 | private var memoryMonitor: Timeout = _
9556[warn] | ^
9557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
9561[warn] 81 | private var systemMonitor: Timeout = _
9562[warn] | ^
9563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
9567[warn] 34 | private var sys: ActorSystem = _
9568[warn] | ^
9569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
9573[warn] 30 | @volatile private var head: ActorHouse = _
9574[warn] | ^
9575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
9579[warn] 31 | @volatile private var tail: ActorHouse = _
9580[warn] | ^
9581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
9585[warn] 51 | private var currentRunning: Actor[?] = _
9586[warn] | ^
9587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
9591[warn] 26 | private var head: Nextable = _
9592[warn] | ^
9593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
9597[warn] 27 | private var tail: Nextable = _
9598[warn] | ^
9599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
9603[warn] 30 | @volatile private var head: ActorHouse = _
9604[warn] | ^
9605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
9609[warn] 31 | @volatile private var tail: ActorHouse = _
9610[warn] | ^
9611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
9615[warn] 37 | @volatile private var highHead: ActorHouse = _
9616[warn] | ^
9617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
9621[warn] 38 | @volatile private var highTail: ActorHouse = _
9622[warn] | ^
9623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
9627[warn] 29 | private var fs: Array[FileChannel] = _
9628[warn] | ^
9629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
9633[warn] 28 | private var channel: Channel = _
9634[warn] | ^
9635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
9639[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
9640[warn] | ^
9641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
9645[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
9646[warn] | ^
9647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
9651[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
9652[warn] | ^
9653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
9657[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
9658[warn] | ^
9659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
9663[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
9664[warn] | ^
9665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
9669[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
9670[warn] | ^
9671[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9672[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
9675[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
9676[warn] | ^
9677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
9681[warn] 26 | private var resourceTimer: ResourceTimer = _
9682[warn] | ^
9683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
9687[warn] 34 | protected var address: EventableAddress = _
9688[warn] | ^
9689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
9693[warn] 40 | @volatile protected var handle: Timeout = _
9694[warn] | ^
9695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
9699[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
9700[warn] | ^
9701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
9705[warn] 39 | private var reactor: Reactor = _
9706[warn] | ^
9707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
9711[warn] 28 | private var transportFactory: TransportFactory = _
9712[warn] | ^
9713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
9717[warn] 39 | protected var _selectionKey: SelectionKey = _
9718[warn] | ^
9719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
9723[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
9724[warn] | ^
9725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
9729[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
9730[warn] | ^
9731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
9735[warn] 35 | private var ch: FileChannel = _
9736[warn] | ^
9737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
9741[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
9742[warn] | ^
9743[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
9744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
9746[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
9747[warn] | ^
9748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
9752[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
9753[warn] | ^
9754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
9758[warn] 44 | private var thread: Thread = _
9759[warn] | ^
9760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
9764[warn] 56 | private var ioHandler: IoHandler = _
9765[warn] | ^
9766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
9770[warn] 21 | @volatile private var n: Nextable | Null = _
9771[warn] | ^
9772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
9776[warn] 25 | @volatile private var head: T | Null = _
9777[warn] | ^
9778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
9782[warn] 26 | @volatile private var tail: T | Null = _
9783[warn] | ^
9784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
9788[warn] 29 | @volatile private var head: T | Null = _
9789[warn] | ^
9790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
9794[warn] 30 | @volatile private var tail: T | Null = _
9795[warn] | ^
9796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9800[warn] 25 | private var head: T | Null = _
9801[warn] | ^
9802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9806[warn] 26 | private var tail: T | Null = _
9807[warn] | ^
9808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9811[warn] 129 warnings found
9812[error] two errors found
9813Failed to evaluated codec-http.compile: mill.api.Result$Failure
9814
9815Starting build for otavia-codec-kafka - [14/23]
9816No test module defined in codec-kafka
9817[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9818[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9819[warn] 35 | protected var logger: Logger = _
9820[warn] | ^
9821[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9822[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9823[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9824[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9825[warn] 37 | private var ctx: ActorContext = _
9826[warn] | ^
9827[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9828[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9831[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9832[warn] | ^
9833[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9834[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9835[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9837[warn] 45 | private[core] var currentStack: Stack = _
9838[warn] | ^
9839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9842[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9843[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9844[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9845[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9846[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9847[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9848[error] |
9849[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9850[error] |
9851[error] | longer explanation available when compiling with `-explain`
9852[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9853[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9854[error] | ^^^^^^^^^^^^
9855[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9856[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9857[error] |
9858[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9859[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9860[error] |
9861[error] |
9862[error] |Note: a match type could not be fully reduced:
9863[error] |
9864[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9865[error] | failed since selector W
9866[error] | does not uniquely determine parameter m in
9867[error] | case cc.otavia.core.actor.Actor[m] => m
9868[error] | The computed bounds for the parameter are:
9869[error] | m <: cc.otavia.core.message.Call |
9870[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9871[error] |
9872[error] | longer explanation available when compiling with `-explain`
9873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9874[warn] 30 | private var workers: Address[MessageOf[W]] = _
9875[warn] | ^
9876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9880[warn] 37 | private var currentChannelReceived: AnyRef = _
9881[warn] | ^
9882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9886[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9887[warn] | ^
9888[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9891[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9892[warn] | ^
9893[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9896[warn] 23 | private var variables: Array[AnyRef] = _
9897[warn] | ^
9898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9902[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9903[warn] | ^
9904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9908[warn] 26 | private var thread: Thread = _
9909[warn] | ^
9910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9914[warn] 28 | private var head: Nextable = _
9915[warn] | ^
9916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9920[warn] 29 | private var tail: Nextable = _
9921[warn] | ^
9922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9926[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9927[warn] | ^
9928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9932[warn] 46 | private var actorHouse: ActorHouse = _
9933[warn] | ^
9934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9938[warn] 49 | private var pipe: ChannelPipelineImpl = _
9939[warn] | ^
9940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9944[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9945[warn] | ^
9946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9950[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9951[warn] | ^
9952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9956[warn] 35 | private var path: Path = _
9957[warn] | ^
9958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9962[warn] 36 | protected var currentReadPlan: ReadPlan = _
9963[warn] | ^
9964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9968[warn] 38 | private var readFactory: ReadPlanFactory = _
9969[warn] | ^
9970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9974[warn] 22 | private[core] var added: Boolean = _
9975[warn] | ^
9976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9980[warn] 51 | private var removed: Boolean = _
9981[warn] | ^
9982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9986[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9987[warn] | ^
9988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9992[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9993[warn] | ^
9994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9998[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9999[warn] | ^
10000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10004[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10005[warn] | ^
10006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10010[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10011[warn] | ^
10012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10016[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10017[warn] | ^
10018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10022[warn] 38 | private var inbound: I = _
10023[warn] | ^
10024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10028[warn] 39 | private var outbound: O = _
10029[warn] | ^
10030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10034[warn] 42 | private var fileChannel: FileChannel = _
10035[warn] | ^
10036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10040[warn] 43 | private var file: File = _
10041[warn] | ^
10042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10046[warn] 27 | private var hd: QueueMapEntity = _
10047[warn] | ^
10048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10052[warn] 28 | private var tl: QueueMapEntity = _
10053[warn] | ^
10054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10058[warn] 34 | private var cursor: QueueMapEntity = _
10059[warn] | ^
10060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10064[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10065[warn] | ^
10066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10070[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10071[warn] | ^
10072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10076[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10077[warn] | ^
10078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10082[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10083[warn] | ^
10084[warn] |Ignoring [this] qualifier.
10085[warn] |This syntax will be deprecated in the future; it should be dropped.
10086[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10089[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10090[warn] | ^
10091[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10094[warn] 29 | @volatile private var sys: ActorSystem = _
10095[warn] | ^
10096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10100[warn] 27 | private var address: Address[Call] = _
10101[warn] | ^
10102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10106[warn] 31 | private var msg: M = _
10107[warn] | ^
10108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10112[warn] 35 | private var rids: Array[Long] = _
10113[warn] | ^
10114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10118[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10119[warn] | ^
10120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10124[warn] 28 | protected var stack: Stack = _
10125[warn] | ^
10126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10130[warn] 33 | protected var result: AnyRef = _
10131[warn] | ^
10132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10136[warn] 34 | protected var error: Throwable = _
10137[warn] | ^
10138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10142[warn] 36 | private var p: AbstractPromise[?] = _
10143[warn] | ^
10144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10148[warn] 30 | private var call: Call = _
10149[warn] | ^
10150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10154[warn] 31 | private var reply: Reply = _
10155[warn] | ^
10156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10160[warn] 33 | private var sender: Address[Call] = _
10161[warn] | ^
10162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10166[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10167[warn] | ^
10168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10172[warn] 27 | private var messages: Seq[Notice] = _
10173[warn] | ^
10174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10178[warn] 49 | private var ch: Channel = _
10179[warn] | ^
10180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10184[warn] 50 | private var ask: AnyRef = _
10185[warn] | ^
10186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10190[warn] 51 | private var callback: ChannelPromise => Unit = _
10191[warn] | ^
10192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
10196[warn] 27 | private var msg: AnyRef = _
10197[warn] | ^
10198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
10202[warn] 28 | private var belong: AbstractChannel = _
10203[warn] | ^
10204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
10208[warn] 33 | private var ret: AnyRef = _
10209[warn] | ^
10210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
10214[warn] 29 | private var table: Array[MessagePromise[?]] = _
10215[warn] | ^
10216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
10220[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
10221[warn] | ^
10222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
10226[warn] 28 | private var msg: Call = _
10227[warn] | ^
10228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
10232[warn] 26 | var head: AbstractPromise[?] = _
10233[warn] | ^
10234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
10238[warn] 27 | var tail: AbstractPromise[?] = _
10239[warn] | ^
10240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
10244[warn] 29 | private var nextState: StackState = _
10245[warn] | ^
10246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
10250[warn] 32 | private var completedHead: AbstractPromise[?] = _
10251[warn] | ^
10252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
10256[warn] 33 | private var completedTail: AbstractPromise[?] = _
10257[warn] | ^
10258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
10262[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
10263[warn] | ^
10264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
10268[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
10269[warn] | ^
10270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
10274[warn] 40 | private var actor: AbstractActor[?] = _
10275[warn] | ^
10276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
10280[warn] 42 | private var att: AnyRef = _
10281[warn] | ^
10282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
10286[warn] 27 | private var fu: ChannelFuture = _
10287[warn] | ^
10288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
10292[warn] 28 | private var fu: MessageFuture[R] = _
10293[warn] | ^
10294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
10298[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
10299[warn] | ^
10300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
10304[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
10305[warn] | ^
10306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
10310[warn] 41 | private var actorAddress: ActorAddress[Call] = _
10311[warn] | ^
10312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
10316[warn] 53 | private var tmpAskCursor: Nextable = _
10317[warn] | ^
10318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
10322[warn] 54 | private var tmpNoticeCursor: Nextable = _
10323[warn] | ^
10324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
10328[warn] 58 | @volatile private var preHouse: ActorHouse = _
10329[warn] | ^
10330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
10334[warn] 59 | @volatile private var nextHouse: ActorHouse = _
10335[warn] | ^
10336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
10340[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
10341[warn] | ^
10342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
10346[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
10347[warn] | ^
10348[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
10351[warn] 107 | private var system: ActorSystem = _
10352[warn] | ^
10353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
10357[warn] 57 | private var mainActor: Address[MainActor.Args] = _
10358[warn] | ^
10359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
10363[warn] 72 | private var memoryMonitor: Timeout = _
10364[warn] | ^
10365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
10369[warn] 81 | private var systemMonitor: Timeout = _
10370[warn] | ^
10371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
10375[warn] 34 | private var sys: ActorSystem = _
10376[warn] | ^
10377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
10381[warn] 30 | @volatile private var head: ActorHouse = _
10382[warn] | ^
10383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
10387[warn] 31 | @volatile private var tail: ActorHouse = _
10388[warn] | ^
10389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
10393[warn] 51 | private var currentRunning: Actor[?] = _
10394[warn] | ^
10395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
10399[warn] 26 | private var head: Nextable = _
10400[warn] | ^
10401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
10405[warn] 27 | private var tail: Nextable = _
10406[warn] | ^
10407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
10411[warn] 30 | @volatile private var head: ActorHouse = _
10412[warn] | ^
10413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
10417[warn] 31 | @volatile private var tail: ActorHouse = _
10418[warn] | ^
10419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
10423[warn] 37 | @volatile private var highHead: ActorHouse = _
10424[warn] | ^
10425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
10429[warn] 38 | @volatile private var highTail: ActorHouse = _
10430[warn] | ^
10431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
10435[warn] 29 | private var fs: Array[FileChannel] = _
10436[warn] | ^
10437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
10441[warn] 28 | private var channel: Channel = _
10442[warn] | ^
10443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
10447[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
10448[warn] | ^
10449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
10453[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
10454[warn] | ^
10455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
10459[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
10460[warn] | ^
10461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
10465[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
10466[warn] | ^
10467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
10471[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
10472[warn] | ^
10473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
10477[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
10478[warn] | ^
10479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
10483[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
10484[warn] | ^
10485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
10489[warn] 26 | private var resourceTimer: ResourceTimer = _
10490[warn] | ^
10491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
10495[warn] 34 | protected var address: EventableAddress = _
10496[warn] | ^
10497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
10501[warn] 40 | @volatile protected var handle: Timeout = _
10502[warn] | ^
10503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
10507[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
10508[warn] | ^
10509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
10513[warn] 39 | private var reactor: Reactor = _
10514[warn] | ^
10515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
10519[warn] 28 | private var transportFactory: TransportFactory = _
10520[warn] | ^
10521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
10525[warn] 39 | protected var _selectionKey: SelectionKey = _
10526[warn] | ^
10527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
10531[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
10532[warn] | ^
10533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
10537[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
10538[warn] | ^
10539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
10543[warn] 35 | private var ch: FileChannel = _
10544[warn] | ^
10545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
10549[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
10550[warn] | ^
10551[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
10552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
10554[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
10555[warn] | ^
10556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
10560[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
10561[warn] | ^
10562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
10566[warn] 44 | private var thread: Thread = _
10567[warn] | ^
10568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
10572[warn] 56 | private var ioHandler: IoHandler = _
10573[warn] | ^
10574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
10578[warn] 21 | @volatile private var n: Nextable | Null = _
10579[warn] | ^
10580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
10584[warn] 25 | @volatile private var head: T | Null = _
10585[warn] | ^
10586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
10590[warn] 26 | @volatile private var tail: T | Null = _
10591[warn] | ^
10592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
10596[warn] 29 | @volatile private var head: T | Null = _
10597[warn] | ^
10598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
10602[warn] 30 | @volatile private var tail: T | Null = _
10603[warn] | ^
10604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
10608[warn] 25 | private var head: T | Null = _
10609[warn] | ^
10610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
10614[warn] 26 | private var tail: T | Null = _
10615[warn] | ^
10616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10619[warn] 129 warnings found
10620[error] two errors found
10621Failed to evaluated codec-kafka.compile: mill.api.Result$Failure
10622
10623Starting build for otavia-mysql-driver - [15/23]
10624[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
10625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
10626[warn] 35 | protected var logger: Logger = _
10627[warn] | ^
10628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
10632[warn] 37 | private var ctx: ActorContext = _
10633[warn] | ^
10634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
10638[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
10639[warn] | ^
10640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
10644[warn] 45 | private[core] var currentStack: Stack = _
10645[warn] | ^
10646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10649[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
10650[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10651[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10652[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10653[error] |Required: cc.otavia.core.actor.MessageOf[W] &
10654[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10655[error] |
10656[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
10657[error] |
10658[error] | longer explanation available when compiling with `-explain`
10659[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
10660[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10661[error] | ^^^^^^^^^^^^
10662[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
10663[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
10664[error] |
10665[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
10666[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10667[error] |
10668[error] |
10669[error] |Note: a match type could not be fully reduced:
10670[error] |
10671[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
10672[error] | failed since selector W
10673[error] | does not uniquely determine parameter m in
10674[error] | case cc.otavia.core.actor.Actor[m] => m
10675[error] | The computed bounds for the parameter are:
10676[error] | m <: cc.otavia.core.message.Call |
10677[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10678[error] |
10679[error] | longer explanation available when compiling with `-explain`
10680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
10681[warn] 30 | private var workers: Address[MessageOf[W]] = _
10682[warn] | ^
10683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
10687[warn] 37 | private var currentChannelReceived: AnyRef = _
10688[warn] | ^
10689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
10693[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
10694[warn] | ^
10695[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
10698[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
10699[warn] | ^
10700[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
10703[warn] 23 | private var variables: Array[AnyRef] = _
10704[warn] | ^
10705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
10709[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
10710[warn] | ^
10711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
10715[warn] 26 | private var thread: Thread = _
10716[warn] | ^
10717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
10721[warn] 28 | private var head: Nextable = _
10722[warn] | ^
10723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
10727[warn] 29 | private var tail: Nextable = _
10728[warn] | ^
10729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
10733[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
10734[warn] | ^
10735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
10739[warn] 46 | private var actorHouse: ActorHouse = _
10740[warn] | ^
10741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
10745[warn] 49 | private var pipe: ChannelPipelineImpl = _
10746[warn] | ^
10747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
10751[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
10752[warn] | ^
10753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
10757[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
10758[warn] | ^
10759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
10763[warn] 35 | private var path: Path = _
10764[warn] | ^
10765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
10769[warn] 36 | protected var currentReadPlan: ReadPlan = _
10770[warn] | ^
10771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
10775[warn] 38 | private var readFactory: ReadPlanFactory = _
10776[warn] | ^
10777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
10781[warn] 22 | private[core] var added: Boolean = _
10782[warn] | ^
10783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
10787[warn] 51 | private var removed: Boolean = _
10788[warn] | ^
10789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
10793[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
10794[warn] | ^
10795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10799[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10800[warn] | ^
10801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10805[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10806[warn] | ^
10807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10811[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10812[warn] | ^
10813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10817[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10818[warn] | ^
10819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10823[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10824[warn] | ^
10825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10829[warn] 38 | private var inbound: I = _
10830[warn] | ^
10831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10835[warn] 39 | private var outbound: O = _
10836[warn] | ^
10837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10841[warn] 42 | private var fileChannel: FileChannel = _
10842[warn] | ^
10843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10847[warn] 43 | private var file: File = _
10848[warn] | ^
10849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10853[warn] 27 | private var hd: QueueMapEntity = _
10854[warn] | ^
10855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10859[warn] 28 | private var tl: QueueMapEntity = _
10860[warn] | ^
10861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10865[warn] 34 | private var cursor: QueueMapEntity = _
10866[warn] | ^
10867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10871[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10872[warn] | ^
10873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10877[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10878[warn] | ^
10879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10883[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10884[warn] | ^
10885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10889[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10890[warn] | ^
10891[warn] |Ignoring [this] qualifier.
10892[warn] |This syntax will be deprecated in the future; it should be dropped.
10893[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10896[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10897[warn] | ^
10898[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10901[warn] 29 | @volatile private var sys: ActorSystem = _
10902[warn] | ^
10903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10907[warn] 27 | private var address: Address[Call] = _
10908[warn] | ^
10909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10913[warn] 31 | private var msg: M = _
10914[warn] | ^
10915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10919[warn] 35 | private var rids: Array[Long] = _
10920[warn] | ^
10921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10925[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10926[warn] | ^
10927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10931[warn] 28 | protected var stack: Stack = _
10932[warn] | ^
10933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10937[warn] 33 | protected var result: AnyRef = _
10938[warn] | ^
10939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10943[warn] 34 | protected var error: Throwable = _
10944[warn] | ^
10945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10949[warn] 36 | private var p: AbstractPromise[?] = _
10950[warn] | ^
10951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10955[warn] 30 | private var call: Call = _
10956[warn] | ^
10957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10961[warn] 31 | private var reply: Reply = _
10962[warn] | ^
10963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10967[warn] 33 | private var sender: Address[Call] = _
10968[warn] | ^
10969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10973[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10974[warn] | ^
10975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10979[warn] 27 | private var messages: Seq[Notice] = _
10980[warn] | ^
10981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10985[warn] 49 | private var ch: Channel = _
10986[warn] | ^
10987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10991[warn] 50 | private var ask: AnyRef = _
10992[warn] | ^
10993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10997[warn] 51 | private var callback: ChannelPromise => Unit = _
10998[warn] | ^
10999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11003[warn] 27 | private var msg: AnyRef = _
11004[warn] | ^
11005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11009[warn] 28 | private var belong: AbstractChannel = _
11010[warn] | ^
11011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11015[warn] 33 | private var ret: AnyRef = _
11016[warn] | ^
11017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11021[warn] 29 | private var table: Array[MessagePromise[?]] = _
11022[warn] | ^
11023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11027[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11028[warn] | ^
11029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11033[warn] 28 | private var msg: Call = _
11034[warn] | ^
11035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11039[warn] 26 | var head: AbstractPromise[?] = _
11040[warn] | ^
11041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11045[warn] 27 | var tail: AbstractPromise[?] = _
11046[warn] | ^
11047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11051[warn] 29 | private var nextState: StackState = _
11052[warn] | ^
11053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11057[warn] 32 | private var completedHead: AbstractPromise[?] = _
11058[warn] | ^
11059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11063[warn] 33 | private var completedTail: AbstractPromise[?] = _
11064[warn] | ^
11065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11069[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11070[warn] | ^
11071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11075[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11076[warn] | ^
11077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11081[warn] 40 | private var actor: AbstractActor[?] = _
11082[warn] | ^
11083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11087[warn] 42 | private var att: AnyRef = _
11088[warn] | ^
11089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11093[warn] 27 | private var fu: ChannelFuture = _
11094[warn] | ^
11095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11099[warn] 28 | private var fu: MessageFuture[R] = _
11100[warn] | ^
11101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11105[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11106[warn] | ^
11107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11111[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11112[warn] | ^
11113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11117[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11118[warn] | ^
11119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11123[warn] 53 | private var tmpAskCursor: Nextable = _
11124[warn] | ^
11125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11129[warn] 54 | private var tmpNoticeCursor: Nextable = _
11130[warn] | ^
11131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11135[warn] 58 | @volatile private var preHouse: ActorHouse = _
11136[warn] | ^
11137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11141[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11142[warn] | ^
11143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11147[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11148[warn] | ^
11149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11153[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11154[warn] | ^
11155[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
11158[warn] 107 | private var system: ActorSystem = _
11159[warn] | ^
11160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
11164[warn] 57 | private var mainActor: Address[MainActor.Args] = _
11165[warn] | ^
11166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
11170[warn] 72 | private var memoryMonitor: Timeout = _
11171[warn] | ^
11172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
11176[warn] 81 | private var systemMonitor: Timeout = _
11177[warn] | ^
11178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
11182[warn] 34 | private var sys: ActorSystem = _
11183[warn] | ^
11184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
11188[warn] 30 | @volatile private var head: ActorHouse = _
11189[warn] | ^
11190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
11194[warn] 31 | @volatile private var tail: ActorHouse = _
11195[warn] | ^
11196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
11200[warn] 51 | private var currentRunning: Actor[?] = _
11201[warn] | ^
11202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
11206[warn] 26 | private var head: Nextable = _
11207[warn] | ^
11208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
11212[warn] 27 | private var tail: Nextable = _
11213[warn] | ^
11214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
11218[warn] 30 | @volatile private var head: ActorHouse = _
11219[warn] | ^
11220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
11224[warn] 31 | @volatile private var tail: ActorHouse = _
11225[warn] | ^
11226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
11230[warn] 37 | @volatile private var highHead: ActorHouse = _
11231[warn] | ^
11232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
11236[warn] 38 | @volatile private var highTail: ActorHouse = _
11237[warn] | ^
11238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
11242[warn] 29 | private var fs: Array[FileChannel] = _
11243[warn] | ^
11244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
11248[warn] 28 | private var channel: Channel = _
11249[warn] | ^
11250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
11254[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
11255[warn] | ^
11256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
11260[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
11261[warn] | ^
11262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
11266[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
11267[warn] | ^
11268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
11272[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
11273[warn] | ^
11274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
11278[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
11279[warn] | ^
11280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
11284[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
11285[warn] | ^
11286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
11290[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
11291[warn] | ^
11292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
11296[warn] 26 | private var resourceTimer: ResourceTimer = _
11297[warn] | ^
11298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
11302[warn] 34 | protected var address: EventableAddress = _
11303[warn] | ^
11304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
11308[warn] 40 | @volatile protected var handle: Timeout = _
11309[warn] | ^
11310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
11314[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
11315[warn] | ^
11316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
11320[warn] 39 | private var reactor: Reactor = _
11321[warn] | ^
11322[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11323[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
11326[warn] 28 | private var transportFactory: TransportFactory = _
11327[warn] | ^
11328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
11332[warn] 39 | protected var _selectionKey: SelectionKey = _
11333[warn] | ^
11334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
11338[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
11339[warn] | ^
11340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
11344[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
11345[warn] | ^
11346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
11350[warn] 35 | private var ch: FileChannel = _
11351[warn] | ^
11352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
11356[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
11357[warn] | ^
11358[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
11359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
11361[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
11362[warn] | ^
11363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
11367[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
11368[warn] | ^
11369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
11373[warn] 44 | private var thread: Thread = _
11374[warn] | ^
11375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
11379[warn] 56 | private var ioHandler: IoHandler = _
11380[warn] | ^
11381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
11385[warn] 21 | @volatile private var n: Nextable | Null = _
11386[warn] | ^
11387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
11391[warn] 25 | @volatile private var head: T | Null = _
11392[warn] | ^
11393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
11397[warn] 26 | @volatile private var tail: T | Null = _
11398[warn] | ^
11399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
11403[warn] 29 | @volatile private var head: T | Null = _
11404[warn] | ^
11405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
11409[warn] 30 | @volatile private var tail: T | Null = _
11410[warn] | ^
11411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
11415[warn] 25 | private var head: T | Null = _
11416[warn] | ^
11417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
11421[warn] 26 | private var tail: T | Null = _
11422[warn] | ^
11423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11426[warn] 129 warnings found
11427[error] two errors found
11428Failed to evaluated sql-mysql-driver.compile: mill.api.Result$Failure
11429
11430Starting build for otavia-common - [16/23]
11431Successfully evaluated common.compile
11432Skipping unused scalacOptions: -source, -rewrite
11433Flag -classpath set repeatedly
11434-- Warning: common/src/cc/otavia/internal/ReflectionUtil.scala:30:8 ------------
1143530 | def trySetAccessible(obj: AccessibleObject, checkAccessible: Boolean): Option[Throwable] = {
11436 | ^
11437 | Couldn't resolve a member for the given link query: AccessibleObject
11438-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:26:8 ----------
1143926 | def contains(key: String): Boolean = get(key).nonEmpty
11440 | ^
11441 | Couldn't resolve a member for the given link query: key
11442-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:34:8 ----------
1144334 | def get(key: String): Option[String] = {
11444 | ^
11445 | Couldn't resolve a member for the given link query: key
11446-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:49:8 ----------
1144749 | def get(key: String, default: String): String = get(key) match
11448 | ^
11449 | Couldn't resolve a member for the given link query: key
11450-- Warning: common/src/cc/otavia/util/IllegalReferenceCountException.scala:24:6
1145124 |class IllegalReferenceCountException(message: String | Null, cause: Throwable | Null)
11452 | ^
11453 |Couldn't resolve a member for the given link query: IllegalStateException
11454-- Warning: common/src/cc/otavia/util/Resource.scala:36:8 ----------------------
1145536 | def dispose(obj: AnyRef): Unit = {
11456 | ^
11457 | Couldn't resolve a member for the given link query: AutoCloseable
114587 warnings found
11459Successfully evaluated common.docJar
11460Failed to resolve scalaVersion, assume it's Scala 3 project
11461[info] compiling 1 Scala source to /build/repo/out/common/test/compile.dest/classes ...
11462[info] done compiling
11463Successfully evaluated common.test.compile
11464Publishing Artifact(cc.otavia,otavia-common_3,0.4.5) to ivy repo /root/.ivy2/local
11465Successfully evaluated common.publishLocal
11466
11467Starting build for otavia-codec-socks - [17/23]
11468No test module defined in codec-socks
11469[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
11470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
11471[warn] 35 | protected var logger: Logger = _
11472[warn] | ^
11473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
11477[warn] 37 | private var ctx: ActorContext = _
11478[warn] | ^
11479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
11483[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
11484[warn] | ^
11485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
11489[warn] 45 | private[core] var currentStack: Stack = _
11490[warn] | ^
11491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11494[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
11495[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11496[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11497[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11498[error] |Required: cc.otavia.core.actor.MessageOf[W] &
11499[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11500[error] |
11501[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
11502[error] |
11503[error] | longer explanation available when compiling with `-explain`
11504[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
11505[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11506[error] | ^^^^^^^^^^^^
11507[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
11508[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
11509[error] |
11510[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
11511[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11512[error] |
11513[error] |
11514[error] |Note: a match type could not be fully reduced:
11515[error] |
11516[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
11517[error] | failed since selector W
11518[error] | does not uniquely determine parameter m in
11519[error] | case cc.otavia.core.actor.Actor[m] => m
11520[error] | The computed bounds for the parameter are:
11521[error] | m <: cc.otavia.core.message.Call |
11522[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11523[error] |
11524[error] | longer explanation available when compiling with `-explain`
11525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
11526[warn] 30 | private var workers: Address[MessageOf[W]] = _
11527[warn] | ^
11528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
11532[warn] 37 | private var currentChannelReceived: AnyRef = _
11533[warn] | ^
11534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
11538[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
11539[warn] | ^
11540[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
11543[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
11544[warn] | ^
11545[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
11548[warn] 23 | private var variables: Array[AnyRef] = _
11549[warn] | ^
11550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
11554[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
11555[warn] | ^
11556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
11560[warn] 26 | private var thread: Thread = _
11561[warn] | ^
11562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
11566[warn] 28 | private var head: Nextable = _
11567[warn] | ^
11568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
11572[warn] 29 | private var tail: Nextable = _
11573[warn] | ^
11574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
11578[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
11579[warn] | ^
11580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
11584[warn] 46 | private var actorHouse: ActorHouse = _
11585[warn] | ^
11586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
11590[warn] 49 | private var pipe: ChannelPipelineImpl = _
11591[warn] | ^
11592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
11596[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
11597[warn] | ^
11598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
11602[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
11603[warn] | ^
11604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
11608[warn] 35 | private var path: Path = _
11609[warn] | ^
11610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
11614[warn] 36 | protected var currentReadPlan: ReadPlan = _
11615[warn] | ^
11616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
11620[warn] 38 | private var readFactory: ReadPlanFactory = _
11621[warn] | ^
11622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
11626[warn] 22 | private[core] var added: Boolean = _
11627[warn] | ^
11628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
11632[warn] 51 | private var removed: Boolean = _
11633[warn] | ^
11634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
11638[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
11639[warn] | ^
11640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
11644[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
11645[warn] | ^
11646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
11650[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
11651[warn] | ^
11652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
11656[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
11657[warn] | ^
11658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
11662[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11663[warn] | ^
11664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
11668[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11669[warn] | ^
11670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
11674[warn] 38 | private var inbound: I = _
11675[warn] | ^
11676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
11680[warn] 39 | private var outbound: O = _
11681[warn] | ^
11682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
11686[warn] 42 | private var fileChannel: FileChannel = _
11687[warn] | ^
11688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
11692[warn] 43 | private var file: File = _
11693[warn] | ^
11694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
11698[warn] 27 | private var hd: QueueMapEntity = _
11699[warn] | ^
11700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
11704[warn] 28 | private var tl: QueueMapEntity = _
11705[warn] | ^
11706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
11710[warn] 34 | private var cursor: QueueMapEntity = _
11711[warn] | ^
11712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
11716[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
11717[warn] | ^
11718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
11722[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
11723[warn] | ^
11724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
11728[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
11729[warn] | ^
11730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
11734[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
11735[warn] | ^
11736[warn] |Ignoring [this] qualifier.
11737[warn] |This syntax will be deprecated in the future; it should be dropped.
11738[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
11739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
11741[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
11742[warn] | ^
11743[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
11746[warn] 29 | @volatile private var sys: ActorSystem = _
11747[warn] | ^
11748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
11752[warn] 27 | private var address: Address[Call] = _
11753[warn] | ^
11754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
11758[warn] 31 | private var msg: M = _
11759[warn] | ^
11760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
11764[warn] 35 | private var rids: Array[Long] = _
11765[warn] | ^
11766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
11770[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
11771[warn] | ^
11772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
11776[warn] 28 | protected var stack: Stack = _
11777[warn] | ^
11778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
11782[warn] 33 | protected var result: AnyRef = _
11783[warn] | ^
11784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
11788[warn] 34 | protected var error: Throwable = _
11789[warn] | ^
11790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
11794[warn] 36 | private var p: AbstractPromise[?] = _
11795[warn] | ^
11796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
11800[warn] 30 | private var call: Call = _
11801[warn] | ^
11802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
11806[warn] 31 | private var reply: Reply = _
11807[warn] | ^
11808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
11812[warn] 33 | private var sender: Address[Call] = _
11813[warn] | ^
11814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
11818[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
11819[warn] | ^
11820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
11824[warn] 27 | private var messages: Seq[Notice] = _
11825[warn] | ^
11826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
11830[warn] 49 | private var ch: Channel = _
11831[warn] | ^
11832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
11836[warn] 50 | private var ask: AnyRef = _
11837[warn] | ^
11838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
11842[warn] 51 | private var callback: ChannelPromise => Unit = _
11843[warn] | ^
11844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11848[warn] 27 | private var msg: AnyRef = _
11849[warn] | ^
11850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11854[warn] 28 | private var belong: AbstractChannel = _
11855[warn] | ^
11856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11860[warn] 33 | private var ret: AnyRef = _
11861[warn] | ^
11862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11866[warn] 29 | private var table: Array[MessagePromise[?]] = _
11867[warn] | ^
11868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11872[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11873[warn] | ^
11874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11878[warn] 28 | private var msg: Call = _
11879[warn] | ^
11880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11884[warn] 26 | var head: AbstractPromise[?] = _
11885[warn] | ^
11886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11890[warn] 27 | var tail: AbstractPromise[?] = _
11891[warn] | ^
11892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11896[warn] 29 | private var nextState: StackState = _
11897[warn] | ^
11898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11902[warn] 32 | private var completedHead: AbstractPromise[?] = _
11903[warn] | ^
11904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11908[warn] 33 | private var completedTail: AbstractPromise[?] = _
11909[warn] | ^
11910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11914[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11915[warn] | ^
11916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11920[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11921[warn] | ^
11922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11926[warn] 40 | private var actor: AbstractActor[?] = _
11927[warn] | ^
11928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11932[warn] 42 | private var att: AnyRef = _
11933[warn] | ^
11934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11938[warn] 27 | private var fu: ChannelFuture = _
11939[warn] | ^
11940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11944[warn] 28 | private var fu: MessageFuture[R] = _
11945[warn] | ^
11946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11950[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11951[warn] | ^
11952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11956[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11957[warn] | ^
11958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11962[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11963[warn] | ^
11964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11968[warn] 53 | private var tmpAskCursor: Nextable = _
11969[warn] | ^
11970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11974[warn] 54 | private var tmpNoticeCursor: Nextable = _
11975[warn] | ^
11976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11980[warn] 58 | @volatile private var preHouse: ActorHouse = _
11981[warn] | ^
11982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11986[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11987[warn] | ^
11988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11992[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11993[warn] | ^
11994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11998[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11999[warn] | ^
12000[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12003[warn] 107 | private var system: ActorSystem = _
12004[warn] | ^
12005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12009[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12010[warn] | ^
12011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12015[warn] 72 | private var memoryMonitor: Timeout = _
12016[warn] | ^
12017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12021[warn] 81 | private var systemMonitor: Timeout = _
12022[warn] | ^
12023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12027[warn] 34 | private var sys: ActorSystem = _
12028[warn] | ^
12029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12033[warn] 30 | @volatile private var head: ActorHouse = _
12034[warn] | ^
12035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12039[warn] 31 | @volatile private var tail: ActorHouse = _
12040[warn] | ^
12041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12045[warn] 51 | private var currentRunning: Actor[?] = _
12046[warn] | ^
12047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12051[warn] 26 | private var head: Nextable = _
12052[warn] | ^
12053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12057[warn] 27 | private var tail: Nextable = _
12058[warn] | ^
12059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12063[warn] 30 | @volatile private var head: ActorHouse = _
12064[warn] | ^
12065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12069[warn] 31 | @volatile private var tail: ActorHouse = _
12070[warn] | ^
12071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12075[warn] 37 | @volatile private var highHead: ActorHouse = _
12076[warn] | ^
12077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12081[warn] 38 | @volatile private var highTail: ActorHouse = _
12082[warn] | ^
12083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12087[warn] 29 | private var fs: Array[FileChannel] = _
12088[warn] | ^
12089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12093[warn] 28 | private var channel: Channel = _
12094[warn] | ^
12095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12099[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12100[warn] | ^
12101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12105[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12106[warn] | ^
12107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12111[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12112[warn] | ^
12113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12117[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12118[warn] | ^
12119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12123[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12124[warn] | ^
12125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12129[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12130[warn] | ^
12131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12135[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12136[warn] | ^
12137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12141[warn] 26 | private var resourceTimer: ResourceTimer = _
12142[warn] | ^
12143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12147[warn] 34 | protected var address: EventableAddress = _
12148[warn] | ^
12149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12153[warn] 40 | @volatile protected var handle: Timeout = _
12154[warn] | ^
12155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12159[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12160[warn] | ^
12161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12165[warn] 39 | private var reactor: Reactor = _
12166[warn] | ^
12167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12171[warn] 28 | private var transportFactory: TransportFactory = _
12172[warn] | ^
12173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12177[warn] 39 | protected var _selectionKey: SelectionKey = _
12178[warn] | ^
12179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12183[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12184[warn] | ^
12185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12189[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12190[warn] | ^
12191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
12195[warn] 35 | private var ch: FileChannel = _
12196[warn] | ^
12197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
12201[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
12202[warn] | ^
12203[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
12204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
12206[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
12207[warn] | ^
12208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
12212[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
12213[warn] | ^
12214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
12218[warn] 44 | private var thread: Thread = _
12219[warn] | ^
12220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
12224[warn] 56 | private var ioHandler: IoHandler = _
12225[warn] | ^
12226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
12230[warn] 21 | @volatile private var n: Nextable | Null = _
12231[warn] | ^
12232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
12236[warn] 25 | @volatile private var head: T | Null = _
12237[warn] | ^
12238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
12242[warn] 26 | @volatile private var tail: T | Null = _
12243[warn] | ^
12244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
12248[warn] 29 | @volatile private var head: T | Null = _
12249[warn] | ^
12250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
12254[warn] 30 | @volatile private var tail: T | Null = _
12255[warn] | ^
12256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
12260[warn] 25 | private var head: T | Null = _
12261[warn] | ^
12262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
12266[warn] 26 | private var tail: T | Null = _
12267[warn] | ^
12268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12271[warn] 129 warnings found
12272[error] two errors found
12273Failed to evaluated codec-socks.compile: mill.api.Result$Failure
12274
12275Starting build for otavia-all - [18/23]
12276No test module defined in all
12277[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
12278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
12279[warn] 35 | protected var logger: Logger = _
12280[warn] | ^
12281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
12285[warn] 37 | private var ctx: ActorContext = _
12286[warn] | ^
12287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
12291[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
12292[warn] | ^
12293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
12297[warn] 45 | private[core] var currentStack: Stack = _
12298[warn] | ^
12299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12302[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
12303[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12304[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12305[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12306[error] |Required: cc.otavia.core.actor.MessageOf[W] &
12307[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12308[error] |
12309[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
12310[error] |
12311[error] | longer explanation available when compiling with `-explain`
12312[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
12313[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12314[error] | ^^^^^^^^^^^^
12315[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
12316[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
12317[error] |
12318[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
12319[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12320[error] |
12321[error] |
12322[error] |Note: a match type could not be fully reduced:
12323[error] |
12324[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
12325[error] | failed since selector W
12326[error] | does not uniquely determine parameter m in
12327[error] | case cc.otavia.core.actor.Actor[m] => m
12328[error] | The computed bounds for the parameter are:
12329[error] | m <: cc.otavia.core.message.Call |
12330[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12331[error] |
12332[error] | longer explanation available when compiling with `-explain`
12333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
12334[warn] 30 | private var workers: Address[MessageOf[W]] = _
12335[warn] | ^
12336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
12340[warn] 37 | private var currentChannelReceived: AnyRef = _
12341[warn] | ^
12342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
12346[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
12347[warn] | ^
12348[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
12351[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
12352[warn] | ^
12353[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
12356[warn] 23 | private var variables: Array[AnyRef] = _
12357[warn] | ^
12358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
12362[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
12363[warn] | ^
12364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
12368[warn] 26 | private var thread: Thread = _
12369[warn] | ^
12370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
12374[warn] 28 | private var head: Nextable = _
12375[warn] | ^
12376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
12380[warn] 29 | private var tail: Nextable = _
12381[warn] | ^
12382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
12386[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
12387[warn] | ^
12388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
12392[warn] 46 | private var actorHouse: ActorHouse = _
12393[warn] | ^
12394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
12398[warn] 49 | private var pipe: ChannelPipelineImpl = _
12399[warn] | ^
12400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
12404[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
12405[warn] | ^
12406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
12410[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
12411[warn] | ^
12412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
12416[warn] 35 | private var path: Path = _
12417[warn] | ^
12418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
12422[warn] 36 | protected var currentReadPlan: ReadPlan = _
12423[warn] | ^
12424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
12428[warn] 38 | private var readFactory: ReadPlanFactory = _
12429[warn] | ^
12430[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12431[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12433[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
12434[warn] 22 | private[core] var added: Boolean = _
12435[warn] | ^
12436[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12437[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
12440[warn] 51 | private var removed: Boolean = _
12441[warn] | ^
12442[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12443[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
12446[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
12447[warn] | ^
12448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
12452[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
12453[warn] | ^
12454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
12458[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
12459[warn] | ^
12460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
12464[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
12465[warn] | ^
12466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
12470[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12471[warn] | ^
12472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
12476[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12477[warn] | ^
12478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
12482[warn] 38 | private var inbound: I = _
12483[warn] | ^
12484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
12488[warn] 39 | private var outbound: O = _
12489[warn] | ^
12490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
12494[warn] 42 | private var fileChannel: FileChannel = _
12495[warn] | ^
12496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
12500[warn] 43 | private var file: File = _
12501[warn] | ^
12502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
12506[warn] 27 | private var hd: QueueMapEntity = _
12507[warn] | ^
12508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
12512[warn] 28 | private var tl: QueueMapEntity = _
12513[warn] | ^
12514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
12518[warn] 34 | private var cursor: QueueMapEntity = _
12519[warn] | ^
12520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
12524[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
12525[warn] | ^
12526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
12530[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
12531[warn] | ^
12532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
12536[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
12537[warn] | ^
12538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
12542[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
12543[warn] | ^
12544[warn] |Ignoring [this] qualifier.
12545[warn] |This syntax will be deprecated in the future; it should be dropped.
12546[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
12547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
12549[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
12550[warn] | ^
12551[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
12554[warn] 29 | @volatile private var sys: ActorSystem = _
12555[warn] | ^
12556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
12560[warn] 27 | private var address: Address[Call] = _
12561[warn] | ^
12562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
12566[warn] 31 | private var msg: M = _
12567[warn] | ^
12568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
12572[warn] 35 | private var rids: Array[Long] = _
12573[warn] | ^
12574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
12578[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
12579[warn] | ^
12580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
12584[warn] 28 | protected var stack: Stack = _
12585[warn] | ^
12586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
12590[warn] 33 | protected var result: AnyRef = _
12591[warn] | ^
12592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
12596[warn] 34 | protected var error: Throwable = _
12597[warn] | ^
12598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
12602[warn] 36 | private var p: AbstractPromise[?] = _
12603[warn] | ^
12604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
12608[warn] 30 | private var call: Call = _
12609[warn] | ^
12610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
12614[warn] 31 | private var reply: Reply = _
12615[warn] | ^
12616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
12620[warn] 33 | private var sender: Address[Call] = _
12621[warn] | ^
12622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
12626[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
12627[warn] | ^
12628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
12632[warn] 27 | private var messages: Seq[Notice] = _
12633[warn] | ^
12634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
12638[warn] 49 | private var ch: Channel = _
12639[warn] | ^
12640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
12644[warn] 50 | private var ask: AnyRef = _
12645[warn] | ^
12646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
12650[warn] 51 | private var callback: ChannelPromise => Unit = _
12651[warn] | ^
12652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
12656[warn] 27 | private var msg: AnyRef = _
12657[warn] | ^
12658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
12662[warn] 28 | private var belong: AbstractChannel = _
12663[warn] | ^
12664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
12668[warn] 33 | private var ret: AnyRef = _
12669[warn] | ^
12670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
12674[warn] 29 | private var table: Array[MessagePromise[?]] = _
12675[warn] | ^
12676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
12680[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
12681[warn] | ^
12682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
12686[warn] 28 | private var msg: Call = _
12687[warn] | ^
12688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
12692[warn] 26 | var head: AbstractPromise[?] = _
12693[warn] | ^
12694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
12698[warn] 27 | var tail: AbstractPromise[?] = _
12699[warn] | ^
12700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
12704[warn] 29 | private var nextState: StackState = _
12705[warn] | ^
12706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
12710[warn] 32 | private var completedHead: AbstractPromise[?] = _
12711[warn] | ^
12712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
12716[warn] 33 | private var completedTail: AbstractPromise[?] = _
12717[warn] | ^
12718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
12722[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
12723[warn] | ^
12724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
12728[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
12729[warn] | ^
12730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
12734[warn] 40 | private var actor: AbstractActor[?] = _
12735[warn] | ^
12736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
12740[warn] 42 | private var att: AnyRef = _
12741[warn] | ^
12742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
12746[warn] 27 | private var fu: ChannelFuture = _
12747[warn] | ^
12748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
12752[warn] 28 | private var fu: MessageFuture[R] = _
12753[warn] | ^
12754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
12758[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
12759[warn] | ^
12760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
12764[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
12765[warn] | ^
12766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
12770[warn] 41 | private var actorAddress: ActorAddress[Call] = _
12771[warn] | ^
12772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
12776[warn] 53 | private var tmpAskCursor: Nextable = _
12777[warn] | ^
12778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
12782[warn] 54 | private var tmpNoticeCursor: Nextable = _
12783[warn] | ^
12784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
12788[warn] 58 | @volatile private var preHouse: ActorHouse = _
12789[warn] | ^
12790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
12794[warn] 59 | @volatile private var nextHouse: ActorHouse = _
12795[warn] | ^
12796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
12800[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12801[warn] | ^
12802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12806[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12807[warn] | ^
12808[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12811[warn] 107 | private var system: ActorSystem = _
12812[warn] | ^
12813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12817[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12818[warn] | ^
12819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12823[warn] 72 | private var memoryMonitor: Timeout = _
12824[warn] | ^
12825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12829[warn] 81 | private var systemMonitor: Timeout = _
12830[warn] | ^
12831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12835[warn] 34 | private var sys: ActorSystem = _
12836[warn] | ^
12837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12841[warn] 30 | @volatile private var head: ActorHouse = _
12842[warn] | ^
12843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12847[warn] 31 | @volatile private var tail: ActorHouse = _
12848[warn] | ^
12849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12853[warn] 51 | private var currentRunning: Actor[?] = _
12854[warn] | ^
12855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12859[warn] 26 | private var head: Nextable = _
12860[warn] | ^
12861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12865[warn] 27 | private var tail: Nextable = _
12866[warn] | ^
12867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12871[warn] 30 | @volatile private var head: ActorHouse = _
12872[warn] | ^
12873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12877[warn] 31 | @volatile private var tail: ActorHouse = _
12878[warn] | ^
12879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12883[warn] 37 | @volatile private var highHead: ActorHouse = _
12884[warn] | ^
12885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12889[warn] 38 | @volatile private var highTail: ActorHouse = _
12890[warn] | ^
12891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12895[warn] 29 | private var fs: Array[FileChannel] = _
12896[warn] | ^
12897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12901[warn] 28 | private var channel: Channel = _
12902[warn] | ^
12903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12907[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12908[warn] | ^
12909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12913[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12914[warn] | ^
12915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12919[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12920[warn] | ^
12921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12925[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12926[warn] | ^
12927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12931[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12932[warn] | ^
12933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12937[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12938[warn] | ^
12939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12943[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12944[warn] | ^
12945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12949[warn] 26 | private var resourceTimer: ResourceTimer = _
12950[warn] | ^
12951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12955[warn] 34 | protected var address: EventableAddress = _
12956[warn] | ^
12957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12961[warn] 40 | @volatile protected var handle: Timeout = _
12962[warn] | ^
12963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12967[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12968[warn] | ^
12969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12973[warn] 39 | private var reactor: Reactor = _
12974[warn] | ^
12975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12979[warn] 28 | private var transportFactory: TransportFactory = _
12980[warn] | ^
12981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12985[warn] 39 | protected var _selectionKey: SelectionKey = _
12986[warn] | ^
12987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12991[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12992[warn] | ^
12993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12997[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12998[warn] | ^
12999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13003[warn] 35 | private var ch: FileChannel = _
13004[warn] | ^
13005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13009[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13010[warn] | ^
13011[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13014[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13015[warn] | ^
13016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13020[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13021[warn] | ^
13022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13026[warn] 44 | private var thread: Thread = _
13027[warn] | ^
13028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13032[warn] 56 | private var ioHandler: IoHandler = _
13033[warn] | ^
13034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13038[warn] 21 | @volatile private var n: Nextable | Null = _
13039[warn] | ^
13040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13044[warn] 25 | @volatile private var head: T | Null = _
13045[warn] | ^
13046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13050[warn] 26 | @volatile private var tail: T | Null = _
13051[warn] | ^
13052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13056[warn] 29 | @volatile private var head: T | Null = _
13057[warn] | ^
13058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13062[warn] 30 | @volatile private var tail: T | Null = _
13063[warn] | ^
13064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13068[warn] 25 | private var head: T | Null = _
13069[warn] | ^
13070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13074[warn] 26 | private var tail: T | Null = _
13075[warn] | ^
13076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13079[warn] 129 warnings found
13080[error] two errors found
13081Failed to evaluated all.compile: mill.api.Result$Failure
13082
13083Starting build for otavia-log4a - [19/23]
13084[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13086[warn] 35 | protected var logger: Logger = _
13087[warn] | ^
13088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13092[warn] 37 | private var ctx: ActorContext = _
13093[warn] | ^
13094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13098[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13099[warn] | ^
13100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13104[warn] 45 | private[core] var currentStack: Stack = _
13105[warn] | ^
13106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13109[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13110[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13111[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13112[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13113[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13114[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13115[error] |
13116[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13117[error] |
13118[error] | longer explanation available when compiling with `-explain`
13119[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13120[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13121[error] | ^^^^^^^^^^^^
13122[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13123[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13124[error] |
13125[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13126[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13127[error] |
13128[error] |
13129[error] |Note: a match type could not be fully reduced:
13130[error] |
13131[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13132[error] | failed since selector W
13133[error] | does not uniquely determine parameter m in
13134[error] | case cc.otavia.core.actor.Actor[m] => m
13135[error] | The computed bounds for the parameter are:
13136[error] | m <: cc.otavia.core.message.Call |
13137[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13138[error] |
13139[error] | longer explanation available when compiling with `-explain`
13140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13141[warn] 30 | private var workers: Address[MessageOf[W]] = _
13142[warn] | ^
13143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13147[warn] 37 | private var currentChannelReceived: AnyRef = _
13148[warn] | ^
13149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13153[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13154[warn] | ^
13155[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13158[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13159[warn] | ^
13160[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13163[warn] 23 | private var variables: Array[AnyRef] = _
13164[warn] | ^
13165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13169[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13170[warn] | ^
13171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13175[warn] 26 | private var thread: Thread = _
13176[warn] | ^
13177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13181[warn] 28 | private var head: Nextable = _
13182[warn] | ^
13183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13187[warn] 29 | private var tail: Nextable = _
13188[warn] | ^
13189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
13193[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
13194[warn] | ^
13195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
13199[warn] 46 | private var actorHouse: ActorHouse = _
13200[warn] | ^
13201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
13205[warn] 49 | private var pipe: ChannelPipelineImpl = _
13206[warn] | ^
13207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
13211[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
13212[warn] | ^
13213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
13217[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
13218[warn] | ^
13219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
13223[warn] 35 | private var path: Path = _
13224[warn] | ^
13225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
13229[warn] 36 | protected var currentReadPlan: ReadPlan = _
13230[warn] | ^
13231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
13235[warn] 38 | private var readFactory: ReadPlanFactory = _
13236[warn] | ^
13237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
13241[warn] 22 | private[core] var added: Boolean = _
13242[warn] | ^
13243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
13247[warn] 51 | private var removed: Boolean = _
13248[warn] | ^
13249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
13253[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
13254[warn] | ^
13255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
13259[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
13260[warn] | ^
13261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
13265[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
13266[warn] | ^
13267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
13271[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
13272[warn] | ^
13273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
13277[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13278[warn] | ^
13279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
13283[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13284[warn] | ^
13285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
13289[warn] 38 | private var inbound: I = _
13290[warn] | ^
13291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
13295[warn] 39 | private var outbound: O = _
13296[warn] | ^
13297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
13301[warn] 42 | private var fileChannel: FileChannel = _
13302[warn] | ^
13303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
13307[warn] 43 | private var file: File = _
13308[warn] | ^
13309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
13313[warn] 27 | private var hd: QueueMapEntity = _
13314[warn] | ^
13315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
13319[warn] 28 | private var tl: QueueMapEntity = _
13320[warn] | ^
13321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
13325[warn] 34 | private var cursor: QueueMapEntity = _
13326[warn] | ^
13327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
13331[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
13332[warn] | ^
13333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
13337[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
13338[warn] | ^
13339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
13343[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
13344[warn] | ^
13345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
13349[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
13350[warn] | ^
13351[warn] |Ignoring [this] qualifier.
13352[warn] |This syntax will be deprecated in the future; it should be dropped.
13353[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
13354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
13356[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
13357[warn] | ^
13358[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
13361[warn] 29 | @volatile private var sys: ActorSystem = _
13362[warn] | ^
13363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
13367[warn] 27 | private var address: Address[Call] = _
13368[warn] | ^
13369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
13373[warn] 31 | private var msg: M = _
13374[warn] | ^
13375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
13379[warn] 35 | private var rids: Array[Long] = _
13380[warn] | ^
13381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
13385[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
13386[warn] | ^
13387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
13391[warn] 28 | protected var stack: Stack = _
13392[warn] | ^
13393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
13397[warn] 33 | protected var result: AnyRef = _
13398[warn] | ^
13399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
13403[warn] 34 | protected var error: Throwable = _
13404[warn] | ^
13405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
13409[warn] 36 | private var p: AbstractPromise[?] = _
13410[warn] | ^
13411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
13415[warn] 30 | private var call: Call = _
13416[warn] | ^
13417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
13421[warn] 31 | private var reply: Reply = _
13422[warn] | ^
13423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
13427[warn] 33 | private var sender: Address[Call] = _
13428[warn] | ^
13429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
13433[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
13434[warn] | ^
13435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
13439[warn] 27 | private var messages: Seq[Notice] = _
13440[warn] | ^
13441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
13445[warn] 49 | private var ch: Channel = _
13446[warn] | ^
13447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
13451[warn] 50 | private var ask: AnyRef = _
13452[warn] | ^
13453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
13457[warn] 51 | private var callback: ChannelPromise => Unit = _
13458[warn] | ^
13459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
13463[warn] 27 | private var msg: AnyRef = _
13464[warn] | ^
13465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
13469[warn] 28 | private var belong: AbstractChannel = _
13470[warn] | ^
13471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
13475[warn] 33 | private var ret: AnyRef = _
13476[warn] | ^
13477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
13481[warn] 29 | private var table: Array[MessagePromise[?]] = _
13482[warn] | ^
13483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
13487[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
13488[warn] | ^
13489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
13493[warn] 28 | private var msg: Call = _
13494[warn] | ^
13495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
13499[warn] 26 | var head: AbstractPromise[?] = _
13500[warn] | ^
13501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
13505[warn] 27 | var tail: AbstractPromise[?] = _
13506[warn] | ^
13507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
13511[warn] 29 | private var nextState: StackState = _
13512[warn] | ^
13513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
13517[warn] 32 | private var completedHead: AbstractPromise[?] = _
13518[warn] | ^
13519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
13523[warn] 33 | private var completedTail: AbstractPromise[?] = _
13524[warn] | ^
13525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
13529[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
13530[warn] | ^
13531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
13535[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
13536[warn] | ^
13537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
13541[warn] 40 | private var actor: AbstractActor[?] = _
13542[warn] | ^
13543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
13547[warn] 42 | private var att: AnyRef = _
13548[warn] | ^
13549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
13553[warn] 27 | private var fu: ChannelFuture = _
13554[warn] | ^
13555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
13559[warn] 28 | private var fu: MessageFuture[R] = _
13560[warn] | ^
13561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
13565[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
13566[warn] | ^
13567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
13571[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
13572[warn] | ^
13573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
13577[warn] 41 | private var actorAddress: ActorAddress[Call] = _
13578[warn] | ^
13579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
13583[warn] 53 | private var tmpAskCursor: Nextable = _
13584[warn] | ^
13585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
13589[warn] 54 | private var tmpNoticeCursor: Nextable = _
13590[warn] | ^
13591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
13595[warn] 58 | @volatile private var preHouse: ActorHouse = _
13596[warn] | ^
13597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
13601[warn] 59 | @volatile private var nextHouse: ActorHouse = _
13602[warn] | ^
13603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
13607[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
13608[warn] | ^
13609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
13613[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
13614[warn] | ^
13615[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
13618[warn] 107 | private var system: ActorSystem = _
13619[warn] | ^
13620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
13624[warn] 57 | private var mainActor: Address[MainActor.Args] = _
13625[warn] | ^
13626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
13630[warn] 72 | private var memoryMonitor: Timeout = _
13631[warn] | ^
13632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
13636[warn] 81 | private var systemMonitor: Timeout = _
13637[warn] | ^
13638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
13642[warn] 34 | private var sys: ActorSystem = _
13643[warn] | ^
13644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
13648[warn] 30 | @volatile private var head: ActorHouse = _
13649[warn] | ^
13650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
13654[warn] 31 | @volatile private var tail: ActorHouse = _
13655[warn] | ^
13656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
13660[warn] 51 | private var currentRunning: Actor[?] = _
13661[warn] | ^
13662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
13666[warn] 26 | private var head: Nextable = _
13667[warn] | ^
13668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
13672[warn] 27 | private var tail: Nextable = _
13673[warn] | ^
13674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
13678[warn] 30 | @volatile private var head: ActorHouse = _
13679[warn] | ^
13680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
13684[warn] 31 | @volatile private var tail: ActorHouse = _
13685[warn] | ^
13686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
13690[warn] 37 | @volatile private var highHead: ActorHouse = _
13691[warn] | ^
13692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
13696[warn] 38 | @volatile private var highTail: ActorHouse = _
13697[warn] | ^
13698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
13702[warn] 29 | private var fs: Array[FileChannel] = _
13703[warn] | ^
13704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
13708[warn] 28 | private var channel: Channel = _
13709[warn] | ^
13710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
13714[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
13715[warn] | ^
13716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
13720[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
13721[warn] | ^
13722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
13726[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
13727[warn] | ^
13728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
13732[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
13733[warn] | ^
13734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
13738[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
13739[warn] | ^
13740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
13744[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
13745[warn] | ^
13746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
13750[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
13751[warn] | ^
13752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
13756[warn] 26 | private var resourceTimer: ResourceTimer = _
13757[warn] | ^
13758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
13762[warn] 34 | protected var address: EventableAddress = _
13763[warn] | ^
13764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
13768[warn] 40 | @volatile protected var handle: Timeout = _
13769[warn] | ^
13770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
13774[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
13775[warn] | ^
13776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
13780[warn] 39 | private var reactor: Reactor = _
13781[warn] | ^
13782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
13786[warn] 28 | private var transportFactory: TransportFactory = _
13787[warn] | ^
13788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
13792[warn] 39 | protected var _selectionKey: SelectionKey = _
13793[warn] | ^
13794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
13798[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
13799[warn] | ^
13800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
13804[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
13805[warn] | ^
13806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13810[warn] 35 | private var ch: FileChannel = _
13811[warn] | ^
13812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13816[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13817[warn] | ^
13818[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13821[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13822[warn] | ^
13823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13827[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13828[warn] | ^
13829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13833[warn] 44 | private var thread: Thread = _
13834[warn] | ^
13835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13839[warn] 56 | private var ioHandler: IoHandler = _
13840[warn] | ^
13841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13845[warn] 21 | @volatile private var n: Nextable | Null = _
13846[warn] | ^
13847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13851[warn] 25 | @volatile private var head: T | Null = _
13852[warn] | ^
13853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13857[warn] 26 | @volatile private var tail: T | Null = _
13858[warn] | ^
13859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13863[warn] 29 | @volatile private var head: T | Null = _
13864[warn] | ^
13865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13869[warn] 30 | @volatile private var tail: T | Null = _
13870[warn] | ^
13871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13875[warn] 25 | private var head: T | Null = _
13876[warn] | ^
13877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13881[warn] 26 | private var tail: T | Null = _
13882[warn] | ^
13883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13886[warn] 129 warnings found
13887[error] two errors found
13888Failed to evaluated log4a.compile: mill.api.Result$Failure
13889
13890Starting build for otavia-codec-dns - [20/23]
13891No test module defined in codec-dns
13892[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13894[warn] 35 | protected var logger: Logger = _
13895[warn] | ^
13896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13900[warn] 37 | private var ctx: ActorContext = _
13901[warn] | ^
13902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13906[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13907[warn] | ^
13908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13912[warn] 45 | private[core] var currentStack: Stack = _
13913[warn] | ^
13914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13917[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13918[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13919[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13920[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13921[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13922[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13923[error] |
13924[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13925[error] |
13926[error] | longer explanation available when compiling with `-explain`
13927[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13928[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13929[error] | ^^^^^^^^^^^^
13930[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13931[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13932[error] |
13933[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13934[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13935[error] |
13936[error] |
13937[error] |Note: a match type could not be fully reduced:
13938[error] |
13939[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13940[error] | failed since selector W
13941[error] | does not uniquely determine parameter m in
13942[error] | case cc.otavia.core.actor.Actor[m] => m
13943[error] | The computed bounds for the parameter are:
13944[error] | m <: cc.otavia.core.message.Call |
13945[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13946[error] |
13947[error] | longer explanation available when compiling with `-explain`
13948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13949[warn] 30 | private var workers: Address[MessageOf[W]] = _
13950[warn] | ^
13951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13955[warn] 37 | private var currentChannelReceived: AnyRef = _
13956[warn] | ^
13957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13961[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13962[warn] | ^
13963[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13966[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13967[warn] | ^
13968[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13971[warn] 23 | private var variables: Array[AnyRef] = _
13972[warn] | ^
13973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13977[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13978[warn] | ^
13979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13983[warn] 26 | private var thread: Thread = _
13984[warn] | ^
13985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13989[warn] 28 | private var head: Nextable = _
13990[warn] | ^
13991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13995[warn] 29 | private var tail: Nextable = _
13996[warn] | ^
13997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14001[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14002[warn] | ^
14003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14007[warn] 46 | private var actorHouse: ActorHouse = _
14008[warn] | ^
14009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14013[warn] 49 | private var pipe: ChannelPipelineImpl = _
14014[warn] | ^
14015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14019[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14020[warn] | ^
14021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14025[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14026[warn] | ^
14027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14031[warn] 35 | private var path: Path = _
14032[warn] | ^
14033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14037[warn] 36 | protected var currentReadPlan: ReadPlan = _
14038[warn] | ^
14039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14043[warn] 38 | private var readFactory: ReadPlanFactory = _
14044[warn] | ^
14045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14049[warn] 22 | private[core] var added: Boolean = _
14050[warn] | ^
14051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14055[warn] 51 | private var removed: Boolean = _
14056[warn] | ^
14057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14061[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14062[warn] | ^
14063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14067[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14068[warn] | ^
14069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14073[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14074[warn] | ^
14075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14079[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14080[warn] | ^
14081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14085[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14086[warn] | ^
14087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14091[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14092[warn] | ^
14093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14097[warn] 38 | private var inbound: I = _
14098[warn] | ^
14099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14103[warn] 39 | private var outbound: O = _
14104[warn] | ^
14105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14109[warn] 42 | private var fileChannel: FileChannel = _
14110[warn] | ^
14111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14115[warn] 43 | private var file: File = _
14116[warn] | ^
14117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14121[warn] 27 | private var hd: QueueMapEntity = _
14122[warn] | ^
14123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14127[warn] 28 | private var tl: QueueMapEntity = _
14128[warn] | ^
14129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14133[warn] 34 | private var cursor: QueueMapEntity = _
14134[warn] | ^
14135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14139[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14140[warn] | ^
14141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14145[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14146[warn] | ^
14147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14151[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14152[warn] | ^
14153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14157[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14158[warn] | ^
14159[warn] |Ignoring [this] qualifier.
14160[warn] |This syntax will be deprecated in the future; it should be dropped.
14161[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14164[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14165[warn] | ^
14166[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14169[warn] 29 | @volatile private var sys: ActorSystem = _
14170[warn] | ^
14171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14175[warn] 27 | private var address: Address[Call] = _
14176[warn] | ^
14177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14181[warn] 31 | private var msg: M = _
14182[warn] | ^
14183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14187[warn] 35 | private var rids: Array[Long] = _
14188[warn] | ^
14189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
14193[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
14194[warn] | ^
14195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
14199[warn] 28 | protected var stack: Stack = _
14200[warn] | ^
14201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
14205[warn] 33 | protected var result: AnyRef = _
14206[warn] | ^
14207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
14211[warn] 34 | protected var error: Throwable = _
14212[warn] | ^
14213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
14217[warn] 36 | private var p: AbstractPromise[?] = _
14218[warn] | ^
14219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
14223[warn] 30 | private var call: Call = _
14224[warn] | ^
14225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
14229[warn] 31 | private var reply: Reply = _
14230[warn] | ^
14231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
14235[warn] 33 | private var sender: Address[Call] = _
14236[warn] | ^
14237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
14241[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
14242[warn] | ^
14243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
14247[warn] 27 | private var messages: Seq[Notice] = _
14248[warn] | ^
14249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
14253[warn] 49 | private var ch: Channel = _
14254[warn] | ^
14255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
14259[warn] 50 | private var ask: AnyRef = _
14260[warn] | ^
14261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
14265[warn] 51 | private var callback: ChannelPromise => Unit = _
14266[warn] | ^
14267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
14271[warn] 27 | private var msg: AnyRef = _
14272[warn] | ^
14273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
14277[warn] 28 | private var belong: AbstractChannel = _
14278[warn] | ^
14279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
14283[warn] 33 | private var ret: AnyRef = _
14284[warn] | ^
14285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
14289[warn] 29 | private var table: Array[MessagePromise[?]] = _
14290[warn] | ^
14291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
14295[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
14296[warn] | ^
14297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
14301[warn] 28 | private var msg: Call = _
14302[warn] | ^
14303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
14307[warn] 26 | var head: AbstractPromise[?] = _
14308[warn] | ^
14309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
14313[warn] 27 | var tail: AbstractPromise[?] = _
14314[warn] | ^
14315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
14319[warn] 29 | private var nextState: StackState = _
14320[warn] | ^
14321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
14325[warn] 32 | private var completedHead: AbstractPromise[?] = _
14326[warn] | ^
14327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
14331[warn] 33 | private var completedTail: AbstractPromise[?] = _
14332[warn] | ^
14333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
14337[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
14338[warn] | ^
14339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
14343[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
14344[warn] | ^
14345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
14349[warn] 40 | private var actor: AbstractActor[?] = _
14350[warn] | ^
14351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
14355[warn] 42 | private var att: AnyRef = _
14356[warn] | ^
14357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
14361[warn] 27 | private var fu: ChannelFuture = _
14362[warn] | ^
14363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
14367[warn] 28 | private var fu: MessageFuture[R] = _
14368[warn] | ^
14369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
14373[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
14374[warn] | ^
14375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
14379[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
14380[warn] | ^
14381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
14385[warn] 41 | private var actorAddress: ActorAddress[Call] = _
14386[warn] | ^
14387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
14391[warn] 53 | private var tmpAskCursor: Nextable = _
14392[warn] | ^
14393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
14397[warn] 54 | private var tmpNoticeCursor: Nextable = _
14398[warn] | ^
14399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
14403[warn] 58 | @volatile private var preHouse: ActorHouse = _
14404[warn] | ^
14405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
14409[warn] 59 | @volatile private var nextHouse: ActorHouse = _
14410[warn] | ^
14411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
14415[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
14416[warn] | ^
14417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
14421[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
14422[warn] | ^
14423[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
14426[warn] 107 | private var system: ActorSystem = _
14427[warn] | ^
14428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
14432[warn] 57 | private var mainActor: Address[MainActor.Args] = _
14433[warn] | ^
14434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
14438[warn] 72 | private var memoryMonitor: Timeout = _
14439[warn] | ^
14440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
14444[warn] 81 | private var systemMonitor: Timeout = _
14445[warn] | ^
14446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
14450[warn] 34 | private var sys: ActorSystem = _
14451[warn] | ^
14452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
14456[warn] 30 | @volatile private var head: ActorHouse = _
14457[warn] | ^
14458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
14462[warn] 31 | @volatile private var tail: ActorHouse = _
14463[warn] | ^
14464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
14468[warn] 51 | private var currentRunning: Actor[?] = _
14469[warn] | ^
14470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
14474[warn] 26 | private var head: Nextable = _
14475[warn] | ^
14476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
14480[warn] 27 | private var tail: Nextable = _
14481[warn] | ^
14482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
14486[warn] 30 | @volatile private var head: ActorHouse = _
14487[warn] | ^
14488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
14492[warn] 31 | @volatile private var tail: ActorHouse = _
14493[warn] | ^
14494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
14498[warn] 37 | @volatile private var highHead: ActorHouse = _
14499[warn] | ^
14500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
14504[warn] 38 | @volatile private var highTail: ActorHouse = _
14505[warn] | ^
14506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
14510[warn] 29 | private var fs: Array[FileChannel] = _
14511[warn] | ^
14512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
14516[warn] 28 | private var channel: Channel = _
14517[warn] | ^
14518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
14522[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
14523[warn] | ^
14524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
14528[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
14529[warn] | ^
14530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
14534[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
14535[warn] | ^
14536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
14540[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
14541[warn] | ^
14542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
14546[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
14547[warn] | ^
14548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
14552[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
14553[warn] | ^
14554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
14558[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
14559[warn] | ^
14560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
14564[warn] 26 | private var resourceTimer: ResourceTimer = _
14565[warn] | ^
14566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
14570[warn] 34 | protected var address: EventableAddress = _
14571[warn] | ^
14572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
14576[warn] 40 | @volatile protected var handle: Timeout = _
14577[warn] | ^
14578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
14582[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
14583[warn] | ^
14584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
14588[warn] 39 | private var reactor: Reactor = _
14589[warn] | ^
14590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
14594[warn] 28 | private var transportFactory: TransportFactory = _
14595[warn] | ^
14596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
14600[warn] 39 | protected var _selectionKey: SelectionKey = _
14601[warn] | ^
14602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
14606[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
14607[warn] | ^
14608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
14612[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
14613[warn] | ^
14614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
14618[warn] 35 | private var ch: FileChannel = _
14619[warn] | ^
14620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
14624[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
14625[warn] | ^
14626[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
14627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
14629[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
14630[warn] | ^
14631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
14635[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
14636[warn] | ^
14637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
14641[warn] 44 | private var thread: Thread = _
14642[warn] | ^
14643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
14647[warn] 56 | private var ioHandler: IoHandler = _
14648[warn] | ^
14649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
14653[warn] 21 | @volatile private var n: Nextable | Null = _
14654[warn] | ^
14655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
14659[warn] 25 | @volatile private var head: T | Null = _
14660[warn] | ^
14661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
14665[warn] 26 | @volatile private var tail: T | Null = _
14666[warn] | ^
14667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
14671[warn] 29 | @volatile private var head: T | Null = _
14672[warn] | ^
14673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
14677[warn] 30 | @volatile private var tail: T | Null = _
14678[warn] | ^
14679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
14683[warn] 25 | private var head: T | Null = _
14684[warn] | ^
14685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
14689[warn] 26 | private var tail: T | Null = _
14690[warn] | ^
14691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14694[warn] 129 warnings found
14695[error] two errors found
14696Failed to evaluated codec-dns.compile: mill.api.Result$Failure
14697
14698Starting build for otavia-codec-memcache - [21/23]
14699No test module defined in codec-memcache
14700[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
14701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
14702[warn] 35 | protected var logger: Logger = _
14703[warn] | ^
14704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
14708[warn] 37 | private var ctx: ActorContext = _
14709[warn] | ^
14710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
14714[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
14715[warn] | ^
14716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
14720[warn] 45 | private[core] var currentStack: Stack = _
14721[warn] | ^
14722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14725[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
14726[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14727[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14728[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14729[error] |Required: cc.otavia.core.actor.MessageOf[W] &
14730[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14731[error] |
14732[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
14733[error] |
14734[error] | longer explanation available when compiling with `-explain`
14735[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
14736[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14737[error] | ^^^^^^^^^^^^
14738[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
14739[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
14740[error] |
14741[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
14742[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14743[error] |
14744[error] |
14745[error] |Note: a match type could not be fully reduced:
14746[error] |
14747[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
14748[error] | failed since selector W
14749[error] | does not uniquely determine parameter m in
14750[error] | case cc.otavia.core.actor.Actor[m] => m
14751[error] | The computed bounds for the parameter are:
14752[error] | m <: cc.otavia.core.message.Call |
14753[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14754[error] |
14755[error] | longer explanation available when compiling with `-explain`
14756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
14757[warn] 30 | private var workers: Address[MessageOf[W]] = _
14758[warn] | ^
14759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
14763[warn] 37 | private var currentChannelReceived: AnyRef = _
14764[warn] | ^
14765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
14769[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
14770[warn] | ^
14771[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
14774[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
14775[warn] | ^
14776[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
14779[warn] 23 | private var variables: Array[AnyRef] = _
14780[warn] | ^
14781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
14785[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
14786[warn] | ^
14787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
14791[warn] 26 | private var thread: Thread = _
14792[warn] | ^
14793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
14797[warn] 28 | private var head: Nextable = _
14798[warn] | ^
14799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14803[warn] 29 | private var tail: Nextable = _
14804[warn] | ^
14805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14809[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14810[warn] | ^
14811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14815[warn] 46 | private var actorHouse: ActorHouse = _
14816[warn] | ^
14817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14821[warn] 49 | private var pipe: ChannelPipelineImpl = _
14822[warn] | ^
14823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14827[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14828[warn] | ^
14829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14833[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14834[warn] | ^
14835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14839[warn] 35 | private var path: Path = _
14840[warn] | ^
14841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14845[warn] 36 | protected var currentReadPlan: ReadPlan = _
14846[warn] | ^
14847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14851[warn] 38 | private var readFactory: ReadPlanFactory = _
14852[warn] | ^
14853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14857[warn] 22 | private[core] var added: Boolean = _
14858[warn] | ^
14859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14863[warn] 51 | private var removed: Boolean = _
14864[warn] | ^
14865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14869[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14870[warn] | ^
14871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14875[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14876[warn] | ^
14877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14881[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14882[warn] | ^
14883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14887[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14888[warn] | ^
14889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14893[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14894[warn] | ^
14895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14899[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14900[warn] | ^
14901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14905[warn] 38 | private var inbound: I = _
14906[warn] | ^
14907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14911[warn] 39 | private var outbound: O = _
14912[warn] | ^
14913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14917[warn] 42 | private var fileChannel: FileChannel = _
14918[warn] | ^
14919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14923[warn] 43 | private var file: File = _
14924[warn] | ^
14925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14929[warn] 27 | private var hd: QueueMapEntity = _
14930[warn] | ^
14931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14935[warn] 28 | private var tl: QueueMapEntity = _
14936[warn] | ^
14937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14941[warn] 34 | private var cursor: QueueMapEntity = _
14942[warn] | ^
14943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14947[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14948[warn] | ^
14949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14953[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14954[warn] | ^
14955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14959[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14960[warn] | ^
14961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14965[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14966[warn] | ^
14967[warn] |Ignoring [this] qualifier.
14968[warn] |This syntax will be deprecated in the future; it should be dropped.
14969[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14972[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14973[warn] | ^
14974[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14977[warn] 29 | @volatile private var sys: ActorSystem = _
14978[warn] | ^
14979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14983[warn] 27 | private var address: Address[Call] = _
14984[warn] | ^
14985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14989[warn] 31 | private var msg: M = _
14990[warn] | ^
14991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14995[warn] 35 | private var rids: Array[Long] = _
14996[warn] | ^
14997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
15001[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
15002[warn] | ^
15003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
15007[warn] 28 | protected var stack: Stack = _
15008[warn] | ^
15009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
15013[warn] 33 | protected var result: AnyRef = _
15014[warn] | ^
15015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
15019[warn] 34 | protected var error: Throwable = _
15020[warn] | ^
15021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
15025[warn] 36 | private var p: AbstractPromise[?] = _
15026[warn] | ^
15027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
15031[warn] 30 | private var call: Call = _
15032[warn] | ^
15033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
15037[warn] 31 | private var reply: Reply = _
15038[warn] | ^
15039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
15043[warn] 33 | private var sender: Address[Call] = _
15044[warn] | ^
15045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
15049[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
15050[warn] | ^
15051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
15055[warn] 27 | private var messages: Seq[Notice] = _
15056[warn] | ^
15057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
15061[warn] 49 | private var ch: Channel = _
15062[warn] | ^
15063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
15067[warn] 50 | private var ask: AnyRef = _
15068[warn] | ^
15069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
15073[warn] 51 | private var callback: ChannelPromise => Unit = _
15074[warn] | ^
15075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
15079[warn] 27 | private var msg: AnyRef = _
15080[warn] | ^
15081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
15085[warn] 28 | private var belong: AbstractChannel = _
15086[warn] | ^
15087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
15091[warn] 33 | private var ret: AnyRef = _
15092[warn] | ^
15093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
15097[warn] 29 | private var table: Array[MessagePromise[?]] = _
15098[warn] | ^
15099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
15103[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
15104[warn] | ^
15105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
15109[warn] 28 | private var msg: Call = _
15110[warn] | ^
15111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
15115[warn] 26 | var head: AbstractPromise[?] = _
15116[warn] | ^
15117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
15121[warn] 27 | var tail: AbstractPromise[?] = _
15122[warn] | ^
15123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
15127[warn] 29 | private var nextState: StackState = _
15128[warn] | ^
15129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
15133[warn] 32 | private var completedHead: AbstractPromise[?] = _
15134[warn] | ^
15135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
15139[warn] 33 | private var completedTail: AbstractPromise[?] = _
15140[warn] | ^
15141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
15145[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
15146[warn] | ^
15147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
15151[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
15152[warn] | ^
15153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
15157[warn] 40 | private var actor: AbstractActor[?] = _
15158[warn] | ^
15159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
15163[warn] 42 | private var att: AnyRef = _
15164[warn] | ^
15165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
15169[warn] 27 | private var fu: ChannelFuture = _
15170[warn] | ^
15171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
15175[warn] 28 | private var fu: MessageFuture[R] = _
15176[warn] | ^
15177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
15181[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
15182[warn] | ^
15183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
15187[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
15188[warn] | ^
15189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
15193[warn] 41 | private var actorAddress: ActorAddress[Call] = _
15194[warn] | ^
15195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
15199[warn] 53 | private var tmpAskCursor: Nextable = _
15200[warn] | ^
15201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
15205[warn] 54 | private var tmpNoticeCursor: Nextable = _
15206[warn] | ^
15207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
15211[warn] 58 | @volatile private var preHouse: ActorHouse = _
15212[warn] | ^
15213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
15217[warn] 59 | @volatile private var nextHouse: ActorHouse = _
15218[warn] | ^
15219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
15223[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
15224[warn] | ^
15225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
15229[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
15230[warn] | ^
15231[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
15232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
15234[warn] 107 | private var system: ActorSystem = _
15235[warn] | ^
15236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
15240[warn] 57 | private var mainActor: Address[MainActor.Args] = _
15241[warn] | ^
15242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
15246[warn] 72 | private var memoryMonitor: Timeout = _
15247[warn] | ^
15248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
15252[warn] 81 | private var systemMonitor: Timeout = _
15253[warn] | ^
15254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
15258[warn] 34 | private var sys: ActorSystem = _
15259[warn] | ^
15260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
15264[warn] 30 | @volatile private var head: ActorHouse = _
15265[warn] | ^
15266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
15270[warn] 31 | @volatile private var tail: ActorHouse = _
15271[warn] | ^
15272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
15276[warn] 51 | private var currentRunning: Actor[?] = _
15277[warn] | ^
15278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
15282[warn] 26 | private var head: Nextable = _
15283[warn] | ^
15284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
15288[warn] 27 | private var tail: Nextable = _
15289[warn] | ^
15290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
15294[warn] 30 | @volatile private var head: ActorHouse = _
15295[warn] | ^
15296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
15300[warn] 31 | @volatile private var tail: ActorHouse = _
15301[warn] | ^
15302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
15306[warn] 37 | @volatile private var highHead: ActorHouse = _
15307[warn] | ^
15308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
15312[warn] 38 | @volatile private var highTail: ActorHouse = _
15313[warn] | ^
15314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
15318[warn] 29 | private var fs: Array[FileChannel] = _
15319[warn] | ^
15320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
15324[warn] 28 | private var channel: Channel = _
15325[warn] | ^
15326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
15330[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
15331[warn] | ^
15332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
15336[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
15337[warn] | ^
15338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
15342[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
15343[warn] | ^
15344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
15348[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
15349[warn] | ^
15350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
15354[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
15355[warn] | ^
15356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
15360[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
15361[warn] | ^
15362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
15366[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
15367[warn] | ^
15368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
15372[warn] 26 | private var resourceTimer: ResourceTimer = _
15373[warn] | ^
15374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
15378[warn] 34 | protected var address: EventableAddress = _
15379[warn] | ^
15380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
15384[warn] 40 | @volatile protected var handle: Timeout = _
15385[warn] | ^
15386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
15390[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
15391[warn] | ^
15392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
15396[warn] 39 | private var reactor: Reactor = _
15397[warn] | ^
15398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
15402[warn] 28 | private var transportFactory: TransportFactory = _
15403[warn] | ^
15404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
15408[warn] 39 | protected var _selectionKey: SelectionKey = _
15409[warn] | ^
15410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
15414[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
15415[warn] | ^
15416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
15420[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
15421[warn] | ^
15422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
15426[warn] 35 | private var ch: FileChannel = _
15427[warn] | ^
15428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
15432[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
15433[warn] | ^
15434[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
15435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
15437[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
15438[warn] | ^
15439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
15443[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
15444[warn] | ^
15445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
15449[warn] 44 | private var thread: Thread = _
15450[warn] | ^
15451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
15455[warn] 56 | private var ioHandler: IoHandler = _
15456[warn] | ^
15457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
15461[warn] 21 | @volatile private var n: Nextable | Null = _
15462[warn] | ^
15463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
15467[warn] 25 | @volatile private var head: T | Null = _
15468[warn] | ^
15469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
15473[warn] 26 | @volatile private var tail: T | Null = _
15474[warn] | ^
15475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
15479[warn] 29 | @volatile private var head: T | Null = _
15480[warn] | ^
15481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
15485[warn] 30 | @volatile private var tail: T | Null = _
15486[warn] | ^
15487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
15491[warn] 25 | private var head: T | Null = _
15492[warn] | ^
15493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
15497[warn] 26 | private var tail: T | Null = _
15498[warn] | ^
15499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15502[warn] 129 warnings found
15503[error] two errors found
15504Failed to evaluated codec-memcache.compile: mill.api.Result$Failure
15505
15506Starting build for otavia-serde - [22/23]
15507No test module defined in serde
15508Successfully evaluated serde.compile
15509Skipping unused scalacOptions: -source, -rewrite
15510Flag -classpath set repeatedly
15511-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:24:17 ------------
1551224 | override def serialize(value: Array[Byte], out: Buffer): Unit = out.writeBytes(value)
15513 | ^
15514 | Couldn't resolve a member for the given link query: A
15515-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:26:17 ------------
1551626 | override def deserialize(in: Buffer): Array[Byte] = {
15517 | ^
15518 | Couldn't resolve a member for the given link query: Buffer
15519-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1552051 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
15521 | ^
15522 | Couldn't resolve a member for the given link query: Buffer
15523-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1552467 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
15525 | ^
15526 | Couldn't resolve a member for the given link query: Buffer
15527-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1552835 | def checkDeserializable(in: Buffer): Boolean = true
15529 | ^
15530 | Couldn't resolve a member for the given link query: Buffer
15531-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:27:17 -----------
1553227 | override def serialize(value: String, out: Buffer): Unit = out.writeBytes(value.getBytes(charset))
15533 | ^
15534 | Couldn't resolve a member for the given link query: A
15535-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:29:17 -----------
1553629 | override def deserialize(in: Buffer): String = in.readCharSequence(in.readableBytes).toString
15537 | ^
15538 | Couldn't resolve a member for the given link query: Buffer
15539-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1554043 | def deserialize(in: Buffer): A
15541 | ^
15542 | Couldn't resolve a member for the given link query: Buffer
15543-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1554459 | def serialize(value: A, out: Buffer): Unit
15545 | ^
15546 | Couldn't resolve a member for the given link query: Buffer
15547-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:43:18 ---------------------
1554843 | protected def serializeByte(byte: Byte, out: Buffer): this.type
15549 | ^
15550 | Couldn't resolve a member for the given link query: Buffer
15551-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:53:18 ---------------------
1555253 | protected def serializeBoolean(boolean: Boolean, out: Buffer): this.type
15553 | ^
15554 | Couldn't resolve a member for the given link query: Buffer
15555-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:63:18 ---------------------
1555663 | protected def serializeChar(char: Char, out: Buffer): this.type
15557 | ^
15558 | Couldn't resolve a member for the given link query: Buffer
15559-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:73:18 ---------------------
1556073 | protected def serializeShort(short: Short, out: Buffer): this.type
15561 | ^
15562 | Couldn't resolve a member for the given link query: Buffer
15563-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:83:18 ---------------------
1556483 | protected def serializeInt(int: Int, out: Buffer): this.type
15565 | ^
15566 | Couldn't resolve a member for the given link query: Buffer
15567-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:93:18 ---------------------
1556893 | protected def serializeLong(long: Long, out: Buffer): this.type
15569 | ^
15570 | Couldn't resolve a member for the given link query: Buffer
15571-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:103:18 --------------------
15572103 | protected def serializeFloat(float: Float, out: Buffer): this.type
15573 | ^
15574 | Couldn't resolve a member for the given link query: Buffer
15575-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:113:18 --------------------
15576113 | protected def serializeDouble(double: Double, out: Buffer): this.type
15577 | ^
15578 | Couldn't resolve a member for the given link query: Buffer
15579-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:123:18 --------------------
15580123 | protected def serializeString(string: String, out: Buffer): this.type
15581 | ^
15582 | Couldn't resolve a member for the given link query: Buffer
15583-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:133:18 --------------------
15584133 | protected def deserializeByte(in: Buffer): Byte
15585 | ^
15586 | Couldn't resolve a member for the given link query: Buffer
15587-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:141:18 --------------------
15588141 | protected def deserializeBoolean(in: Buffer): Boolean
15589 | ^
15590 | Couldn't resolve a member for the given link query: Buffer
15591-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:150:18 --------------------
15592150 | protected def deserializeChar(in: Buffer): Char
15593 | ^
15594 | Couldn't resolve a member for the given link query: Buffer
15595-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:159:18 --------------------
15596159 | protected def deserializeShort(in: Buffer): Short
15597 | ^
15598 | Couldn't resolve a member for the given link query: Buffer
15599-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:168:18 --------------------
15600168 | protected def deserializeInt(in: Buffer): Int
15601 | ^
15602 | Couldn't resolve a member for the given link query: Buffer
15603-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:177:18 --------------------
15604177 | protected def deserializeLong(in: Buffer): Long
15605 | ^
15606 | Couldn't resolve a member for the given link query: Buffer
15607-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:186:18 --------------------
15608186 | protected def deserializeFloat(in: Buffer): Float
15609 | ^
15610 | Couldn't resolve a member for the given link query: Buffer
15611-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:195:18 --------------------
15612195 | protected def deserializeDouble(in: Buffer): Double
15613 | ^
15614 | Couldn't resolve a member for the given link query: Buffer
15615-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:204:18 --------------------
15616204 | protected def deserializeString(in: Buffer): String
15617 | ^
15618 | Couldn't resolve a member for the given link query: Buffer
15619-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:219:18 --------------------
15620219 | protected def serializeBigInt(bigInt: BigInt, out: Buffer): this.type
15621 | ^
15622 | Couldn't resolve a member for the given link query: Buffer
15623-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:230:18 --------------------
15624230 | protected def serializeBigDecimal(bigDecimal: BigDecimal, out: Buffer): this.type
15625 | ^
15626 | Couldn't resolve a member for the given link query: Buffer
15627-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:241:18 --------------------
15628241 | protected def serializeBigInteger(bigInteger: BigInteger, out: Buffer): this.type
15629 | ^
15630 | Couldn't resolve a member for the given link query: BigInteger
15631-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:252:18 --------------------
15632252 | protected def serializeJBigDecimal(bigDecimal: JBigDecimal, out: Buffer): this.type
15633 | ^
15634 | Couldn't resolve a member for the given link query: JBigDecimal
15635-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:263:18 --------------------
15636263 | protected def deserializeBigInt(in: Buffer): BigInt
15637 | ^
15638 | Couldn't resolve a member for the given link query: Buffer
15639-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:272:18 --------------------
15640272 | protected def deserializeBigDecimal(in: Buffer): BigDecimal
15641 | ^
15642 | Couldn't resolve a member for the given link query: Buffer
15643-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:281:18 --------------------
15644281 | protected def deserializeBigInteger(in: Buffer): BigInteger
15645 | ^
15646 | Couldn't resolve a member for the given link query: BigInteger
15647-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:290:18 --------------------
15648290 | protected def deserializeJBigDecimal(in: Buffer): JBigDecimal
15649 | ^
15650 | Couldn't resolve a member for the given link query: JBigDecimal
15651-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:305:18 --------------------
15652305 | protected def serializeJDuration(duration: JDuration, out: Buffer): this.type
15653 | ^
15654 | Couldn't resolve a member for the given link query: JDuration
15655-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:316:18 --------------------
15656316 | protected def serializeDuration(duration: Duration, out: Buffer): this.type
15657 | ^
15658 | Couldn't resolve a member for the given link query: Duration
15659-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:327:18 --------------------
15660327 | protected def serializeInstant(instant: Instant, out: Buffer): this.type
15661 | ^
15662 | Couldn't resolve a member for the given link query: Instant
15663-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:338:18 --------------------
15664338 | protected def serializeLocalDate(localDate: LocalDate, out: Buffer): this.type
15665 | ^
15666 | Couldn't resolve a member for the given link query: LocalDate
15667-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:349:18 --------------------
15668349 | protected def serializeLocalDateTime(localDateTime: LocalDateTime, out: Buffer): this.type
15669 | ^
15670 | Couldn't resolve a member for the given link query: LocalDateTime
15671-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:360:18 --------------------
15672360 | protected def serializeLocalTime(localTime: LocalTime, out: Buffer): this.type
15673 | ^
15674 | Couldn't resolve a member for the given link query: LocalTime
15675-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:371:18 --------------------
15676371 | protected def serializeMonthDay(monthDay: MonthDay, out: Buffer): this.type
15677 | ^
15678 | Couldn't resolve a member for the given link query: MonthDay
15679-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:382:18 --------------------
15680382 | protected def serializeOffsetDateTime(offsetDateTime: OffsetDateTime, out: Buffer): this.type
15681 | ^
15682 | Couldn't resolve a member for the given link query: OffsetDateTime
15683-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:393:18 --------------------
15684393 | protected def serializeOffsetTime(offsetTime: OffsetTime, out: Buffer): this.type
15685 | ^
15686 | Couldn't resolve a member for the given link query: OffsetTime
15687-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:404:18 --------------------
15688404 | protected def serializePeriod(period: Period, out: Buffer): this.type
15689 | ^
15690 | Couldn't resolve a member for the given link query: Period
15691-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:415:18 --------------------
15692415 | protected def serializeYear(year: Year, out: Buffer): this.type
15693 | ^
15694 | Couldn't resolve a member for the given link query: Year
15695-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:426:18 --------------------
15696426 | protected def serializeYearMonth(yearMonth: YearMonth, out: Buffer): this.type
15697 | ^
15698 | Couldn't resolve a member for the given link query: YearMonth
15699-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:437:18 --------------------
15700437 | protected def serializeZonedDateTime(zonedDateTime: ZonedDateTime, out: Buffer): this.type
15701 | ^
15702 | Couldn't resolve a member for the given link query: ZonedDateTime
15703-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:448:18 --------------------
15704448 | protected def serializeZoneId(zoneId: ZoneId, out: Buffer): this.type
15705 | ^
15706 | Couldn't resolve a member for the given link query: ZoneId
15707-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:459:18 --------------------
15708459 | protected def serializeZoneOffset(zoneOffset: ZoneOffset, out: Buffer): this.type
15709 | ^
15710 | Couldn't resolve a member for the given link query: ZoneOffset
15711-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:470:18 --------------------
15712470 | protected def deserializeJDuration(in: Buffer): JDuration
15713 | ^
15714 | Couldn't resolve a member for the given link query: JDuration
15715-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:479:18 --------------------
15716479 | protected def deserializeDuration(in: Buffer): Duration
15717 | ^
15718 | Couldn't resolve a member for the given link query: Duration
15719-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:488:18 --------------------
15720488 | protected def deserializeInstant(in: Buffer): Instant
15721 | ^
15722 | Couldn't resolve a member for the given link query: Instant
15723-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:497:18 --------------------
15724497 | protected def deserializeLocalDate(in: Buffer): LocalDate
15725 | ^
15726 | Couldn't resolve a member for the given link query: LocalDate
15727-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:506:18 --------------------
15728506 | protected def deserializeLocalDateTime(in: Buffer): LocalDateTime
15729 | ^
15730 | Couldn't resolve a member for the given link query: LocalDateTime
15731-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:515:18 --------------------
15732515 | protected def deserializeLocalTime(in: Buffer): LocalTime
15733 | ^
15734 | Couldn't resolve a member for the given link query: LocalTime
15735-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:524:18 --------------------
15736524 | protected def deserializeMonthDay(in: Buffer): MonthDay
15737 | ^
15738 | Couldn't resolve a member for the given link query: MonthDay
15739-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:533:18 --------------------
15740533 | protected def deserializeOffsetDateTime(in: Buffer): OffsetDateTime
15741 | ^
15742 | Couldn't resolve a member for the given link query: OffsetDateTime
15743-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:542:18 --------------------
15744542 | protected def deserializeOffsetTime(in: Buffer): OffsetTime
15745 | ^
15746 | Couldn't resolve a member for the given link query: OffsetTime
15747-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:551:18 --------------------
15748551 | protected def deserializePeriod(in: Buffer): Period
15749 | ^
15750 | Couldn't resolve a member for the given link query: Period
15751-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:560:18 --------------------
15752560 | protected def deserializeYear(in: Buffer): Year
15753 | ^
15754 | Couldn't resolve a member for the given link query: Year
15755-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:569:18 --------------------
15756569 | protected def deserializeYearMonth(in: Buffer): YearMonth
15757 | ^
15758 | Couldn't resolve a member for the given link query: YearMonth
15759-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:578:18 --------------------
15760578 | protected def deserializeZonedDateTime(in: Buffer): ZonedDateTime
15761 | ^
15762 | Couldn't resolve a member for the given link query: ZonedDateTime
15763-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:587:18 --------------------
15764587 | protected def deserializeZoneId(in: Buffer): ZoneId
15765 | ^
15766 | Couldn't resolve a member for the given link query: ZoneId
15767-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:596:18 --------------------
15768596 | protected def deserializeZoneOffset(in: Buffer): ZoneOffset
15769 | ^
15770 | Couldn't resolve a member for the given link query: ZoneOffset
15771-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:611:18 --------------------
15772611 | protected def serializeUUID(uuid: UUID, out: Buffer): this.type
15773 | ^
15774 | Couldn't resolve a member for the given link query: UUID
15775-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:620:18 --------------------
15776620 | protected def deserializeUUID(in: Buffer): UUID
15777 | ^
15778 | Couldn't resolve a member for the given link query: UUID
1577968 warnings found
15780Successfully evaluated serde.docJar
15781Publishing Artifact(cc.otavia,otavia-serde_3,0.4.5) to ivy repo /root/.ivy2/local
15782Successfully evaluated serde.publishLocal
15783
15784************************
15785Build summary:
15786[{
15787 "module": "otavia-codec-haproxy",
15788 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 29887, "warnings": 0, "errors": 0},
15789 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15790 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15791 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15792 "publish": {"status": "skipped", "tookMs": 0},
15793 "metadata": {
15794 "crossScalaVersions": []
15795}
15796},{
15797 "module": "otavia-codec",
15798 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 10500, "warnings": 0, "errors": 0},
15799 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15800 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15801 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15802 "publish": {"status": "skipped", "tookMs": 0},
15803 "metadata": {
15804 "crossScalaVersions": []
15805}
15806},{
15807 "module": "otavia-buffer",
15808 "compile": {"status": "ok", "tookMs": 110, "warnings": 0, "errors": 0},
15809 "doc": {"status": "ok", "tookMs": 18257, "files": 1, "totalSizeKb": 2948},
15810 "test-compile": {"status": "ok", "tookMs": 13019, "warnings": 0, "errors": 0},
15811 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15812 "publish": {"status": "ok", "tookMs": 319},
15813 "metadata": {
15814 "crossScalaVersions": []
15815}
15816},{
15817 "module": "otavia-serde-json",
15818 "compile": {"status": "ok", "tookMs": 15549, "warnings": 0, "errors": 0},
15819 "doc": {"status": "ok", "tookMs": 7470, "files": 1, "totalSizeKb": 2756},
15820 "test-compile": {"status": "ok", "tookMs": 7778, "warnings": 0, "errors": 0},
15821 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15822 "publish": {"status": "ok", "tookMs": 448},
15823 "metadata": {
15824 "crossScalaVersions": []
15825}
15826},{
15827 "module": "otavia-codec-mqtt",
15828 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14529, "warnings": 0, "errors": 0},
15829 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15830 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15831 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15832 "publish": {"status": "skipped", "tookMs": 0},
15833 "metadata": {
15834 "crossScalaVersions": []
15835}
15836},{
15837 "module": "otavia-sql",
15838 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15400, "warnings": 0, "errors": 0},
15839 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15840 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15841 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15842 "publish": {"status": "skipped", "tookMs": 0},
15843 "metadata": {
15844 "crossScalaVersions": []
15845}
15846},{
15847 "module": "otavia-codec-smtp",
15848 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16001, "warnings": 0, "errors": 0},
15849 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15850 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15851 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15852 "publish": {"status": "skipped", "tookMs": 0},
15853 "metadata": {
15854 "crossScalaVersions": []
15855}
15856},{
15857 "module": "otavia-runtime",
15858 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16718, "warnings": 0, "errors": 0},
15859 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15860 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15861 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15862 "publish": {"status": "skipped", "tookMs": 0},
15863 "metadata": {
15864 "crossScalaVersions": []
15865}
15866},{
15867 "module": "otavia-serde-proto",
15868 "compile": {"status": "ok", "tookMs": 2898, "warnings": 0, "errors": 0},
15869 "doc": {"status": "ok", "tookMs": 3754, "files": 1, "totalSizeKb": 2653},
15870 "test-compile": {"status": "ok", "tookMs": 4335, "warnings": 0, "errors": 0},
15871 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15872 "publish": {"status": "ok", "tookMs": 367},
15873 "metadata": {
15874 "crossScalaVersions": []
15875}
15876},{
15877 "module": "otavia-testkit",
15878 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 12301, "warnings": 0, "errors": 0},
15879 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15880 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15881 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15882 "publish": {"status": "skipped", "tookMs": 0},
15883 "metadata": {
15884 "crossScalaVersions": []
15885}
15886},{
15887 "module": "otavia-postgres-driver",
15888 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14727, "warnings": 0, "errors": 0},
15889 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15890 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15891 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15892 "publish": {"status": "skipped", "tookMs": 0},
15893 "metadata": {
15894 "crossScalaVersions": []
15895}
15896},{
15897 "module": "otavia-codec-redis",
15898 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15471, "warnings": 0, "errors": 0},
15899 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15900 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15901 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15902 "publish": {"status": "skipped", "tookMs": 0},
15903 "metadata": {
15904 "crossScalaVersions": []
15905}
15906},{
15907 "module": "otavia-handler",
15908 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15137, "warnings": 0, "errors": 0},
15909 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15910 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15911 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15912 "publish": {"status": "skipped", "tookMs": 0},
15913 "metadata": {
15914 "crossScalaVersions": []
15915}
15916},{
15917 "module": "otavia-codec-http",
15918 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16825, "warnings": 0, "errors": 0},
15919 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15920 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15921 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15922 "publish": {"status": "skipped", "tookMs": 0},
15923 "metadata": {
15924 "crossScalaVersions": []
15925}
15926},{
15927 "module": "otavia-codec-kafka",
15928 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 18095, "warnings": 0, "errors": 0},
15929 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15930 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15931 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15932 "publish": {"status": "skipped", "tookMs": 0},
15933 "metadata": {
15934 "crossScalaVersions": []
15935}
15936},{
15937 "module": "otavia-mysql-driver",
15938 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17533, "warnings": 0, "errors": 0},
15939 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15940 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15941 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15942 "publish": {"status": "skipped", "tookMs": 0},
15943 "metadata": {
15944 "crossScalaVersions": []
15945}
15946},{
15947 "module": "otavia-common",
15948 "compile": {"status": "ok", "tookMs": 166, "warnings": 0, "errors": 0},
15949 "doc": {"status": "ok", "tookMs": 6850, "files": 1, "totalSizeKb": 2767},
15950 "test-compile": {"status": "ok", "tookMs": 5466, "warnings": 0, "errors": 0},
15951 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15952 "publish": {"status": "ok", "tookMs": 245},
15953 "metadata": {
15954 "crossScalaVersions": []
15955}
15956},{
15957 "module": "otavia-codec-socks",
15958 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17330, "warnings": 0, "errors": 0},
15959 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15960 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15961 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15962 "publish": {"status": "skipped", "tookMs": 0},
15963 "metadata": {
15964 "crossScalaVersions": []
15965}
15966},{
15967 "module": "otavia-all",
15968 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15730, "warnings": 0, "errors": 0},
15969 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15970 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15971 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15972 "publish": {"status": "skipped", "tookMs": 0},
15973 "metadata": {
15974 "crossScalaVersions": []
15975}
15976},{
15977 "module": "otavia-log4a",
15978 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16209, "warnings": 0, "errors": 0},
15979 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15980 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15981 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15982 "publish": {"status": "skipped", "tookMs": 0},
15983 "metadata": {
15984 "crossScalaVersions": []
15985}
15986},{
15987 "module": "otavia-codec-dns",
15988 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16116, "warnings": 0, "errors": 0},
15989 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15990 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15991 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15992 "publish": {"status": "skipped", "tookMs": 0},
15993 "metadata": {
15994 "crossScalaVersions": []
15995}
15996},{
15997 "module": "otavia-codec-memcache",
15998 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16224, "warnings": 0, "errors": 0},
15999 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
16000 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16001 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16002 "publish": {"status": "skipped", "tookMs": 0},
16003 "metadata": {
16004 "crossScalaVersions": []
16005}
16006},{
16007 "module": "otavia-serde",
16008 "compile": {"status": "ok", "tookMs": 289, "warnings": 0, "errors": 0},
16009 "doc": {"status": "ok", "tookMs": 7281, "files": 1, "totalSizeKb": 2684},
16010 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16011 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16012 "publish": {"status": "ok", "tookMs": 343},
16013 "metadata": {
16014 "crossScalaVersions": []
16015}
16016}]
16017************************"
16018
160191 targets failed
16020runCommunityBuild 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