Build Logs

otavia-projects/otavia • scheduled_3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY

Errors

602

Warnings

14165

Total Lines

16019

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 73 59.2M 73 43.4M 0 0 46.8M 0 0:00:01 --:--:-- 0:00:01 46.8M
62100 59.2M 100 59.2M 0 0 55.4M 0 0:00:01 0:00:01 --:--:-- 112M
63Preparing Java 17.0.8 runtime; this may take a minute or two ...
64[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
65[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
66[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
67[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
68[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
69[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
70[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
71[warn] ^
72[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
73[warn] .iterator()
74[warn] ^
75[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
76[warn] case module: CommunityBuildPublishModule =>
77[warn] ^
78[warn] three warnings found
79[info] done compiling
80Try build using ./millw
81[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
82[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
83[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
84[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
85[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
86[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
87[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
88[warn] ^
89[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
90[warn] .iterator()
91[warn] ^
92[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
93[warn] case module: CommunityBuildPublishModule =>
94[warn] ^
95[warn] three warnings found
96[info] done compiling
97Build 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]"}]}
98Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
99
100Starting build for otavia-codec-haproxy - [0/23]
101No test module defined in codec-haproxy
102Failed to resolve scalaVersion, assume it's Scala 3 project
103[info] compiling 25 Scala sources to /build/repo/out/buffer/compile.dest/classes ...
104[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1286:38
105[warn] 1286 | private var value: Byte = _
106[warn] | ^
107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
110[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:34:45
111[warn] 34 | private var head: RecyclablePageBuffer = _
112[warn] | ^
113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
116[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:35:45
117[warn] 35 | private var tail: RecyclablePageBuffer = _
118[warn] | ^
119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
122[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1277:38
123[warn] 1277 | private var value: Byte = _
124[warn] | ^
125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
128[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1321:38
129[warn] 1321 | private var value: Byte = _
130[warn] | ^
131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
134[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:32:54
135[warn] 32 | private var parent: PooledPageAllocator = _
136[warn] | ^
137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
140[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:33:54
141[warn] 33 | @volatile private var nxt: RecyclablePageBuffer = _
142[warn] | ^
143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
146[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala]
147[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala]
148[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala]
149[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala]
150[warn] 7 warnings found
151[info] done compiling
152Failed to resolve scalaVersion, assume it's Scala 3 project
153[info] compiling 25 Scala sources to /build/repo/out/common/compile.dest/classes ...
154[warn] -- Warning: /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala:4:16
155[warn] 4 | private[this] val buildInfoProperties: java.util.Properties = new java.util.Properties()
156[warn] | ^
157[warn] |Ignoring [this] qualifier.
158[warn] |This syntax will be deprecated in the future; it should be dropped.
159[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
161[info] [patched file /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala]
162[warn] there was 1 deprecation warning; re-run with -deprecation for details
163[warn] two warnings found
164[info] done compiling
165[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
167[warn] 35 | protected var logger: Logger = _
168[warn] | ^
169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
173[warn] 37 | private var ctx: ActorContext = _
174[warn] | ^
175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
179[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
180[warn] | ^
181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
185[warn] 45 | private[core] var currentStack: Stack = _
186[warn] | ^
187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
190[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
191[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
192[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
193[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
194[error] |Required: cc.otavia.core.actor.MessageOf[W] &
195[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
196[error] |
197[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
198[error] |
199[error] | longer explanation available when compiling with `-explain`
200[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
201[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
202[error] | ^^^^^^^^^^^^
203[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
204[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
205[error] |
206[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
207[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
208[error] |
209[error] |
210[error] |Note: a match type could not be fully reduced:
211[error] |
212[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
213[error] | failed since selector W
214[error] | does not uniquely determine parameter m in
215[error] | case cc.otavia.core.actor.Actor[m] => m
216[error] | The computed bounds for the parameter are:
217[error] | m <: cc.otavia.core.message.Call |
218[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
219[error] |
220[error] | longer explanation available when compiling with `-explain`
221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
222[warn] 30 | private var workers: Address[MessageOf[W]] = _
223[warn] | ^
224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
228[warn] 37 | private var currentChannelReceived: AnyRef = _
229[warn] | ^
230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
234[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
235[warn] | ^
236[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
239[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
240[warn] | ^
241[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
244[warn] 23 | private var variables: Array[AnyRef] = _
245[warn] | ^
246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
250[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
251[warn] | ^
252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
256[warn] 26 | private var thread: Thread = _
257[warn] | ^
258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
262[warn] 28 | private var head: Nextable = _
263[warn] | ^
264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
268[warn] 29 | private var tail: Nextable = _
269[warn] | ^
270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
274[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
275[warn] | ^
276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
280[warn] 46 | private var actorHouse: ActorHouse = _
281[warn] | ^
282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
286[warn] 49 | private var pipe: ChannelPipelineImpl = _
287[warn] | ^
288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
292[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
293[warn] | ^
294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
298[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
299[warn] | ^
300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
304[warn] 35 | private var path: Path = _
305[warn] | ^
306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
310[warn] 36 | protected var currentReadPlan: ReadPlan = _
311[warn] | ^
312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
316[warn] 38 | private var readFactory: ReadPlanFactory = _
317[warn] | ^
318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
322[warn] 22 | private[core] var added: Boolean = _
323[warn] | ^
324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
328[warn] 51 | private var removed: Boolean = _
329[warn] | ^
330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
334[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
335[warn] | ^
336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
340[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
341[warn] | ^
342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
346[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
347[warn] | ^
348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
352[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
353[warn] | ^
354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
358[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
359[warn] | ^
360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
364[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
365[warn] | ^
366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
370[warn] 38 | private var inbound: I = _
371[warn] | ^
372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
376[warn] 39 | private var outbound: O = _
377[warn] | ^
378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
382[warn] 42 | private var fileChannel: FileChannel = _
383[warn] | ^
384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
388[warn] 43 | private var file: File = _
389[warn] | ^
390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
394[warn] 27 | private var hd: QueueMapEntity = _
395[warn] | ^
396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
400[warn] 28 | private var tl: QueueMapEntity = _
401[warn] | ^
402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
406[warn] 34 | private var cursor: QueueMapEntity = _
407[warn] | ^
408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
412[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
413[warn] | ^
414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
418[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
419[warn] | ^
420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
424[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
425[warn] | ^
426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
430[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
431[warn] | ^
432[warn] |Ignoring [this] qualifier.
433[warn] |This syntax will be deprecated in the future; it should be dropped.
434[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
437[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
438[warn] | ^
439[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
442[warn] 29 | @volatile private var sys: ActorSystem = _
443[warn] | ^
444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
448[warn] 27 | private var address: Address[Call] = _
449[warn] | ^
450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
454[warn] 31 | private var msg: M = _
455[warn] | ^
456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
460[warn] 35 | private var rids: Array[Long] = _
461[warn] | ^
462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
466[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
467[warn] | ^
468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
472[warn] 28 | protected var stack: Stack = _
473[warn] | ^
474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
478[warn] 33 | protected var result: AnyRef = _
479[warn] | ^
480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
484[warn] 34 | protected var error: Throwable = _
485[warn] | ^
486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
490[warn] 36 | private var p: AbstractPromise[?] = _
491[warn] | ^
492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
496[warn] 30 | private var call: Call = _
497[warn] | ^
498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
502[warn] 31 | private var reply: Reply = _
503[warn] | ^
504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
508[warn] 33 | private var sender: Address[Call] = _
509[warn] | ^
510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
514[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
515[warn] | ^
516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
520[warn] 27 | private var messages: Seq[Notice] = _
521[warn] | ^
522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
526[warn] 49 | private var ch: Channel = _
527[warn] | ^
528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
532[warn] 50 | private var ask: AnyRef = _
533[warn] | ^
534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
538[warn] 51 | private var callback: ChannelPromise => Unit = _
539[warn] | ^
540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
544[warn] 27 | private var msg: AnyRef = _
545[warn] | ^
546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
550[warn] 28 | private var belong: AbstractChannel = _
551[warn] | ^
552[warn] |`= _` has been deprecated; use `= uninitialized` instead.
553[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
556[warn] 33 | private var ret: AnyRef = _
557[warn] | ^
558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
562[warn] 29 | private var table: Array[MessagePromise[?]] = _
563[warn] | ^
564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
568[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
569[warn] | ^
570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
574[warn] 28 | private var msg: Call = _
575[warn] | ^
576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
580[warn] 26 | var head: AbstractPromise[?] = _
581[warn] | ^
582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
586[warn] 27 | var tail: AbstractPromise[?] = _
587[warn] | ^
588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
592[warn] 29 | private var nextState: StackState = _
593[warn] | ^
594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
598[warn] 32 | private var completedHead: AbstractPromise[?] = _
599[warn] | ^
600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
604[warn] 33 | private var completedTail: AbstractPromise[?] = _
605[warn] | ^
606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
610[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
611[warn] | ^
612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
616[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
617[warn] | ^
618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
622[warn] 40 | private var actor: AbstractActor[?] = _
623[warn] | ^
624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
628[warn] 42 | private var att: AnyRef = _
629[warn] | ^
630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
634[warn] 27 | private var fu: ChannelFuture = _
635[warn] | ^
636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
640[warn] 28 | private var fu: MessageFuture[R] = _
641[warn] | ^
642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
646[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
647[warn] | ^
648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
652[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
653[warn] | ^
654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
658[warn] 41 | private var actorAddress: ActorAddress[Call] = _
659[warn] | ^
660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
664[warn] 53 | private var tmpAskCursor: Nextable = _
665[warn] | ^
666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
670[warn] 54 | private var tmpNoticeCursor: Nextable = _
671[warn] | ^
672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
676[warn] 58 | @volatile private var preHouse: ActorHouse = _
677[warn] | ^
678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
682[warn] 59 | @volatile private var nextHouse: ActorHouse = _
683[warn] | ^
684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
688[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
689[warn] | ^
690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
694[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
695[warn] | ^
696[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
699[warn] 107 | private var system: ActorSystem = _
700[warn] | ^
701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
705[warn] 57 | private var mainActor: Address[MainActor.Args] = _
706[warn] | ^
707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
711[warn] 72 | private var memoryMonitor: Timeout = _
712[warn] | ^
713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
717[warn] 81 | private var systemMonitor: Timeout = _
718[warn] | ^
719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
723[warn] 34 | private var sys: ActorSystem = _
724[warn] | ^
725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
729[warn] 30 | @volatile private var head: ActorHouse = _
730[warn] | ^
731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
735[warn] 31 | @volatile private var tail: ActorHouse = _
736[warn] | ^
737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
741[warn] 51 | private var currentRunning: Actor[?] = _
742[warn] | ^
743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
747[warn] 26 | private var head: Nextable = _
748[warn] | ^
749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
753[warn] 27 | private var tail: Nextable = _
754[warn] | ^
755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
759[warn] 30 | @volatile private var head: ActorHouse = _
760[warn] | ^
761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
765[warn] 31 | @volatile private var tail: ActorHouse = _
766[warn] | ^
767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
771[warn] 37 | @volatile private var highHead: ActorHouse = _
772[warn] | ^
773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
777[warn] 38 | @volatile private var highTail: ActorHouse = _
778[warn] | ^
779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
783[warn] 29 | private var fs: Array[FileChannel] = _
784[warn] | ^
785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
789[warn] 28 | private var channel: Channel = _
790[warn] | ^
791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
795[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
796[warn] | ^
797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
801[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
802[warn] | ^
803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
807[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
808[warn] | ^
809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
812[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
813[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
814[warn] | ^
815[warn] |`= _` has been deprecated; use `= uninitialized` instead.
816[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
817[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
818[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
819[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
820[warn] | ^
821[warn] |`= _` has been deprecated; use `= uninitialized` instead.
822[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
823[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
824[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
825[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
826[warn] | ^
827[warn] |`= _` has been deprecated; use `= uninitialized` instead.
828[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
831[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
832[warn] | ^
833[warn] |`= _` has been deprecated; use `= uninitialized` instead.
834[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
835[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
837[warn] 26 | private var resourceTimer: ResourceTimer = _
838[warn] | ^
839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
842[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
843[warn] 34 | protected var address: EventableAddress = _
844[warn] | ^
845[warn] |`= _` has been deprecated; use `= uninitialized` instead.
846[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
847[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
848[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
849[warn] 40 | @volatile protected var handle: Timeout = _
850[warn] | ^
851[warn] |`= _` has been deprecated; use `= uninitialized` instead.
852[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
853[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
854[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
855[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
856[warn] | ^
857[warn] |`= _` has been deprecated; use `= uninitialized` instead.
858[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
861[warn] 39 | private var reactor: Reactor = _
862[warn] | ^
863[warn] |`= _` has been deprecated; use `= uninitialized` instead.
864[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
867[warn] 28 | private var transportFactory: TransportFactory = _
868[warn] | ^
869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
873[warn] 39 | protected var _selectionKey: SelectionKey = _
874[warn] | ^
875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
879[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
880[warn] | ^
881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
885[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
886[warn] | ^
887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
891[warn] 35 | private var ch: FileChannel = _
892[warn] | ^
893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
897[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
898[warn] | ^
899[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
902[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
903[warn] | ^
904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
908[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
909[warn] | ^
910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
914[warn] 44 | private var thread: Thread = _
915[warn] | ^
916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
920[warn] 56 | private var ioHandler: IoHandler = _
921[warn] | ^
922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
926[warn] 21 | @volatile private var n: Nextable | Null = _
927[warn] | ^
928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
932[warn] 25 | @volatile private var head: T | Null = _
933[warn] | ^
934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
938[warn] 26 | @volatile private var tail: T | Null = _
939[warn] | ^
940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
944[warn] 29 | @volatile private var head: T | Null = _
945[warn] | ^
946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
950[warn] 30 | @volatile private var tail: T | Null = _
951[warn] | ^
952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
956[warn] 25 | private var head: T | Null = _
957[warn] | ^
958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
962[warn] 26 | private var tail: T | Null = _
963[warn] | ^
964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
967[warn] 129 warnings found
968[error] two errors found
969Failed to evaluated codec-haproxy.compile: mill.api.Result$Failure
970
971Starting build for otavia-codec - [1/23]
972[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
974[warn] 35 | protected var logger: Logger = _
975[warn] | ^
976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
980[warn] 37 | private var ctx: ActorContext = _
981[warn] | ^
982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
986[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
987[warn] | ^
988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
992[warn] 45 | private[core] var currentStack: Stack = _
993[warn] | ^
994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
997[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
998[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
999[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1000[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1001[error] |Required: cc.otavia.core.actor.MessageOf[W] &
1002[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1003[error] |
1004[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
1005[error] |
1006[error] | longer explanation available when compiling with `-explain`
1007[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
1008[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1009[error] | ^^^^^^^^^^^^
1010[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
1011[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
1012[error] |
1013[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
1014[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1015[error] |
1016[error] |
1017[error] |Note: a match type could not be fully reduced:
1018[error] |
1019[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
1020[error] | failed since selector W
1021[error] | does not uniquely determine parameter m in
1022[error] | case cc.otavia.core.actor.Actor[m] => m
1023[error] | The computed bounds for the parameter are:
1024[error] | m <: cc.otavia.core.message.Call |
1025[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1026[error] |
1027[error] | longer explanation available when compiling with `-explain`
1028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
1029[warn] 30 | private var workers: Address[MessageOf[W]] = _
1030[warn] | ^
1031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
1035[warn] 37 | private var currentChannelReceived: AnyRef = _
1036[warn] | ^
1037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
1041[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
1042[warn] | ^
1043[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
1046[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
1047[warn] | ^
1048[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
1051[warn] 23 | private var variables: Array[AnyRef] = _
1052[warn] | ^
1053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
1057[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
1058[warn] | ^
1059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
1063[warn] 26 | private var thread: Thread = _
1064[warn] | ^
1065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
1069[warn] 28 | private var head: Nextable = _
1070[warn] | ^
1071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
1075[warn] 29 | private var tail: Nextable = _
1076[warn] | ^
1077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
1081[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
1082[warn] | ^
1083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
1087[warn] 46 | private var actorHouse: ActorHouse = _
1088[warn] | ^
1089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
1093[warn] 49 | private var pipe: ChannelPipelineImpl = _
1094[warn] | ^
1095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
1099[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
1100[warn] | ^
1101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
1105[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
1106[warn] | ^
1107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
1111[warn] 35 | private var path: Path = _
1112[warn] | ^
1113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
1117[warn] 36 | protected var currentReadPlan: ReadPlan = _
1118[warn] | ^
1119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
1123[warn] 38 | private var readFactory: ReadPlanFactory = _
1124[warn] | ^
1125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
1129[warn] 22 | private[core] var added: Boolean = _
1130[warn] | ^
1131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
1135[warn] 51 | private var removed: Boolean = _
1136[warn] | ^
1137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
1141[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
1142[warn] | ^
1143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
1147[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
1148[warn] | ^
1149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
1153[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
1154[warn] | ^
1155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
1159[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
1160[warn] | ^
1161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
1165[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1166[warn] | ^
1167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
1171[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1172[warn] | ^
1173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
1177[warn] 38 | private var inbound: I = _
1178[warn] | ^
1179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
1183[warn] 39 | private var outbound: O = _
1184[warn] | ^
1185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
1189[warn] 42 | private var fileChannel: FileChannel = _
1190[warn] | ^
1191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
1195[warn] 43 | private var file: File = _
1196[warn] | ^
1197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
1201[warn] 27 | private var hd: QueueMapEntity = _
1202[warn] | ^
1203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
1207[warn] 28 | private var tl: QueueMapEntity = _
1208[warn] | ^
1209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
1213[warn] 34 | private var cursor: QueueMapEntity = _
1214[warn] | ^
1215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
1219[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
1220[warn] | ^
1221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
1225[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
1226[warn] | ^
1227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
1231[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
1232[warn] | ^
1233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
1237[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
1238[warn] | ^
1239[warn] |Ignoring [this] qualifier.
1240[warn] |This syntax will be deprecated in the future; it should be dropped.
1241[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
1242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
1244[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
1245[warn] | ^
1246[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
1249[warn] 29 | @volatile private var sys: ActorSystem = _
1250[warn] | ^
1251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
1255[warn] 27 | private var address: Address[Call] = _
1256[warn] | ^
1257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
1261[warn] 31 | private var msg: M = _
1262[warn] | ^
1263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
1267[warn] 35 | private var rids: Array[Long] = _
1268[warn] | ^
1269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
1273[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
1274[warn] | ^
1275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
1279[warn] 28 | protected var stack: Stack = _
1280[warn] | ^
1281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
1285[warn] 33 | protected var result: AnyRef = _
1286[warn] | ^
1287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
1291[warn] 34 | protected var error: Throwable = _
1292[warn] | ^
1293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
1297[warn] 36 | private var p: AbstractPromise[?] = _
1298[warn] | ^
1299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
1303[warn] 30 | private var call: Call = _
1304[warn] | ^
1305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
1309[warn] 31 | private var reply: Reply = _
1310[warn] | ^
1311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
1315[warn] 33 | private var sender: Address[Call] = _
1316[warn] | ^
1317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
1321[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
1322[warn] | ^
1323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
1327[warn] 27 | private var messages: Seq[Notice] = _
1328[warn] | ^
1329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
1333[warn] 49 | private var ch: Channel = _
1334[warn] | ^
1335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
1339[warn] 50 | private var ask: AnyRef = _
1340[warn] | ^
1341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
1345[warn] 51 | private var callback: ChannelPromise => Unit = _
1346[warn] | ^
1347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
1351[warn] 27 | private var msg: AnyRef = _
1352[warn] | ^
1353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
1357[warn] 28 | private var belong: AbstractChannel = _
1358[warn] | ^
1359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
1363[warn] 33 | private var ret: AnyRef = _
1364[warn] | ^
1365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
1369[warn] 29 | private var table: Array[MessagePromise[?]] = _
1370[warn] | ^
1371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
1375[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
1376[warn] | ^
1377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
1381[warn] 28 | private var msg: Call = _
1382[warn] | ^
1383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
1387[warn] 26 | var head: AbstractPromise[?] = _
1388[warn] | ^
1389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
1393[warn] 27 | var tail: AbstractPromise[?] = _
1394[warn] | ^
1395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
1399[warn] 29 | private var nextState: StackState = _
1400[warn] | ^
1401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
1405[warn] 32 | private var completedHead: AbstractPromise[?] = _
1406[warn] | ^
1407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
1411[warn] 33 | private var completedTail: AbstractPromise[?] = _
1412[warn] | ^
1413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
1417[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
1418[warn] | ^
1419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
1423[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
1424[warn] | ^
1425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
1429[warn] 40 | private var actor: AbstractActor[?] = _
1430[warn] | ^
1431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
1435[warn] 42 | private var att: AnyRef = _
1436[warn] | ^
1437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
1441[warn] 27 | private var fu: ChannelFuture = _
1442[warn] | ^
1443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
1447[warn] 28 | private var fu: MessageFuture[R] = _
1448[warn] | ^
1449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
1453[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
1454[warn] | ^
1455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1459[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1460[warn] | ^
1461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1465[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1466[warn] | ^
1467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1471[warn] 53 | private var tmpAskCursor: Nextable = _
1472[warn] | ^
1473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1477[warn] 54 | private var tmpNoticeCursor: Nextable = _
1478[warn] | ^
1479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1483[warn] 58 | @volatile private var preHouse: ActorHouse = _
1484[warn] | ^
1485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1489[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1490[warn] | ^
1491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1495[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1496[warn] | ^
1497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1501[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1502[warn] | ^
1503[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1506[warn] 107 | private var system: ActorSystem = _
1507[warn] | ^
1508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1512[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1513[warn] | ^
1514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1518[warn] 72 | private var memoryMonitor: Timeout = _
1519[warn] | ^
1520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1524[warn] 81 | private var systemMonitor: Timeout = _
1525[warn] | ^
1526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1530[warn] 34 | private var sys: ActorSystem = _
1531[warn] | ^
1532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1536[warn] 30 | @volatile private var head: ActorHouse = _
1537[warn] | ^
1538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1542[warn] 31 | @volatile private var tail: ActorHouse = _
1543[warn] | ^
1544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1548[warn] 51 | private var currentRunning: Actor[?] = _
1549[warn] | ^
1550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1554[warn] 26 | private var head: Nextable = _
1555[warn] | ^
1556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1560[warn] 27 | private var tail: Nextable = _
1561[warn] | ^
1562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1566[warn] 30 | @volatile private var head: ActorHouse = _
1567[warn] | ^
1568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1572[warn] 31 | @volatile private var tail: ActorHouse = _
1573[warn] | ^
1574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1578[warn] 37 | @volatile private var highHead: ActorHouse = _
1579[warn] | ^
1580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1584[warn] 38 | @volatile private var highTail: ActorHouse = _
1585[warn] | ^
1586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1590[warn] 29 | private var fs: Array[FileChannel] = _
1591[warn] | ^
1592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1596[warn] 28 | private var channel: Channel = _
1597[warn] | ^
1598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1602[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1603[warn] | ^
1604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1608[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1609[warn] | ^
1610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1614[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1615[warn] | ^
1616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1620[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1621[warn] | ^
1622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1626[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1627[warn] | ^
1628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1632[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1633[warn] | ^
1634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1638[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1639[warn] | ^
1640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1644[warn] 26 | private var resourceTimer: ResourceTimer = _
1645[warn] | ^
1646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
1650[warn] 34 | protected var address: EventableAddress = _
1651[warn] | ^
1652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
1656[warn] 40 | @volatile protected var handle: Timeout = _
1657[warn] | ^
1658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
1662[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
1663[warn] | ^
1664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
1668[warn] 39 | private var reactor: Reactor = _
1669[warn] | ^
1670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
1674[warn] 28 | private var transportFactory: TransportFactory = _
1675[warn] | ^
1676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
1680[warn] 39 | protected var _selectionKey: SelectionKey = _
1681[warn] | ^
1682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
1686[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
1687[warn] | ^
1688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
1692[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
1693[warn] | ^
1694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
1698[warn] 35 | private var ch: FileChannel = _
1699[warn] | ^
1700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
1704[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
1705[warn] | ^
1706[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
1709[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
1710[warn] | ^
1711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
1715[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
1716[warn] | ^
1717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
1721[warn] 44 | private var thread: Thread = _
1722[warn] | ^
1723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
1727[warn] 56 | private var ioHandler: IoHandler = _
1728[warn] | ^
1729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
1733[warn] 21 | @volatile private var n: Nextable | Null = _
1734[warn] | ^
1735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
1739[warn] 25 | @volatile private var head: T | Null = _
1740[warn] | ^
1741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
1745[warn] 26 | @volatile private var tail: T | Null = _
1746[warn] | ^
1747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
1751[warn] 29 | @volatile private var head: T | Null = _
1752[warn] | ^
1753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
1757[warn] 30 | @volatile private var tail: T | Null = _
1758[warn] | ^
1759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
1763[warn] 25 | private var head: T | Null = _
1764[warn] | ^
1765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
1769[warn] 26 | private var tail: T | Null = _
1770[warn] | ^
1771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1774[warn] 129 warnings found
1775[error] two errors found
1776Failed to evaluated codec.compile: mill.api.Result$Failure
1777
1778Starting build for otavia-buffer - [2/23]
1779Successfully evaluated buffer.compile
1780Skipping unused scalacOptions: -source, -rewrite
1781Flag -classpath set repeatedly
1782-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:99:8 ----------------------
178399 | def readerOffset(offset: Int): Buffer
1784 | ^
1785 | Couldn't resolve a member for the given link query: offset
1786-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:138:8 ---------------------
1787138 | def writerOffset(offset: Int): Buffer
1788 | ^
1789 | Couldn't resolve a member for the given link query: offset
1790-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:203:8 ---------------------
1791203 | def copyInto(srcPos: Int, dest: Array[Byte], destPos: Int, length: Int): Unit
1792 | ^
1793 | Couldn't resolve a member for the given link query: dest
1794-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:233:8 ---------------------
1795233 | def copyInto(srcPos: Int, dest: ByteBuffer, destPos: Int, length: Int): Unit
1796 | ^
1797 | Couldn't resolve a member for the given link query: destPos
1798-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:263:8 ---------------------
1799263 | def copyInto(srcPos: Int, dest: Buffer, destPos: Int, length: Int): Unit
1800 | ^
1801 | Couldn't resolve a member for the given link query: destPos
1802-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:280:8 ---------------------
1803280 | def transferTo(channel: WritableByteChannel, length: Int): Int
1804 | ^
1805 | Couldn't resolve a member for the given link query: length
1806-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:300:8 ---------------------
1807300 | def transferFrom(channel: FileChannel, position: Long, length: Int): Int
1808 | ^
1809 | Couldn't resolve a member for the given link query: length
1810-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:318:8 ---------------------
1811318 | def transferFrom(channel: ReadableByteChannel, length: Int): Int
1812 | ^
1813 | Couldn't resolve a member for the given link query: length
1814-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:329:14 --------------------
1815329 | final def writeCharSequence(source: CharSequence): Buffer = writeCharSequence(source, StandardCharsets.UTF_8)
1816 | ^
1817 | Couldn't resolve a member for the given link query: source
1818-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:341:8 ---------------------
1819341 | def writeCharSequence(source: CharSequence, charset: Charset): Buffer
1820 | ^
1821 | Couldn't resolve a member for the given link query: source
1822-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:353:14 --------------------
1823353 | final def setCharSequence(index: Int, source: CharSequence): Buffer =
1824 | ^
1825 | Couldn't resolve a member for the given link query: source
1826-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:366:14 --------------------
1827366 | final def setCharSequence(index: Int, source: CharSequence, charset: Charset): Buffer = {
1828 | ^
1829 | Couldn't resolve a member for the given link query: source
1830-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:382:8 ---------------------
1831382 | def readCharSequence(length: Int): CharSequence = readCharSequence(length, StandardCharsets.UTF_8)
1832 | ^
1833 | Couldn't resolve a member for the given link query: CharSequence
1834-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:396:8 ---------------------
1835396 | def readCharSequence(length: Int, charset: Charset): CharSequence
1836 | ^
1837 | Couldn't resolve a member for the given link query: CharSequence
1838-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:412:8 ---------------------
1839412 | def getCharSequence(index: Int, len: Int, charset: Charset = StandardCharsets.UTF_8): CharSequence = {
1840 | ^
1841 | Couldn't resolve a member for the given link query: CharSequence
1842-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:437:8 ---------------------
1843437 | def readStringAsLong(length: Int, radix: Int = 10): Long
1844 | ^
1845 | Couldn't resolve a member for the given link query: Integer.parseInt
1846-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:461:8 ---------------------
1847461 | def getStringAsLong(index: Int, length: Int, radix: Int = 10): Long
1848 | ^
1849 | Couldn't resolve a member for the given link query: Integer.parseInt
1850-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:474:8 ---------------------
1851474 | def readStringAsDouble(length: Int): Double
1852 | ^
1853 | Couldn't resolve a member for the given link query: JFloat.parseFloat
1854-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:489:8 ---------------------
1855489 | def getStringAsDouble(index: Int, length: Int): Double
1856 | ^
1857 | Couldn't resolve a member for the given link query: JFloat.parseFloat
1858-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:511:8 ---------------------
1859511 | def writeBytes(source: Buffer, length: Int): Buffer
1860 | ^
1861 | Couldn't resolve a member for the given link query: source
1862-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:525:8 ---------------------
1863525 | def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer
1864 | ^
1865 | Couldn't resolve a member for the given link query: source
1866-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:547:8 ---------------------
1867547 | def writeBytes(length: Int, value: Byte): Buffer
1868 | ^
1869 | Couldn't resolve a member for the given link query: value
1870-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:610:14 --------------------
1871610 | final def writeBytes(source: ByteBuffer): Buffer = writeBytes(source, source.remaining())
1872 | ^
1873 | Couldn't resolve a member for the given link query: ByteBuffer
1874-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:624:8 ---------------------
1875624 | def writeBytes(source: ByteBuffer, length: Int): Buffer
1876 | ^
1877 | Couldn't resolve a member for the given link query: ByteBuffer
1878-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:636:14 --------------------
1879636 | final def readBytes(destination: ByteBuffer): Buffer = readBytes(destination, destination.remaining())
1880 | ^
1881 | Couldn't resolve a member for the given link query: ByteBuffer
1882-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:651:8 ---------------------
1883651 | def readBytes(destination: ByteBuffer, length: Int): Buffer
1884 | ^
1885 | Couldn't resolve a member for the given link query: ByteBuffer
1886-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:675:8 ---------------------
1887675 | def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer
1888 | ^
1889 | Couldn't resolve a member for the given link query: destination
1890-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:724:8 ---------------------
1891724 | def bytesBefore(needle: Byte): Int
1892 | ^
1893 | Couldn't resolve a member for the given link query: needle
1894-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:735:8 ---------------------
1895735 | def bytesBeforeIn(set: Array[Byte]): Int
1896 | ^
1897 | Couldn't resolve a member for the given link query: set
1898-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:748:8 ---------------------
1899748 | def bytesBeforeInRange(lower: Byte, upper: Byte): Int
1900 | ^
1901 | Couldn't resolve a member for the given link query: lower
1902-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:762:8 ---------------------
1903762 | def bytesBefore(needle1: Byte, needle2: Byte): Int
1904 | ^
1905 | Couldn't resolve a member for the given link query: needle1
1906-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:778:8 ---------------------
1907778 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int
1908 | ^
1909 | Couldn't resolve a member for the given link query: needle1
1910-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:796:8 ---------------------
1911796 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int
1912 | ^
1913 | Couldn't resolve a member for the given link query: needle1
1914-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:809:8 ---------------------
1915809 | def bytesBefore(needle: Array[Byte]): Int
1916 | ^
1917 | Couldn't resolve a member for the given link query: needle
1918-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:827:8 ---------------------
1919827 | def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean = false): Int
1920 | ^
1921 | Couldn't resolve a member for the given link query: needle
1922-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:843:14 --------------------
1923843 | final def openCursor(): ByteCursor = openCursor(readerOffset, readableBytes)
1924 | ^
1925 | Couldn't resolve a member for the given link query: fromOffset
1926-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:864:8 ---------------------
1927864 | def openCursor(fromOffset: Int, length: Int): ByteCursor
1928 | ^
1929 | Couldn't resolve a member for the given link query: fromOffset
1930-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:881:14 --------------------
1931881 | final def openReverseCursor: ByteCursor = {
1932 | ^
1933 | Couldn't resolve a member for the given link query: fromOffset
1934-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:904:8 ---------------------
1935904 | def openReverseCursor(fromOffset: Int, length: Int): ByteCursor
1936 | ^
1937 | Couldn't resolve a member for the given link query: fromOffset
1938-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:937:8 ---------------------
1939937 | def ensureWritable(size: Int, minimumGrowth: Int, allowCompaction: Boolean): Buffer
1940 | ^
1941 | Couldn't resolve a member for the given link query: allowCompaction
1942-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:953:8 ---------------------
1943953 | def ensureWritable(size: Int): Buffer = {
1944 | ^
1945 | Couldn't resolve a member for the given link query: allowCompaction
1946-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:965:8 ---------------------
1947965 | def compact(): Buffer
1948 | ^
1949 |Couldn't resolve a member for the given link query: IllegalStateException
1950-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2181:8 --------------------
19512181 | def indexIs(byte: Byte, index: Int): Boolean
1952 | ^
1953 | Couldn't resolve a member for the given link query: index
1954-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2184:8 --------------------
19552184 | def indexAre(bytes: Array[Byte], index: Int): Boolean
1956 | ^
1957 | Couldn't resolve a member for the given link query: index
1958-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2202:8 --------------------
19592202 | def skipIfNextAre(bytes: Array[Byte]): Boolean
1960 | ^
1961 | Couldn't resolve a member for the given link query: bytes
1962-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2210:8 --------------------
19632210 | def skipIfNextIgnoreCaseAre(bytes: Array[Byte]): Boolean
1964 | ^
1965 | Couldn't resolve a member for the given link query: bytes
1966-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2236:8 --------------------
19672236 | def wrap(byteBuffer: ByteBuffer): Buffer =
1968 | ^
1969 | Couldn't resolve a member for the given link query: ByteBuffer
1970-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2252:8 --------------------
19712252 | def wrap(array: Array[Byte]): Buffer = UnpoolHeapBuffer(ByteBuffer.wrap(array))
1972 | ^
1973 | Couldn't resolve a member for the given link query: array.length
1974-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:43:17 -------------
197543 | override def readerOffset(offset: Int): Buffer = {
1976 | ^
1977 | Couldn't resolve a member for the given link query: offset
1978-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:51:17 -------------
197951 | override def writerOffset(offset: Int): Buffer = {
1980 | ^
1981 | Couldn't resolve a member for the given link query: offset
1982-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:59:17 -------------
198359 | override def compact(): Buffer = {
1984 | ^
1985 |Couldn't resolve a member for the given link query: IllegalStateException
1986-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:71:17 -------------
198771 | override def writeCharSequence(source: CharSequence, charset: Charset): Buffer = {
1988 | ^
1989 | Couldn't resolve a member for the given link query: source
1990-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:78:17 -------------
199178 | override def readCharSequence(length: Int, charset: Charset): CharSequence = {
1992 | ^
1993 | Couldn't resolve a member for the given link query: CharSequence
1994-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:85:17 -------------
199585 | override def readStringAsLong(length: Int, radix: Int): Long = {
1996 | ^
1997 | Couldn't resolve a member for the given link query: Integer.parseInt
1998-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:141:17 ------------
1999141 | override def getStringAsLong(index: Int, length: Int, radix: Int): Long = {
2000 | ^
2001 | Couldn't resolve a member for the given link query: Integer.parseInt
2002-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:195:17 ------------
2003195 | override def readStringAsDouble(length: Int): Double = {
2004 | ^
2005 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2006-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:201:17 ------------
2007201 | override def getStringAsDouble(index: Int, length: Int): Double = { // TODO: optimum
2008 | ^
2009 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2010-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:206:17 ------------
2011206 | override def writeBytes(source: Buffer, length: Int): Buffer = {
2012 | ^
2013 | Couldn't resolve a member for the given link query: source
2014-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:214:17 ------------
2015214 | override def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer = {
2016 | ^
2017 | Couldn't resolve a member for the given link query: source
2018-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:220:17 ------------
2019220 | override def writeBytes(length: Int, value: Byte): Buffer = {
2020 | ^
2021 | Couldn't resolve a member for the given link query: value
2022-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:248:17 ------------
2023248 | override def writeBytes(source: ByteBuffer, length: Int): Buffer = {
2024 | ^
2025 | Couldn't resolve a member for the given link query: ByteBuffer
2026-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:257:17 ------------
2027257 | override def readBytes(destination: ByteBuffer, length: Int): Buffer = {
2028 | ^
2029 | Couldn't resolve a member for the given link query: ByteBuffer
2030-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:266:17 ------------
2031266 | override def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer = {
2032 | ^
2033 | Couldn't resolve a member for the given link query: destination
2034-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:280:17 ------------
2035280 | override def bytesBefore(needle: Byte): Int = bytesBefore1(needle, ridx, widx)
2036 | ^
2037 | Couldn't resolve a member for the given link query: needle
2038-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:300:17 ------------
2039300 | override def bytesBeforeIn(set: Array[Byte]): Int = {
2040 | ^
2041 | Couldn't resolve a member for the given link query: set
2042-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:315:17 ------------
2043315 | override def bytesBeforeInRange(lower: Byte, upper: Byte): Int = {
2044 | ^
2045 | Couldn't resolve a member for the given link query: lower
2046-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:325:17 ------------
2047325 | override def bytesBefore(needle1: Byte, needle2: Byte): Int = bytesBefore2(needle1, needle2, ridx, widx)
2048 | ^
2049 | Couldn't resolve a member for the given link query: needle1
2050-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:353:17 ------------
2051353 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int =
2052 | ^
2053 | Couldn't resolve a member for the given link query: needle1
2054-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:386:17 ------------
2055386 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int =
2056 | ^
2057 | Couldn't resolve a member for the given link query: needle1
2058-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1161:17 -----------
20591161 | override def bytesBefore(needle: Array[Byte]): Int = bytesBefore(needle, ridx, widx)
2060 | ^
2061 | Couldn't resolve a member for the given link query: needle
2062-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1210:17 -----------
20631210 | override def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean): Int =
2064 | ^
2065 | Couldn't resolve a member for the given link query: needle
2066-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1274:17 -----------
20671274 | override def openCursor(fromOffset: Int, length: Int): ByteCursor = {
2068 | ^
2069 | Couldn't resolve a member for the given link query: fromOffset
2070-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1303:17 -----------
20711303 |= end - idx
2072 | ^
2073 | Couldn't resolve a member for the given link query: fromOffset
2074-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1333:17 -----------
20751333 | = idx - end
2076 | ^
2077 | Couldn't resolve a member for the given link query: allowCompaction
2078-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1665:17 -----------
20791665 | }
2080 | ^
2081 | Couldn't resolve a member for the given link query: dest
2082-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1669:17 -----------
20831669 |dest, destPos, length)
2084 | ^
2085 | Couldn't resolve a member for the given link query: destPos
2086-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1673:17 -----------
20871673 |lying, srcPos, length)
2088 | ^
2089 | Couldn't resolve a member for the given link query: destPos
2090-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1679:17 -----------
20911679 |edOperationException()
2092 | ^
2093 | Couldn't resolve a member for the given link query: length
2094-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1690:17 -----------
20951690 |write
2096 | ^
2097 | Couldn't resolve a member for the given link query: length
2098-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1701:17 -----------
20991701 | read
2100 | ^
2101 | Couldn't resolve a member for the given link query: length
2102-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1724:17 -----------
21031724 | same
2104 | ^
2105 | Couldn't resolve a member for the given link query: index
2106-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1726:17 -----------
21071726 |nderlying.get(index) == byte
2108 | ^
2109 | Couldn't resolve a member for the given link query: index
2110-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1773:17 -----------
21111773 | true
2112 | ^
2113 | Couldn't resolve a member for the given link query: bytes
2114-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1784:17 -----------
21151784 |es.length
2116 | ^
2117 | Couldn't resolve a member for the given link query: bytes
2118-- Warning: buffer/src/cc/otavia/buffer/BufferAllocator.scala:44:8 -------------
211944 | def allocate(size: Int): Buffer
2120 | ^
2121 | Couldn't resolve a member for the given link query: OutOfMemoryError
2122-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolHeapAllocator.scala:28:17 -
212328 | override def allocate(size: Int): Buffer = {
2124 | ^
2125 | Couldn't resolve a member for the given link query: OutOfMemoryError
2126-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolDirectAllocator.scala:27:17
212727 | override def allocate(size: Int): Buffer = new UnpoolDirectBuffer(ByteBuffer.allocateDirect(size))
2128 | ^
2129 | Couldn't resolve a member for the given link query: OutOfMemoryError
2130-- Warning: buffer/src/cc/otavia/buffer/pool/PooledPageAllocator.scala:26:17 ---
213126 | override def allocate(size: Int): RecyclablePageBuffer = allocate()
2132 | ^
2133 | Couldn't resolve a member for the given link query: OutOfMemoryError
2134-- Warning: buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:61:17 --
213561 |LLOCATABLE
2136 | ^
2137 | Couldn't resolve a member for the given link query: length
2138-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:183:14 ---------------
2139183 | final def getStringAsUUID(buffer: Buffer, index: Int): UUID = {
2140 | ^
2141 | Couldn't resolve a member for the given link query: UUID
2142-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:242:14 ---------------
2143242 | final def readStringAsUUID(buffer: Buffer): UUID = {
2144 | ^
2145 | Couldn't resolve a member for the given link query: UUID
2146-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:256:14 ---------------
2147256 | final def writeUUIDAsString(buffer: Buffer, uuid: UUID): Unit = {
2148 | ^
2149 | Couldn't resolve a member for the given link query: uuid
2150-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:273:14 ---------------
2151273 | final def setUUIDAsString(buffer: Buffer, index: Int, uuid: UUID): Unit = {
2152 | ^
2153 | Couldn't resolve a member for the given link query: uuid
2154-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:1427:14 --------------
21551427 | final def readStringAsJDuration(buffer: Buffer): JDuration = {
2156 | ^
2157 |Couldn't resolve a member for the given link query: DateTimeParseException
215895 warnings found
2159Successfully evaluated buffer.docJar
2160Failed to resolve scalaVersion, assume it's Scala 3 project
2161[info] compiling 7 Scala sources to /build/repo/out/buffer/test/compile.dest/classes ...
2162[info] done compiling
2163Successfully evaluated buffer.test.compile
2164Publishing Artifact(cc.otavia,otavia-buffer_3,0.4.5) to ivy repo /root/.ivy2/local
2165Successfully evaluated buffer.publishLocal
2166
2167Starting build for otavia-serde-json - [3/23]
2168[info] compiling 7 Scala sources to /build/repo/out/serde/compile.dest/classes ...
2169[info] done compiling
2170[info] compiling 26 Scala sources to /build/repo/out/serde-json/compile.dest/classes ...
2171[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/serde-json/src/cc/otavia/json/JsonMacro.scala:1013:28
2172[warn] 1013 | (tpe1.asType, tpe2.asType) match
2173[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2174[warn] | match may not be exhaustive.
2175[warn] |
2176[warn] | It would fail on pattern case: (_, _)
2177[warn] |
2178[warn] | longer explanation available when compiling with `-explain`
2179[warn] one warning found
2180[info] done compiling
2181Successfully evaluated serde-json.compile
2182Skipping unused scalacOptions: -source, -rewrite
2183Flag -classpath set repeatedly
2184-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:27:23 ----
218527 | override final def serialize(value: BigInt, out: Buffer): Unit = this.serializeBigInt(value, out)
2186 | ^
2187 | Couldn't resolve a member for the given link query: A
2188-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:29:23 ----
218929 | override final def deserialize(in: Buffer): BigInt = this.deserializeBigInt(in)
2190 | ^
2191 | Couldn't resolve a member for the given link query: Buffer
2192-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
219335 | def checkDeserializable(in: Buffer): Boolean = true
2194 | ^
2195 | Couldn't resolve a member for the given link query: Buffer
2196-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
219767 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
2198 | ^
2199 | Couldn't resolve a member for the given link query: Buffer
2200-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
220151 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
2202 | ^
2203 | Couldn't resolve a member for the given link query: Buffer
2204-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:25:7 -
220525 |object ZoneOffsetJsonSerde extends JsonSerde[ZoneOffset] {
2206 | ^
2207 | Couldn't resolve a member for the given link query: ZoneOffset
2208-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:27:23
220927 | override final def serialize(value: ZoneOffset, out: Buffer): Unit = this.serializeZoneOffset(value, out)
2210 | ^
2211 | Couldn't resolve a member for the given link query: A
2212-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:29:23
221329 | override final def deserialize(in: Buffer): ZoneOffset = this.deserializeZoneOffset(in)
2214 | ^
2215 | Couldn't resolve a member for the given link query: Buffer
2216-- Warning: serde-json/src/cc/otavia/json/types/LocalTimeJsonSerde.scala:25:7 --
221725 |object LocalTimeJsonSerde extends JsonSerde[LocalTime] {
2218 | ^
2219 | Couldn't resolve a member for the given link query: LocalTime
2220-- Warning: serde-json/src/cc/otavia/json/types/LocalTimeJsonSerde.scala:27:23 -
222127 | override final def serialize(value: LocalTime, out: Buffer): Unit = this.serializeLocalTime(value, out)
2222 | ^
2223 | Couldn't resolve a member for the given link query: A
2224-- Warning: serde-json/src/cc/otavia/json/types/LocalTimeJsonSerde.scala:29:23 -
222529 | override final def deserialize(in: Buffer): LocalTime = this.deserializeLocalTime(in)
2226 | ^
2227 | Couldn't resolve a member for the given link query: Buffer
2228-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:29:7 -----
222929 |object StringJsonSerde extends JsonSerde[String] {
2230 | ^
2231 | Couldn't resolve a member for the given link query: Charset
2232-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:31:17 ----
223331 | override def deserialize(in: Buffer): String = deserializeString(in)
2234 | ^
2235 | Couldn't resolve a member for the given link query: Buffer
2236-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:33:17 ----
223733 | override def serialize(value: String, out: Buffer): Unit = serializeString(value, out)
2238 | ^
2239 | Couldn't resolve a member for the given link query: A
2240-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:25:23
224125 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeBigDecimal(value, out)
2242 | ^
2243 | Couldn't resolve a member for the given link query: A
2244-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:27:23
224527 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeBigDecimal(in)
2246 | ^
2247 | Couldn't resolve a member for the given link query: Buffer
2248-- Warning: serde-json/src/cc/otavia/json/types/LocalDateTimeJsonSerde.scala:25:7
224925 |object LocalDateTimeJsonSerde extends JsonSerde[LocalDateTime] {
2250 | ^
2251 | Couldn't resolve a member for the given link query: LocalDateTime
2252-- Warning: serde-json/src/cc/otavia/json/types/LocalDateTimeJsonSerde.scala:27:23
225327 | override final def serialize(value: LocalDateTime, out: Buffer): Unit = this.serializeLocalDateTime(value, out)
2254 | ^
2255 | Couldn't resolve a member for the given link query: A
2256-- Warning: serde-json/src/cc/otavia/json/types/LocalDateTimeJsonSerde.scala:29:23
225729 | override final def deserialize(in: Buffer): LocalDateTime = this.deserializeLocalDateTime(in)
2258 | ^
2259 | Couldn't resolve a member for the given link query: Buffer
2260-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:25:7 ---
226125 |object MonthDayJsonSerde extends JsonSerde[MonthDay] {
2262 | ^
2263 | Couldn't resolve a member for the given link query: MonthDay
2264-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:27:23 --
226527 | override final def serialize(value: MonthDay, out: Buffer): Unit = this.serializeMonthDay(value, out)
2266 | ^
2267 | Couldn't resolve a member for the given link query: A
2268-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:29:23 --
226929 | override final def deserialize(in: Buffer): MonthDay = this.deserializeMonthDay(in)
2270 | ^
2271 | Couldn't resolve a member for the given link query: Buffer
2272-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:25:7 -----
227325 |object ZoneIdJsonSerde extends JsonSerde[ZoneId] {
2274 | ^
2275 | Couldn't resolve a member for the given link query: ZoneId
2276-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:27:23 ----
227727 | override final def serialize(value: ZoneId, out: Buffer): Unit = this.serializeZoneId(value, out)
2278 | ^
2279 | Couldn't resolve a member for the given link query: A
2280-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:29:23 ----
228129 | override final def deserialize(in: Buffer): ZoneId = this.deserializeZoneId(in)
2282 | ^
2283 | Couldn't resolve a member for the given link query: Buffer
2284-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:27:23
228527 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeJBigDecimal(value, out)
2286 | ^
2287 | Couldn't resolve a member for the given link query: A
2288-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:29:23
228929 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeJBigDecimal(in)
2290 | ^
2291 | Couldn't resolve a member for the given link query: Buffer
2292-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:25:7 -------
229325 |object YearJsonSerde extends JsonSerde[Year] {
2294 | ^
2295 | Couldn't resolve a member for the given link query: Year
2296-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:27:23 ------
229727 | override final def serialize(value: Year, out: Buffer): Unit = this.serializeYear(value, out)
2298 | ^
2299 | Couldn't resolve a member for the given link query: A
2300-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:29:23 ------
230129 | override final def deserialize(in: Buffer): Year = this.deserializeYear(in)
2302 | ^
2303 | Couldn't resolve a member for the given link query: Buffer
2304-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:25:17 -----
230525 | override def deserialize(in: Buffer): Short = deserializeShort(in)
2306 | ^
2307 | Couldn't resolve a member for the given link query: Buffer
2308-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:27:17 -----
230927 | override def serialize(value: Short, out: Buffer): Unit = serializeShort(value, out)
2310 | ^
2311 | Couldn't resolve a member for the given link query: A
2312-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:25:7
231325 |object OffsetDateTimeJsonSerde extends JsonSerde[OffsetDateTime] {
2314 | ^
2315 | Couldn't resolve a member for the given link query: OffsetDateTime
2316-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:27:23
231727 | override final def serialize(value: OffsetDateTime, out: Buffer): Unit = this.serializeOffsetDateTime(value, out)
2318 | ^
2319 | Couldn't resolve a member for the given link query: A
2320-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:29:23
232129 | override final def deserialize(in: Buffer): OffsetDateTime = this.deserializeOffsetDateTime(in)
2322 | ^
2323 | Couldn't resolve a member for the given link query: Buffer
2324-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:27:23 -
232527 | override final def serialize(value: Duration, out: Buffer): Unit = this.serializeJDuration(value, out)
2326 | ^
2327 | Couldn't resolve a member for the given link query: A
2328-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:29:23 -
232929 | override final def deserialize(in: Buffer): Duration = this.deserializeJDuration(in)
2330 | ^
2331 | Couldn't resolve a member for the given link query: Buffer
2332-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:25:7 -
233325 |object BigIntegerJsonSerde extends JsonSerde[BigInteger] {
2334 | ^
2335 | Couldn't resolve a member for the given link query: BigInteger
2336-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:27:23
233727 | override final def serialize(value: BigInteger, out: Buffer): Unit = this.serializeBigInteger(value, out)
2338 | ^
2339 | Couldn't resolve a member for the given link query: A
2340-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:25:7 ----
234125 |object InstantJsonSerde extends JsonSerde[Instant] {
2342 | ^
2343 | Couldn't resolve a member for the given link query: Instant
2344-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:27:23 ---
234527 | override final def serialize(value: Instant, out: Buffer): Unit = this.serializeInstant(value, out)
2346 | ^
2347 | Couldn't resolve a member for the given link query: A
2348-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:29:23 ---
234929 | override final def deserialize(in: Buffer): Instant = this.deserializeInstant(in)
2350 | ^
2351 | Couldn't resolve a member for the given link query: Buffer
2352-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
235343 | def deserialize(in: Buffer): A
2354 | ^
2355 | Couldn't resolve a member for the given link query: Buffer
2356-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
235759 | def serialize(value: A, out: Buffer): Unit
2358 | ^
2359 | Couldn't resolve a member for the given link query: Buffer
2360-- Warning: serde-json/src/cc/otavia/json/JsonSerde.scala:319:15 ---------------
2361319 | inline def derived[T]: JsonSerde[T] = ${ derivedMacro[T] }
2362 | ^
2363 | Couldn't resolve a member for the given link query: T
236446 warnings found
2365Successfully evaluated serde-json.docJar
2366Failed to resolve scalaVersion, assume it's Scala 3 project
2367[info] compiling 4 Scala sources to /build/repo/out/serde-json/test/compile.dest/classes ...
2368[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/Hello.scala:23:71 ------
2369[info] 23 |case class Hello(id: Int, hello: String, yearMonth: YearMonth) derives JsonSerde
2370[info] | ^
2371[info] |Generated JSON serde for type 'cc.otavia.json.Hello':
2372[info] |{
2373[info] | def e0(value: cc.otavia.json.Hello, out: cc.otavia.buffer.Buffer): scala.Unit = {
2374[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
2375[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("id", out)
2376[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.id, out)
2377[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2378[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("hello", out)
2379[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value.hello, out)
2380[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2381[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("yearMonth", out)
2382[info] | cc.otavia.json.JsonSerde.given_JsonSerde_YearMonth.serialize(value.yearMonth, out)
2383[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
2384[info] | }
2385[info] | final class $anon() extends cc.otavia.json.JsonSerde[cc.otavia.json.Hello] {
2386[info] | override def serialize(`valueâ‚‚`: cc.otavia.json.Hello, `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2387[info] | override def deserialize(in: cc.otavia.buffer.Buffer): cc.otavia.json.Hello = scala.Predef.???
2388[info] | }
2389[info] |
2390[info] | (new $anon(): cc.otavia.json.JsonSerde[cc.otavia.json.Hello])
2391[info] |}
2392[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSuite.scala:31:39 --
2393[info] 31 | val serde = JsonSerde.derived[Byte]
2394[info] | ^^^^^^^^^^^^^^^^^^^^^^^
2395[info] |Generated JSON serde for type 'scala.Byte':
2396[info] |{
2397[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Byte] {
2398[info] | override def serialize(value: scala.Byte, out: cc.otavia.buffer.Buffer): scala.Unit = cc.otavia.json.JsonMacro.inline$JsonHelper.serializeByte(value, out)
2399[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Byte = cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeByte(in)
2400[info] | }
2401[info] |
2402[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Byte])
2403[info] |}
2404[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:35:38
2405[info] 35 | val tps = JsonSerde.derived[(String, Int, Long, Option[Long])]
2406[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2407[info] |Generated JSON serde for type 'scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]':
2408[info] |{
2409[info] | def d0(in: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = {
2410[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_START), "decode error, except \'[\'")
2411[info] | val _r1: java.lang.String = {
2412[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
2413[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.deserialize(in)
2414[info] | }
2415[info] | val _r2: scala.Int = {
2416[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2417[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeInt(in)
2418[info] | }
2419[info] | val _r3: scala.Long = {
2420[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2421[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeLong(in)
2422[info] | }
2423[info] | val _r4: scala.Option[scala.Long] = {
2424[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
2425[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
2426[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))
2427[info] | }
2428[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_END), "decode error, except \']\'")
2429[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)
2430[info] | }
2431[info] | def e0(value: scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]], out: cc.otavia.buffer.Buffer): scala.Unit = {
2432[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
2433[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value._1, out)
2434[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2435[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value._2, out)
2436[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2437[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(value._3, out)
2438[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2439[info] | value._4 match {
2440[info] | case scala.None =>
2441[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeNull(out)
2442[info] | case scala.Some(v) =>
2443[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
2444[info] | }
2445[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
2446[info] | }
2447[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]] {
2448[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â‚‚`)
2449[info] | override def deserialize(`inâ‚‚`: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = d0(`inâ‚‚`)
2450[info] | }
2451[info] |
2452[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]])
2453[info] |}
2454[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:45:38
2455[info] 45 | val tps = JsonSerde.derived[Array[Int]]
2456[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2457[info] |Generated JSON serde for type 'scala.Array[scala.Int]':
2458[info] |{
2459[info] | def e0(value: scala.Array[scala.Int], out: cc.otavia.buffer.Buffer): scala.Unit = {
2460[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
2461[info] | var i: scala.Int = 0
2462[info] | while (i.<(value.length)) {
2463[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.apply(i), out)
2464[info] | i = i.+(1)
2465[info] | if (i.!=(value.length)) {
2466[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2467[info] | ()
2468[info] | } else ()
2469[info] | }
2470[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
2471[info] | }
2472[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Array[scala.Int]] {
2473[info] | override def serialize(`valueâ‚‚`: scala.Array[scala.Int], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2474[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Array[scala.Int] = scala.Predef.???
2475[info] | }
2476[info] |
2477[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Array[scala.Int]])
2478[info] |}
2479[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:53:38
2480[info] 53 | val tps = JsonSerde.derived[Map[Int, Long]]
2481[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2482[info] |Generated JSON serde for type 'scala.collection.immutable.Map[scala.Int, scala.Long]':
2483[info] |{
2484[info] | def e0(value: scala.collection.immutable.Map[scala.Int, scala.Long], out: cc.otavia.buffer.Buffer): scala.Unit = {
2485[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
2486[info] | var i: scala.Int = 0
2487[info] | val length: scala.Int = value.size
2488[info] | value.foreach[scala.Unit](((x$1: scala.Tuple2[scala.Int, scala.Long]) => {
2489[info] | val k: scala.Int = x$1._1
2490[info] | val v: scala.Long = x$1._2
2491[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey(k.toString(), out)
2492[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
2493[info] | i = i.+(1)
2494[info] | if (i.!=(length)) {
2495[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
2496[info] | ()
2497[info] | } else ()
2498[info] | }))
2499[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
2500[info] | }
2501[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]] {
2502[info] | override def serialize(`valueâ‚‚`: scala.collection.immutable.Map[scala.Int, scala.Long], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
2503[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.collection.immutable.Map[scala.Int, scala.Long] = scala.Predef.???
2504[info] | }
2505[info] |
2506[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]])
2507[info] |}
2508[info] done compiling
2509Successfully evaluated serde-json.test.compile
2510Publishing Artifact(cc.otavia,otavia-serde-json_3,0.4.5) to ivy repo /root/.ivy2/local
2511Successfully evaluated serde-json.publishLocal
2512
2513Starting build for otavia-codec-mqtt - [4/23]
2514No test module defined in codec-mqtt
2515[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
2516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
2517[warn] 35 | protected var logger: Logger = _
2518[warn] | ^
2519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
2523[warn] 37 | private var ctx: ActorContext = _
2524[warn] | ^
2525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
2529[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
2530[warn] | ^
2531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
2535[warn] 45 | private[core] var currentStack: Stack = _
2536[warn] | ^
2537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2540[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
2541[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2542[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2543[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2544[error] |Required: cc.otavia.core.actor.MessageOf[W] &
2545[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2546[error] |
2547[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
2548[error] |
2549[error] | longer explanation available when compiling with `-explain`
2550[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
2551[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2552[error] | ^^^^^^^^^^^^
2553[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
2554[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
2555[error] |
2556[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
2557[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2558[error] |
2559[error] |
2560[error] |Note: a match type could not be fully reduced:
2561[error] |
2562[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
2563[error] | failed since selector W
2564[error] | does not uniquely determine parameter m in
2565[error] | case cc.otavia.core.actor.Actor[m] => m
2566[error] | The computed bounds for the parameter are:
2567[error] | m <: cc.otavia.core.message.Call |
2568[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2569[error] |
2570[error] | longer explanation available when compiling with `-explain`
2571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
2572[warn] 30 | private var workers: Address[MessageOf[W]] = _
2573[warn] | ^
2574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
2578[warn] 37 | private var currentChannelReceived: AnyRef = _
2579[warn] | ^
2580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
2584[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
2585[warn] | ^
2586[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
2589[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
2590[warn] | ^
2591[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
2594[warn] 23 | private var variables: Array[AnyRef] = _
2595[warn] | ^
2596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
2600[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
2601[warn] | ^
2602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
2606[warn] 26 | private var thread: Thread = _
2607[warn] | ^
2608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
2612[warn] 28 | private var head: Nextable = _
2613[warn] | ^
2614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
2618[warn] 29 | private var tail: Nextable = _
2619[warn] | ^
2620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
2624[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
2625[warn] | ^
2626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
2630[warn] 46 | private var actorHouse: ActorHouse = _
2631[warn] | ^
2632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
2636[warn] 49 | private var pipe: ChannelPipelineImpl = _
2637[warn] | ^
2638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
2642[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
2643[warn] | ^
2644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
2648[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
2649[warn] | ^
2650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
2654[warn] 35 | private var path: Path = _
2655[warn] | ^
2656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
2660[warn] 36 | protected var currentReadPlan: ReadPlan = _
2661[warn] | ^
2662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
2666[warn] 38 | private var readFactory: ReadPlanFactory = _
2667[warn] | ^
2668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
2672[warn] 22 | private[core] var added: Boolean = _
2673[warn] | ^
2674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
2678[warn] 51 | private var removed: Boolean = _
2679[warn] | ^
2680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
2684[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
2685[warn] | ^
2686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
2690[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
2691[warn] | ^
2692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
2696[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
2697[warn] | ^
2698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
2702[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
2703[warn] | ^
2704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
2708[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2709[warn] | ^
2710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
2714[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2715[warn] | ^
2716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
2720[warn] 38 | private var inbound: I = _
2721[warn] | ^
2722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
2726[warn] 39 | private var outbound: O = _
2727[warn] | ^
2728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
2732[warn] 42 | private var fileChannel: FileChannel = _
2733[warn] | ^
2734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
2738[warn] 43 | private var file: File = _
2739[warn] | ^
2740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
2744[warn] 27 | private var hd: QueueMapEntity = _
2745[warn] | ^
2746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
2750[warn] 28 | private var tl: QueueMapEntity = _
2751[warn] | ^
2752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
2756[warn] 34 | private var cursor: QueueMapEntity = _
2757[warn] | ^
2758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
2762[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
2763[warn] | ^
2764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
2768[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
2769[warn] | ^
2770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
2774[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
2775[warn] | ^
2776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
2780[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
2781[warn] | ^
2782[warn] |Ignoring [this] qualifier.
2783[warn] |This syntax will be deprecated in the future; it should be dropped.
2784[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
2787[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
2788[warn] | ^
2789[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
2792[warn] 29 | @volatile private var sys: ActorSystem = _
2793[warn] | ^
2794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
2798[warn] 27 | private var address: Address[Call] = _
2799[warn] | ^
2800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
2804[warn] 31 | private var msg: M = _
2805[warn] | ^
2806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
2810[warn] 35 | private var rids: Array[Long] = _
2811[warn] | ^
2812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
2816[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
2817[warn] | ^
2818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
2822[warn] 28 | protected var stack: Stack = _
2823[warn] | ^
2824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
2828[warn] 33 | protected var result: AnyRef = _
2829[warn] | ^
2830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
2834[warn] 34 | protected var error: Throwable = _
2835[warn] | ^
2836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
2840[warn] 36 | private var p: AbstractPromise[?] = _
2841[warn] | ^
2842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
2846[warn] 30 | private var call: Call = _
2847[warn] | ^
2848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
2852[warn] 31 | private var reply: Reply = _
2853[warn] | ^
2854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
2858[warn] 33 | private var sender: Address[Call] = _
2859[warn] | ^
2860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
2864[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
2865[warn] | ^
2866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
2870[warn] 27 | private var messages: Seq[Notice] = _
2871[warn] | ^
2872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
2876[warn] 49 | private var ch: Channel = _
2877[warn] | ^
2878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
2882[warn] 50 | private var ask: AnyRef = _
2883[warn] | ^
2884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
2888[warn] 51 | private var callback: ChannelPromise => Unit = _
2889[warn] | ^
2890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
2894[warn] 27 | private var msg: AnyRef = _
2895[warn] | ^
2896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
2900[warn] 28 | private var belong: AbstractChannel = _
2901[warn] | ^
2902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
2906[warn] 33 | private var ret: AnyRef = _
2907[warn] | ^
2908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
2912[warn] 29 | private var table: Array[MessagePromise[?]] = _
2913[warn] | ^
2914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
2918[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
2919[warn] | ^
2920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
2924[warn] 28 | private var msg: Call = _
2925[warn] | ^
2926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
2930[warn] 26 | var head: AbstractPromise[?] = _
2931[warn] | ^
2932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
2936[warn] 27 | var tail: AbstractPromise[?] = _
2937[warn] | ^
2938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
2942[warn] 29 | private var nextState: StackState = _
2943[warn] | ^
2944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
2948[warn] 32 | private var completedHead: AbstractPromise[?] = _
2949[warn] | ^
2950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
2954[warn] 33 | private var completedTail: AbstractPromise[?] = _
2955[warn] | ^
2956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
2960[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
2961[warn] | ^
2962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
2966[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
2967[warn] | ^
2968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
2972[warn] 40 | private var actor: AbstractActor[?] = _
2973[warn] | ^
2974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
2978[warn] 42 | private var att: AnyRef = _
2979[warn] | ^
2980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
2984[warn] 27 | private var fu: ChannelFuture = _
2985[warn] | ^
2986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
2990[warn] 28 | private var fu: MessageFuture[R] = _
2991[warn] | ^
2992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
2996[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
2997[warn] | ^
2998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3002[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3003[warn] | ^
3004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3008[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3009[warn] | ^
3010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3014[warn] 53 | private var tmpAskCursor: Nextable = _
3015[warn] | ^
3016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3020[warn] 54 | private var tmpNoticeCursor: Nextable = _
3021[warn] | ^
3022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3026[warn] 58 | @volatile private var preHouse: ActorHouse = _
3027[warn] | ^
3028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3032[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3033[warn] | ^
3034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3038[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3039[warn] | ^
3040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3044[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3045[warn] | ^
3046[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3049[warn] 107 | private var system: ActorSystem = _
3050[warn] | ^
3051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3055[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3056[warn] | ^
3057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3061[warn] 72 | private var memoryMonitor: Timeout = _
3062[warn] | ^
3063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3067[warn] 81 | private var systemMonitor: Timeout = _
3068[warn] | ^
3069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3073[warn] 34 | private var sys: ActorSystem = _
3074[warn] | ^
3075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3079[warn] 30 | @volatile private var head: ActorHouse = _
3080[warn] | ^
3081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3085[warn] 31 | @volatile private var tail: ActorHouse = _
3086[warn] | ^
3087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3091[warn] 51 | private var currentRunning: Actor[?] = _
3092[warn] | ^
3093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3097[warn] 26 | private var head: Nextable = _
3098[warn] | ^
3099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3103[warn] 27 | private var tail: Nextable = _
3104[warn] | ^
3105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3109[warn] 30 | @volatile private var head: ActorHouse = _
3110[warn] | ^
3111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3115[warn] 31 | @volatile private var tail: ActorHouse = _
3116[warn] | ^
3117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3121[warn] 37 | @volatile private var highHead: ActorHouse = _
3122[warn] | ^
3123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3127[warn] 38 | @volatile private var highTail: ActorHouse = _
3128[warn] | ^
3129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3133[warn] 29 | private var fs: Array[FileChannel] = _
3134[warn] | ^
3135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3139[warn] 28 | private var channel: Channel = _
3140[warn] | ^
3141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3145[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3146[warn] | ^
3147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3151[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3152[warn] | ^
3153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3157[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3158[warn] | ^
3159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3163[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3164[warn] | ^
3165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3169[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3170[warn] | ^
3171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3175[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3176[warn] | ^
3177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3181[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3182[warn] | ^
3183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3187[warn] 26 | private var resourceTimer: ResourceTimer = _
3188[warn] | ^
3189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
3193[warn] 34 | protected var address: EventableAddress = _
3194[warn] | ^
3195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
3199[warn] 40 | @volatile protected var handle: Timeout = _
3200[warn] | ^
3201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
3205[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
3206[warn] | ^
3207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
3211[warn] 39 | private var reactor: Reactor = _
3212[warn] | ^
3213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
3217[warn] 28 | private var transportFactory: TransportFactory = _
3218[warn] | ^
3219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
3223[warn] 39 | protected var _selectionKey: SelectionKey = _
3224[warn] | ^
3225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
3229[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
3230[warn] | ^
3231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
3235[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
3236[warn] | ^
3237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
3241[warn] 35 | private var ch: FileChannel = _
3242[warn] | ^
3243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
3247[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
3248[warn] | ^
3249[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
3250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
3252[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
3253[warn] | ^
3254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
3258[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
3259[warn] | ^
3260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
3264[warn] 44 | private var thread: Thread = _
3265[warn] | ^
3266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
3270[warn] 56 | private var ioHandler: IoHandler = _
3271[warn] | ^
3272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
3276[warn] 21 | @volatile private var n: Nextable | Null = _
3277[warn] | ^
3278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
3282[warn] 25 | @volatile private var head: T | Null = _
3283[warn] | ^
3284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
3288[warn] 26 | @volatile private var tail: T | Null = _
3289[warn] | ^
3290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
3294[warn] 29 | @volatile private var head: T | Null = _
3295[warn] | ^
3296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
3300[warn] 30 | @volatile private var tail: T | Null = _
3301[warn] | ^
3302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
3306[warn] 25 | private var head: T | Null = _
3307[warn] | ^
3308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
3312[warn] 26 | private var tail: T | Null = _
3313[warn] | ^
3314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3317[warn] 129 warnings found
3318[error] two errors found
3319Failed to evaluated codec-mqtt.compile: mill.api.Result$Failure
3320
3321Starting build for otavia-sql - [5/23]
3322[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
3323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
3324[warn] 35 | protected var logger: Logger = _
3325[warn] | ^
3326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
3330[warn] 37 | private var ctx: ActorContext = _
3331[warn] | ^
3332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
3336[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
3337[warn] | ^
3338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
3342[warn] 45 | private[core] var currentStack: Stack = _
3343[warn] | ^
3344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3347[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
3348[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3349[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3350[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3351[error] |Required: cc.otavia.core.actor.MessageOf[W] &
3352[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3353[error] |
3354[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
3355[error] |
3356[error] | longer explanation available when compiling with `-explain`
3357[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
3358[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3359[error] | ^^^^^^^^^^^^
3360[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
3361[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
3362[error] |
3363[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
3364[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3365[error] |
3366[error] |
3367[error] |Note: a match type could not be fully reduced:
3368[error] |
3369[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
3370[error] | failed since selector W
3371[error] | does not uniquely determine parameter m in
3372[error] | case cc.otavia.core.actor.Actor[m] => m
3373[error] | The computed bounds for the parameter are:
3374[error] | m <: cc.otavia.core.message.Call |
3375[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3376[error] |
3377[error] | longer explanation available when compiling with `-explain`
3378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
3379[warn] 30 | private var workers: Address[MessageOf[W]] = _
3380[warn] | ^
3381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
3385[warn] 37 | private var currentChannelReceived: AnyRef = _
3386[warn] | ^
3387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
3391[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
3392[warn] | ^
3393[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
3396[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
3397[warn] | ^
3398[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
3401[warn] 23 | private var variables: Array[AnyRef] = _
3402[warn] | ^
3403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
3407[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
3408[warn] | ^
3409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
3413[warn] 26 | private var thread: Thread = _
3414[warn] | ^
3415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
3419[warn] 28 | private var head: Nextable = _
3420[warn] | ^
3421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
3425[warn] 29 | private var tail: Nextable = _
3426[warn] | ^
3427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
3431[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
3432[warn] | ^
3433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
3437[warn] 46 | private var actorHouse: ActorHouse = _
3438[warn] | ^
3439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
3443[warn] 49 | private var pipe: ChannelPipelineImpl = _
3444[warn] | ^
3445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
3449[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
3450[warn] | ^
3451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
3455[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
3456[warn] | ^
3457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
3461[warn] 35 | private var path: Path = _
3462[warn] | ^
3463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
3467[warn] 36 | protected var currentReadPlan: ReadPlan = _
3468[warn] | ^
3469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
3473[warn] 38 | private var readFactory: ReadPlanFactory = _
3474[warn] | ^
3475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
3479[warn] 22 | private[core] var added: Boolean = _
3480[warn] | ^
3481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
3485[warn] 51 | private var removed: Boolean = _
3486[warn] | ^
3487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
3491[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
3492[warn] | ^
3493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
3497[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
3498[warn] | ^
3499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
3503[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
3504[warn] | ^
3505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
3509[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
3510[warn] | ^
3511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
3515[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3516[warn] | ^
3517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
3521[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3522[warn] | ^
3523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
3527[warn] 38 | private var inbound: I = _
3528[warn] | ^
3529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
3533[warn] 39 | private var outbound: O = _
3534[warn] | ^
3535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
3539[warn] 42 | private var fileChannel: FileChannel = _
3540[warn] | ^
3541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
3545[warn] 43 | private var file: File = _
3546[warn] | ^
3547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
3551[warn] 27 | private var hd: QueueMapEntity = _
3552[warn] | ^
3553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
3557[warn] 28 | private var tl: QueueMapEntity = _
3558[warn] | ^
3559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
3563[warn] 34 | private var cursor: QueueMapEntity = _
3564[warn] | ^
3565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
3569[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
3570[warn] | ^
3571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
3575[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
3576[warn] | ^
3577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
3581[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
3582[warn] | ^
3583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
3587[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
3588[warn] | ^
3589[warn] |Ignoring [this] qualifier.
3590[warn] |This syntax will be deprecated in the future; it should be dropped.
3591[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
3592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
3594[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
3595[warn] | ^
3596[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
3599[warn] 29 | @volatile private var sys: ActorSystem = _
3600[warn] | ^
3601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
3605[warn] 27 | private var address: Address[Call] = _
3606[warn] | ^
3607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
3611[warn] 31 | private var msg: M = _
3612[warn] | ^
3613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
3617[warn] 35 | private var rids: Array[Long] = _
3618[warn] | ^
3619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
3623[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
3624[warn] | ^
3625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
3629[warn] 28 | protected var stack: Stack = _
3630[warn] | ^
3631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
3635[warn] 33 | protected var result: AnyRef = _
3636[warn] | ^
3637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
3641[warn] 34 | protected var error: Throwable = _
3642[warn] | ^
3643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
3647[warn] 36 | private var p: AbstractPromise[?] = _
3648[warn] | ^
3649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
3653[warn] 30 | private var call: Call = _
3654[warn] | ^
3655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
3659[warn] 31 | private var reply: Reply = _
3660[warn] | ^
3661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
3665[warn] 33 | private var sender: Address[Call] = _
3666[warn] | ^
3667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
3671[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
3672[warn] | ^
3673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
3677[warn] 27 | private var messages: Seq[Notice] = _
3678[warn] | ^
3679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
3683[warn] 49 | private var ch: Channel = _
3684[warn] | ^
3685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
3689[warn] 50 | private var ask: AnyRef = _
3690[warn] | ^
3691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
3695[warn] 51 | private var callback: ChannelPromise => Unit = _
3696[warn] | ^
3697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
3701[warn] 27 | private var msg: AnyRef = _
3702[warn] | ^
3703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
3707[warn] 28 | private var belong: AbstractChannel = _
3708[warn] | ^
3709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
3713[warn] 33 | private var ret: AnyRef = _
3714[warn] | ^
3715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
3719[warn] 29 | private var table: Array[MessagePromise[?]] = _
3720[warn] | ^
3721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
3725[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
3726[warn] | ^
3727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
3731[warn] 28 | private var msg: Call = _
3732[warn] | ^
3733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
3737[warn] 26 | var head: AbstractPromise[?] = _
3738[warn] | ^
3739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
3743[warn] 27 | var tail: AbstractPromise[?] = _
3744[warn] | ^
3745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
3749[warn] 29 | private var nextState: StackState = _
3750[warn] | ^
3751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
3755[warn] 32 | private var completedHead: AbstractPromise[?] = _
3756[warn] | ^
3757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
3761[warn] 33 | private var completedTail: AbstractPromise[?] = _
3762[warn] | ^
3763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
3767[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
3768[warn] | ^
3769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
3773[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
3774[warn] | ^
3775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
3779[warn] 40 | private var actor: AbstractActor[?] = _
3780[warn] | ^
3781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
3785[warn] 42 | private var att: AnyRef = _
3786[warn] | ^
3787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
3791[warn] 27 | private var fu: ChannelFuture = _
3792[warn] | ^
3793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
3797[warn] 28 | private var fu: MessageFuture[R] = _
3798[warn] | ^
3799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
3803[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
3804[warn] | ^
3805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3809[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3810[warn] | ^
3811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3815[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3816[warn] | ^
3817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3821[warn] 53 | private var tmpAskCursor: Nextable = _
3822[warn] | ^
3823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3827[warn] 54 | private var tmpNoticeCursor: Nextable = _
3828[warn] | ^
3829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3833[warn] 58 | @volatile private var preHouse: ActorHouse = _
3834[warn] | ^
3835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3839[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3840[warn] | ^
3841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3845[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3846[warn] | ^
3847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3851[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3852[warn] | ^
3853[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3856[warn] 107 | private var system: ActorSystem = _
3857[warn] | ^
3858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3862[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3863[warn] | ^
3864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3868[warn] 72 | private var memoryMonitor: Timeout = _
3869[warn] | ^
3870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3874[warn] 81 | private var systemMonitor: Timeout = _
3875[warn] | ^
3876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3880[warn] 34 | private var sys: ActorSystem = _
3881[warn] | ^
3882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3886[warn] 30 | @volatile private var head: ActorHouse = _
3887[warn] | ^
3888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3892[warn] 31 | @volatile private var tail: ActorHouse = _
3893[warn] | ^
3894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3898[warn] 51 | private var currentRunning: Actor[?] = _
3899[warn] | ^
3900[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3901[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3904[warn] 26 | private var head: Nextable = _
3905[warn] | ^
3906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3910[warn] 27 | private var tail: Nextable = _
3911[warn] | ^
3912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3916[warn] 30 | @volatile private var head: ActorHouse = _
3917[warn] | ^
3918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3922[warn] 31 | @volatile private var tail: ActorHouse = _
3923[warn] | ^
3924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3928[warn] 37 | @volatile private var highHead: ActorHouse = _
3929[warn] | ^
3930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3934[warn] 38 | @volatile private var highTail: ActorHouse = _
3935[warn] | ^
3936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3940[warn] 29 | private var fs: Array[FileChannel] = _
3941[warn] | ^
3942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3946[warn] 28 | private var channel: Channel = _
3947[warn] | ^
3948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3952[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3953[warn] | ^
3954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3958[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3959[warn] | ^
3960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3964[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3965[warn] | ^
3966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3970[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3971[warn] | ^
3972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3976[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3977[warn] | ^
3978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3982[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3983[warn] | ^
3984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3988[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3989[warn] | ^
3990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3994[warn] 26 | private var resourceTimer: ResourceTimer = _
3995[warn] | ^
3996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4000[warn] 34 | protected var address: EventableAddress = _
4001[warn] | ^
4002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4006[warn] 40 | @volatile protected var handle: Timeout = _
4007[warn] | ^
4008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4012[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4013[warn] | ^
4014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4018[warn] 39 | private var reactor: Reactor = _
4019[warn] | ^
4020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4024[warn] 28 | private var transportFactory: TransportFactory = _
4025[warn] | ^
4026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4030[warn] 39 | protected var _selectionKey: SelectionKey = _
4031[warn] | ^
4032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4036[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4037[warn] | ^
4038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4042[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4043[warn] | ^
4044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4048[warn] 35 | private var ch: FileChannel = _
4049[warn] | ^
4050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4054[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4055[warn] | ^
4056[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4059[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4060[warn] | ^
4061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4065[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4066[warn] | ^
4067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4071[warn] 44 | private var thread: Thread = _
4072[warn] | ^
4073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4077[warn] 56 | private var ioHandler: IoHandler = _
4078[warn] | ^
4079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4083[warn] 21 | @volatile private var n: Nextable | Null = _
4084[warn] | ^
4085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4089[warn] 25 | @volatile private var head: T | Null = _
4090[warn] | ^
4091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4095[warn] 26 | @volatile private var tail: T | Null = _
4096[warn] | ^
4097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4101[warn] 29 | @volatile private var head: T | Null = _
4102[warn] | ^
4103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4107[warn] 30 | @volatile private var tail: T | Null = _
4108[warn] | ^
4109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4113[warn] 25 | private var head: T | Null = _
4114[warn] | ^
4115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4119[warn] 26 | private var tail: T | Null = _
4120[warn] | ^
4121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4124[warn] 129 warnings found
4125[error] two errors found
4126Failed to evaluated sql.compile: mill.api.Result$Failure
4127
4128Starting build for otavia-codec-smtp - [6/23]
4129No test module defined in codec-smtp
4130[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4132[warn] 35 | protected var logger: Logger = _
4133[warn] | ^
4134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4138[warn] 37 | private var ctx: ActorContext = _
4139[warn] | ^
4140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4144[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4145[warn] | ^
4146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4150[warn] 45 | private[core] var currentStack: Stack = _
4151[warn] | ^
4152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4155[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4156[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4157[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4158[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4159[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4160[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4161[error] |
4162[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4163[error] |
4164[error] | longer explanation available when compiling with `-explain`
4165[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4166[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4167[error] | ^^^^^^^^^^^^
4168[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4169[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4170[error] |
4171[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4172[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4173[error] |
4174[error] |
4175[error] |Note: a match type could not be fully reduced:
4176[error] |
4177[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4178[error] | failed since selector W
4179[error] | does not uniquely determine parameter m in
4180[error] | case cc.otavia.core.actor.Actor[m] => m
4181[error] | The computed bounds for the parameter are:
4182[error] | m <: cc.otavia.core.message.Call |
4183[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4184[error] |
4185[error] | longer explanation available when compiling with `-explain`
4186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4187[warn] 30 | private var workers: Address[MessageOf[W]] = _
4188[warn] | ^
4189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
4193[warn] 37 | private var currentChannelReceived: AnyRef = _
4194[warn] | ^
4195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
4199[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
4200[warn] | ^
4201[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
4204[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
4205[warn] | ^
4206[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
4209[warn] 23 | private var variables: Array[AnyRef] = _
4210[warn] | ^
4211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
4215[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
4216[warn] | ^
4217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
4221[warn] 26 | private var thread: Thread = _
4222[warn] | ^
4223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
4227[warn] 28 | private var head: Nextable = _
4228[warn] | ^
4229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
4233[warn] 29 | private var tail: Nextable = _
4234[warn] | ^
4235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
4239[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
4240[warn] | ^
4241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
4245[warn] 46 | private var actorHouse: ActorHouse = _
4246[warn] | ^
4247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
4251[warn] 49 | private var pipe: ChannelPipelineImpl = _
4252[warn] | ^
4253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
4257[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
4258[warn] | ^
4259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
4263[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
4264[warn] | ^
4265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
4269[warn] 35 | private var path: Path = _
4270[warn] | ^
4271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
4275[warn] 36 | protected var currentReadPlan: ReadPlan = _
4276[warn] | ^
4277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
4281[warn] 38 | private var readFactory: ReadPlanFactory = _
4282[warn] | ^
4283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
4287[warn] 22 | private[core] var added: Boolean = _
4288[warn] | ^
4289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
4293[warn] 51 | private var removed: Boolean = _
4294[warn] | ^
4295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
4299[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
4300[warn] | ^
4301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
4305[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
4306[warn] | ^
4307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
4311[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
4312[warn] | ^
4313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
4317[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
4318[warn] | ^
4319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
4323[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4324[warn] | ^
4325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
4329[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4330[warn] | ^
4331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
4335[warn] 38 | private var inbound: I = _
4336[warn] | ^
4337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
4341[warn] 39 | private var outbound: O = _
4342[warn] | ^
4343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
4347[warn] 42 | private var fileChannel: FileChannel = _
4348[warn] | ^
4349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
4353[warn] 43 | private var file: File = _
4354[warn] | ^
4355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
4359[warn] 27 | private var hd: QueueMapEntity = _
4360[warn] | ^
4361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
4365[warn] 28 | private var tl: QueueMapEntity = _
4366[warn] | ^
4367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
4371[warn] 34 | private var cursor: QueueMapEntity = _
4372[warn] | ^
4373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
4377[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
4378[warn] | ^
4379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
4383[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
4384[warn] | ^
4385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
4389[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
4390[warn] | ^
4391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
4395[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
4396[warn] | ^
4397[warn] |Ignoring [this] qualifier.
4398[warn] |This syntax will be deprecated in the future; it should be dropped.
4399[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
4402[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
4403[warn] | ^
4404[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
4407[warn] 29 | @volatile private var sys: ActorSystem = _
4408[warn] | ^
4409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
4413[warn] 27 | private var address: Address[Call] = _
4414[warn] | ^
4415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
4419[warn] 31 | private var msg: M = _
4420[warn] | ^
4421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
4425[warn] 35 | private var rids: Array[Long] = _
4426[warn] | ^
4427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
4431[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
4432[warn] | ^
4433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
4437[warn] 28 | protected var stack: Stack = _
4438[warn] | ^
4439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
4443[warn] 33 | protected var result: AnyRef = _
4444[warn] | ^
4445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
4449[warn] 34 | protected var error: Throwable = _
4450[warn] | ^
4451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
4455[warn] 36 | private var p: AbstractPromise[?] = _
4456[warn] | ^
4457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
4461[warn] 30 | private var call: Call = _
4462[warn] | ^
4463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
4467[warn] 31 | private var reply: Reply = _
4468[warn] | ^
4469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
4473[warn] 33 | private var sender: Address[Call] = _
4474[warn] | ^
4475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
4479[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
4480[warn] | ^
4481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
4485[warn] 27 | private var messages: Seq[Notice] = _
4486[warn] | ^
4487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
4491[warn] 49 | private var ch: Channel = _
4492[warn] | ^
4493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
4497[warn] 50 | private var ask: AnyRef = _
4498[warn] | ^
4499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
4503[warn] 51 | private var callback: ChannelPromise => Unit = _
4504[warn] | ^
4505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
4509[warn] 27 | private var msg: AnyRef = _
4510[warn] | ^
4511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
4515[warn] 28 | private var belong: AbstractChannel = _
4516[warn] | ^
4517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
4521[warn] 33 | private var ret: AnyRef = _
4522[warn] | ^
4523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
4527[warn] 29 | private var table: Array[MessagePromise[?]] = _
4528[warn] | ^
4529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
4533[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
4534[warn] | ^
4535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
4539[warn] 28 | private var msg: Call = _
4540[warn] | ^
4541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
4545[warn] 26 | var head: AbstractPromise[?] = _
4546[warn] | ^
4547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
4551[warn] 27 | var tail: AbstractPromise[?] = _
4552[warn] | ^
4553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
4557[warn] 29 | private var nextState: StackState = _
4558[warn] | ^
4559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
4563[warn] 32 | private var completedHead: AbstractPromise[?] = _
4564[warn] | ^
4565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
4569[warn] 33 | private var completedTail: AbstractPromise[?] = _
4570[warn] | ^
4571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
4575[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
4576[warn] | ^
4577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
4581[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
4582[warn] | ^
4583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
4587[warn] 40 | private var actor: AbstractActor[?] = _
4588[warn] | ^
4589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
4593[warn] 42 | private var att: AnyRef = _
4594[warn] | ^
4595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
4599[warn] 27 | private var fu: ChannelFuture = _
4600[warn] | ^
4601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
4605[warn] 28 | private var fu: MessageFuture[R] = _
4606[warn] | ^
4607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
4611[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
4612[warn] | ^
4613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
4617[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
4618[warn] | ^
4619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
4623[warn] 41 | private var actorAddress: ActorAddress[Call] = _
4624[warn] | ^
4625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
4629[warn] 53 | private var tmpAskCursor: Nextable = _
4630[warn] | ^
4631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
4635[warn] 54 | private var tmpNoticeCursor: Nextable = _
4636[warn] | ^
4637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
4641[warn] 58 | @volatile private var preHouse: ActorHouse = _
4642[warn] | ^
4643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
4647[warn] 59 | @volatile private var nextHouse: ActorHouse = _
4648[warn] | ^
4649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
4653[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
4654[warn] | ^
4655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
4659[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
4660[warn] | ^
4661[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
4664[warn] 107 | private var system: ActorSystem = _
4665[warn] | ^
4666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
4670[warn] 57 | private var mainActor: Address[MainActor.Args] = _
4671[warn] | ^
4672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
4676[warn] 72 | private var memoryMonitor: Timeout = _
4677[warn] | ^
4678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
4682[warn] 81 | private var systemMonitor: Timeout = _
4683[warn] | ^
4684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
4688[warn] 34 | private var sys: ActorSystem = _
4689[warn] | ^
4690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
4694[warn] 30 | @volatile private var head: ActorHouse = _
4695[warn] | ^
4696[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4697[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
4700[warn] 31 | @volatile private var tail: ActorHouse = _
4701[warn] | ^
4702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
4706[warn] 51 | private var currentRunning: Actor[?] = _
4707[warn] | ^
4708[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4709[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
4712[warn] 26 | private var head: Nextable = _
4713[warn] | ^
4714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
4718[warn] 27 | private var tail: Nextable = _
4719[warn] | ^
4720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
4724[warn] 30 | @volatile private var head: ActorHouse = _
4725[warn] | ^
4726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
4730[warn] 31 | @volatile private var tail: ActorHouse = _
4731[warn] | ^
4732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
4736[warn] 37 | @volatile private var highHead: ActorHouse = _
4737[warn] | ^
4738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
4742[warn] 38 | @volatile private var highTail: ActorHouse = _
4743[warn] | ^
4744[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4745[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4746[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4747[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
4748[warn] 29 | private var fs: Array[FileChannel] = _
4749[warn] | ^
4750[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4751[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
4754[warn] 28 | private var channel: Channel = _
4755[warn] | ^
4756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
4760[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
4761[warn] | ^
4762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4766[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4767[warn] | ^
4768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4772[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4773[warn] | ^
4774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4778[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4779[warn] | ^
4780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4784[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4785[warn] | ^
4786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4790[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4791[warn] | ^
4792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4796[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4797[warn] | ^
4798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4802[warn] 26 | private var resourceTimer: ResourceTimer = _
4803[warn] | ^
4804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4808[warn] 34 | protected var address: EventableAddress = _
4809[warn] | ^
4810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4814[warn] 40 | @volatile protected var handle: Timeout = _
4815[warn] | ^
4816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4820[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4821[warn] | ^
4822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4826[warn] 39 | private var reactor: Reactor = _
4827[warn] | ^
4828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4832[warn] 28 | private var transportFactory: TransportFactory = _
4833[warn] | ^
4834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4838[warn] 39 | protected var _selectionKey: SelectionKey = _
4839[warn] | ^
4840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4844[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4845[warn] | ^
4846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4850[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4851[warn] | ^
4852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4856[warn] 35 | private var ch: FileChannel = _
4857[warn] | ^
4858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4862[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4863[warn] | ^
4864[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4867[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4868[warn] | ^
4869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4873[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4874[warn] | ^
4875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4879[warn] 44 | private var thread: Thread = _
4880[warn] | ^
4881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4885[warn] 56 | private var ioHandler: IoHandler = _
4886[warn] | ^
4887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4891[warn] 21 | @volatile private var n: Nextable | Null = _
4892[warn] | ^
4893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4897[warn] 25 | @volatile private var head: T | Null = _
4898[warn] | ^
4899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4903[warn] 26 | @volatile private var tail: T | Null = _
4904[warn] | ^
4905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4909[warn] 29 | @volatile private var head: T | Null = _
4910[warn] | ^
4911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4915[warn] 30 | @volatile private var tail: T | Null = _
4916[warn] | ^
4917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4921[warn] 25 | private var head: T | Null = _
4922[warn] | ^
4923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4927[warn] 26 | private var tail: T | Null = _
4928[warn] | ^
4929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4932[warn] 129 warnings found
4933[error] two errors found
4934Failed to evaluated codec-smtp.compile: mill.api.Result$Failure
4935
4936Starting build for otavia-runtime - [7/23]
4937[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4939[warn] 35 | protected var logger: Logger = _
4940[warn] | ^
4941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4945[warn] 37 | private var ctx: ActorContext = _
4946[warn] | ^
4947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4951[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4952[warn] | ^
4953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4957[warn] 45 | private[core] var currentStack: Stack = _
4958[warn] | ^
4959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4962[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4963[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4964[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4965[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4966[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4967[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4968[error] |
4969[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4970[error] |
4971[error] | longer explanation available when compiling with `-explain`
4972[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4973[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4974[error] | ^^^^^^^^^^^^
4975[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4976[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4977[error] |
4978[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4979[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4980[error] |
4981[error] |
4982[error] |Note: a match type could not be fully reduced:
4983[error] |
4984[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4985[error] | failed since selector W
4986[error] | does not uniquely determine parameter m in
4987[error] | case cc.otavia.core.actor.Actor[m] => m
4988[error] | The computed bounds for the parameter are:
4989[error] | m <: cc.otavia.core.message.Call |
4990[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4991[error] |
4992[error] | longer explanation available when compiling with `-explain`
4993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4994[warn] 30 | private var workers: Address[MessageOf[W]] = _
4995[warn] | ^
4996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5000[warn] 37 | private var currentChannelReceived: AnyRef = _
5001[warn] | ^
5002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5006[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5007[warn] | ^
5008[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5011[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5012[warn] | ^
5013[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5016[warn] 23 | private var variables: Array[AnyRef] = _
5017[warn] | ^
5018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5022[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5023[warn] | ^
5024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5028[warn] 26 | private var thread: Thread = _
5029[warn] | ^
5030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5034[warn] 28 | private var head: Nextable = _
5035[warn] | ^
5036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5040[warn] 29 | private var tail: Nextable = _
5041[warn] | ^
5042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5046[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5047[warn] | ^
5048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5052[warn] 46 | private var actorHouse: ActorHouse = _
5053[warn] | ^
5054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5058[warn] 49 | private var pipe: ChannelPipelineImpl = _
5059[warn] | ^
5060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5064[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5065[warn] | ^
5066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5070[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5071[warn] | ^
5072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5076[warn] 35 | private var path: Path = _
5077[warn] | ^
5078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5082[warn] 36 | protected var currentReadPlan: ReadPlan = _
5083[warn] | ^
5084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5088[warn] 38 | private var readFactory: ReadPlanFactory = _
5089[warn] | ^
5090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5094[warn] 22 | private[core] var added: Boolean = _
5095[warn] | ^
5096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5100[warn] 51 | private var removed: Boolean = _
5101[warn] | ^
5102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5106[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5107[warn] | ^
5108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5112[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5113[warn] | ^
5114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5118[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5119[warn] | ^
5120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5124[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5125[warn] | ^
5126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5130[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5131[warn] | ^
5132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5136[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5137[warn] | ^
5138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5142[warn] 38 | private var inbound: I = _
5143[warn] | ^
5144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5148[warn] 39 | private var outbound: O = _
5149[warn] | ^
5150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5154[warn] 42 | private var fileChannel: FileChannel = _
5155[warn] | ^
5156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
5160[warn] 43 | private var file: File = _
5161[warn] | ^
5162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
5166[warn] 27 | private var hd: QueueMapEntity = _
5167[warn] | ^
5168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
5172[warn] 28 | private var tl: QueueMapEntity = _
5173[warn] | ^
5174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
5178[warn] 34 | private var cursor: QueueMapEntity = _
5179[warn] | ^
5180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
5184[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
5185[warn] | ^
5186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
5190[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
5191[warn] | ^
5192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
5196[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
5197[warn] | ^
5198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
5202[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
5203[warn] | ^
5204[warn] |Ignoring [this] qualifier.
5205[warn] |This syntax will be deprecated in the future; it should be dropped.
5206[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
5209[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
5210[warn] | ^
5211[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
5214[warn] 29 | @volatile private var sys: ActorSystem = _
5215[warn] | ^
5216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
5220[warn] 27 | private var address: Address[Call] = _
5221[warn] | ^
5222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
5226[warn] 31 | private var msg: M = _
5227[warn] | ^
5228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
5232[warn] 35 | private var rids: Array[Long] = _
5233[warn] | ^
5234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
5238[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
5239[warn] | ^
5240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
5244[warn] 28 | protected var stack: Stack = _
5245[warn] | ^
5246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
5250[warn] 33 | protected var result: AnyRef = _
5251[warn] | ^
5252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
5256[warn] 34 | protected var error: Throwable = _
5257[warn] | ^
5258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
5262[warn] 36 | private var p: AbstractPromise[?] = _
5263[warn] | ^
5264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
5268[warn] 30 | private var call: Call = _
5269[warn] | ^
5270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
5274[warn] 31 | private var reply: Reply = _
5275[warn] | ^
5276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
5280[warn] 33 | private var sender: Address[Call] = _
5281[warn] | ^
5282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
5286[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
5287[warn] | ^
5288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
5292[warn] 27 | private var messages: Seq[Notice] = _
5293[warn] | ^
5294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
5298[warn] 49 | private var ch: Channel = _
5299[warn] | ^
5300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
5304[warn] 50 | private var ask: AnyRef = _
5305[warn] | ^
5306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
5310[warn] 51 | private var callback: ChannelPromise => Unit = _
5311[warn] | ^
5312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
5316[warn] 27 | private var msg: AnyRef = _
5317[warn] | ^
5318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
5322[warn] 28 | private var belong: AbstractChannel = _
5323[warn] | ^
5324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
5328[warn] 33 | private var ret: AnyRef = _
5329[warn] | ^
5330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
5334[warn] 29 | private var table: Array[MessagePromise[?]] = _
5335[warn] | ^
5336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
5340[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
5341[warn] | ^
5342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
5346[warn] 28 | private var msg: Call = _
5347[warn] | ^
5348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
5352[warn] 26 | var head: AbstractPromise[?] = _
5353[warn] | ^
5354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
5358[warn] 27 | var tail: AbstractPromise[?] = _
5359[warn] | ^
5360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
5364[warn] 29 | private var nextState: StackState = _
5365[warn] | ^
5366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
5370[warn] 32 | private var completedHead: AbstractPromise[?] = _
5371[warn] | ^
5372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
5376[warn] 33 | private var completedTail: AbstractPromise[?] = _
5377[warn] | ^
5378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
5382[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
5383[warn] | ^
5384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
5388[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
5389[warn] | ^
5390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
5394[warn] 40 | private var actor: AbstractActor[?] = _
5395[warn] | ^
5396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
5400[warn] 42 | private var att: AnyRef = _
5401[warn] | ^
5402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
5406[warn] 27 | private var fu: ChannelFuture = _
5407[warn] | ^
5408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
5412[warn] 28 | private var fu: MessageFuture[R] = _
5413[warn] | ^
5414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
5418[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
5419[warn] | ^
5420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
5424[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
5425[warn] | ^
5426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
5430[warn] 41 | private var actorAddress: ActorAddress[Call] = _
5431[warn] | ^
5432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
5436[warn] 53 | private var tmpAskCursor: Nextable = _
5437[warn] | ^
5438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
5442[warn] 54 | private var tmpNoticeCursor: Nextable = _
5443[warn] | ^
5444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
5448[warn] 58 | @volatile private var preHouse: ActorHouse = _
5449[warn] | ^
5450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
5454[warn] 59 | @volatile private var nextHouse: ActorHouse = _
5455[warn] | ^
5456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
5460[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
5461[warn] | ^
5462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
5466[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
5467[warn] | ^
5468[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
5471[warn] 107 | private var system: ActorSystem = _
5472[warn] | ^
5473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
5477[warn] 57 | private var mainActor: Address[MainActor.Args] = _
5478[warn] | ^
5479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
5483[warn] 72 | private var memoryMonitor: Timeout = _
5484[warn] | ^
5485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
5489[warn] 81 | private var systemMonitor: Timeout = _
5490[warn] | ^
5491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
5495[warn] 34 | private var sys: ActorSystem = _
5496[warn] | ^
5497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
5501[warn] 30 | @volatile private var head: ActorHouse = _
5502[warn] | ^
5503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
5507[warn] 31 | @volatile private var tail: ActorHouse = _
5508[warn] | ^
5509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
5513[warn] 51 | private var currentRunning: Actor[?] = _
5514[warn] | ^
5515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
5519[warn] 26 | private var head: Nextable = _
5520[warn] | ^
5521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
5525[warn] 27 | private var tail: Nextable = _
5526[warn] | ^
5527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
5531[warn] 30 | @volatile private var head: ActorHouse = _
5532[warn] | ^
5533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
5537[warn] 31 | @volatile private var tail: ActorHouse = _
5538[warn] | ^
5539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
5543[warn] 37 | @volatile private var highHead: ActorHouse = _
5544[warn] | ^
5545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
5549[warn] 38 | @volatile private var highTail: ActorHouse = _
5550[warn] | ^
5551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
5555[warn] 29 | private var fs: Array[FileChannel] = _
5556[warn] | ^
5557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
5561[warn] 28 | private var channel: Channel = _
5562[warn] | ^
5563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
5567[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
5568[warn] | ^
5569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
5573[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
5574[warn] | ^
5575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
5579[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
5580[warn] | ^
5581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
5585[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
5586[warn] | ^
5587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
5591[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
5592[warn] | ^
5593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
5597[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
5598[warn] | ^
5599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
5603[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
5604[warn] | ^
5605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
5609[warn] 26 | private var resourceTimer: ResourceTimer = _
5610[warn] | ^
5611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
5615[warn] 34 | protected var address: EventableAddress = _
5616[warn] | ^
5617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
5621[warn] 40 | @volatile protected var handle: Timeout = _
5622[warn] | ^
5623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
5627[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
5628[warn] | ^
5629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
5633[warn] 39 | private var reactor: Reactor = _
5634[warn] | ^
5635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
5639[warn] 28 | private var transportFactory: TransportFactory = _
5640[warn] | ^
5641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
5645[warn] 39 | protected var _selectionKey: SelectionKey = _
5646[warn] | ^
5647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
5651[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
5652[warn] | ^
5653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
5657[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
5658[warn] | ^
5659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
5663[warn] 35 | private var ch: FileChannel = _
5664[warn] | ^
5665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
5669[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
5670[warn] | ^
5671[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
5672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
5674[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
5675[warn] | ^
5676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
5680[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
5681[warn] | ^
5682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
5686[warn] 44 | private var thread: Thread = _
5687[warn] | ^
5688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
5692[warn] 56 | private var ioHandler: IoHandler = _
5693[warn] | ^
5694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
5698[warn] 21 | @volatile private var n: Nextable | Null = _
5699[warn] | ^
5700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
5704[warn] 25 | @volatile private var head: T | Null = _
5705[warn] | ^
5706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
5710[warn] 26 | @volatile private var tail: T | Null = _
5711[warn] | ^
5712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
5716[warn] 29 | @volatile private var head: T | Null = _
5717[warn] | ^
5718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
5722[warn] 30 | @volatile private var tail: T | Null = _
5723[warn] | ^
5724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
5728[warn] 25 | private var head: T | Null = _
5729[warn] | ^
5730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
5734[warn] 26 | private var tail: T | Null = _
5735[warn] | ^
5736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5739[warn] 129 warnings found
5740[error] two errors found
5741Failed to evaluated core.compile: mill.api.Result$Failure
5742
5743Starting build for otavia-serde-proto - [8/23]
5744[info] compiling 1 Scala source to /build/repo/out/serde-proto/compile.dest/classes ...
5745[info] done compiling
5746Successfully evaluated serde-proto.compile
5747Skipping unused scalacOptions: -source, -rewrite
5748Flag -classpath set repeatedly
5749-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
575043 | def deserialize(in: Buffer): A
5751 | ^
5752 | Couldn't resolve a member for the given link query: Buffer
5753-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
575435 | def checkDeserializable(in: Buffer): Boolean = true
5755 | ^
5756 | Couldn't resolve a member for the given link query: Buffer
5757-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
575867 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
5759 | ^
5760 | Couldn't resolve a member for the given link query: Buffer
5761-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
576259 | def serialize(value: A, out: Buffer): Unit
5763 | ^
5764 | Couldn't resolve a member for the given link query: Buffer
5765-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
576651 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
5767 | ^
5768 | Couldn't resolve a member for the given link query: Buffer
57696 warnings found
5770Successfully evaluated serde-proto.docJar
5771Failed to resolve scalaVersion, assume it's Scala 3 project
5772[info] compiling 1 Scala source to /build/repo/out/serde-proto/test/compile.dest/classes ...
5773[info] done compiling
5774Successfully evaluated serde-proto.test.compile
5775Publishing Artifact(cc.otavia,otavia-serde-proto_3,0.4.5) to ivy repo /root/.ivy2/local
5776Successfully evaluated serde-proto.publishLocal
5777
5778Starting build for otavia-testkit - [9/23]
5779No test module defined in testkit
5780[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
5781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
5782[warn] 35 | protected var logger: Logger = _
5783[warn] | ^
5784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
5788[warn] 37 | private var ctx: ActorContext = _
5789[warn] | ^
5790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
5794[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
5795[warn] | ^
5796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5800[warn] 45 | private[core] var currentStack: Stack = _
5801[warn] | ^
5802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5805[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5806[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5807[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5808[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5809[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5810[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5811[error] |
5812[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5813[error] |
5814[error] | longer explanation available when compiling with `-explain`
5815[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5816[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5817[error] | ^^^^^^^^^^^^
5818[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5819[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5820[error] |
5821[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5822[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5823[error] |
5824[error] |
5825[error] |Note: a match type could not be fully reduced:
5826[error] |
5827[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5828[error] | failed since selector W
5829[error] | does not uniquely determine parameter m in
5830[error] | case cc.otavia.core.actor.Actor[m] => m
5831[error] | The computed bounds for the parameter are:
5832[error] | m <: cc.otavia.core.message.Call |
5833[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5834[error] |
5835[error] | longer explanation available when compiling with `-explain`
5836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5837[warn] 30 | private var workers: Address[MessageOf[W]] = _
5838[warn] | ^
5839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5842[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5843[warn] 37 | private var currentChannelReceived: AnyRef = _
5844[warn] | ^
5845[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5846[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5847[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5848[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5849[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5850[warn] | ^
5851[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5854[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5855[warn] | ^
5856[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5859[warn] 23 | private var variables: Array[AnyRef] = _
5860[warn] | ^
5861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5865[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5866[warn] | ^
5867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5871[warn] 26 | private var thread: Thread = _
5872[warn] | ^
5873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5877[warn] 28 | private var head: Nextable = _
5878[warn] | ^
5879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5883[warn] 29 | private var tail: Nextable = _
5884[warn] | ^
5885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5889[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5890[warn] | ^
5891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5895[warn] 46 | private var actorHouse: ActorHouse = _
5896[warn] | ^
5897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5901[warn] 49 | private var pipe: ChannelPipelineImpl = _
5902[warn] | ^
5903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5907[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5908[warn] | ^
5909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5913[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5914[warn] | ^
5915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5919[warn] 35 | private var path: Path = _
5920[warn] | ^
5921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5925[warn] 36 | protected var currentReadPlan: ReadPlan = _
5926[warn] | ^
5927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5931[warn] 38 | private var readFactory: ReadPlanFactory = _
5932[warn] | ^
5933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5937[warn] 22 | private[core] var added: Boolean = _
5938[warn] | ^
5939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5943[warn] 51 | private var removed: Boolean = _
5944[warn] | ^
5945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5949[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5950[warn] | ^
5951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5955[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5956[warn] | ^
5957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5961[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5962[warn] | ^
5963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5967[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5968[warn] | ^
5969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5973[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5974[warn] | ^
5975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5979[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5980[warn] | ^
5981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5985[warn] 38 | private var inbound: I = _
5986[warn] | ^
5987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5991[warn] 39 | private var outbound: O = _
5992[warn] | ^
5993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5997[warn] 42 | private var fileChannel: FileChannel = _
5998[warn] | ^
5999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6003[warn] 43 | private var file: File = _
6004[warn] | ^
6005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6009[warn] 27 | private var hd: QueueMapEntity = _
6010[warn] | ^
6011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6015[warn] 28 | private var tl: QueueMapEntity = _
6016[warn] | ^
6017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6021[warn] 34 | private var cursor: QueueMapEntity = _
6022[warn] | ^
6023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6027[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6028[warn] | ^
6029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6033[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6034[warn] | ^
6035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6039[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6040[warn] | ^
6041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6045[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6046[warn] | ^
6047[warn] |Ignoring [this] qualifier.
6048[warn] |This syntax will be deprecated in the future; it should be dropped.
6049[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6052[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6053[warn] | ^
6054[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6057[warn] 29 | @volatile private var sys: ActorSystem = _
6058[warn] | ^
6059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6063[warn] 27 | private var address: Address[Call] = _
6064[warn] | ^
6065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6069[warn] 31 | private var msg: M = _
6070[warn] | ^
6071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6075[warn] 35 | private var rids: Array[Long] = _
6076[warn] | ^
6077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6081[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6082[warn] | ^
6083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6087[warn] 28 | protected var stack: Stack = _
6088[warn] | ^
6089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6093[warn] 33 | protected var result: AnyRef = _
6094[warn] | ^
6095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6099[warn] 34 | protected var error: Throwable = _
6100[warn] | ^
6101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6105[warn] 36 | private var p: AbstractPromise[?] = _
6106[warn] | ^
6107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6111[warn] 30 | private var call: Call = _
6112[warn] | ^
6113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6117[warn] 31 | private var reply: Reply = _
6118[warn] | ^
6119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6123[warn] 33 | private var sender: Address[Call] = _
6124[warn] | ^
6125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6129[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6130[warn] | ^
6131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6135[warn] 27 | private var messages: Seq[Notice] = _
6136[warn] | ^
6137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6141[warn] 49 | private var ch: Channel = _
6142[warn] | ^
6143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6147[warn] 50 | private var ask: AnyRef = _
6148[warn] | ^
6149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6153[warn] 51 | private var callback: ChannelPromise => Unit = _
6154[warn] | ^
6155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6159[warn] 27 | private var msg: AnyRef = _
6160[warn] | ^
6161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6165[warn] 28 | private var belong: AbstractChannel = _
6166[warn] | ^
6167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6171[warn] 33 | private var ret: AnyRef = _
6172[warn] | ^
6173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6177[warn] 29 | private var table: Array[MessagePromise[?]] = _
6178[warn] | ^
6179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6183[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6184[warn] | ^
6185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6189[warn] 28 | private var msg: Call = _
6190[warn] | ^
6191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
6195[warn] 26 | var head: AbstractPromise[?] = _
6196[warn] | ^
6197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
6201[warn] 27 | var tail: AbstractPromise[?] = _
6202[warn] | ^
6203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
6207[warn] 29 | private var nextState: StackState = _
6208[warn] | ^
6209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
6213[warn] 32 | private var completedHead: AbstractPromise[?] = _
6214[warn] | ^
6215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
6219[warn] 33 | private var completedTail: AbstractPromise[?] = _
6220[warn] | ^
6221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
6225[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
6226[warn] | ^
6227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
6231[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
6232[warn] | ^
6233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
6237[warn] 40 | private var actor: AbstractActor[?] = _
6238[warn] | ^
6239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
6243[warn] 42 | private var att: AnyRef = _
6244[warn] | ^
6245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
6249[warn] 27 | private var fu: ChannelFuture = _
6250[warn] | ^
6251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
6255[warn] 28 | private var fu: MessageFuture[R] = _
6256[warn] | ^
6257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
6261[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
6262[warn] | ^
6263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
6267[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
6268[warn] | ^
6269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
6273[warn] 41 | private var actorAddress: ActorAddress[Call] = _
6274[warn] | ^
6275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
6279[warn] 53 | private var tmpAskCursor: Nextable = _
6280[warn] | ^
6281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
6285[warn] 54 | private var tmpNoticeCursor: Nextable = _
6286[warn] | ^
6287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
6291[warn] 58 | @volatile private var preHouse: ActorHouse = _
6292[warn] | ^
6293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
6297[warn] 59 | @volatile private var nextHouse: ActorHouse = _
6298[warn] | ^
6299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
6303[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
6304[warn] | ^
6305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
6309[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
6310[warn] | ^
6311[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
6314[warn] 107 | private var system: ActorSystem = _
6315[warn] | ^
6316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
6320[warn] 57 | private var mainActor: Address[MainActor.Args] = _
6321[warn] | ^
6322[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6323[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
6326[warn] 72 | private var memoryMonitor: Timeout = _
6327[warn] | ^
6328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
6332[warn] 81 | private var systemMonitor: Timeout = _
6333[warn] | ^
6334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
6338[warn] 34 | private var sys: ActorSystem = _
6339[warn] | ^
6340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
6344[warn] 30 | @volatile private var head: ActorHouse = _
6345[warn] | ^
6346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
6350[warn] 31 | @volatile private var tail: ActorHouse = _
6351[warn] | ^
6352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
6356[warn] 51 | private var currentRunning: Actor[?] = _
6357[warn] | ^
6358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
6362[warn] 26 | private var head: Nextable = _
6363[warn] | ^
6364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
6368[warn] 27 | private var tail: Nextable = _
6369[warn] | ^
6370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
6374[warn] 30 | @volatile private var head: ActorHouse = _
6375[warn] | ^
6376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
6380[warn] 31 | @volatile private var tail: ActorHouse = _
6381[warn] | ^
6382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
6386[warn] 37 | @volatile private var highHead: ActorHouse = _
6387[warn] | ^
6388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
6392[warn] 38 | @volatile private var highTail: ActorHouse = _
6393[warn] | ^
6394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
6398[warn] 29 | private var fs: Array[FileChannel] = _
6399[warn] | ^
6400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
6404[warn] 28 | private var channel: Channel = _
6405[warn] | ^
6406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
6410[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
6411[warn] | ^
6412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
6416[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
6417[warn] | ^
6418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
6422[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
6423[warn] | ^
6424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
6428[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
6429[warn] | ^
6430[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6431[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6433[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
6434[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
6435[warn] | ^
6436[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6437[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
6440[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
6441[warn] | ^
6442[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6443[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
6446[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
6447[warn] | ^
6448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
6452[warn] 26 | private var resourceTimer: ResourceTimer = _
6453[warn] | ^
6454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
6458[warn] 34 | protected var address: EventableAddress = _
6459[warn] | ^
6460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
6464[warn] 40 | @volatile protected var handle: Timeout = _
6465[warn] | ^
6466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
6470[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
6471[warn] | ^
6472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
6476[warn] 39 | private var reactor: Reactor = _
6477[warn] | ^
6478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
6482[warn] 28 | private var transportFactory: TransportFactory = _
6483[warn] | ^
6484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
6488[warn] 39 | protected var _selectionKey: SelectionKey = _
6489[warn] | ^
6490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
6494[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
6495[warn] | ^
6496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
6500[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
6501[warn] | ^
6502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
6506[warn] 35 | private var ch: FileChannel = _
6507[warn] | ^
6508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
6512[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
6513[warn] | ^
6514[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
6515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
6517[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
6518[warn] | ^
6519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
6523[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
6524[warn] | ^
6525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
6529[warn] 44 | private var thread: Thread = _
6530[warn] | ^
6531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
6535[warn] 56 | private var ioHandler: IoHandler = _
6536[warn] | ^
6537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
6541[warn] 21 | @volatile private var n: Nextable | Null = _
6542[warn] | ^
6543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
6547[warn] 25 | @volatile private var head: T | Null = _
6548[warn] | ^
6549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
6553[warn] 26 | @volatile private var tail: T | Null = _
6554[warn] | ^
6555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
6559[warn] 29 | @volatile private var head: T | Null = _
6560[warn] | ^
6561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
6565[warn] 30 | @volatile private var tail: T | Null = _
6566[warn] | ^
6567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
6571[warn] 25 | private var head: T | Null = _
6572[warn] | ^
6573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
6577[warn] 26 | private var tail: T | Null = _
6578[warn] | ^
6579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6582[warn] 129 warnings found
6583[error] two errors found
6584Failed to evaluated testkit.compile: mill.api.Result$Failure
6585
6586Starting build for otavia-postgres-driver - [10/23]
6587[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
6588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
6589[warn] 35 | protected var logger: Logger = _
6590[warn] | ^
6591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
6595[warn] 37 | private var ctx: ActorContext = _
6596[warn] | ^
6597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
6601[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
6602[warn] | ^
6603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
6607[warn] 45 | private[core] var currentStack: Stack = _
6608[warn] | ^
6609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6612[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
6613[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6614[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6615[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6616[error] |Required: cc.otavia.core.actor.MessageOf[W] &
6617[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6618[error] |
6619[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
6620[error] |
6621[error] | longer explanation available when compiling with `-explain`
6622[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
6623[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6624[error] | ^^^^^^^^^^^^
6625[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
6626[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
6627[error] |
6628[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
6629[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6630[error] |
6631[error] |
6632[error] |Note: a match type could not be fully reduced:
6633[error] |
6634[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
6635[error] | failed since selector W
6636[error] | does not uniquely determine parameter m in
6637[error] | case cc.otavia.core.actor.Actor[m] => m
6638[error] | The computed bounds for the parameter are:
6639[error] | m <: cc.otavia.core.message.Call |
6640[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6641[error] |
6642[error] | longer explanation available when compiling with `-explain`
6643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
6644[warn] 30 | private var workers: Address[MessageOf[W]] = _
6645[warn] | ^
6646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
6650[warn] 37 | private var currentChannelReceived: AnyRef = _
6651[warn] | ^
6652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
6656[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
6657[warn] | ^
6658[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
6661[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
6662[warn] | ^
6663[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
6666[warn] 23 | private var variables: Array[AnyRef] = _
6667[warn] | ^
6668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
6672[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
6673[warn] | ^
6674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
6678[warn] 26 | private var thread: Thread = _
6679[warn] | ^
6680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
6684[warn] 28 | private var head: Nextable = _
6685[warn] | ^
6686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
6690[warn] 29 | private var tail: Nextable = _
6691[warn] | ^
6692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
6696[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
6697[warn] | ^
6698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
6702[warn] 46 | private var actorHouse: ActorHouse = _
6703[warn] | ^
6704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
6708[warn] 49 | private var pipe: ChannelPipelineImpl = _
6709[warn] | ^
6710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
6714[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
6715[warn] | ^
6716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
6720[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
6721[warn] | ^
6722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
6726[warn] 35 | private var path: Path = _
6727[warn] | ^
6728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
6732[warn] 36 | protected var currentReadPlan: ReadPlan = _
6733[warn] | ^
6734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
6738[warn] 38 | private var readFactory: ReadPlanFactory = _
6739[warn] | ^
6740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
6744[warn] 22 | private[core] var added: Boolean = _
6745[warn] | ^
6746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
6750[warn] 51 | private var removed: Boolean = _
6751[warn] | ^
6752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
6756[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
6757[warn] | ^
6758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
6762[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
6763[warn] | ^
6764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
6768[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
6769[warn] | ^
6770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
6774[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
6775[warn] | ^
6776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
6780[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6781[warn] | ^
6782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
6786[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6787[warn] | ^
6788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
6792[warn] 38 | private var inbound: I = _
6793[warn] | ^
6794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
6798[warn] 39 | private var outbound: O = _
6799[warn] | ^
6800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
6804[warn] 42 | private var fileChannel: FileChannel = _
6805[warn] | ^
6806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6810[warn] 43 | private var file: File = _
6811[warn] | ^
6812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6816[warn] 27 | private var hd: QueueMapEntity = _
6817[warn] | ^
6818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6822[warn] 28 | private var tl: QueueMapEntity = _
6823[warn] | ^
6824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6828[warn] 34 | private var cursor: QueueMapEntity = _
6829[warn] | ^
6830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6834[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6835[warn] | ^
6836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6840[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6841[warn] | ^
6842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6846[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6847[warn] | ^
6848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6852[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6853[warn] | ^
6854[warn] |Ignoring [this] qualifier.
6855[warn] |This syntax will be deprecated in the future; it should be dropped.
6856[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6859[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6860[warn] | ^
6861[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6864[warn] 29 | @volatile private var sys: ActorSystem = _
6865[warn] | ^
6866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6870[warn] 27 | private var address: Address[Call] = _
6871[warn] | ^
6872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6876[warn] 31 | private var msg: M = _
6877[warn] | ^
6878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6882[warn] 35 | private var rids: Array[Long] = _
6883[warn] | ^
6884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6888[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6889[warn] | ^
6890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6894[warn] 28 | protected var stack: Stack = _
6895[warn] | ^
6896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6900[warn] 33 | protected var result: AnyRef = _
6901[warn] | ^
6902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6906[warn] 34 | protected var error: Throwable = _
6907[warn] | ^
6908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6912[warn] 36 | private var p: AbstractPromise[?] = _
6913[warn] | ^
6914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6918[warn] 30 | private var call: Call = _
6919[warn] | ^
6920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6924[warn] 31 | private var reply: Reply = _
6925[warn] | ^
6926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6930[warn] 33 | private var sender: Address[Call] = _
6931[warn] | ^
6932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6936[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6937[warn] | ^
6938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6942[warn] 27 | private var messages: Seq[Notice] = _
6943[warn] | ^
6944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6948[warn] 49 | private var ch: Channel = _
6949[warn] | ^
6950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6954[warn] 50 | private var ask: AnyRef = _
6955[warn] | ^
6956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6960[warn] 51 | private var callback: ChannelPromise => Unit = _
6961[warn] | ^
6962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6966[warn] 27 | private var msg: AnyRef = _
6967[warn] | ^
6968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6972[warn] 28 | private var belong: AbstractChannel = _
6973[warn] | ^
6974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6978[warn] 33 | private var ret: AnyRef = _
6979[warn] | ^
6980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6984[warn] 29 | private var table: Array[MessagePromise[?]] = _
6985[warn] | ^
6986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6990[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6991[warn] | ^
6992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6996[warn] 28 | private var msg: Call = _
6997[warn] | ^
6998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7002[warn] 26 | var head: AbstractPromise[?] = _
7003[warn] | ^
7004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7008[warn] 27 | var tail: AbstractPromise[?] = _
7009[warn] | ^
7010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7014[warn] 29 | private var nextState: StackState = _
7015[warn] | ^
7016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7020[warn] 32 | private var completedHead: AbstractPromise[?] = _
7021[warn] | ^
7022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7026[warn] 33 | private var completedTail: AbstractPromise[?] = _
7027[warn] | ^
7028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7032[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7033[warn] | ^
7034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7038[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7039[warn] | ^
7040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7044[warn] 40 | private var actor: AbstractActor[?] = _
7045[warn] | ^
7046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7050[warn] 42 | private var att: AnyRef = _
7051[warn] | ^
7052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7056[warn] 27 | private var fu: ChannelFuture = _
7057[warn] | ^
7058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7062[warn] 28 | private var fu: MessageFuture[R] = _
7063[warn] | ^
7064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7068[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7069[warn] | ^
7070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7074[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7075[warn] | ^
7076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7080[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7081[warn] | ^
7082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7086[warn] 53 | private var tmpAskCursor: Nextable = _
7087[warn] | ^
7088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7092[warn] 54 | private var tmpNoticeCursor: Nextable = _
7093[warn] | ^
7094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7098[warn] 58 | @volatile private var preHouse: ActorHouse = _
7099[warn] | ^
7100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7104[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7105[warn] | ^
7106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7110[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7111[warn] | ^
7112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7116[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7117[warn] | ^
7118[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7121[warn] 107 | private var system: ActorSystem = _
7122[warn] | ^
7123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7127[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7128[warn] | ^
7129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7133[warn] 72 | private var memoryMonitor: Timeout = _
7134[warn] | ^
7135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7139[warn] 81 | private var systemMonitor: Timeout = _
7140[warn] | ^
7141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7145[warn] 34 | private var sys: ActorSystem = _
7146[warn] | ^
7147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7151[warn] 30 | @volatile private var head: ActorHouse = _
7152[warn] | ^
7153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7157[warn] 31 | @volatile private var tail: ActorHouse = _
7158[warn] | ^
7159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7163[warn] 51 | private var currentRunning: Actor[?] = _
7164[warn] | ^
7165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7169[warn] 26 | private var head: Nextable = _
7170[warn] | ^
7171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7175[warn] 27 | private var tail: Nextable = _
7176[warn] | ^
7177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7181[warn] 30 | @volatile private var head: ActorHouse = _
7182[warn] | ^
7183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
7187[warn] 31 | @volatile private var tail: ActorHouse = _
7188[warn] | ^
7189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
7193[warn] 37 | @volatile private var highHead: ActorHouse = _
7194[warn] | ^
7195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
7199[warn] 38 | @volatile private var highTail: ActorHouse = _
7200[warn] | ^
7201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
7205[warn] 29 | private var fs: Array[FileChannel] = _
7206[warn] | ^
7207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
7211[warn] 28 | private var channel: Channel = _
7212[warn] | ^
7213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
7217[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
7218[warn] | ^
7219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
7223[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
7224[warn] | ^
7225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
7229[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
7230[warn] | ^
7231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
7235[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
7236[warn] | ^
7237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
7241[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
7242[warn] | ^
7243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
7247[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
7248[warn] | ^
7249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
7253[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
7254[warn] | ^
7255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
7259[warn] 26 | private var resourceTimer: ResourceTimer = _
7260[warn] | ^
7261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
7265[warn] 34 | protected var address: EventableAddress = _
7266[warn] | ^
7267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
7271[warn] 40 | @volatile protected var handle: Timeout = _
7272[warn] | ^
7273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
7277[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
7278[warn] | ^
7279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
7283[warn] 39 | private var reactor: Reactor = _
7284[warn] | ^
7285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
7289[warn] 28 | private var transportFactory: TransportFactory = _
7290[warn] | ^
7291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
7295[warn] 39 | protected var _selectionKey: SelectionKey = _
7296[warn] | ^
7297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
7301[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
7302[warn] | ^
7303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
7307[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
7308[warn] | ^
7309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
7313[warn] 35 | private var ch: FileChannel = _
7314[warn] | ^
7315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
7319[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
7320[warn] | ^
7321[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
7322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
7324[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
7325[warn] | ^
7326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
7330[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
7331[warn] | ^
7332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
7336[warn] 44 | private var thread: Thread = _
7337[warn] | ^
7338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
7342[warn] 56 | private var ioHandler: IoHandler = _
7343[warn] | ^
7344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
7348[warn] 21 | @volatile private var n: Nextable | Null = _
7349[warn] | ^
7350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
7354[warn] 25 | @volatile private var head: T | Null = _
7355[warn] | ^
7356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
7360[warn] 26 | @volatile private var tail: T | Null = _
7361[warn] | ^
7362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
7366[warn] 29 | @volatile private var head: T | Null = _
7367[warn] | ^
7368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
7372[warn] 30 | @volatile private var tail: T | Null = _
7373[warn] | ^
7374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
7378[warn] 25 | private var head: T | Null = _
7379[warn] | ^
7380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
7384[warn] 26 | private var tail: T | Null = _
7385[warn] | ^
7386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7389[warn] 129 warnings found
7390[error] two errors found
7391Failed to evaluated sql-postgres-driver.compile: mill.api.Result$Failure
7392
7393Starting build for otavia-codec-redis - [11/23]
7394[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
7395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
7396[warn] 35 | protected var logger: Logger = _
7397[warn] | ^
7398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
7402[warn] 37 | private var ctx: ActorContext = _
7403[warn] | ^
7404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
7408[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
7409[warn] | ^
7410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
7414[warn] 45 | private[core] var currentStack: Stack = _
7415[warn] | ^
7416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7419[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
7420[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7421[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7422[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7423[error] |Required: cc.otavia.core.actor.MessageOf[W] &
7424[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7425[error] |
7426[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
7427[error] |
7428[error] | longer explanation available when compiling with `-explain`
7429[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
7430[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7431[error] | ^^^^^^^^^^^^
7432[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
7433[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
7434[error] |
7435[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
7436[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7437[error] |
7438[error] |
7439[error] |Note: a match type could not be fully reduced:
7440[error] |
7441[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
7442[error] | failed since selector W
7443[error] | does not uniquely determine parameter m in
7444[error] | case cc.otavia.core.actor.Actor[m] => m
7445[error] | The computed bounds for the parameter are:
7446[error] | m <: cc.otavia.core.message.Call |
7447[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7448[error] |
7449[error] | longer explanation available when compiling with `-explain`
7450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
7451[warn] 30 | private var workers: Address[MessageOf[W]] = _
7452[warn] | ^
7453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
7457[warn] 37 | private var currentChannelReceived: AnyRef = _
7458[warn] | ^
7459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
7463[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
7464[warn] | ^
7465[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
7468[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
7469[warn] | ^
7470[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
7473[warn] 23 | private var variables: Array[AnyRef] = _
7474[warn] | ^
7475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
7479[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
7480[warn] | ^
7481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
7485[warn] 26 | private var thread: Thread = _
7486[warn] | ^
7487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
7491[warn] 28 | private var head: Nextable = _
7492[warn] | ^
7493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
7497[warn] 29 | private var tail: Nextable = _
7498[warn] | ^
7499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
7503[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
7504[warn] | ^
7505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
7509[warn] 46 | private var actorHouse: ActorHouse = _
7510[warn] | ^
7511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
7515[warn] 49 | private var pipe: ChannelPipelineImpl = _
7516[warn] | ^
7517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
7521[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
7522[warn] | ^
7523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
7527[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
7528[warn] | ^
7529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
7533[warn] 35 | private var path: Path = _
7534[warn] | ^
7535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
7539[warn] 36 | protected var currentReadPlan: ReadPlan = _
7540[warn] | ^
7541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
7545[warn] 38 | private var readFactory: ReadPlanFactory = _
7546[warn] | ^
7547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
7551[warn] 22 | private[core] var added: Boolean = _
7552[warn] | ^
7553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
7557[warn] 51 | private var removed: Boolean = _
7558[warn] | ^
7559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
7563[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
7564[warn] | ^
7565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
7569[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
7570[warn] | ^
7571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
7575[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
7576[warn] | ^
7577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
7581[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
7582[warn] | ^
7583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
7587[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7588[warn] | ^
7589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
7593[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7594[warn] | ^
7595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
7599[warn] 38 | private var inbound: I = _
7600[warn] | ^
7601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
7605[warn] 39 | private var outbound: O = _
7606[warn] | ^
7607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
7611[warn] 42 | private var fileChannel: FileChannel = _
7612[warn] | ^
7613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
7617[warn] 43 | private var file: File = _
7618[warn] | ^
7619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
7623[warn] 27 | private var hd: QueueMapEntity = _
7624[warn] | ^
7625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
7629[warn] 28 | private var tl: QueueMapEntity = _
7630[warn] | ^
7631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
7635[warn] 34 | private var cursor: QueueMapEntity = _
7636[warn] | ^
7637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
7641[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
7642[warn] | ^
7643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
7647[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
7648[warn] | ^
7649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
7653[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
7654[warn] | ^
7655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
7659[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
7660[warn] | ^
7661[warn] |Ignoring [this] qualifier.
7662[warn] |This syntax will be deprecated in the future; it should be dropped.
7663[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
7664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
7666[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
7667[warn] | ^
7668[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
7671[warn] 29 | @volatile private var sys: ActorSystem = _
7672[warn] | ^
7673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
7677[warn] 27 | private var address: Address[Call] = _
7678[warn] | ^
7679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
7683[warn] 31 | private var msg: M = _
7684[warn] | ^
7685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
7689[warn] 35 | private var rids: Array[Long] = _
7690[warn] | ^
7691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
7695[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
7696[warn] | ^
7697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
7701[warn] 28 | protected var stack: Stack = _
7702[warn] | ^
7703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
7707[warn] 33 | protected var result: AnyRef = _
7708[warn] | ^
7709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
7713[warn] 34 | protected var error: Throwable = _
7714[warn] | ^
7715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
7719[warn] 36 | private var p: AbstractPromise[?] = _
7720[warn] | ^
7721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
7725[warn] 30 | private var call: Call = _
7726[warn] | ^
7727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
7731[warn] 31 | private var reply: Reply = _
7732[warn] | ^
7733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
7737[warn] 33 | private var sender: Address[Call] = _
7738[warn] | ^
7739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
7743[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
7744[warn] | ^
7745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
7749[warn] 27 | private var messages: Seq[Notice] = _
7750[warn] | ^
7751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
7755[warn] 49 | private var ch: Channel = _
7756[warn] | ^
7757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
7761[warn] 50 | private var ask: AnyRef = _
7762[warn] | ^
7763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
7767[warn] 51 | private var callback: ChannelPromise => Unit = _
7768[warn] | ^
7769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
7773[warn] 27 | private var msg: AnyRef = _
7774[warn] | ^
7775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
7779[warn] 28 | private var belong: AbstractChannel = _
7780[warn] | ^
7781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
7785[warn] 33 | private var ret: AnyRef = _
7786[warn] | ^
7787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
7791[warn] 29 | private var table: Array[MessagePromise[?]] = _
7792[warn] | ^
7793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
7797[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
7798[warn] | ^
7799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
7803[warn] 28 | private var msg: Call = _
7804[warn] | ^
7805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7809[warn] 26 | var head: AbstractPromise[?] = _
7810[warn] | ^
7811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7815[warn] 27 | var tail: AbstractPromise[?] = _
7816[warn] | ^
7817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7821[warn] 29 | private var nextState: StackState = _
7822[warn] | ^
7823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7827[warn] 32 | private var completedHead: AbstractPromise[?] = _
7828[warn] | ^
7829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7833[warn] 33 | private var completedTail: AbstractPromise[?] = _
7834[warn] | ^
7835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7839[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7840[warn] | ^
7841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7845[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7846[warn] | ^
7847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7851[warn] 40 | private var actor: AbstractActor[?] = _
7852[warn] | ^
7853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7857[warn] 42 | private var att: AnyRef = _
7858[warn] | ^
7859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7863[warn] 27 | private var fu: ChannelFuture = _
7864[warn] | ^
7865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7869[warn] 28 | private var fu: MessageFuture[R] = _
7870[warn] | ^
7871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7875[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7876[warn] | ^
7877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7881[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7882[warn] | ^
7883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7887[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7888[warn] | ^
7889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7893[warn] 53 | private var tmpAskCursor: Nextable = _
7894[warn] | ^
7895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7899[warn] 54 | private var tmpNoticeCursor: Nextable = _
7900[warn] | ^
7901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7905[warn] 58 | @volatile private var preHouse: ActorHouse = _
7906[warn] | ^
7907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7911[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7912[warn] | ^
7913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7917[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7918[warn] | ^
7919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7923[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7924[warn] | ^
7925[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7928[warn] 107 | private var system: ActorSystem = _
7929[warn] | ^
7930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7934[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7935[warn] | ^
7936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7940[warn] 72 | private var memoryMonitor: Timeout = _
7941[warn] | ^
7942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7946[warn] 81 | private var systemMonitor: Timeout = _
7947[warn] | ^
7948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7952[warn] 34 | private var sys: ActorSystem = _
7953[warn] | ^
7954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7958[warn] 30 | @volatile private var head: ActorHouse = _
7959[warn] | ^
7960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7964[warn] 31 | @volatile private var tail: ActorHouse = _
7965[warn] | ^
7966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7970[warn] 51 | private var currentRunning: Actor[?] = _
7971[warn] | ^
7972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7976[warn] 26 | private var head: Nextable = _
7977[warn] | ^
7978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7982[warn] 27 | private var tail: Nextable = _
7983[warn] | ^
7984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7988[warn] 30 | @volatile private var head: ActorHouse = _
7989[warn] | ^
7990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
7994[warn] 31 | @volatile private var tail: ActorHouse = _
7995[warn] | ^
7996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8000[warn] 37 | @volatile private var highHead: ActorHouse = _
8001[warn] | ^
8002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8006[warn] 38 | @volatile private var highTail: ActorHouse = _
8007[warn] | ^
8008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8012[warn] 29 | private var fs: Array[FileChannel] = _
8013[warn] | ^
8014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8018[warn] 28 | private var channel: Channel = _
8019[warn] | ^
8020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8024[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8025[warn] | ^
8026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8030[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8031[warn] | ^
8032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8036[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8037[warn] | ^
8038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8042[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8043[warn] | ^
8044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8048[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8049[warn] | ^
8050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8054[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8055[warn] | ^
8056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8060[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8061[warn] | ^
8062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8066[warn] 26 | private var resourceTimer: ResourceTimer = _
8067[warn] | ^
8068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8072[warn] 34 | protected var address: EventableAddress = _
8073[warn] | ^
8074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8078[warn] 40 | @volatile protected var handle: Timeout = _
8079[warn] | ^
8080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8084[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8085[warn] | ^
8086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8090[warn] 39 | private var reactor: Reactor = _
8091[warn] | ^
8092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8096[warn] 28 | private var transportFactory: TransportFactory = _
8097[warn] | ^
8098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8102[warn] 39 | protected var _selectionKey: SelectionKey = _
8103[warn] | ^
8104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8108[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8109[warn] | ^
8110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8114[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8115[warn] | ^
8116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8120[warn] 35 | private var ch: FileChannel = _
8121[warn] | ^
8122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8126[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8127[warn] | ^
8128[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8131[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8132[warn] | ^
8133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8137[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8138[warn] | ^
8139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8143[warn] 44 | private var thread: Thread = _
8144[warn] | ^
8145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8149[warn] 56 | private var ioHandler: IoHandler = _
8150[warn] | ^
8151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8155[warn] 21 | @volatile private var n: Nextable | Null = _
8156[warn] | ^
8157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8161[warn] 25 | @volatile private var head: T | Null = _
8162[warn] | ^
8163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8167[warn] 26 | @volatile private var tail: T | Null = _
8168[warn] | ^
8169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8173[warn] 29 | @volatile private var head: T | Null = _
8174[warn] | ^
8175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8179[warn] 30 | @volatile private var tail: T | Null = _
8180[warn] | ^
8181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
8185[warn] 25 | private var head: T | Null = _
8186[warn] | ^
8187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
8191[warn] 26 | private var tail: T | Null = _
8192[warn] | ^
8193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8196[warn] 129 warnings found
8197[error] two errors found
8198Failed to evaluated codec-redis.compile: mill.api.Result$Failure
8199
8200Starting build for otavia-handler - [12/23]
8201[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
8202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
8203[warn] 35 | protected var logger: Logger = _
8204[warn] | ^
8205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
8209[warn] 37 | private var ctx: ActorContext = _
8210[warn] | ^
8211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
8215[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
8216[warn] | ^
8217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
8221[warn] 45 | private[core] var currentStack: Stack = _
8222[warn] | ^
8223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8226[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
8227[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8228[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8229[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8230[error] |Required: cc.otavia.core.actor.MessageOf[W] &
8231[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8232[error] |
8233[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
8234[error] |
8235[error] | longer explanation available when compiling with `-explain`
8236[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
8237[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8238[error] | ^^^^^^^^^^^^
8239[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
8240[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
8241[error] |
8242[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
8243[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8244[error] |
8245[error] |
8246[error] |Note: a match type could not be fully reduced:
8247[error] |
8248[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
8249[error] | failed since selector W
8250[error] | does not uniquely determine parameter m in
8251[error] | case cc.otavia.core.actor.Actor[m] => m
8252[error] | The computed bounds for the parameter are:
8253[error] | m <: cc.otavia.core.message.Call |
8254[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8255[error] |
8256[error] | longer explanation available when compiling with `-explain`
8257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
8258[warn] 30 | private var workers: Address[MessageOf[W]] = _
8259[warn] | ^
8260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
8264[warn] 37 | private var currentChannelReceived: AnyRef = _
8265[warn] | ^
8266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
8270[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
8271[warn] | ^
8272[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
8275[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
8276[warn] | ^
8277[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
8280[warn] 23 | private var variables: Array[AnyRef] = _
8281[warn] | ^
8282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
8286[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
8287[warn] | ^
8288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
8292[warn] 26 | private var thread: Thread = _
8293[warn] | ^
8294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
8298[warn] 28 | private var head: Nextable = _
8299[warn] | ^
8300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
8304[warn] 29 | private var tail: Nextable = _
8305[warn] | ^
8306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
8310[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
8311[warn] | ^
8312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
8316[warn] 46 | private var actorHouse: ActorHouse = _
8317[warn] | ^
8318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
8322[warn] 49 | private var pipe: ChannelPipelineImpl = _
8323[warn] | ^
8324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
8328[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
8329[warn] | ^
8330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
8334[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
8335[warn] | ^
8336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
8340[warn] 35 | private var path: Path = _
8341[warn] | ^
8342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
8346[warn] 36 | protected var currentReadPlan: ReadPlan = _
8347[warn] | ^
8348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
8352[warn] 38 | private var readFactory: ReadPlanFactory = _
8353[warn] | ^
8354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
8358[warn] 22 | private[core] var added: Boolean = _
8359[warn] | ^
8360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
8364[warn] 51 | private var removed: Boolean = _
8365[warn] | ^
8366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
8370[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
8371[warn] | ^
8372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
8376[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
8377[warn] | ^
8378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
8382[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
8383[warn] | ^
8384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
8388[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
8389[warn] | ^
8390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
8394[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8395[warn] | ^
8396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
8400[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8401[warn] | ^
8402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
8406[warn] 38 | private var inbound: I = _
8407[warn] | ^
8408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
8412[warn] 39 | private var outbound: O = _
8413[warn] | ^
8414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
8418[warn] 42 | private var fileChannel: FileChannel = _
8419[warn] | ^
8420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
8424[warn] 43 | private var file: File = _
8425[warn] | ^
8426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
8430[warn] 27 | private var hd: QueueMapEntity = _
8431[warn] | ^
8432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
8436[warn] 28 | private var tl: QueueMapEntity = _
8437[warn] | ^
8438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
8442[warn] 34 | private var cursor: QueueMapEntity = _
8443[warn] | ^
8444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
8448[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
8449[warn] | ^
8450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
8454[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
8455[warn] | ^
8456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
8460[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
8461[warn] | ^
8462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
8466[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
8467[warn] | ^
8468[warn] |Ignoring [this] qualifier.
8469[warn] |This syntax will be deprecated in the future; it should be dropped.
8470[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
8471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
8473[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
8474[warn] | ^
8475[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
8478[warn] 29 | @volatile private var sys: ActorSystem = _
8479[warn] | ^
8480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
8484[warn] 27 | private var address: Address[Call] = _
8485[warn] | ^
8486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
8490[warn] 31 | private var msg: M = _
8491[warn] | ^
8492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
8496[warn] 35 | private var rids: Array[Long] = _
8497[warn] | ^
8498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
8502[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
8503[warn] | ^
8504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
8508[warn] 28 | protected var stack: Stack = _
8509[warn] | ^
8510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
8514[warn] 33 | protected var result: AnyRef = _
8515[warn] | ^
8516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
8520[warn] 34 | protected var error: Throwable = _
8521[warn] | ^
8522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
8526[warn] 36 | private var p: AbstractPromise[?] = _
8527[warn] | ^
8528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
8532[warn] 30 | private var call: Call = _
8533[warn] | ^
8534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
8538[warn] 31 | private var reply: Reply = _
8539[warn] | ^
8540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8543[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
8544[warn] 33 | private var sender: Address[Call] = _
8545[warn] | ^
8546[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8547[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8548[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8549[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
8550[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
8551[warn] | ^
8552[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8553[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
8556[warn] 27 | private var messages: Seq[Notice] = _
8557[warn] | ^
8558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
8562[warn] 49 | private var ch: Channel = _
8563[warn] | ^
8564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
8568[warn] 50 | private var ask: AnyRef = _
8569[warn] | ^
8570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
8574[warn] 51 | private var callback: ChannelPromise => Unit = _
8575[warn] | ^
8576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
8580[warn] 27 | private var msg: AnyRef = _
8581[warn] | ^
8582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
8586[warn] 28 | private var belong: AbstractChannel = _
8587[warn] | ^
8588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
8592[warn] 33 | private var ret: AnyRef = _
8593[warn] | ^
8594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
8598[warn] 29 | private var table: Array[MessagePromise[?]] = _
8599[warn] | ^
8600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
8604[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
8605[warn] | ^
8606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
8610[warn] 28 | private var msg: Call = _
8611[warn] | ^
8612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
8616[warn] 26 | var head: AbstractPromise[?] = _
8617[warn] | ^
8618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
8622[warn] 27 | var tail: AbstractPromise[?] = _
8623[warn] | ^
8624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
8628[warn] 29 | private var nextState: StackState = _
8629[warn] | ^
8630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
8634[warn] 32 | private var completedHead: AbstractPromise[?] = _
8635[warn] | ^
8636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
8640[warn] 33 | private var completedTail: AbstractPromise[?] = _
8641[warn] | ^
8642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
8646[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
8647[warn] | ^
8648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
8652[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
8653[warn] | ^
8654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
8658[warn] 40 | private var actor: AbstractActor[?] = _
8659[warn] | ^
8660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
8664[warn] 42 | private var att: AnyRef = _
8665[warn] | ^
8666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
8670[warn] 27 | private var fu: ChannelFuture = _
8671[warn] | ^
8672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
8676[warn] 28 | private var fu: MessageFuture[R] = _
8677[warn] | ^
8678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
8682[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
8683[warn] | ^
8684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
8688[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
8689[warn] | ^
8690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
8694[warn] 41 | private var actorAddress: ActorAddress[Call] = _
8695[warn] | ^
8696[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8697[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
8700[warn] 53 | private var tmpAskCursor: Nextable = _
8701[warn] | ^
8702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
8706[warn] 54 | private var tmpNoticeCursor: Nextable = _
8707[warn] | ^
8708[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8709[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
8712[warn] 58 | @volatile private var preHouse: ActorHouse = _
8713[warn] | ^
8714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
8718[warn] 59 | @volatile private var nextHouse: ActorHouse = _
8719[warn] | ^
8720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
8724[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
8725[warn] | ^
8726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
8730[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
8731[warn] | ^
8732[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
8735[warn] 107 | private var system: ActorSystem = _
8736[warn] | ^
8737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
8741[warn] 57 | private var mainActor: Address[MainActor.Args] = _
8742[warn] | ^
8743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
8747[warn] 72 | private var memoryMonitor: Timeout = _
8748[warn] | ^
8749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
8753[warn] 81 | private var systemMonitor: Timeout = _
8754[warn] | ^
8755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
8759[warn] 34 | private var sys: ActorSystem = _
8760[warn] | ^
8761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
8765[warn] 30 | @volatile private var head: ActorHouse = _
8766[warn] | ^
8767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
8771[warn] 31 | @volatile private var tail: ActorHouse = _
8772[warn] | ^
8773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
8777[warn] 51 | private var currentRunning: Actor[?] = _
8778[warn] | ^
8779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
8783[warn] 26 | private var head: Nextable = _
8784[warn] | ^
8785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
8789[warn] 27 | private var tail: Nextable = _
8790[warn] | ^
8791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
8795[warn] 30 | @volatile private var head: ActorHouse = _
8796[warn] | ^
8797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
8801[warn] 31 | @volatile private var tail: ActorHouse = _
8802[warn] | ^
8803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8807[warn] 37 | @volatile private var highHead: ActorHouse = _
8808[warn] | ^
8809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8812[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8813[warn] 38 | @volatile private var highTail: ActorHouse = _
8814[warn] | ^
8815[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8816[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8817[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8818[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8819[warn] 29 | private var fs: Array[FileChannel] = _
8820[warn] | ^
8821[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8822[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8823[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8824[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8825[warn] 28 | private var channel: Channel = _
8826[warn] | ^
8827[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8828[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8831[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8832[warn] | ^
8833[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8834[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8835[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8837[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8838[warn] | ^
8839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8842[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8843[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8844[warn] | ^
8845[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8846[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8847[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8848[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8849[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8850[warn] | ^
8851[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8852[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8853[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8854[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8855[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8856[warn] | ^
8857[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8858[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8861[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8862[warn] | ^
8863[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8864[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8867[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8868[warn] | ^
8869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8873[warn] 26 | private var resourceTimer: ResourceTimer = _
8874[warn] | ^
8875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8879[warn] 34 | protected var address: EventableAddress = _
8880[warn] | ^
8881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8885[warn] 40 | @volatile protected var handle: Timeout = _
8886[warn] | ^
8887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8891[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8892[warn] | ^
8893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8897[warn] 39 | private var reactor: Reactor = _
8898[warn] | ^
8899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8903[warn] 28 | private var transportFactory: TransportFactory = _
8904[warn] | ^
8905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8909[warn] 39 | protected var _selectionKey: SelectionKey = _
8910[warn] | ^
8911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8915[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8916[warn] | ^
8917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8921[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8922[warn] | ^
8923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8927[warn] 35 | private var ch: FileChannel = _
8928[warn] | ^
8929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8933[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8934[warn] | ^
8935[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8938[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8939[warn] | ^
8940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8944[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8945[warn] | ^
8946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8950[warn] 44 | private var thread: Thread = _
8951[warn] | ^
8952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8956[warn] 56 | private var ioHandler: IoHandler = _
8957[warn] | ^
8958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8962[warn] 21 | @volatile private var n: Nextable | Null = _
8963[warn] | ^
8964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8968[warn] 25 | @volatile private var head: T | Null = _
8969[warn] | ^
8970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8974[warn] 26 | @volatile private var tail: T | Null = _
8975[warn] | ^
8976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8980[warn] 29 | @volatile private var head: T | Null = _
8981[warn] | ^
8982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8986[warn] 30 | @volatile private var tail: T | Null = _
8987[warn] | ^
8988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
8992[warn] 25 | private var head: T | Null = _
8993[warn] | ^
8994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
8998[warn] 26 | private var tail: T | Null = _
8999[warn] | ^
9000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9003[warn] 129 warnings found
9004[error] two errors found
9005Failed to evaluated handler.compile: mill.api.Result$Failure
9006
9007Starting build for otavia-codec-http - [13/23]
9008[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9010[warn] 35 | protected var logger: Logger = _
9011[warn] | ^
9012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9016[warn] 37 | private var ctx: ActorContext = _
9017[warn] | ^
9018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9022[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9023[warn] | ^
9024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9028[warn] 45 | private[core] var currentStack: Stack = _
9029[warn] | ^
9030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9033[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9034[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9035[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9036[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9037[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9038[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9039[error] |
9040[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9041[error] |
9042[error] | longer explanation available when compiling with `-explain`
9043[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9044[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9045[error] | ^^^^^^^^^^^^
9046[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9047[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9048[error] |
9049[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9050[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9051[error] |
9052[error] |
9053[error] |Note: a match type could not be fully reduced:
9054[error] |
9055[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9056[error] | failed since selector W
9057[error] | does not uniquely determine parameter m in
9058[error] | case cc.otavia.core.actor.Actor[m] => m
9059[error] | The computed bounds for the parameter are:
9060[error] | m <: cc.otavia.core.message.Call |
9061[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9062[error] |
9063[error] | longer explanation available when compiling with `-explain`
9064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9065[warn] 30 | private var workers: Address[MessageOf[W]] = _
9066[warn] | ^
9067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9071[warn] 37 | private var currentChannelReceived: AnyRef = _
9072[warn] | ^
9073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9077[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9078[warn] | ^
9079[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9082[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9083[warn] | ^
9084[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9087[warn] 23 | private var variables: Array[AnyRef] = _
9088[warn] | ^
9089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9093[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9094[warn] | ^
9095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9099[warn] 26 | private var thread: Thread = _
9100[warn] | ^
9101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9105[warn] 28 | private var head: Nextable = _
9106[warn] | ^
9107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9111[warn] 29 | private var tail: Nextable = _
9112[warn] | ^
9113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9117[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9118[warn] | ^
9119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9123[warn] 46 | private var actorHouse: ActorHouse = _
9124[warn] | ^
9125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9129[warn] 49 | private var pipe: ChannelPipelineImpl = _
9130[warn] | ^
9131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9135[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9136[warn] | ^
9137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9141[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9142[warn] | ^
9143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9147[warn] 35 | private var path: Path = _
9148[warn] | ^
9149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9153[warn] 36 | protected var currentReadPlan: ReadPlan = _
9154[warn] | ^
9155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9159[warn] 38 | private var readFactory: ReadPlanFactory = _
9160[warn] | ^
9161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9165[warn] 22 | private[core] var added: Boolean = _
9166[warn] | ^
9167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9171[warn] 51 | private var removed: Boolean = _
9172[warn] | ^
9173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9177[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9178[warn] | ^
9179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9183[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9184[warn] | ^
9185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9189[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9190[warn] | ^
9191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
9195[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
9196[warn] | ^
9197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
9201[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9202[warn] | ^
9203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
9207[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9208[warn] | ^
9209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
9213[warn] 38 | private var inbound: I = _
9214[warn] | ^
9215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
9219[warn] 39 | private var outbound: O = _
9220[warn] | ^
9221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
9225[warn] 42 | private var fileChannel: FileChannel = _
9226[warn] | ^
9227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
9231[warn] 43 | private var file: File = _
9232[warn] | ^
9233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
9237[warn] 27 | private var hd: QueueMapEntity = _
9238[warn] | ^
9239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
9243[warn] 28 | private var tl: QueueMapEntity = _
9244[warn] | ^
9245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
9249[warn] 34 | private var cursor: QueueMapEntity = _
9250[warn] | ^
9251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
9255[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
9256[warn] | ^
9257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
9261[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
9262[warn] | ^
9263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
9267[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
9268[warn] | ^
9269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
9273[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
9274[warn] | ^
9275[warn] |Ignoring [this] qualifier.
9276[warn] |This syntax will be deprecated in the future; it should be dropped.
9277[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
9278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
9280[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
9281[warn] | ^
9282[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
9285[warn] 29 | @volatile private var sys: ActorSystem = _
9286[warn] | ^
9287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
9291[warn] 27 | private var address: Address[Call] = _
9292[warn] | ^
9293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
9297[warn] 31 | private var msg: M = _
9298[warn] | ^
9299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
9303[warn] 35 | private var rids: Array[Long] = _
9304[warn] | ^
9305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
9309[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
9310[warn] | ^
9311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
9315[warn] 28 | protected var stack: Stack = _
9316[warn] | ^
9317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
9321[warn] 33 | protected var result: AnyRef = _
9322[warn] | ^
9323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
9327[warn] 34 | protected var error: Throwable = _
9328[warn] | ^
9329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
9333[warn] 36 | private var p: AbstractPromise[?] = _
9334[warn] | ^
9335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
9339[warn] 30 | private var call: Call = _
9340[warn] | ^
9341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
9345[warn] 31 | private var reply: Reply = _
9346[warn] | ^
9347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
9351[warn] 33 | private var sender: Address[Call] = _
9352[warn] | ^
9353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
9357[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
9358[warn] | ^
9359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
9363[warn] 27 | private var messages: Seq[Notice] = _
9364[warn] | ^
9365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
9369[warn] 49 | private var ch: Channel = _
9370[warn] | ^
9371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
9375[warn] 50 | private var ask: AnyRef = _
9376[warn] | ^
9377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
9381[warn] 51 | private var callback: ChannelPromise => Unit = _
9382[warn] | ^
9383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
9387[warn] 27 | private var msg: AnyRef = _
9388[warn] | ^
9389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
9393[warn] 28 | private var belong: AbstractChannel = _
9394[warn] | ^
9395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
9399[warn] 33 | private var ret: AnyRef = _
9400[warn] | ^
9401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
9405[warn] 29 | private var table: Array[MessagePromise[?]] = _
9406[warn] | ^
9407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
9411[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
9412[warn] | ^
9413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
9417[warn] 28 | private var msg: Call = _
9418[warn] | ^
9419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
9423[warn] 26 | var head: AbstractPromise[?] = _
9424[warn] | ^
9425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
9429[warn] 27 | var tail: AbstractPromise[?] = _
9430[warn] | ^
9431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
9435[warn] 29 | private var nextState: StackState = _
9436[warn] | ^
9437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
9441[warn] 32 | private var completedHead: AbstractPromise[?] = _
9442[warn] | ^
9443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
9447[warn] 33 | private var completedTail: AbstractPromise[?] = _
9448[warn] | ^
9449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
9453[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
9454[warn] | ^
9455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
9459[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
9460[warn] | ^
9461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
9465[warn] 40 | private var actor: AbstractActor[?] = _
9466[warn] | ^
9467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
9471[warn] 42 | private var att: AnyRef = _
9472[warn] | ^
9473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
9477[warn] 27 | private var fu: ChannelFuture = _
9478[warn] | ^
9479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
9483[warn] 28 | private var fu: MessageFuture[R] = _
9484[warn] | ^
9485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
9489[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
9490[warn] | ^
9491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
9495[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
9496[warn] | ^
9497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
9501[warn] 41 | private var actorAddress: ActorAddress[Call] = _
9502[warn] | ^
9503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
9507[warn] 53 | private var tmpAskCursor: Nextable = _
9508[warn] | ^
9509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
9513[warn] 54 | private var tmpNoticeCursor: Nextable = _
9514[warn] | ^
9515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
9519[warn] 58 | @volatile private var preHouse: ActorHouse = _
9520[warn] | ^
9521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
9525[warn] 59 | @volatile private var nextHouse: ActorHouse = _
9526[warn] | ^
9527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
9531[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
9532[warn] | ^
9533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
9537[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
9538[warn] | ^
9539[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
9542[warn] 107 | private var system: ActorSystem = _
9543[warn] | ^
9544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
9548[warn] 57 | private var mainActor: Address[MainActor.Args] = _
9549[warn] | ^
9550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
9554[warn] 72 | private var memoryMonitor: Timeout = _
9555[warn] | ^
9556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
9560[warn] 81 | private var systemMonitor: Timeout = _
9561[warn] | ^
9562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
9566[warn] 34 | private var sys: ActorSystem = _
9567[warn] | ^
9568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
9572[warn] 30 | @volatile private var head: ActorHouse = _
9573[warn] | ^
9574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
9578[warn] 31 | @volatile private var tail: ActorHouse = _
9579[warn] | ^
9580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
9584[warn] 51 | private var currentRunning: Actor[?] = _
9585[warn] | ^
9586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
9590[warn] 26 | private var head: Nextable = _
9591[warn] | ^
9592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
9596[warn] 27 | private var tail: Nextable = _
9597[warn] | ^
9598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
9602[warn] 30 | @volatile private var head: ActorHouse = _
9603[warn] | ^
9604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
9608[warn] 31 | @volatile private var tail: ActorHouse = _
9609[warn] | ^
9610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
9614[warn] 37 | @volatile private var highHead: ActorHouse = _
9615[warn] | ^
9616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
9620[warn] 38 | @volatile private var highTail: ActorHouse = _
9621[warn] | ^
9622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
9626[warn] 29 | private var fs: Array[FileChannel] = _
9627[warn] | ^
9628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
9632[warn] 28 | private var channel: Channel = _
9633[warn] | ^
9634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
9638[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
9639[warn] | ^
9640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
9644[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
9645[warn] | ^
9646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
9650[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
9651[warn] | ^
9652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
9656[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
9657[warn] | ^
9658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
9662[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
9663[warn] | ^
9664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
9668[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
9669[warn] | ^
9670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
9674[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
9675[warn] | ^
9676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
9680[warn] 26 | private var resourceTimer: ResourceTimer = _
9681[warn] | ^
9682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
9686[warn] 34 | protected var address: EventableAddress = _
9687[warn] | ^
9688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
9692[warn] 40 | @volatile protected var handle: Timeout = _
9693[warn] | ^
9694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
9698[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
9699[warn] | ^
9700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
9704[warn] 39 | private var reactor: Reactor = _
9705[warn] | ^
9706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
9710[warn] 28 | private var transportFactory: TransportFactory = _
9711[warn] | ^
9712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
9716[warn] 39 | protected var _selectionKey: SelectionKey = _
9717[warn] | ^
9718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
9722[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
9723[warn] | ^
9724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
9728[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
9729[warn] | ^
9730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
9734[warn] 35 | private var ch: FileChannel = _
9735[warn] | ^
9736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
9740[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
9741[warn] | ^
9742[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
9743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
9745[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
9746[warn] | ^
9747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
9751[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
9752[warn] | ^
9753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
9757[warn] 44 | private var thread: Thread = _
9758[warn] | ^
9759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
9763[warn] 56 | private var ioHandler: IoHandler = _
9764[warn] | ^
9765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
9769[warn] 21 | @volatile private var n: Nextable | Null = _
9770[warn] | ^
9771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
9775[warn] 25 | @volatile private var head: T | Null = _
9776[warn] | ^
9777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
9781[warn] 26 | @volatile private var tail: T | Null = _
9782[warn] | ^
9783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
9787[warn] 29 | @volatile private var head: T | Null = _
9788[warn] | ^
9789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
9793[warn] 30 | @volatile private var tail: T | Null = _
9794[warn] | ^
9795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9799[warn] 25 | private var head: T | Null = _
9800[warn] | ^
9801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9805[warn] 26 | private var tail: T | Null = _
9806[warn] | ^
9807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9810[warn] 129 warnings found
9811[error] two errors found
9812Failed to evaluated codec-http.compile: mill.api.Result$Failure
9813
9814Starting build for otavia-codec-kafka - [14/23]
9815No test module defined in codec-kafka
9816[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9818[warn] 35 | protected var logger: Logger = _
9819[warn] | ^
9820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9824[warn] 37 | private var ctx: ActorContext = _
9825[warn] | ^
9826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9830[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9831[warn] | ^
9832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9836[warn] 45 | private[core] var currentStack: Stack = _
9837[warn] | ^
9838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9841[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9842[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9843[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9844[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9845[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9846[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9847[error] |
9848[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9849[error] |
9850[error] | longer explanation available when compiling with `-explain`
9851[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9852[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9853[error] | ^^^^^^^^^^^^
9854[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9855[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9856[error] |
9857[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9858[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9859[error] |
9860[error] |
9861[error] |Note: a match type could not be fully reduced:
9862[error] |
9863[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9864[error] | failed since selector W
9865[error] | does not uniquely determine parameter m in
9866[error] | case cc.otavia.core.actor.Actor[m] => m
9867[error] | The computed bounds for the parameter are:
9868[error] | m <: cc.otavia.core.message.Call |
9869[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9870[error] |
9871[error] | longer explanation available when compiling with `-explain`
9872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9873[warn] 30 | private var workers: Address[MessageOf[W]] = _
9874[warn] | ^
9875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9879[warn] 37 | private var currentChannelReceived: AnyRef = _
9880[warn] | ^
9881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9885[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9886[warn] | ^
9887[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9890[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9891[warn] | ^
9892[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9895[warn] 23 | private var variables: Array[AnyRef] = _
9896[warn] | ^
9897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9901[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9902[warn] | ^
9903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9907[warn] 26 | private var thread: Thread = _
9908[warn] | ^
9909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9913[warn] 28 | private var head: Nextable = _
9914[warn] | ^
9915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9919[warn] 29 | private var tail: Nextable = _
9920[warn] | ^
9921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9925[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9926[warn] | ^
9927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9931[warn] 46 | private var actorHouse: ActorHouse = _
9932[warn] | ^
9933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9937[warn] 49 | private var pipe: ChannelPipelineImpl = _
9938[warn] | ^
9939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9943[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9944[warn] | ^
9945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9949[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9950[warn] | ^
9951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9955[warn] 35 | private var path: Path = _
9956[warn] | ^
9957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9961[warn] 36 | protected var currentReadPlan: ReadPlan = _
9962[warn] | ^
9963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9967[warn] 38 | private var readFactory: ReadPlanFactory = _
9968[warn] | ^
9969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9973[warn] 22 | private[core] var added: Boolean = _
9974[warn] | ^
9975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9979[warn] 51 | private var removed: Boolean = _
9980[warn] | ^
9981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9985[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9986[warn] | ^
9987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9991[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9992[warn] | ^
9993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9997[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9998[warn] | ^
9999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10003[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10004[warn] | ^
10005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10009[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10010[warn] | ^
10011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10015[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10016[warn] | ^
10017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10021[warn] 38 | private var inbound: I = _
10022[warn] | ^
10023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10027[warn] 39 | private var outbound: O = _
10028[warn] | ^
10029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10033[warn] 42 | private var fileChannel: FileChannel = _
10034[warn] | ^
10035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10039[warn] 43 | private var file: File = _
10040[warn] | ^
10041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10045[warn] 27 | private var hd: QueueMapEntity = _
10046[warn] | ^
10047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10051[warn] 28 | private var tl: QueueMapEntity = _
10052[warn] | ^
10053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10057[warn] 34 | private var cursor: QueueMapEntity = _
10058[warn] | ^
10059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10063[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10064[warn] | ^
10065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10069[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10070[warn] | ^
10071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10075[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10076[warn] | ^
10077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10081[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10082[warn] | ^
10083[warn] |Ignoring [this] qualifier.
10084[warn] |This syntax will be deprecated in the future; it should be dropped.
10085[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10088[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10089[warn] | ^
10090[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10093[warn] 29 | @volatile private var sys: ActorSystem = _
10094[warn] | ^
10095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10099[warn] 27 | private var address: Address[Call] = _
10100[warn] | ^
10101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10105[warn] 31 | private var msg: M = _
10106[warn] | ^
10107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10111[warn] 35 | private var rids: Array[Long] = _
10112[warn] | ^
10113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10117[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10118[warn] | ^
10119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10123[warn] 28 | protected var stack: Stack = _
10124[warn] | ^
10125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10129[warn] 33 | protected var result: AnyRef = _
10130[warn] | ^
10131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10135[warn] 34 | protected var error: Throwable = _
10136[warn] | ^
10137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10141[warn] 36 | private var p: AbstractPromise[?] = _
10142[warn] | ^
10143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10147[warn] 30 | private var call: Call = _
10148[warn] | ^
10149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10153[warn] 31 | private var reply: Reply = _
10154[warn] | ^
10155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10159[warn] 33 | private var sender: Address[Call] = _
10160[warn] | ^
10161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10165[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10166[warn] | ^
10167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10171[warn] 27 | private var messages: Seq[Notice] = _
10172[warn] | ^
10173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10177[warn] 49 | private var ch: Channel = _
10178[warn] | ^
10179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10183[warn] 50 | private var ask: AnyRef = _
10184[warn] | ^
10185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10189[warn] 51 | private var callback: ChannelPromise => Unit = _
10190[warn] | ^
10191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
10195[warn] 27 | private var msg: AnyRef = _
10196[warn] | ^
10197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
10201[warn] 28 | private var belong: AbstractChannel = _
10202[warn] | ^
10203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
10207[warn] 33 | private var ret: AnyRef = _
10208[warn] | ^
10209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
10213[warn] 29 | private var table: Array[MessagePromise[?]] = _
10214[warn] | ^
10215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
10219[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
10220[warn] | ^
10221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
10225[warn] 28 | private var msg: Call = _
10226[warn] | ^
10227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
10231[warn] 26 | var head: AbstractPromise[?] = _
10232[warn] | ^
10233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
10237[warn] 27 | var tail: AbstractPromise[?] = _
10238[warn] | ^
10239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
10243[warn] 29 | private var nextState: StackState = _
10244[warn] | ^
10245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
10249[warn] 32 | private var completedHead: AbstractPromise[?] = _
10250[warn] | ^
10251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
10255[warn] 33 | private var completedTail: AbstractPromise[?] = _
10256[warn] | ^
10257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
10261[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
10262[warn] | ^
10263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
10267[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
10268[warn] | ^
10269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
10273[warn] 40 | private var actor: AbstractActor[?] = _
10274[warn] | ^
10275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
10279[warn] 42 | private var att: AnyRef = _
10280[warn] | ^
10281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
10285[warn] 27 | private var fu: ChannelFuture = _
10286[warn] | ^
10287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
10291[warn] 28 | private var fu: MessageFuture[R] = _
10292[warn] | ^
10293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
10297[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
10298[warn] | ^
10299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
10303[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
10304[warn] | ^
10305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
10309[warn] 41 | private var actorAddress: ActorAddress[Call] = _
10310[warn] | ^
10311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
10315[warn] 53 | private var tmpAskCursor: Nextable = _
10316[warn] | ^
10317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
10321[warn] 54 | private var tmpNoticeCursor: Nextable = _
10322[warn] | ^
10323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
10327[warn] 58 | @volatile private var preHouse: ActorHouse = _
10328[warn] | ^
10329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
10333[warn] 59 | @volatile private var nextHouse: ActorHouse = _
10334[warn] | ^
10335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
10339[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
10340[warn] | ^
10341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
10345[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
10346[warn] | ^
10347[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
10350[warn] 107 | private var system: ActorSystem = _
10351[warn] | ^
10352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
10356[warn] 57 | private var mainActor: Address[MainActor.Args] = _
10357[warn] | ^
10358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
10362[warn] 72 | private var memoryMonitor: Timeout = _
10363[warn] | ^
10364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
10368[warn] 81 | private var systemMonitor: Timeout = _
10369[warn] | ^
10370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
10374[warn] 34 | private var sys: ActorSystem = _
10375[warn] | ^
10376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
10380[warn] 30 | @volatile private var head: ActorHouse = _
10381[warn] | ^
10382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
10386[warn] 31 | @volatile private var tail: ActorHouse = _
10387[warn] | ^
10388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
10392[warn] 51 | private var currentRunning: Actor[?] = _
10393[warn] | ^
10394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
10398[warn] 26 | private var head: Nextable = _
10399[warn] | ^
10400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
10404[warn] 27 | private var tail: Nextable = _
10405[warn] | ^
10406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
10410[warn] 30 | @volatile private var head: ActorHouse = _
10411[warn] | ^
10412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
10416[warn] 31 | @volatile private var tail: ActorHouse = _
10417[warn] | ^
10418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
10422[warn] 37 | @volatile private var highHead: ActorHouse = _
10423[warn] | ^
10424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
10428[warn] 38 | @volatile private var highTail: ActorHouse = _
10429[warn] | ^
10430[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10431[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10433[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
10434[warn] 29 | private var fs: Array[FileChannel] = _
10435[warn] | ^
10436[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10437[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
10440[warn] 28 | private var channel: Channel = _
10441[warn] | ^
10442[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10443[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
10446[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
10447[warn] | ^
10448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
10452[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
10453[warn] | ^
10454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
10458[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
10459[warn] | ^
10460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
10464[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
10465[warn] | ^
10466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
10470[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
10471[warn] | ^
10472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
10476[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
10477[warn] | ^
10478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
10482[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
10483[warn] | ^
10484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
10488[warn] 26 | private var resourceTimer: ResourceTimer = _
10489[warn] | ^
10490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
10494[warn] 34 | protected var address: EventableAddress = _
10495[warn] | ^
10496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
10500[warn] 40 | @volatile protected var handle: Timeout = _
10501[warn] | ^
10502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
10506[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
10507[warn] | ^
10508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
10512[warn] 39 | private var reactor: Reactor = _
10513[warn] | ^
10514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
10518[warn] 28 | private var transportFactory: TransportFactory = _
10519[warn] | ^
10520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
10524[warn] 39 | protected var _selectionKey: SelectionKey = _
10525[warn] | ^
10526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
10530[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
10531[warn] | ^
10532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
10536[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
10537[warn] | ^
10538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
10542[warn] 35 | private var ch: FileChannel = _
10543[warn] | ^
10544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
10548[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
10549[warn] | ^
10550[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
10551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
10553[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
10554[warn] | ^
10555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
10559[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
10560[warn] | ^
10561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
10565[warn] 44 | private var thread: Thread = _
10566[warn] | ^
10567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
10571[warn] 56 | private var ioHandler: IoHandler = _
10572[warn] | ^
10573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
10577[warn] 21 | @volatile private var n: Nextable | Null = _
10578[warn] | ^
10579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
10583[warn] 25 | @volatile private var head: T | Null = _
10584[warn] | ^
10585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
10589[warn] 26 | @volatile private var tail: T | Null = _
10590[warn] | ^
10591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
10595[warn] 29 | @volatile private var head: T | Null = _
10596[warn] | ^
10597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
10601[warn] 30 | @volatile private var tail: T | Null = _
10602[warn] | ^
10603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
10607[warn] 25 | private var head: T | Null = _
10608[warn] | ^
10609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
10613[warn] 26 | private var tail: T | Null = _
10614[warn] | ^
10615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10618[warn] 129 warnings found
10619[error] two errors found
10620Failed to evaluated codec-kafka.compile: mill.api.Result$Failure
10621
10622Starting build for otavia-mysql-driver - [15/23]
10623[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
10624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
10625[warn] 35 | protected var logger: Logger = _
10626[warn] | ^
10627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
10631[warn] 37 | private var ctx: ActorContext = _
10632[warn] | ^
10633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
10637[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
10638[warn] | ^
10639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
10643[warn] 45 | private[core] var currentStack: Stack = _
10644[warn] | ^
10645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10648[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
10649[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10650[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10651[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10652[error] |Required: cc.otavia.core.actor.MessageOf[W] &
10653[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10654[error] |
10655[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
10656[error] |
10657[error] | longer explanation available when compiling with `-explain`
10658[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
10659[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10660[error] | ^^^^^^^^^^^^
10661[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
10662[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
10663[error] |
10664[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
10665[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10666[error] |
10667[error] |
10668[error] |Note: a match type could not be fully reduced:
10669[error] |
10670[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
10671[error] | failed since selector W
10672[error] | does not uniquely determine parameter m in
10673[error] | case cc.otavia.core.actor.Actor[m] => m
10674[error] | The computed bounds for the parameter are:
10675[error] | m <: cc.otavia.core.message.Call |
10676[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10677[error] |
10678[error] | longer explanation available when compiling with `-explain`
10679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
10680[warn] 30 | private var workers: Address[MessageOf[W]] = _
10681[warn] | ^
10682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
10686[warn] 37 | private var currentChannelReceived: AnyRef = _
10687[warn] | ^
10688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
10692[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
10693[warn] | ^
10694[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
10697[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
10698[warn] | ^
10699[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
10702[warn] 23 | private var variables: Array[AnyRef] = _
10703[warn] | ^
10704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
10708[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
10709[warn] | ^
10710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
10714[warn] 26 | private var thread: Thread = _
10715[warn] | ^
10716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
10720[warn] 28 | private var head: Nextable = _
10721[warn] | ^
10722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
10726[warn] 29 | private var tail: Nextable = _
10727[warn] | ^
10728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
10732[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
10733[warn] | ^
10734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
10738[warn] 46 | private var actorHouse: ActorHouse = _
10739[warn] | ^
10740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
10744[warn] 49 | private var pipe: ChannelPipelineImpl = _
10745[warn] | ^
10746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
10750[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
10751[warn] | ^
10752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
10756[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
10757[warn] | ^
10758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
10762[warn] 35 | private var path: Path = _
10763[warn] | ^
10764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
10768[warn] 36 | protected var currentReadPlan: ReadPlan = _
10769[warn] | ^
10770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
10774[warn] 38 | private var readFactory: ReadPlanFactory = _
10775[warn] | ^
10776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
10780[warn] 22 | private[core] var added: Boolean = _
10781[warn] | ^
10782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
10786[warn] 51 | private var removed: Boolean = _
10787[warn] | ^
10788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
10792[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
10793[warn] | ^
10794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10798[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10799[warn] | ^
10800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10804[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10805[warn] | ^
10806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10810[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10811[warn] | ^
10812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10816[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10817[warn] | ^
10818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10822[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10823[warn] | ^
10824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10828[warn] 38 | private var inbound: I = _
10829[warn] | ^
10830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10834[warn] 39 | private var outbound: O = _
10835[warn] | ^
10836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10840[warn] 42 | private var fileChannel: FileChannel = _
10841[warn] | ^
10842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10846[warn] 43 | private var file: File = _
10847[warn] | ^
10848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10852[warn] 27 | private var hd: QueueMapEntity = _
10853[warn] | ^
10854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10858[warn] 28 | private var tl: QueueMapEntity = _
10859[warn] | ^
10860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10864[warn] 34 | private var cursor: QueueMapEntity = _
10865[warn] | ^
10866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10870[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10871[warn] | ^
10872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10876[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10877[warn] | ^
10878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10882[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10883[warn] | ^
10884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10888[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10889[warn] | ^
10890[warn] |Ignoring [this] qualifier.
10891[warn] |This syntax will be deprecated in the future; it should be dropped.
10892[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10895[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10896[warn] | ^
10897[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10900[warn] 29 | @volatile private var sys: ActorSystem = _
10901[warn] | ^
10902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10906[warn] 27 | private var address: Address[Call] = _
10907[warn] | ^
10908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10912[warn] 31 | private var msg: M = _
10913[warn] | ^
10914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10918[warn] 35 | private var rids: Array[Long] = _
10919[warn] | ^
10920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10924[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10925[warn] | ^
10926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10930[warn] 28 | protected var stack: Stack = _
10931[warn] | ^
10932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10936[warn] 33 | protected var result: AnyRef = _
10937[warn] | ^
10938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10942[warn] 34 | protected var error: Throwable = _
10943[warn] | ^
10944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10948[warn] 36 | private var p: AbstractPromise[?] = _
10949[warn] | ^
10950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10954[warn] 30 | private var call: Call = _
10955[warn] | ^
10956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10960[warn] 31 | private var reply: Reply = _
10961[warn] | ^
10962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10966[warn] 33 | private var sender: Address[Call] = _
10967[warn] | ^
10968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10972[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10973[warn] | ^
10974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10978[warn] 27 | private var messages: Seq[Notice] = _
10979[warn] | ^
10980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10984[warn] 49 | private var ch: Channel = _
10985[warn] | ^
10986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10990[warn] 50 | private var ask: AnyRef = _
10991[warn] | ^
10992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10996[warn] 51 | private var callback: ChannelPromise => Unit = _
10997[warn] | ^
10998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11002[warn] 27 | private var msg: AnyRef = _
11003[warn] | ^
11004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11008[warn] 28 | private var belong: AbstractChannel = _
11009[warn] | ^
11010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11014[warn] 33 | private var ret: AnyRef = _
11015[warn] | ^
11016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11020[warn] 29 | private var table: Array[MessagePromise[?]] = _
11021[warn] | ^
11022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11026[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11027[warn] | ^
11028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11032[warn] 28 | private var msg: Call = _
11033[warn] | ^
11034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11038[warn] 26 | var head: AbstractPromise[?] = _
11039[warn] | ^
11040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11044[warn] 27 | var tail: AbstractPromise[?] = _
11045[warn] | ^
11046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11050[warn] 29 | private var nextState: StackState = _
11051[warn] | ^
11052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11056[warn] 32 | private var completedHead: AbstractPromise[?] = _
11057[warn] | ^
11058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11062[warn] 33 | private var completedTail: AbstractPromise[?] = _
11063[warn] | ^
11064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11068[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11069[warn] | ^
11070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11074[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11075[warn] | ^
11076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11080[warn] 40 | private var actor: AbstractActor[?] = _
11081[warn] | ^
11082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11086[warn] 42 | private var att: AnyRef = _
11087[warn] | ^
11088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11092[warn] 27 | private var fu: ChannelFuture = _
11093[warn] | ^
11094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11098[warn] 28 | private var fu: MessageFuture[R] = _
11099[warn] | ^
11100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11104[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11105[warn] | ^
11106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11110[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11111[warn] | ^
11112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11116[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11117[warn] | ^
11118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11122[warn] 53 | private var tmpAskCursor: Nextable = _
11123[warn] | ^
11124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11128[warn] 54 | private var tmpNoticeCursor: Nextable = _
11129[warn] | ^
11130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11134[warn] 58 | @volatile private var preHouse: ActorHouse = _
11135[warn] | ^
11136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11140[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11141[warn] | ^
11142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11146[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11147[warn] | ^
11148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11152[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11153[warn] | ^
11154[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
11157[warn] 107 | private var system: ActorSystem = _
11158[warn] | ^
11159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
11163[warn] 57 | private var mainActor: Address[MainActor.Args] = _
11164[warn] | ^
11165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
11169[warn] 72 | private var memoryMonitor: Timeout = _
11170[warn] | ^
11171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
11175[warn] 81 | private var systemMonitor: Timeout = _
11176[warn] | ^
11177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
11181[warn] 34 | private var sys: ActorSystem = _
11182[warn] | ^
11183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
11187[warn] 30 | @volatile private var head: ActorHouse = _
11188[warn] | ^
11189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
11193[warn] 31 | @volatile private var tail: ActorHouse = _
11194[warn] | ^
11195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
11199[warn] 51 | private var currentRunning: Actor[?] = _
11200[warn] | ^
11201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
11205[warn] 26 | private var head: Nextable = _
11206[warn] | ^
11207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
11211[warn] 27 | private var tail: Nextable = _
11212[warn] | ^
11213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
11217[warn] 30 | @volatile private var head: ActorHouse = _
11218[warn] | ^
11219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
11223[warn] 31 | @volatile private var tail: ActorHouse = _
11224[warn] | ^
11225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
11229[warn] 37 | @volatile private var highHead: ActorHouse = _
11230[warn] | ^
11231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
11235[warn] 38 | @volatile private var highTail: ActorHouse = _
11236[warn] | ^
11237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
11241[warn] 29 | private var fs: Array[FileChannel] = _
11242[warn] | ^
11243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
11247[warn] 28 | private var channel: Channel = _
11248[warn] | ^
11249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
11253[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
11254[warn] | ^
11255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
11259[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
11260[warn] | ^
11261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
11265[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
11266[warn] | ^
11267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
11271[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
11272[warn] | ^
11273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
11277[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
11278[warn] | ^
11279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
11283[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
11284[warn] | ^
11285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
11289[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
11290[warn] | ^
11291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
11295[warn] 26 | private var resourceTimer: ResourceTimer = _
11296[warn] | ^
11297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
11301[warn] 34 | protected var address: EventableAddress = _
11302[warn] | ^
11303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
11307[warn] 40 | @volatile protected var handle: Timeout = _
11308[warn] | ^
11309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
11313[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
11314[warn] | ^
11315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
11319[warn] 39 | private var reactor: Reactor = _
11320[warn] | ^
11321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
11325[warn] 28 | private var transportFactory: TransportFactory = _
11326[warn] | ^
11327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
11331[warn] 39 | protected var _selectionKey: SelectionKey = _
11332[warn] | ^
11333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
11337[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
11338[warn] | ^
11339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
11343[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
11344[warn] | ^
11345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
11349[warn] 35 | private var ch: FileChannel = _
11350[warn] | ^
11351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
11355[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
11356[warn] | ^
11357[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
11358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
11360[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
11361[warn] | ^
11362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
11366[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
11367[warn] | ^
11368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
11372[warn] 44 | private var thread: Thread = _
11373[warn] | ^
11374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
11378[warn] 56 | private var ioHandler: IoHandler = _
11379[warn] | ^
11380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
11384[warn] 21 | @volatile private var n: Nextable | Null = _
11385[warn] | ^
11386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
11390[warn] 25 | @volatile private var head: T | Null = _
11391[warn] | ^
11392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
11396[warn] 26 | @volatile private var tail: T | Null = _
11397[warn] | ^
11398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
11402[warn] 29 | @volatile private var head: T | Null = _
11403[warn] | ^
11404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
11408[warn] 30 | @volatile private var tail: T | Null = _
11409[warn] | ^
11410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
11414[warn] 25 | private var head: T | Null = _
11415[warn] | ^
11416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
11420[warn] 26 | private var tail: T | Null = _
11421[warn] | ^
11422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11425[warn] 129 warnings found
11426[error] two errors found
11427Failed to evaluated sql-mysql-driver.compile: mill.api.Result$Failure
11428
11429Starting build for otavia-common - [16/23]
11430Successfully evaluated common.compile
11431Skipping unused scalacOptions: -source, -rewrite
11432Flag -classpath set repeatedly
11433-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:26:8 ----------
1143426 | def contains(key: String): Boolean = get(key).nonEmpty
11435 | ^
11436 | Couldn't resolve a member for the given link query: key
11437-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:34:8 ----------
1143834 | def get(key: String): Option[String] = {
11439 | ^
11440 | Couldn't resolve a member for the given link query: key
11441-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:49:8 ----------
1144249 | def get(key: String, default: String): String = get(key) match
11443 | ^
11444 | Couldn't resolve a member for the given link query: key
11445-- Warning: common/src/cc/otavia/util/Resource.scala:36:8 ----------------------
1144636 | def dispose(obj: AnyRef): Unit = {
11447 | ^
11448 | Couldn't resolve a member for the given link query: AutoCloseable
11449-- Warning: common/src/cc/otavia/util/IllegalReferenceCountException.scala:24:6
1145024 |class IllegalReferenceCountException(message: String | Null, cause: Throwable | Null)
11451 | ^
11452 |Couldn't resolve a member for the given link query: IllegalStateException
11453-- Warning: common/src/cc/otavia/internal/ReflectionUtil.scala:30:8 ------------
1145430 | def trySetAccessible(obj: AccessibleObject, checkAccessible: Boolean): Option[Throwable] = {
11455 | ^
11456 | Couldn't resolve a member for the given link query: AccessibleObject
114577 warnings found
11458Successfully evaluated common.docJar
11459Failed to resolve scalaVersion, assume it's Scala 3 project
11460[info] compiling 1 Scala source to /build/repo/out/common/test/compile.dest/classes ...
11461[info] done compiling
11462Successfully evaluated common.test.compile
11463Publishing Artifact(cc.otavia,otavia-common_3,0.4.5) to ivy repo /root/.ivy2/local
11464Successfully evaluated common.publishLocal
11465
11466Starting build for otavia-codec-socks - [17/23]
11467No test module defined in codec-socks
11468[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
11469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
11470[warn] 35 | protected var logger: Logger = _
11471[warn] | ^
11472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
11476[warn] 37 | private var ctx: ActorContext = _
11477[warn] | ^
11478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
11482[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
11483[warn] | ^
11484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
11488[warn] 45 | private[core] var currentStack: Stack = _
11489[warn] | ^
11490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11493[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
11494[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11495[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11496[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11497[error] |Required: cc.otavia.core.actor.MessageOf[W] &
11498[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11499[error] |
11500[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
11501[error] |
11502[error] | longer explanation available when compiling with `-explain`
11503[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
11504[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11505[error] | ^^^^^^^^^^^^
11506[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
11507[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
11508[error] |
11509[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
11510[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11511[error] |
11512[error] |
11513[error] |Note: a match type could not be fully reduced:
11514[error] |
11515[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
11516[error] | failed since selector W
11517[error] | does not uniquely determine parameter m in
11518[error] | case cc.otavia.core.actor.Actor[m] => m
11519[error] | The computed bounds for the parameter are:
11520[error] | m <: cc.otavia.core.message.Call |
11521[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11522[error] |
11523[error] | longer explanation available when compiling with `-explain`
11524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
11525[warn] 30 | private var workers: Address[MessageOf[W]] = _
11526[warn] | ^
11527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
11531[warn] 37 | private var currentChannelReceived: AnyRef = _
11532[warn] | ^
11533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
11537[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
11538[warn] | ^
11539[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
11542[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
11543[warn] | ^
11544[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
11547[warn] 23 | private var variables: Array[AnyRef] = _
11548[warn] | ^
11549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
11553[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
11554[warn] | ^
11555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
11559[warn] 26 | private var thread: Thread = _
11560[warn] | ^
11561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
11565[warn] 28 | private var head: Nextable = _
11566[warn] | ^
11567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
11571[warn] 29 | private var tail: Nextable = _
11572[warn] | ^
11573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
11577[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
11578[warn] | ^
11579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
11583[warn] 46 | private var actorHouse: ActorHouse = _
11584[warn] | ^
11585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
11589[warn] 49 | private var pipe: ChannelPipelineImpl = _
11590[warn] | ^
11591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
11595[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
11596[warn] | ^
11597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
11601[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
11602[warn] | ^
11603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
11607[warn] 35 | private var path: Path = _
11608[warn] | ^
11609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
11613[warn] 36 | protected var currentReadPlan: ReadPlan = _
11614[warn] | ^
11615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
11619[warn] 38 | private var readFactory: ReadPlanFactory = _
11620[warn] | ^
11621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
11625[warn] 22 | private[core] var added: Boolean = _
11626[warn] | ^
11627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
11631[warn] 51 | private var removed: Boolean = _
11632[warn] | ^
11633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
11637[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
11638[warn] | ^
11639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
11643[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
11644[warn] | ^
11645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
11649[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
11650[warn] | ^
11651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
11655[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
11656[warn] | ^
11657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
11661[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11662[warn] | ^
11663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
11667[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11668[warn] | ^
11669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
11673[warn] 38 | private var inbound: I = _
11674[warn] | ^
11675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
11679[warn] 39 | private var outbound: O = _
11680[warn] | ^
11681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
11685[warn] 42 | private var fileChannel: FileChannel = _
11686[warn] | ^
11687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
11691[warn] 43 | private var file: File = _
11692[warn] | ^
11693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
11697[warn] 27 | private var hd: QueueMapEntity = _
11698[warn] | ^
11699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
11703[warn] 28 | private var tl: QueueMapEntity = _
11704[warn] | ^
11705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
11709[warn] 34 | private var cursor: QueueMapEntity = _
11710[warn] | ^
11711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
11715[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
11716[warn] | ^
11717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
11721[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
11722[warn] | ^
11723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
11727[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
11728[warn] | ^
11729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
11733[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
11734[warn] | ^
11735[warn] |Ignoring [this] qualifier.
11736[warn] |This syntax will be deprecated in the future; it should be dropped.
11737[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
11738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
11740[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
11741[warn] | ^
11742[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
11745[warn] 29 | @volatile private var sys: ActorSystem = _
11746[warn] | ^
11747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
11751[warn] 27 | private var address: Address[Call] = _
11752[warn] | ^
11753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
11757[warn] 31 | private var msg: M = _
11758[warn] | ^
11759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
11763[warn] 35 | private var rids: Array[Long] = _
11764[warn] | ^
11765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
11769[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
11770[warn] | ^
11771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
11775[warn] 28 | protected var stack: Stack = _
11776[warn] | ^
11777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
11781[warn] 33 | protected var result: AnyRef = _
11782[warn] | ^
11783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
11787[warn] 34 | protected var error: Throwable = _
11788[warn] | ^
11789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
11793[warn] 36 | private var p: AbstractPromise[?] = _
11794[warn] | ^
11795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
11799[warn] 30 | private var call: Call = _
11800[warn] | ^
11801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
11805[warn] 31 | private var reply: Reply = _
11806[warn] | ^
11807[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11808[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11809[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11810[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
11811[warn] 33 | private var sender: Address[Call] = _
11812[warn] | ^
11813[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11814[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11815[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11816[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
11817[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
11818[warn] | ^
11819[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11820[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11821[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11822[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
11823[warn] 27 | private var messages: Seq[Notice] = _
11824[warn] | ^
11825[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11826[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
11829[warn] 49 | private var ch: Channel = _
11830[warn] | ^
11831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
11835[warn] 50 | private var ask: AnyRef = _
11836[warn] | ^
11837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
11841[warn] 51 | private var callback: ChannelPromise => Unit = _
11842[warn] | ^
11843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11847[warn] 27 | private var msg: AnyRef = _
11848[warn] | ^
11849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11853[warn] 28 | private var belong: AbstractChannel = _
11854[warn] | ^
11855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11859[warn] 33 | private var ret: AnyRef = _
11860[warn] | ^
11861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11865[warn] 29 | private var table: Array[MessagePromise[?]] = _
11866[warn] | ^
11867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11871[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11872[warn] | ^
11873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11877[warn] 28 | private var msg: Call = _
11878[warn] | ^
11879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11883[warn] 26 | var head: AbstractPromise[?] = _
11884[warn] | ^
11885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11889[warn] 27 | var tail: AbstractPromise[?] = _
11890[warn] | ^
11891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11895[warn] 29 | private var nextState: StackState = _
11896[warn] | ^
11897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11901[warn] 32 | private var completedHead: AbstractPromise[?] = _
11902[warn] | ^
11903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11907[warn] 33 | private var completedTail: AbstractPromise[?] = _
11908[warn] | ^
11909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11913[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11914[warn] | ^
11915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11919[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11920[warn] | ^
11921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11925[warn] 40 | private var actor: AbstractActor[?] = _
11926[warn] | ^
11927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11931[warn] 42 | private var att: AnyRef = _
11932[warn] | ^
11933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11937[warn] 27 | private var fu: ChannelFuture = _
11938[warn] | ^
11939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11943[warn] 28 | private var fu: MessageFuture[R] = _
11944[warn] | ^
11945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11949[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11950[warn] | ^
11951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11955[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11956[warn] | ^
11957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11961[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11962[warn] | ^
11963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11967[warn] 53 | private var tmpAskCursor: Nextable = _
11968[warn] | ^
11969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11973[warn] 54 | private var tmpNoticeCursor: Nextable = _
11974[warn] | ^
11975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11979[warn] 58 | @volatile private var preHouse: ActorHouse = _
11980[warn] | ^
11981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11985[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11986[warn] | ^
11987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11991[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11992[warn] | ^
11993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11997[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11998[warn] | ^
11999[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12002[warn] 107 | private var system: ActorSystem = _
12003[warn] | ^
12004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12008[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12009[warn] | ^
12010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12014[warn] 72 | private var memoryMonitor: Timeout = _
12015[warn] | ^
12016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12020[warn] 81 | private var systemMonitor: Timeout = _
12021[warn] | ^
12022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12026[warn] 34 | private var sys: ActorSystem = _
12027[warn] | ^
12028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12032[warn] 30 | @volatile private var head: ActorHouse = _
12033[warn] | ^
12034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12038[warn] 31 | @volatile private var tail: ActorHouse = _
12039[warn] | ^
12040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12044[warn] 51 | private var currentRunning: Actor[?] = _
12045[warn] | ^
12046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12050[warn] 26 | private var head: Nextable = _
12051[warn] | ^
12052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12056[warn] 27 | private var tail: Nextable = _
12057[warn] | ^
12058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12062[warn] 30 | @volatile private var head: ActorHouse = _
12063[warn] | ^
12064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12068[warn] 31 | @volatile private var tail: ActorHouse = _
12069[warn] | ^
12070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12074[warn] 37 | @volatile private var highHead: ActorHouse = _
12075[warn] | ^
12076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12080[warn] 38 | @volatile private var highTail: ActorHouse = _
12081[warn] | ^
12082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12086[warn] 29 | private var fs: Array[FileChannel] = _
12087[warn] | ^
12088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12092[warn] 28 | private var channel: Channel = _
12093[warn] | ^
12094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12098[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12099[warn] | ^
12100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12104[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12105[warn] | ^
12106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12110[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12111[warn] | ^
12112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12116[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12117[warn] | ^
12118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12122[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12123[warn] | ^
12124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12128[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12129[warn] | ^
12130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12134[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12135[warn] | ^
12136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12140[warn] 26 | private var resourceTimer: ResourceTimer = _
12141[warn] | ^
12142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12146[warn] 34 | protected var address: EventableAddress = _
12147[warn] | ^
12148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12152[warn] 40 | @volatile protected var handle: Timeout = _
12153[warn] | ^
12154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12158[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12159[warn] | ^
12160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12164[warn] 39 | private var reactor: Reactor = _
12165[warn] | ^
12166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12170[warn] 28 | private var transportFactory: TransportFactory = _
12171[warn] | ^
12172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12176[warn] 39 | protected var _selectionKey: SelectionKey = _
12177[warn] | ^
12178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12182[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12183[warn] | ^
12184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12188[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12189[warn] | ^
12190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
12194[warn] 35 | private var ch: FileChannel = _
12195[warn] | ^
12196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
12200[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
12201[warn] | ^
12202[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
12203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
12205[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
12206[warn] | ^
12207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
12211[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
12212[warn] | ^
12213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
12217[warn] 44 | private var thread: Thread = _
12218[warn] | ^
12219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
12223[warn] 56 | private var ioHandler: IoHandler = _
12224[warn] | ^
12225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
12229[warn] 21 | @volatile private var n: Nextable | Null = _
12230[warn] | ^
12231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
12235[warn] 25 | @volatile private var head: T | Null = _
12236[warn] | ^
12237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
12241[warn] 26 | @volatile private var tail: T | Null = _
12242[warn] | ^
12243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
12247[warn] 29 | @volatile private var head: T | Null = _
12248[warn] | ^
12249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
12253[warn] 30 | @volatile private var tail: T | Null = _
12254[warn] | ^
12255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
12259[warn] 25 | private var head: T | Null = _
12260[warn] | ^
12261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
12265[warn] 26 | private var tail: T | Null = _
12266[warn] | ^
12267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12270[warn] 129 warnings found
12271[error] two errors found
12272Failed to evaluated codec-socks.compile: mill.api.Result$Failure
12273
12274Starting build for otavia-all - [18/23]
12275No test module defined in all
12276[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
12277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
12278[warn] 35 | protected var logger: Logger = _
12279[warn] | ^
12280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
12284[warn] 37 | private var ctx: ActorContext = _
12285[warn] | ^
12286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
12290[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
12291[warn] | ^
12292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
12296[warn] 45 | private[core] var currentStack: Stack = _
12297[warn] | ^
12298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12301[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
12302[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12303[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12304[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12305[error] |Required: cc.otavia.core.actor.MessageOf[W] &
12306[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12307[error] |
12308[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
12309[error] |
12310[error] | longer explanation available when compiling with `-explain`
12311[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
12312[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12313[error] | ^^^^^^^^^^^^
12314[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
12315[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
12316[error] |
12317[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
12318[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12319[error] |
12320[error] |
12321[error] |Note: a match type could not be fully reduced:
12322[error] |
12323[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
12324[error] | failed since selector W
12325[error] | does not uniquely determine parameter m in
12326[error] | case cc.otavia.core.actor.Actor[m] => m
12327[error] | The computed bounds for the parameter are:
12328[error] | m <: cc.otavia.core.message.Call |
12329[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12330[error] |
12331[error] | longer explanation available when compiling with `-explain`
12332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
12333[warn] 30 | private var workers: Address[MessageOf[W]] = _
12334[warn] | ^
12335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
12339[warn] 37 | private var currentChannelReceived: AnyRef = _
12340[warn] | ^
12341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
12345[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
12346[warn] | ^
12347[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
12350[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
12351[warn] | ^
12352[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
12355[warn] 23 | private var variables: Array[AnyRef] = _
12356[warn] | ^
12357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
12361[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
12362[warn] | ^
12363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
12367[warn] 26 | private var thread: Thread = _
12368[warn] | ^
12369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
12373[warn] 28 | private var head: Nextable = _
12374[warn] | ^
12375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
12379[warn] 29 | private var tail: Nextable = _
12380[warn] | ^
12381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
12385[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
12386[warn] | ^
12387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
12391[warn] 46 | private var actorHouse: ActorHouse = _
12392[warn] | ^
12393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
12397[warn] 49 | private var pipe: ChannelPipelineImpl = _
12398[warn] | ^
12399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
12403[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
12404[warn] | ^
12405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
12409[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
12410[warn] | ^
12411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
12415[warn] 35 | private var path: Path = _
12416[warn] | ^
12417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
12421[warn] 36 | protected var currentReadPlan: ReadPlan = _
12422[warn] | ^
12423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
12427[warn] 38 | private var readFactory: ReadPlanFactory = _
12428[warn] | ^
12429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
12433[warn] 22 | private[core] var added: Boolean = _
12434[warn] | ^
12435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
12439[warn] 51 | private var removed: Boolean = _
12440[warn] | ^
12441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
12445[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
12446[warn] | ^
12447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
12451[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
12452[warn] | ^
12453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
12457[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
12458[warn] | ^
12459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
12463[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
12464[warn] | ^
12465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
12469[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12470[warn] | ^
12471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
12475[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12476[warn] | ^
12477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
12481[warn] 38 | private var inbound: I = _
12482[warn] | ^
12483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
12487[warn] 39 | private var outbound: O = _
12488[warn] | ^
12489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
12493[warn] 42 | private var fileChannel: FileChannel = _
12494[warn] | ^
12495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
12499[warn] 43 | private var file: File = _
12500[warn] | ^
12501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
12505[warn] 27 | private var hd: QueueMapEntity = _
12506[warn] | ^
12507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
12511[warn] 28 | private var tl: QueueMapEntity = _
12512[warn] | ^
12513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
12517[warn] 34 | private var cursor: QueueMapEntity = _
12518[warn] | ^
12519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
12523[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
12524[warn] | ^
12525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
12529[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
12530[warn] | ^
12531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
12535[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
12536[warn] | ^
12537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
12541[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
12542[warn] | ^
12543[warn] |Ignoring [this] qualifier.
12544[warn] |This syntax will be deprecated in the future; it should be dropped.
12545[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
12546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
12548[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
12549[warn] | ^
12550[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
12553[warn] 29 | @volatile private var sys: ActorSystem = _
12554[warn] | ^
12555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
12559[warn] 27 | private var address: Address[Call] = _
12560[warn] | ^
12561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
12565[warn] 31 | private var msg: M = _
12566[warn] | ^
12567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
12571[warn] 35 | private var rids: Array[Long] = _
12572[warn] | ^
12573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
12577[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
12578[warn] | ^
12579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
12583[warn] 28 | protected var stack: Stack = _
12584[warn] | ^
12585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
12589[warn] 33 | protected var result: AnyRef = _
12590[warn] | ^
12591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
12595[warn] 34 | protected var error: Throwable = _
12596[warn] | ^
12597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
12601[warn] 36 | private var p: AbstractPromise[?] = _
12602[warn] | ^
12603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
12607[warn] 30 | private var call: Call = _
12608[warn] | ^
12609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
12613[warn] 31 | private var reply: Reply = _
12614[warn] | ^
12615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
12619[warn] 33 | private var sender: Address[Call] = _
12620[warn] | ^
12621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
12625[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
12626[warn] | ^
12627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
12631[warn] 27 | private var messages: Seq[Notice] = _
12632[warn] | ^
12633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
12637[warn] 49 | private var ch: Channel = _
12638[warn] | ^
12639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
12643[warn] 50 | private var ask: AnyRef = _
12644[warn] | ^
12645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
12649[warn] 51 | private var callback: ChannelPromise => Unit = _
12650[warn] | ^
12651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
12655[warn] 27 | private var msg: AnyRef = _
12656[warn] | ^
12657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
12661[warn] 28 | private var belong: AbstractChannel = _
12662[warn] | ^
12663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
12667[warn] 33 | private var ret: AnyRef = _
12668[warn] | ^
12669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
12673[warn] 29 | private var table: Array[MessagePromise[?]] = _
12674[warn] | ^
12675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
12679[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
12680[warn] | ^
12681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
12685[warn] 28 | private var msg: Call = _
12686[warn] | ^
12687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
12691[warn] 26 | var head: AbstractPromise[?] = _
12692[warn] | ^
12693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
12697[warn] 27 | var tail: AbstractPromise[?] = _
12698[warn] | ^
12699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
12703[warn] 29 | private var nextState: StackState = _
12704[warn] | ^
12705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
12709[warn] 32 | private var completedHead: AbstractPromise[?] = _
12710[warn] | ^
12711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
12715[warn] 33 | private var completedTail: AbstractPromise[?] = _
12716[warn] | ^
12717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
12721[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
12722[warn] | ^
12723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
12727[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
12728[warn] | ^
12729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
12733[warn] 40 | private var actor: AbstractActor[?] = _
12734[warn] | ^
12735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
12739[warn] 42 | private var att: AnyRef = _
12740[warn] | ^
12741[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12742[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12743[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12744[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
12745[warn] 27 | private var fu: ChannelFuture = _
12746[warn] | ^
12747[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12748[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12749[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12750[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
12751[warn] 28 | private var fu: MessageFuture[R] = _
12752[warn] | ^
12753[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12754[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12755[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12756[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
12757[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
12758[warn] | ^
12759[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12760[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12761[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
12763[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
12764[warn] | ^
12765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
12769[warn] 41 | private var actorAddress: ActorAddress[Call] = _
12770[warn] | ^
12771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
12775[warn] 53 | private var tmpAskCursor: Nextable = _
12776[warn] | ^
12777[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12778[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12779[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12780[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
12781[warn] 54 | private var tmpNoticeCursor: Nextable = _
12782[warn] | ^
12783[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12784[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12785[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12786[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
12787[warn] 58 | @volatile private var preHouse: ActorHouse = _
12788[warn] | ^
12789[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12790[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12791[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12792[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
12793[warn] 59 | @volatile private var nextHouse: ActorHouse = _
12794[warn] | ^
12795[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12796[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12797[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12798[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
12799[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12800[warn] | ^
12801[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12802[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12803[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12804[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12805[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12806[warn] | ^
12807[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12810[warn] 107 | private var system: ActorSystem = _
12811[warn] | ^
12812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12816[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12817[warn] | ^
12818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12822[warn] 72 | private var memoryMonitor: Timeout = _
12823[warn] | ^
12824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12828[warn] 81 | private var systemMonitor: Timeout = _
12829[warn] | ^
12830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12834[warn] 34 | private var sys: ActorSystem = _
12835[warn] | ^
12836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12840[warn] 30 | @volatile private var head: ActorHouse = _
12841[warn] | ^
12842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12846[warn] 31 | @volatile private var tail: ActorHouse = _
12847[warn] | ^
12848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12852[warn] 51 | private var currentRunning: Actor[?] = _
12853[warn] | ^
12854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12858[warn] 26 | private var head: Nextable = _
12859[warn] | ^
12860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12864[warn] 27 | private var tail: Nextable = _
12865[warn] | ^
12866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12870[warn] 30 | @volatile private var head: ActorHouse = _
12871[warn] | ^
12872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12876[warn] 31 | @volatile private var tail: ActorHouse = _
12877[warn] | ^
12878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12882[warn] 37 | @volatile private var highHead: ActorHouse = _
12883[warn] | ^
12884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12888[warn] 38 | @volatile private var highTail: ActorHouse = _
12889[warn] | ^
12890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12894[warn] 29 | private var fs: Array[FileChannel] = _
12895[warn] | ^
12896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12900[warn] 28 | private var channel: Channel = _
12901[warn] | ^
12902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12906[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12907[warn] | ^
12908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12912[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12913[warn] | ^
12914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12918[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12919[warn] | ^
12920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12924[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12925[warn] | ^
12926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12930[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12931[warn] | ^
12932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12936[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12937[warn] | ^
12938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12942[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12943[warn] | ^
12944[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12945[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12946[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12948[warn] 26 | private var resourceTimer: ResourceTimer = _
12949[warn] | ^
12950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12954[warn] 34 | protected var address: EventableAddress = _
12955[warn] | ^
12956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12960[warn] 40 | @volatile protected var handle: Timeout = _
12961[warn] | ^
12962[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12963[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12964[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12965[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12966[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12967[warn] | ^
12968[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12969[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12970[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12971[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12972[warn] 39 | private var reactor: Reactor = _
12973[warn] | ^
12974[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12975[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12978[warn] 28 | private var transportFactory: TransportFactory = _
12979[warn] | ^
12980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12984[warn] 39 | protected var _selectionKey: SelectionKey = _
12985[warn] | ^
12986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12990[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12991[warn] | ^
12992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12996[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12997[warn] | ^
12998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13002[warn] 35 | private var ch: FileChannel = _
13003[warn] | ^
13004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13008[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13009[warn] | ^
13010[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13013[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13014[warn] | ^
13015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13019[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13020[warn] | ^
13021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13025[warn] 44 | private var thread: Thread = _
13026[warn] | ^
13027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13031[warn] 56 | private var ioHandler: IoHandler = _
13032[warn] | ^
13033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13037[warn] 21 | @volatile private var n: Nextable | Null = _
13038[warn] | ^
13039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13043[warn] 25 | @volatile private var head: T | Null = _
13044[warn] | ^
13045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13049[warn] 26 | @volatile private var tail: T | Null = _
13050[warn] | ^
13051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13055[warn] 29 | @volatile private var head: T | Null = _
13056[warn] | ^
13057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13061[warn] 30 | @volatile private var tail: T | Null = _
13062[warn] | ^
13063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13067[warn] 25 | private var head: T | Null = _
13068[warn] | ^
13069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13073[warn] 26 | private var tail: T | Null = _
13074[warn] | ^
13075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13078[warn] 129 warnings found
13079[error] two errors found
13080Failed to evaluated all.compile: mill.api.Result$Failure
13081
13082Starting build for otavia-log4a - [19/23]
13083[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13085[warn] 35 | protected var logger: Logger = _
13086[warn] | ^
13087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13091[warn] 37 | private var ctx: ActorContext = _
13092[warn] | ^
13093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13097[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13098[warn] | ^
13099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13103[warn] 45 | private[core] var currentStack: Stack = _
13104[warn] | ^
13105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13108[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13109[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13110[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13111[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13112[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13113[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13114[error] |
13115[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13116[error] |
13117[error] | longer explanation available when compiling with `-explain`
13118[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13119[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13120[error] | ^^^^^^^^^^^^
13121[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13122[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13123[error] |
13124[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13125[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13126[error] |
13127[error] |
13128[error] |Note: a match type could not be fully reduced:
13129[error] |
13130[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13131[error] | failed since selector W
13132[error] | does not uniquely determine parameter m in
13133[error] | case cc.otavia.core.actor.Actor[m] => m
13134[error] | The computed bounds for the parameter are:
13135[error] | m <: cc.otavia.core.message.Call |
13136[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13137[error] |
13138[error] | longer explanation available when compiling with `-explain`
13139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13140[warn] 30 | private var workers: Address[MessageOf[W]] = _
13141[warn] | ^
13142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13146[warn] 37 | private var currentChannelReceived: AnyRef = _
13147[warn] | ^
13148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13152[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13153[warn] | ^
13154[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13157[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13158[warn] | ^
13159[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13162[warn] 23 | private var variables: Array[AnyRef] = _
13163[warn] | ^
13164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13168[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13169[warn] | ^
13170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13174[warn] 26 | private var thread: Thread = _
13175[warn] | ^
13176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13180[warn] 28 | private var head: Nextable = _
13181[warn] | ^
13182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13186[warn] 29 | private var tail: Nextable = _
13187[warn] | ^
13188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
13192[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
13193[warn] | ^
13194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
13198[warn] 46 | private var actorHouse: ActorHouse = _
13199[warn] | ^
13200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
13204[warn] 49 | private var pipe: ChannelPipelineImpl = _
13205[warn] | ^
13206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
13210[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
13211[warn] | ^
13212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
13216[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
13217[warn] | ^
13218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
13222[warn] 35 | private var path: Path = _
13223[warn] | ^
13224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
13228[warn] 36 | protected var currentReadPlan: ReadPlan = _
13229[warn] | ^
13230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
13234[warn] 38 | private var readFactory: ReadPlanFactory = _
13235[warn] | ^
13236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
13240[warn] 22 | private[core] var added: Boolean = _
13241[warn] | ^
13242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
13246[warn] 51 | private var removed: Boolean = _
13247[warn] | ^
13248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
13252[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
13253[warn] | ^
13254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
13258[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
13259[warn] | ^
13260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
13264[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
13265[warn] | ^
13266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
13270[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
13271[warn] | ^
13272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
13276[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13277[warn] | ^
13278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
13282[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13283[warn] | ^
13284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
13288[warn] 38 | private var inbound: I = _
13289[warn] | ^
13290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
13294[warn] 39 | private var outbound: O = _
13295[warn] | ^
13296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
13300[warn] 42 | private var fileChannel: FileChannel = _
13301[warn] | ^
13302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
13306[warn] 43 | private var file: File = _
13307[warn] | ^
13308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
13312[warn] 27 | private var hd: QueueMapEntity = _
13313[warn] | ^
13314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
13318[warn] 28 | private var tl: QueueMapEntity = _
13319[warn] | ^
13320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
13324[warn] 34 | private var cursor: QueueMapEntity = _
13325[warn] | ^
13326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
13330[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
13331[warn] | ^
13332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
13336[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
13337[warn] | ^
13338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
13342[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
13343[warn] | ^
13344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
13348[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
13349[warn] | ^
13350[warn] |Ignoring [this] qualifier.
13351[warn] |This syntax will be deprecated in the future; it should be dropped.
13352[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
13353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
13355[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
13356[warn] | ^
13357[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
13360[warn] 29 | @volatile private var sys: ActorSystem = _
13361[warn] | ^
13362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
13366[warn] 27 | private var address: Address[Call] = _
13367[warn] | ^
13368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
13372[warn] 31 | private var msg: M = _
13373[warn] | ^
13374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
13378[warn] 35 | private var rids: Array[Long] = _
13379[warn] | ^
13380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
13384[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
13385[warn] | ^
13386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
13390[warn] 28 | protected var stack: Stack = _
13391[warn] | ^
13392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
13396[warn] 33 | protected var result: AnyRef = _
13397[warn] | ^
13398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
13402[warn] 34 | protected var error: Throwable = _
13403[warn] | ^
13404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
13408[warn] 36 | private var p: AbstractPromise[?] = _
13409[warn] | ^
13410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
13414[warn] 30 | private var call: Call = _
13415[warn] | ^
13416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
13420[warn] 31 | private var reply: Reply = _
13421[warn] | ^
13422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
13426[warn] 33 | private var sender: Address[Call] = _
13427[warn] | ^
13428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
13432[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
13433[warn] | ^
13434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
13438[warn] 27 | private var messages: Seq[Notice] = _
13439[warn] | ^
13440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
13444[warn] 49 | private var ch: Channel = _
13445[warn] | ^
13446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
13450[warn] 50 | private var ask: AnyRef = _
13451[warn] | ^
13452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
13456[warn] 51 | private var callback: ChannelPromise => Unit = _
13457[warn] | ^
13458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
13462[warn] 27 | private var msg: AnyRef = _
13463[warn] | ^
13464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
13468[warn] 28 | private var belong: AbstractChannel = _
13469[warn] | ^
13470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
13474[warn] 33 | private var ret: AnyRef = _
13475[warn] | ^
13476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
13480[warn] 29 | private var table: Array[MessagePromise[?]] = _
13481[warn] | ^
13482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
13486[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
13487[warn] | ^
13488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
13492[warn] 28 | private var msg: Call = _
13493[warn] | ^
13494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
13498[warn] 26 | var head: AbstractPromise[?] = _
13499[warn] | ^
13500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
13504[warn] 27 | var tail: AbstractPromise[?] = _
13505[warn] | ^
13506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
13510[warn] 29 | private var nextState: StackState = _
13511[warn] | ^
13512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
13516[warn] 32 | private var completedHead: AbstractPromise[?] = _
13517[warn] | ^
13518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
13522[warn] 33 | private var completedTail: AbstractPromise[?] = _
13523[warn] | ^
13524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
13528[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
13529[warn] | ^
13530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
13534[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
13535[warn] | ^
13536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
13540[warn] 40 | private var actor: AbstractActor[?] = _
13541[warn] | ^
13542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
13546[warn] 42 | private var att: AnyRef = _
13547[warn] | ^
13548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
13552[warn] 27 | private var fu: ChannelFuture = _
13553[warn] | ^
13554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
13558[warn] 28 | private var fu: MessageFuture[R] = _
13559[warn] | ^
13560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
13564[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
13565[warn] | ^
13566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
13570[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
13571[warn] | ^
13572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
13576[warn] 41 | private var actorAddress: ActorAddress[Call] = _
13577[warn] | ^
13578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
13582[warn] 53 | private var tmpAskCursor: Nextable = _
13583[warn] | ^
13584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
13588[warn] 54 | private var tmpNoticeCursor: Nextable = _
13589[warn] | ^
13590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
13594[warn] 58 | @volatile private var preHouse: ActorHouse = _
13595[warn] | ^
13596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
13600[warn] 59 | @volatile private var nextHouse: ActorHouse = _
13601[warn] | ^
13602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
13606[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
13607[warn] | ^
13608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
13612[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
13613[warn] | ^
13614[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
13617[warn] 107 | private var system: ActorSystem = _
13618[warn] | ^
13619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
13623[warn] 57 | private var mainActor: Address[MainActor.Args] = _
13624[warn] | ^
13625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
13629[warn] 72 | private var memoryMonitor: Timeout = _
13630[warn] | ^
13631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
13635[warn] 81 | private var systemMonitor: Timeout = _
13636[warn] | ^
13637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
13641[warn] 34 | private var sys: ActorSystem = _
13642[warn] | ^
13643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
13647[warn] 30 | @volatile private var head: ActorHouse = _
13648[warn] | ^
13649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
13653[warn] 31 | @volatile private var tail: ActorHouse = _
13654[warn] | ^
13655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
13659[warn] 51 | private var currentRunning: Actor[?] = _
13660[warn] | ^
13661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
13665[warn] 26 | private var head: Nextable = _
13666[warn] | ^
13667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
13671[warn] 27 | private var tail: Nextable = _
13672[warn] | ^
13673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
13677[warn] 30 | @volatile private var head: ActorHouse = _
13678[warn] | ^
13679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
13683[warn] 31 | @volatile private var tail: ActorHouse = _
13684[warn] | ^
13685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
13689[warn] 37 | @volatile private var highHead: ActorHouse = _
13690[warn] | ^
13691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
13695[warn] 38 | @volatile private var highTail: ActorHouse = _
13696[warn] | ^
13697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
13701[warn] 29 | private var fs: Array[FileChannel] = _
13702[warn] | ^
13703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
13707[warn] 28 | private var channel: Channel = _
13708[warn] | ^
13709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
13713[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
13714[warn] | ^
13715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
13719[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
13720[warn] | ^
13721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
13725[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
13726[warn] | ^
13727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
13731[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
13732[warn] | ^
13733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
13737[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
13738[warn] | ^
13739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
13743[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
13744[warn] | ^
13745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
13749[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
13750[warn] | ^
13751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
13755[warn] 26 | private var resourceTimer: ResourceTimer = _
13756[warn] | ^
13757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
13761[warn] 34 | protected var address: EventableAddress = _
13762[warn] | ^
13763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
13767[warn] 40 | @volatile protected var handle: Timeout = _
13768[warn] | ^
13769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
13773[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
13774[warn] | ^
13775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
13779[warn] 39 | private var reactor: Reactor = _
13780[warn] | ^
13781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
13785[warn] 28 | private var transportFactory: TransportFactory = _
13786[warn] | ^
13787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
13791[warn] 39 | protected var _selectionKey: SelectionKey = _
13792[warn] | ^
13793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
13797[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
13798[warn] | ^
13799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
13803[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
13804[warn] | ^
13805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13809[warn] 35 | private var ch: FileChannel = _
13810[warn] | ^
13811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13815[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13816[warn] | ^
13817[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13820[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13821[warn] | ^
13822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13826[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13827[warn] | ^
13828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13832[warn] 44 | private var thread: Thread = _
13833[warn] | ^
13834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13838[warn] 56 | private var ioHandler: IoHandler = _
13839[warn] | ^
13840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13844[warn] 21 | @volatile private var n: Nextable | Null = _
13845[warn] | ^
13846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13850[warn] 25 | @volatile private var head: T | Null = _
13851[warn] | ^
13852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13856[warn] 26 | @volatile private var tail: T | Null = _
13857[warn] | ^
13858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13862[warn] 29 | @volatile private var head: T | Null = _
13863[warn] | ^
13864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13868[warn] 30 | @volatile private var tail: T | Null = _
13869[warn] | ^
13870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13874[warn] 25 | private var head: T | Null = _
13875[warn] | ^
13876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13880[warn] 26 | private var tail: T | Null = _
13881[warn] | ^
13882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13885[warn] 129 warnings found
13886[error] two errors found
13887Failed to evaluated log4a.compile: mill.api.Result$Failure
13888
13889Starting build for otavia-codec-dns - [20/23]
13890No test module defined in codec-dns
13891[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13893[warn] 35 | protected var logger: Logger = _
13894[warn] | ^
13895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13899[warn] 37 | private var ctx: ActorContext = _
13900[warn] | ^
13901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13905[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13906[warn] | ^
13907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13911[warn] 45 | private[core] var currentStack: Stack = _
13912[warn] | ^
13913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13916[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13917[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13918[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13919[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13920[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13921[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13922[error] |
13923[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13924[error] |
13925[error] | longer explanation available when compiling with `-explain`
13926[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13927[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13928[error] | ^^^^^^^^^^^^
13929[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13930[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13931[error] |
13932[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13933[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13934[error] |
13935[error] |
13936[error] |Note: a match type could not be fully reduced:
13937[error] |
13938[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13939[error] | failed since selector W
13940[error] | does not uniquely determine parameter m in
13941[error] | case cc.otavia.core.actor.Actor[m] => m
13942[error] | The computed bounds for the parameter are:
13943[error] | m <: cc.otavia.core.message.Call |
13944[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13945[error] |
13946[error] | longer explanation available when compiling with `-explain`
13947[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13948[warn] 30 | private var workers: Address[MessageOf[W]] = _
13949[warn] | ^
13950[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13951[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13953[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13954[warn] 37 | private var currentChannelReceived: AnyRef = _
13955[warn] | ^
13956[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13957[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13958[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13959[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13960[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13961[warn] | ^
13962[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13965[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13966[warn] | ^
13967[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13970[warn] 23 | private var variables: Array[AnyRef] = _
13971[warn] | ^
13972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13976[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13977[warn] | ^
13978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13982[warn] 26 | private var thread: Thread = _
13983[warn] | ^
13984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13988[warn] 28 | private var head: Nextable = _
13989[warn] | ^
13990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13994[warn] 29 | private var tail: Nextable = _
13995[warn] | ^
13996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14000[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14001[warn] | ^
14002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14006[warn] 46 | private var actorHouse: ActorHouse = _
14007[warn] | ^
14008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14012[warn] 49 | private var pipe: ChannelPipelineImpl = _
14013[warn] | ^
14014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14018[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14019[warn] | ^
14020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14024[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14025[warn] | ^
14026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14030[warn] 35 | private var path: Path = _
14031[warn] | ^
14032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14036[warn] 36 | protected var currentReadPlan: ReadPlan = _
14037[warn] | ^
14038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14042[warn] 38 | private var readFactory: ReadPlanFactory = _
14043[warn] | ^
14044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14048[warn] 22 | private[core] var added: Boolean = _
14049[warn] | ^
14050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14054[warn] 51 | private var removed: Boolean = _
14055[warn] | ^
14056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14060[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14061[warn] | ^
14062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14066[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14067[warn] | ^
14068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14072[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14073[warn] | ^
14074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14078[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14079[warn] | ^
14080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14084[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14085[warn] | ^
14086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14090[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14091[warn] | ^
14092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14096[warn] 38 | private var inbound: I = _
14097[warn] | ^
14098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14102[warn] 39 | private var outbound: O = _
14103[warn] | ^
14104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14108[warn] 42 | private var fileChannel: FileChannel = _
14109[warn] | ^
14110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14114[warn] 43 | private var file: File = _
14115[warn] | ^
14116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14120[warn] 27 | private var hd: QueueMapEntity = _
14121[warn] | ^
14122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14126[warn] 28 | private var tl: QueueMapEntity = _
14127[warn] | ^
14128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14132[warn] 34 | private var cursor: QueueMapEntity = _
14133[warn] | ^
14134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14138[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14139[warn] | ^
14140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14144[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14145[warn] | ^
14146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14150[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14151[warn] | ^
14152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14156[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14157[warn] | ^
14158[warn] |Ignoring [this] qualifier.
14159[warn] |This syntax will be deprecated in the future; it should be dropped.
14160[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14163[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14164[warn] | ^
14165[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14168[warn] 29 | @volatile private var sys: ActorSystem = _
14169[warn] | ^
14170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14174[warn] 27 | private var address: Address[Call] = _
14175[warn] | ^
14176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14180[warn] 31 | private var msg: M = _
14181[warn] | ^
14182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14186[warn] 35 | private var rids: Array[Long] = _
14187[warn] | ^
14188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
14192[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
14193[warn] | ^
14194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
14198[warn] 28 | protected var stack: Stack = _
14199[warn] | ^
14200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
14204[warn] 33 | protected var result: AnyRef = _
14205[warn] | ^
14206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
14210[warn] 34 | protected var error: Throwable = _
14211[warn] | ^
14212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
14216[warn] 36 | private var p: AbstractPromise[?] = _
14217[warn] | ^
14218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
14222[warn] 30 | private var call: Call = _
14223[warn] | ^
14224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
14228[warn] 31 | private var reply: Reply = _
14229[warn] | ^
14230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
14234[warn] 33 | private var sender: Address[Call] = _
14235[warn] | ^
14236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
14240[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
14241[warn] | ^
14242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
14246[warn] 27 | private var messages: Seq[Notice] = _
14247[warn] | ^
14248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
14252[warn] 49 | private var ch: Channel = _
14253[warn] | ^
14254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
14258[warn] 50 | private var ask: AnyRef = _
14259[warn] | ^
14260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
14264[warn] 51 | private var callback: ChannelPromise => Unit = _
14265[warn] | ^
14266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
14270[warn] 27 | private var msg: AnyRef = _
14271[warn] | ^
14272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
14276[warn] 28 | private var belong: AbstractChannel = _
14277[warn] | ^
14278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
14282[warn] 33 | private var ret: AnyRef = _
14283[warn] | ^
14284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
14288[warn] 29 | private var table: Array[MessagePromise[?]] = _
14289[warn] | ^
14290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
14294[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
14295[warn] | ^
14296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
14300[warn] 28 | private var msg: Call = _
14301[warn] | ^
14302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
14306[warn] 26 | var head: AbstractPromise[?] = _
14307[warn] | ^
14308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
14312[warn] 27 | var tail: AbstractPromise[?] = _
14313[warn] | ^
14314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
14318[warn] 29 | private var nextState: StackState = _
14319[warn] | ^
14320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
14324[warn] 32 | private var completedHead: AbstractPromise[?] = _
14325[warn] | ^
14326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
14330[warn] 33 | private var completedTail: AbstractPromise[?] = _
14331[warn] | ^
14332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
14336[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
14337[warn] | ^
14338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
14342[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
14343[warn] | ^
14344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
14348[warn] 40 | private var actor: AbstractActor[?] = _
14349[warn] | ^
14350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
14354[warn] 42 | private var att: AnyRef = _
14355[warn] | ^
14356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
14360[warn] 27 | private var fu: ChannelFuture = _
14361[warn] | ^
14362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
14366[warn] 28 | private var fu: MessageFuture[R] = _
14367[warn] | ^
14368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
14372[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
14373[warn] | ^
14374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
14378[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
14379[warn] | ^
14380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
14384[warn] 41 | private var actorAddress: ActorAddress[Call] = _
14385[warn] | ^
14386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
14390[warn] 53 | private var tmpAskCursor: Nextable = _
14391[warn] | ^
14392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
14396[warn] 54 | private var tmpNoticeCursor: Nextable = _
14397[warn] | ^
14398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
14402[warn] 58 | @volatile private var preHouse: ActorHouse = _
14403[warn] | ^
14404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
14408[warn] 59 | @volatile private var nextHouse: ActorHouse = _
14409[warn] | ^
14410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
14414[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
14415[warn] | ^
14416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
14420[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
14421[warn] | ^
14422[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
14425[warn] 107 | private var system: ActorSystem = _
14426[warn] | ^
14427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
14431[warn] 57 | private var mainActor: Address[MainActor.Args] = _
14432[warn] | ^
14433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14436[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
14437[warn] 72 | private var memoryMonitor: Timeout = _
14438[warn] | ^
14439[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14440[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
14443[warn] 81 | private var systemMonitor: Timeout = _
14444[warn] | ^
14445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
14449[warn] 34 | private var sys: ActorSystem = _
14450[warn] | ^
14451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
14455[warn] 30 | @volatile private var head: ActorHouse = _
14456[warn] | ^
14457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
14461[warn] 31 | @volatile private var tail: ActorHouse = _
14462[warn] | ^
14463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
14467[warn] 51 | private var currentRunning: Actor[?] = _
14468[warn] | ^
14469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
14473[warn] 26 | private var head: Nextable = _
14474[warn] | ^
14475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
14479[warn] 27 | private var tail: Nextable = _
14480[warn] | ^
14481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
14485[warn] 30 | @volatile private var head: ActorHouse = _
14486[warn] | ^
14487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
14491[warn] 31 | @volatile private var tail: ActorHouse = _
14492[warn] | ^
14493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
14497[warn] 37 | @volatile private var highHead: ActorHouse = _
14498[warn] | ^
14499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
14503[warn] 38 | @volatile private var highTail: ActorHouse = _
14504[warn] | ^
14505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14508[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
14509[warn] 29 | private var fs: Array[FileChannel] = _
14510[warn] | ^
14511[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14512[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
14515[warn] 28 | private var channel: Channel = _
14516[warn] | ^
14517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
14521[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
14522[warn] | ^
14523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
14527[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
14528[warn] | ^
14529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
14533[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
14534[warn] | ^
14535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
14539[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
14540[warn] | ^
14541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
14545[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
14546[warn] | ^
14547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
14551[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
14552[warn] | ^
14553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
14557[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
14558[warn] | ^
14559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
14563[warn] 26 | private var resourceTimer: ResourceTimer = _
14564[warn] | ^
14565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
14569[warn] 34 | protected var address: EventableAddress = _
14570[warn] | ^
14571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
14575[warn] 40 | @volatile protected var handle: Timeout = _
14576[warn] | ^
14577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
14581[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
14582[warn] | ^
14583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
14587[warn] 39 | private var reactor: Reactor = _
14588[warn] | ^
14589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
14593[warn] 28 | private var transportFactory: TransportFactory = _
14594[warn] | ^
14595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
14599[warn] 39 | protected var _selectionKey: SelectionKey = _
14600[warn] | ^
14601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
14605[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
14606[warn] | ^
14607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
14611[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
14612[warn] | ^
14613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
14617[warn] 35 | private var ch: FileChannel = _
14618[warn] | ^
14619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
14623[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
14624[warn] | ^
14625[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
14626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
14628[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
14629[warn] | ^
14630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
14634[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
14635[warn] | ^
14636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
14640[warn] 44 | private var thread: Thread = _
14641[warn] | ^
14642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
14646[warn] 56 | private var ioHandler: IoHandler = _
14647[warn] | ^
14648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
14652[warn] 21 | @volatile private var n: Nextable | Null = _
14653[warn] | ^
14654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
14658[warn] 25 | @volatile private var head: T | Null = _
14659[warn] | ^
14660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
14664[warn] 26 | @volatile private var tail: T | Null = _
14665[warn] | ^
14666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
14670[warn] 29 | @volatile private var head: T | Null = _
14671[warn] | ^
14672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
14676[warn] 30 | @volatile private var tail: T | Null = _
14677[warn] | ^
14678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
14682[warn] 25 | private var head: T | Null = _
14683[warn] | ^
14684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
14688[warn] 26 | private var tail: T | Null = _
14689[warn] | ^
14690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14693[warn] 129 warnings found
14694[error] two errors found
14695Failed to evaluated codec-dns.compile: mill.api.Result$Failure
14696
14697Starting build for otavia-codec-memcache - [21/23]
14698No test module defined in codec-memcache
14699[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
14700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
14701[warn] 35 | protected var logger: Logger = _
14702[warn] | ^
14703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
14707[warn] 37 | private var ctx: ActorContext = _
14708[warn] | ^
14709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
14713[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
14714[warn] | ^
14715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
14719[warn] 45 | private[core] var currentStack: Stack = _
14720[warn] | ^
14721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14724[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
14725[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14726[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14727[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14728[error] |Required: cc.otavia.core.actor.MessageOf[W] &
14729[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14730[error] |
14731[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
14732[error] |
14733[error] | longer explanation available when compiling with `-explain`
14734[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
14735[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14736[error] | ^^^^^^^^^^^^
14737[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
14738[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
14739[error] |
14740[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
14741[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14742[error] |
14743[error] |
14744[error] |Note: a match type could not be fully reduced:
14745[error] |
14746[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
14747[error] | failed since selector W
14748[error] | does not uniquely determine parameter m in
14749[error] | case cc.otavia.core.actor.Actor[m] => m
14750[error] | The computed bounds for the parameter are:
14751[error] | m <: cc.otavia.core.message.Call |
14752[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14753[error] |
14754[error] | longer explanation available when compiling with `-explain`
14755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
14756[warn] 30 | private var workers: Address[MessageOf[W]] = _
14757[warn] | ^
14758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
14762[warn] 37 | private var currentChannelReceived: AnyRef = _
14763[warn] | ^
14764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
14768[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
14769[warn] | ^
14770[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
14773[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
14774[warn] | ^
14775[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
14778[warn] 23 | private var variables: Array[AnyRef] = _
14779[warn] | ^
14780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
14784[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
14785[warn] | ^
14786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
14790[warn] 26 | private var thread: Thread = _
14791[warn] | ^
14792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
14796[warn] 28 | private var head: Nextable = _
14797[warn] | ^
14798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14802[warn] 29 | private var tail: Nextable = _
14803[warn] | ^
14804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14808[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14809[warn] | ^
14810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14814[warn] 46 | private var actorHouse: ActorHouse = _
14815[warn] | ^
14816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14820[warn] 49 | private var pipe: ChannelPipelineImpl = _
14821[warn] | ^
14822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14826[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14827[warn] | ^
14828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14832[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14833[warn] | ^
14834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14838[warn] 35 | private var path: Path = _
14839[warn] | ^
14840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14844[warn] 36 | protected var currentReadPlan: ReadPlan = _
14845[warn] | ^
14846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14850[warn] 38 | private var readFactory: ReadPlanFactory = _
14851[warn] | ^
14852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14856[warn] 22 | private[core] var added: Boolean = _
14857[warn] | ^
14858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14862[warn] 51 | private var removed: Boolean = _
14863[warn] | ^
14864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14868[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14869[warn] | ^
14870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14874[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14875[warn] | ^
14876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14880[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14881[warn] | ^
14882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14886[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14887[warn] | ^
14888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14892[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14893[warn] | ^
14894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14898[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14899[warn] | ^
14900[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14901[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14904[warn] 38 | private var inbound: I = _
14905[warn] | ^
14906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14910[warn] 39 | private var outbound: O = _
14911[warn] | ^
14912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14916[warn] 42 | private var fileChannel: FileChannel = _
14917[warn] | ^
14918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14922[warn] 43 | private var file: File = _
14923[warn] | ^
14924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14928[warn] 27 | private var hd: QueueMapEntity = _
14929[warn] | ^
14930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14934[warn] 28 | private var tl: QueueMapEntity = _
14935[warn] | ^
14936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14940[warn] 34 | private var cursor: QueueMapEntity = _
14941[warn] | ^
14942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14946[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14947[warn] | ^
14948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14952[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14953[warn] | ^
14954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14958[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14959[warn] | ^
14960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14964[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14965[warn] | ^
14966[warn] |Ignoring [this] qualifier.
14967[warn] |This syntax will be deprecated in the future; it should be dropped.
14968[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14971[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14972[warn] | ^
14973[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14976[warn] 29 | @volatile private var sys: ActorSystem = _
14977[warn] | ^
14978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14982[warn] 27 | private var address: Address[Call] = _
14983[warn] | ^
14984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14988[warn] 31 | private var msg: M = _
14989[warn] | ^
14990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14994[warn] 35 | private var rids: Array[Long] = _
14995[warn] | ^
14996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
15000[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
15001[warn] | ^
15002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
15006[warn] 28 | protected var stack: Stack = _
15007[warn] | ^
15008[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15009[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15010[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15011[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
15012[warn] 33 | protected var result: AnyRef = _
15013[warn] | ^
15014[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15015[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15016[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15017[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
15018[warn] 34 | protected var error: Throwable = _
15019[warn] | ^
15020[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15021[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15022[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15023[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
15024[warn] 36 | private var p: AbstractPromise[?] = _
15025[warn] | ^
15026[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15027[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15028[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15029[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
15030[warn] 30 | private var call: Call = _
15031[warn] | ^
15032[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15033[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15034[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15035[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
15036[warn] 31 | private var reply: Reply = _
15037[warn] | ^
15038[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15039[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15040[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15041[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
15042[warn] 33 | private var sender: Address[Call] = _
15043[warn] | ^
15044[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15045[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15046[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15047[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
15048[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
15049[warn] | ^
15050[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15051[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15052[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15053[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
15054[warn] 27 | private var messages: Seq[Notice] = _
15055[warn] | ^
15056[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15057[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
15060[warn] 49 | private var ch: Channel = _
15061[warn] | ^
15062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
15066[warn] 50 | private var ask: AnyRef = _
15067[warn] | ^
15068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
15072[warn] 51 | private var callback: ChannelPromise => Unit = _
15073[warn] | ^
15074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
15078[warn] 27 | private var msg: AnyRef = _
15079[warn] | ^
15080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
15084[warn] 28 | private var belong: AbstractChannel = _
15085[warn] | ^
15086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
15090[warn] 33 | private var ret: AnyRef = _
15091[warn] | ^
15092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
15096[warn] 29 | private var table: Array[MessagePromise[?]] = _
15097[warn] | ^
15098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
15102[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
15103[warn] | ^
15104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
15108[warn] 28 | private var msg: Call = _
15109[warn] | ^
15110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
15114[warn] 26 | var head: AbstractPromise[?] = _
15115[warn] | ^
15116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
15120[warn] 27 | var tail: AbstractPromise[?] = _
15121[warn] | ^
15122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
15126[warn] 29 | private var nextState: StackState = _
15127[warn] | ^
15128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
15132[warn] 32 | private var completedHead: AbstractPromise[?] = _
15133[warn] | ^
15134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
15138[warn] 33 | private var completedTail: AbstractPromise[?] = _
15139[warn] | ^
15140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
15144[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
15145[warn] | ^
15146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
15150[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
15151[warn] | ^
15152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
15156[warn] 40 | private var actor: AbstractActor[?] = _
15157[warn] | ^
15158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
15162[warn] 42 | private var att: AnyRef = _
15163[warn] | ^
15164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
15168[warn] 27 | private var fu: ChannelFuture = _
15169[warn] | ^
15170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
15174[warn] 28 | private var fu: MessageFuture[R] = _
15175[warn] | ^
15176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
15180[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
15181[warn] | ^
15182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
15186[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
15187[warn] | ^
15188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
15192[warn] 41 | private var actorAddress: ActorAddress[Call] = _
15193[warn] | ^
15194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
15198[warn] 53 | private var tmpAskCursor: Nextable = _
15199[warn] | ^
15200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
15204[warn] 54 | private var tmpNoticeCursor: Nextable = _
15205[warn] | ^
15206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
15210[warn] 58 | @volatile private var preHouse: ActorHouse = _
15211[warn] | ^
15212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
15216[warn] 59 | @volatile private var nextHouse: ActorHouse = _
15217[warn] | ^
15218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
15222[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
15223[warn] | ^
15224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
15228[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
15229[warn] | ^
15230[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
15231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
15233[warn] 107 | private var system: ActorSystem = _
15234[warn] | ^
15235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
15239[warn] 57 | private var mainActor: Address[MainActor.Args] = _
15240[warn] | ^
15241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
15245[warn] 72 | private var memoryMonitor: Timeout = _
15246[warn] | ^
15247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
15251[warn] 81 | private var systemMonitor: Timeout = _
15252[warn] | ^
15253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
15257[warn] 34 | private var sys: ActorSystem = _
15258[warn] | ^
15259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
15263[warn] 30 | @volatile private var head: ActorHouse = _
15264[warn] | ^
15265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
15269[warn] 31 | @volatile private var tail: ActorHouse = _
15270[warn] | ^
15271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
15275[warn] 51 | private var currentRunning: Actor[?] = _
15276[warn] | ^
15277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
15281[warn] 26 | private var head: Nextable = _
15282[warn] | ^
15283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
15287[warn] 27 | private var tail: Nextable = _
15288[warn] | ^
15289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
15293[warn] 30 | @volatile private var head: ActorHouse = _
15294[warn] | ^
15295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
15299[warn] 31 | @volatile private var tail: ActorHouse = _
15300[warn] | ^
15301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
15305[warn] 37 | @volatile private var highHead: ActorHouse = _
15306[warn] | ^
15307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
15311[warn] 38 | @volatile private var highTail: ActorHouse = _
15312[warn] | ^
15313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
15317[warn] 29 | private var fs: Array[FileChannel] = _
15318[warn] | ^
15319[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15320[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15322[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
15323[warn] 28 | private var channel: Channel = _
15324[warn] | ^
15325[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15326[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15327[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15328[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
15329[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
15330[warn] | ^
15331[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15332[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15333[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15334[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
15335[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
15336[warn] | ^
15337[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15338[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
15341[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
15342[warn] | ^
15343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
15347[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
15348[warn] | ^
15349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
15353[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
15354[warn] | ^
15355[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15356[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15357[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15358[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
15359[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
15360[warn] | ^
15361[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15362[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15363[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15364[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
15365[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
15366[warn] | ^
15367[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15368[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
15371[warn] 26 | private var resourceTimer: ResourceTimer = _
15372[warn] | ^
15373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
15377[warn] 34 | protected var address: EventableAddress = _
15378[warn] | ^
15379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
15383[warn] 40 | @volatile protected var handle: Timeout = _
15384[warn] | ^
15385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
15389[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
15390[warn] | ^
15391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
15395[warn] 39 | private var reactor: Reactor = _
15396[warn] | ^
15397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
15401[warn] 28 | private var transportFactory: TransportFactory = _
15402[warn] | ^
15403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
15407[warn] 39 | protected var _selectionKey: SelectionKey = _
15408[warn] | ^
15409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
15413[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
15414[warn] | ^
15415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
15419[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
15420[warn] | ^
15421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
15425[warn] 35 | private var ch: FileChannel = _
15426[warn] | ^
15427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
15431[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
15432[warn] | ^
15433[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
15434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
15436[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
15437[warn] | ^
15438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
15442[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
15443[warn] | ^
15444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
15448[warn] 44 | private var thread: Thread = _
15449[warn] | ^
15450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
15454[warn] 56 | private var ioHandler: IoHandler = _
15455[warn] | ^
15456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
15460[warn] 21 | @volatile private var n: Nextable | Null = _
15461[warn] | ^
15462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
15466[warn] 25 | @volatile private var head: T | Null = _
15467[warn] | ^
15468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
15472[warn] 26 | @volatile private var tail: T | Null = _
15473[warn] | ^
15474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
15478[warn] 29 | @volatile private var head: T | Null = _
15479[warn] | ^
15480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
15484[warn] 30 | @volatile private var tail: T | Null = _
15485[warn] | ^
15486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
15490[warn] 25 | private var head: T | Null = _
15491[warn] | ^
15492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
15496[warn] 26 | private var tail: T | Null = _
15497[warn] | ^
15498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15501[warn] 129 warnings found
15502[error] two errors found
15503Failed to evaluated codec-memcache.compile: mill.api.Result$Failure
15504
15505Starting build for otavia-serde - [22/23]
15506No test module defined in serde
15507Successfully evaluated serde.compile
15508Skipping unused scalacOptions: -source, -rewrite
15509Flag -classpath set repeatedly
15510-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:43:18 ---------------------
1551143 | protected def serializeByte(byte: Byte, out: Buffer): this.type
15512 | ^
15513 | Couldn't resolve a member for the given link query: Buffer
15514-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:53:18 ---------------------
1551553 | protected def serializeBoolean(boolean: Boolean, out: Buffer): this.type
15516 | ^
15517 | Couldn't resolve a member for the given link query: Buffer
15518-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:63:18 ---------------------
1551963 | protected def serializeChar(char: Char, out: Buffer): this.type
15520 | ^
15521 | Couldn't resolve a member for the given link query: Buffer
15522-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:73:18 ---------------------
1552373 | protected def serializeShort(short: Short, out: Buffer): this.type
15524 | ^
15525 | Couldn't resolve a member for the given link query: Buffer
15526-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:83:18 ---------------------
1552783 | protected def serializeInt(int: Int, out: Buffer): this.type
15528 | ^
15529 | Couldn't resolve a member for the given link query: Buffer
15530-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:93:18 ---------------------
1553193 | protected def serializeLong(long: Long, out: Buffer): this.type
15532 | ^
15533 | Couldn't resolve a member for the given link query: Buffer
15534-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:103:18 --------------------
15535103 | protected def serializeFloat(float: Float, out: Buffer): this.type
15536 | ^
15537 | Couldn't resolve a member for the given link query: Buffer
15538-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:113:18 --------------------
15539113 | protected def serializeDouble(double: Double, out: Buffer): this.type
15540 | ^
15541 | Couldn't resolve a member for the given link query: Buffer
15542-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:123:18 --------------------
15543123 | protected def serializeString(string: String, out: Buffer): this.type
15544 | ^
15545 | Couldn't resolve a member for the given link query: Buffer
15546-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:133:18 --------------------
15547133 | protected def deserializeByte(in: Buffer): Byte
15548 | ^
15549 | Couldn't resolve a member for the given link query: Buffer
15550-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:141:18 --------------------
15551141 | protected def deserializeBoolean(in: Buffer): Boolean
15552 | ^
15553 | Couldn't resolve a member for the given link query: Buffer
15554-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:150:18 --------------------
15555150 | protected def deserializeChar(in: Buffer): Char
15556 | ^
15557 | Couldn't resolve a member for the given link query: Buffer
15558-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:159:18 --------------------
15559159 | protected def deserializeShort(in: Buffer): Short
15560 | ^
15561 | Couldn't resolve a member for the given link query: Buffer
15562-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:168:18 --------------------
15563168 | protected def deserializeInt(in: Buffer): Int
15564 | ^
15565 | Couldn't resolve a member for the given link query: Buffer
15566-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:177:18 --------------------
15567177 | protected def deserializeLong(in: Buffer): Long
15568 | ^
15569 | Couldn't resolve a member for the given link query: Buffer
15570-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:186:18 --------------------
15571186 | protected def deserializeFloat(in: Buffer): Float
15572 | ^
15573 | Couldn't resolve a member for the given link query: Buffer
15574-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:195:18 --------------------
15575195 | protected def deserializeDouble(in: Buffer): Double
15576 | ^
15577 | Couldn't resolve a member for the given link query: Buffer
15578-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:204:18 --------------------
15579204 | protected def deserializeString(in: Buffer): String
15580 | ^
15581 | Couldn't resolve a member for the given link query: Buffer
15582-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:219:18 --------------------
15583219 | protected def serializeBigInt(bigInt: BigInt, out: Buffer): this.type
15584 | ^
15585 | Couldn't resolve a member for the given link query: Buffer
15586-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:230:18 --------------------
15587230 | protected def serializeBigDecimal(bigDecimal: BigDecimal, out: Buffer): this.type
15588 | ^
15589 | Couldn't resolve a member for the given link query: Buffer
15590-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:241:18 --------------------
15591241 | protected def serializeBigInteger(bigInteger: BigInteger, out: Buffer): this.type
15592 | ^
15593 | Couldn't resolve a member for the given link query: BigInteger
15594-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:252:18 --------------------
15595252 | protected def serializeJBigDecimal(bigDecimal: JBigDecimal, out: Buffer): this.type
15596 | ^
15597 | Couldn't resolve a member for the given link query: JBigDecimal
15598-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:263:18 --------------------
15599263 | protected def deserializeBigInt(in: Buffer): BigInt
15600 | ^
15601 | Couldn't resolve a member for the given link query: Buffer
15602-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:272:18 --------------------
15603272 | protected def deserializeBigDecimal(in: Buffer): BigDecimal
15604 | ^
15605 | Couldn't resolve a member for the given link query: Buffer
15606-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:281:18 --------------------
15607281 | protected def deserializeBigInteger(in: Buffer): BigInteger
15608 | ^
15609 | Couldn't resolve a member for the given link query: BigInteger
15610-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:290:18 --------------------
15611290 | protected def deserializeJBigDecimal(in: Buffer): JBigDecimal
15612 | ^
15613 | Couldn't resolve a member for the given link query: JBigDecimal
15614-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:305:18 --------------------
15615305 | protected def serializeJDuration(duration: JDuration, out: Buffer): this.type
15616 | ^
15617 | Couldn't resolve a member for the given link query: JDuration
15618-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:316:18 --------------------
15619316 | protected def serializeDuration(duration: Duration, out: Buffer): this.type
15620 | ^
15621 | Couldn't resolve a member for the given link query: Duration
15622-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:327:18 --------------------
15623327 | protected def serializeInstant(instant: Instant, out: Buffer): this.type
15624 | ^
15625 | Couldn't resolve a member for the given link query: Instant
15626-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:338:18 --------------------
15627338 | protected def serializeLocalDate(localDate: LocalDate, out: Buffer): this.type
15628 | ^
15629 | Couldn't resolve a member for the given link query: LocalDate
15630-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:349:18 --------------------
15631349 | protected def serializeLocalDateTime(localDateTime: LocalDateTime, out: Buffer): this.type
15632 | ^
15633 | Couldn't resolve a member for the given link query: LocalDateTime
15634-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:360:18 --------------------
15635360 | protected def serializeLocalTime(localTime: LocalTime, out: Buffer): this.type
15636 | ^
15637 | Couldn't resolve a member for the given link query: LocalTime
15638-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:371:18 --------------------
15639371 | protected def serializeMonthDay(monthDay: MonthDay, out: Buffer): this.type
15640 | ^
15641 | Couldn't resolve a member for the given link query: MonthDay
15642-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:382:18 --------------------
15643382 | protected def serializeOffsetDateTime(offsetDateTime: OffsetDateTime, out: Buffer): this.type
15644 | ^
15645 | Couldn't resolve a member for the given link query: OffsetDateTime
15646-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:393:18 --------------------
15647393 | protected def serializeOffsetTime(offsetTime: OffsetTime, out: Buffer): this.type
15648 | ^
15649 | Couldn't resolve a member for the given link query: OffsetTime
15650-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:404:18 --------------------
15651404 | protected def serializePeriod(period: Period, out: Buffer): this.type
15652 | ^
15653 | Couldn't resolve a member for the given link query: Period
15654-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:415:18 --------------------
15655415 | protected def serializeYear(year: Year, out: Buffer): this.type
15656 | ^
15657 | Couldn't resolve a member for the given link query: Year
15658-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:426:18 --------------------
15659426 | protected def serializeYearMonth(yearMonth: YearMonth, out: Buffer): this.type
15660 | ^
15661 | Couldn't resolve a member for the given link query: YearMonth
15662-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:437:18 --------------------
15663437 | protected def serializeZonedDateTime(zonedDateTime: ZonedDateTime, out: Buffer): this.type
15664 | ^
15665 | Couldn't resolve a member for the given link query: ZonedDateTime
15666-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:448:18 --------------------
15667448 | protected def serializeZoneId(zoneId: ZoneId, out: Buffer): this.type
15668 | ^
15669 | Couldn't resolve a member for the given link query: ZoneId
15670-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:459:18 --------------------
15671459 | protected def serializeZoneOffset(zoneOffset: ZoneOffset, out: Buffer): this.type
15672 | ^
15673 | Couldn't resolve a member for the given link query: ZoneOffset
15674-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:470:18 --------------------
15675470 | protected def deserializeJDuration(in: Buffer): JDuration
15676 | ^
15677 | Couldn't resolve a member for the given link query: JDuration
15678-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:479:18 --------------------
15679479 | protected def deserializeDuration(in: Buffer): Duration
15680 | ^
15681 | Couldn't resolve a member for the given link query: Duration
15682-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:488:18 --------------------
15683488 | protected def deserializeInstant(in: Buffer): Instant
15684 | ^
15685 | Couldn't resolve a member for the given link query: Instant
15686-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:497:18 --------------------
15687497 | protected def deserializeLocalDate(in: Buffer): LocalDate
15688 | ^
15689 | Couldn't resolve a member for the given link query: LocalDate
15690-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:506:18 --------------------
15691506 | protected def deserializeLocalDateTime(in: Buffer): LocalDateTime
15692 | ^
15693 | Couldn't resolve a member for the given link query: LocalDateTime
15694-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:515:18 --------------------
15695515 | protected def deserializeLocalTime(in: Buffer): LocalTime
15696 | ^
15697 | Couldn't resolve a member for the given link query: LocalTime
15698-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:524:18 --------------------
15699524 | protected def deserializeMonthDay(in: Buffer): MonthDay
15700 | ^
15701 | Couldn't resolve a member for the given link query: MonthDay
15702-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:533:18 --------------------
15703533 | protected def deserializeOffsetDateTime(in: Buffer): OffsetDateTime
15704 | ^
15705 | Couldn't resolve a member for the given link query: OffsetDateTime
15706-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:542:18 --------------------
15707542 | protected def deserializeOffsetTime(in: Buffer): OffsetTime
15708 | ^
15709 | Couldn't resolve a member for the given link query: OffsetTime
15710-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:551:18 --------------------
15711551 | protected def deserializePeriod(in: Buffer): Period
15712 | ^
15713 | Couldn't resolve a member for the given link query: Period
15714-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:560:18 --------------------
15715560 | protected def deserializeYear(in: Buffer): Year
15716 | ^
15717 | Couldn't resolve a member for the given link query: Year
15718-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:569:18 --------------------
15719569 | protected def deserializeYearMonth(in: Buffer): YearMonth
15720 | ^
15721 | Couldn't resolve a member for the given link query: YearMonth
15722-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:578:18 --------------------
15723578 | protected def deserializeZonedDateTime(in: Buffer): ZonedDateTime
15724 | ^
15725 | Couldn't resolve a member for the given link query: ZonedDateTime
15726-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:587:18 --------------------
15727587 | protected def deserializeZoneId(in: Buffer): ZoneId
15728 | ^
15729 | Couldn't resolve a member for the given link query: ZoneId
15730-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:596:18 --------------------
15731596 | protected def deserializeZoneOffset(in: Buffer): ZoneOffset
15732 | ^
15733 | Couldn't resolve a member for the given link query: ZoneOffset
15734-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:611:18 --------------------
15735611 | protected def serializeUUID(uuid: UUID, out: Buffer): this.type
15736 | ^
15737 | Couldn't resolve a member for the given link query: UUID
15738-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:620:18 --------------------
15739620 | protected def deserializeUUID(in: Buffer): UUID
15740 | ^
15741 | Couldn't resolve a member for the given link query: UUID
15742-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:24:17 ------------
1574324 | override def serialize(value: Array[Byte], out: Buffer): Unit = out.writeBytes(value)
15744 | ^
15745 | Couldn't resolve a member for the given link query: A
15746-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:26:17 ------------
1574726 | override def deserialize(in: Buffer): Array[Byte] = {
15748 | ^
15749 | Couldn't resolve a member for the given link query: Buffer
15750-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1575167 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
15752 | ^
15753 | Couldn't resolve a member for the given link query: Buffer
15754-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1575535 | def checkDeserializable(in: Buffer): Boolean = true
15756 | ^
15757 | Couldn't resolve a member for the given link query: Buffer
15758-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1575951 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
15760 | ^
15761 | Couldn't resolve a member for the given link query: Buffer
15762-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:27:17 -----------
1576327 | override def serialize(value: String, out: Buffer): Unit = out.writeBytes(value.getBytes(charset))
15764 | ^
15765 | Couldn't resolve a member for the given link query: A
15766-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:29:17 -----------
1576729 | override def deserialize(in: Buffer): String = in.readCharSequence(in.readableBytes).toString
15768 | ^
15769 | Couldn't resolve a member for the given link query: Buffer
15770-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1577143 | def deserialize(in: Buffer): A
15772 | ^
15773 | Couldn't resolve a member for the given link query: Buffer
15774-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1577559 | def serialize(value: A, out: Buffer): Unit
15776 | ^
15777 | Couldn't resolve a member for the given link query: Buffer
1577868 warnings found
15779Successfully evaluated serde.docJar
15780Publishing Artifact(cc.otavia,otavia-serde_3,0.4.5) to ivy repo /root/.ivy2/local
15781Successfully evaluated serde.publishLocal
15782
15783************************
15784Build summary:
15785[{
15786 "module": "otavia-codec-haproxy",
15787 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 30144, "warnings": 0, "errors": 0},
15788 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15789 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15790 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15791 "publish": {"status": "skipped", "tookMs": 0},
15792 "metadata": {
15793 "crossScalaVersions": []
15794}
15795},{
15796 "module": "otavia-codec",
15797 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 10730, "warnings": 0, "errors": 0},
15798 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15799 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15800 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15801 "publish": {"status": "skipped", "tookMs": 0},
15802 "metadata": {
15803 "crossScalaVersions": []
15804}
15805},{
15806 "module": "otavia-buffer",
15807 "compile": {"status": "ok", "tookMs": 131, "warnings": 0, "errors": 0},
15808 "doc": {"status": "ok", "tookMs": 18015, "files": 1, "totalSizeKb": 2948},
15809 "test-compile": {"status": "ok", "tookMs": 12652, "warnings": 0, "errors": 0},
15810 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15811 "publish": {"status": "ok", "tookMs": 366},
15812 "metadata": {
15813 "crossScalaVersions": []
15814}
15815},{
15816 "module": "otavia-serde-json",
15817 "compile": {"status": "ok", "tookMs": 15570, "warnings": 0, "errors": 0},
15818 "doc": {"status": "ok", "tookMs": 7315, "files": 1, "totalSizeKb": 2756},
15819 "test-compile": {"status": "ok", "tookMs": 7353, "warnings": 0, "errors": 0},
15820 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15821 "publish": {"status": "ok", "tookMs": 530},
15822 "metadata": {
15823 "crossScalaVersions": []
15824}
15825},{
15826 "module": "otavia-codec-mqtt",
15827 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 13564, "warnings": 0, "errors": 0},
15828 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15829 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15830 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15831 "publish": {"status": "skipped", "tookMs": 0},
15832 "metadata": {
15833 "crossScalaVersions": []
15834}
15835},{
15836 "module": "otavia-sql",
15837 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15900, "warnings": 0, "errors": 0},
15838 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15839 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15840 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15841 "publish": {"status": "skipped", "tookMs": 0},
15842 "metadata": {
15843 "crossScalaVersions": []
15844}
15845},{
15846 "module": "otavia-codec-smtp",
15847 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15165, "warnings": 0, "errors": 0},
15848 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15849 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15850 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15851 "publish": {"status": "skipped", "tookMs": 0},
15852 "metadata": {
15853 "crossScalaVersions": []
15854}
15855},{
15856 "module": "otavia-runtime",
15857 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17241, "warnings": 0, "errors": 0},
15858 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15859 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15860 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15861 "publish": {"status": "skipped", "tookMs": 0},
15862 "metadata": {
15863 "crossScalaVersions": []
15864}
15865},{
15866 "module": "otavia-serde-proto",
15867 "compile": {"status": "ok", "tookMs": 2884, "warnings": 0, "errors": 0},
15868 "doc": {"status": "ok", "tookMs": 4531, "files": 1, "totalSizeKb": 2653},
15869 "test-compile": {"status": "ok", "tookMs": 5612, "warnings": 0, "errors": 0},
15870 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15871 "publish": {"status": "ok", "tookMs": 426},
15872 "metadata": {
15873 "crossScalaVersions": []
15874}
15875},{
15876 "module": "otavia-testkit",
15877 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17486, "warnings": 0, "errors": 0},
15878 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15879 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15880 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15881 "publish": {"status": "skipped", "tookMs": 0},
15882 "metadata": {
15883 "crossScalaVersions": []
15884}
15885},{
15886 "module": "otavia-postgres-driver",
15887 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16389, "warnings": 0, "errors": 0},
15888 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15889 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15890 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15891 "publish": {"status": "skipped", "tookMs": 0},
15892 "metadata": {
15893 "crossScalaVersions": []
15894}
15895},{
15896 "module": "otavia-codec-redis",
15897 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17253, "warnings": 0, "errors": 0},
15898 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15899 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15900 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15901 "publish": {"status": "skipped", "tookMs": 0},
15902 "metadata": {
15903 "crossScalaVersions": []
15904}
15905},{
15906 "module": "otavia-handler",
15907 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17954, "warnings": 0, "errors": 0},
15908 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15909 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15910 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15911 "publish": {"status": "skipped", "tookMs": 0},
15912 "metadata": {
15913 "crossScalaVersions": []
15914}
15915},{
15916 "module": "otavia-codec-http",
15917 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17080, "warnings": 0, "errors": 0},
15918 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15919 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15920 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15921 "publish": {"status": "skipped", "tookMs": 0},
15922 "metadata": {
15923 "crossScalaVersions": []
15924}
15925},{
15926 "module": "otavia-codec-kafka",
15927 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15832, "warnings": 0, "errors": 0},
15928 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15929 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15930 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15931 "publish": {"status": "skipped", "tookMs": 0},
15932 "metadata": {
15933 "crossScalaVersions": []
15934}
15935},{
15936 "module": "otavia-mysql-driver",
15937 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15986, "warnings": 0, "errors": 0},
15938 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15939 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15940 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15941 "publish": {"status": "skipped", "tookMs": 0},
15942 "metadata": {
15943 "crossScalaVersions": []
15944}
15945},{
15946 "module": "otavia-common",
15947 "compile": {"status": "ok", "tookMs": 130, "warnings": 0, "errors": 0},
15948 "doc": {"status": "ok", "tookMs": 6428, "files": 1, "totalSizeKb": 2767},
15949 "test-compile": {"status": "ok", "tookMs": 5043, "warnings": 0, "errors": 0},
15950 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15951 "publish": {"status": "ok", "tookMs": 291},
15952 "metadata": {
15953 "crossScalaVersions": []
15954}
15955},{
15956 "module": "otavia-codec-socks",
15957 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15403, "warnings": 0, "errors": 0},
15958 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15959 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15960 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15961 "publish": {"status": "skipped", "tookMs": 0},
15962 "metadata": {
15963 "crossScalaVersions": []
15964}
15965},{
15966 "module": "otavia-all",
15967 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15467, "warnings": 0, "errors": 0},
15968 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15969 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15970 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15971 "publish": {"status": "skipped", "tookMs": 0},
15972 "metadata": {
15973 "crossScalaVersions": []
15974}
15975},{
15976 "module": "otavia-log4a",
15977 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15396, "warnings": 0, "errors": 0},
15978 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15979 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15980 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15981 "publish": {"status": "skipped", "tookMs": 0},
15982 "metadata": {
15983 "crossScalaVersions": []
15984}
15985},{
15986 "module": "otavia-codec-dns",
15987 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16343, "warnings": 0, "errors": 0},
15988 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15989 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15990 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15991 "publish": {"status": "skipped", "tookMs": 0},
15992 "metadata": {
15993 "crossScalaVersions": []
15994}
15995},{
15996 "module": "otavia-codec-memcache",
15997 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15034, "warnings": 0, "errors": 0},
15998 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15999 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16000 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16001 "publish": {"status": "skipped", "tookMs": 0},
16002 "metadata": {
16003 "crossScalaVersions": []
16004}
16005},{
16006 "module": "otavia-serde",
16007 "compile": {"status": "ok", "tookMs": 208, "warnings": 0, "errors": 0},
16008 "doc": {"status": "ok", "tookMs": 7457, "files": 1, "totalSizeKb": 2684},
16009 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16010 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16011 "publish": {"status": "ok", "tookMs": 385},
16012 "metadata": {
16013 "crossScalaVersions": []
16014}
16015}]
16016************************"
16017
160181 targets failed
16019runCommunityBuild 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