[INFO] cloning repository https://github.com/ryardley/actor-explore
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryardley/actor-explore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryardley%2Factor-explore", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryardley%2Factor-explore'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc1b816c96bbd5f1b16866ee46f34839eabe3c5c
[INFO] testing ryardley/actor-explore against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryardley%2Factor-explore" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ryardley/actor-explore
[INFO] finished tweaking git repo https://github.com/ryardley/actor-explore
[INFO] tweaked toml for git repo https://github.com/ryardley/actor-explore written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ryardley/actor-explore on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ryardley/actor-explore already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4abf8c29f459ee556d23e8ca9008cfea3d147534d50e5cf3155c931bf9a1a80f
[INFO] running `Command { std: "docker" "start" "-a" "4abf8c29f459ee556d23e8ca9008cfea3d147534d50e5cf3155c931bf9a1a80f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4abf8c29f459ee556d23e8ca9008cfea3d147534d50e5cf3155c931bf9a1a80f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4abf8c29f459ee556d23e8ca9008cfea3d147534d50e5cf3155c931bf9a1a80f", kill_on_drop: false }`
[INFO] [stdout] 4abf8c29f459ee556d23e8ca9008cfea3d147534d50e5cf3155c931bf9a1a80f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 809951b24d939b23b6ad34e434a5cd9042004f80245942c64e6ca927eef374fa
[INFO] running `Command { std: "docker" "start" "-a" "809951b24d939b23b6ad34e434a5cd9042004f80245942c64e6ca927eef374fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling cpufeatures v0.2.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling serde v1.0.207
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling ethnum v1.5.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling fhe-traits v0.1.0-beta.7 (https://github.com/gnosisguild/fhe.rs#9624766d)
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling fhe-util v0.1.0-beta.7 (https://github.com/gnosisguild/fhe.rs#9624766d)
[INFO] [stderr]    Compiling fhe-math v0.1.0-beta.7 (https://github.com/gnosisguild/fhe.rs#9624766d)
[INFO] [stderr]    Compiling fhe v0.1.0-beta.7 (https://github.com/gnosisguild/fhe.rs#9624766d)
[INFO] [stderr]    Compiling actor-implementation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]  --> src/actor_traits.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 | type Error = Box<dyn std::error::Error>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/actor_traits.rs:5:6
[INFO] [stdout]   |
[INFO] [stdout] 5 | type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]   |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Actor` is never used
[INFO] [stdout]   --> src/actor_traits.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait Actor<M: Send + 'static>: Send + 'static {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ActorSender` is never used
[INFO] [stdout]   --> src/actor_traits.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub trait ActorSender<M> {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_actor` is never used
[INFO] [stdout]   --> src/actor_traits.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn run_actor<A, M>(actor: A, buffer: usize) -> mpsc::Sender<M>
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `consume_actor` is never used
[INFO] [stdout]   --> src/actor_traits.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | async fn consume_actor<A, M>(mut actor: A, mut receiver: Receiver<M>)
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]   --> src/ciphernode.rs:13:6
[INFO] [stdout]    |
[INFO] [stdout] 13 | type Error = Box<dyn std::error::Error>;
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]   --> src/ciphernode.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ciphernode` is never constructed
[INFO] [stdout]   --> src/ciphernode.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Ciphernode {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ciphernode.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Ciphernode {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 22 |     pub fn new<D, S, R, E>(dispatcher: D, store: S, fhe: Fhe<R>, encryptor: E) -> Self
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CiphernodeActor` is never constructed
[INFO] [stdout]   --> src/ciphernode.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | struct CiphernodeActor<S: Store, D: EventDispatcher<EnclaveEvent>, R: Rng, E: Encryptor> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `on_computation_requested` are never used
[INFO] [stdout]   --> src/ciphernode.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | / impl<S, D, R, E> CiphernodeActor<S, D, R, E>
[INFO] [stdout] 50 | | where
[INFO] [stdout] 51 | |     S: Store,
[INFO] [stdout] 52 | |     D: EventDispatcher<EnclaveEvent>,
[INFO] [stdout] 53 | |     R: Rng,
[INFO] [stdout] 54 | |     E: Encryptor,
[INFO] [stdout]    | |_________________- associated items in this implementation
[INFO] [stdout] 55 |   {
[INFO] [stdout] 56 |       pub fn new(dispatcher: D, store: S, fhe: Fhe<R>, encryptor: E) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |       async fn on_computation_requested(&mut self, e3_id: &str) -> Result<()> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]   --> src/encryptor.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 12 | type Error = Box<dyn std::error::Error>;
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]   --> src/encryptor.rs:13:6
[INFO] [stdout]    |
[INFO] [stdout] 13 | type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EncryptorMessage` is never used
[INFO] [stdout]   --> src/encryptor.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub enum EncryptorMessage {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Encryptor` is never used
[INFO] [stdout]   --> src/encryptor.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub trait Encryptor: Send + 'static {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AesEncryptor` is never constructed
[INFO] [stdout]   --> src/encryptor.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct AesEncryptor {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/encryptor.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl AesEncryptor {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 54 |     pub fn new(key: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EncryptorActor` is never constructed
[INFO] [stdout]   --> src/encryptor.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | struct EncryptorActor {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `encrypt` are never used
[INFO] [stdout]   --> src/encryptor.rs:81:12
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl EncryptorActor {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 81 |     pub fn new(key: Vec<u8>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     fn encrypt(&self, data: Plaintext) -> Result<Vec<u8>> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EnclaveEvent` is never used
[INFO] [stdout]  --> src/event.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum EnclaveEvent {
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]   --> src/event_dispatcher.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | type Error = Box<dyn std::error::Error>;
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]   --> src/event_dispatcher.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 | type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Listener` is never used
[INFO] [stdout]   --> src/event_dispatcher.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum Listener {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `EventDispatcher` is never used
[INFO] [stdout]   --> src/event_dispatcher.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait EventDispatcher<E>: ActorSender<E> + Send + 'static {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EventBus` is never constructed
[INFO] [stdout]   --> src/event_dispatcher.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct EventBus {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/event_dispatcher.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl EventBus {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 40 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EventBusActor` is never constructed
[INFO] [stdout]   --> src/event_dispatcher.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct EventBusActor {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `dispatch` are never used
[INFO] [stdout]   --> src/event_dispatcher.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl EventBusActor {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 66 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     async fn dispatch(&self, event: EnclaveEvent) -> Result<()> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]   --> src/fhe.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub type Error = Box<dyn std::error::Error>;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]   --> src/fhe.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Rng` is never used
[INFO] [stdout]   --> src/fhe.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub trait Rng: RngCore + CryptoRng + Send + 'static {}
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deserialize_to_box_i64` is never used
[INFO] [stdout]   --> src/fhe.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn deserialize_to_box_i64(bytes: Vec<u8>) -> Option<Box<[i64]>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fhe` is never constructed
[INFO] [stdout]   --> src/fhe.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct Fhe<R: Rng> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_params`, and `generate_keyshare` are never used
[INFO] [stdout]    --> src/fhe.rs:87:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl<R: Rng> Fhe<R> {
[INFO] [stdout]     | ------------------- associated items in this implementation
[INFO] [stdout]  87 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn get_params(&self) -> (&Arc<BfvParameters>, &CommonRandomPoly) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn generate_keyshare(&self) -> Result<(SecretKey, PublicKeyShare)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]  --> src/logger.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | type Error = Box<dyn std::error::Error>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/logger.rs:7:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]   |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LogEvent` is never used
[INFO] [stdout]   --> src/logger.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum LogEvent {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Logger` is never constructed
[INFO] [stdout]   --> src/logger.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Logger {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_log` are never used
[INFO] [stdout]   --> src/logger.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Logger {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub async fn get_log(&self) -> Result<Vec<EnclaveEvent>> {
[INFO] [stdout]    |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoggerActor` is never constructed
[INFO] [stdout]   --> src/logger.rs:40:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | struct LoggerActor {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/logger.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl LoggerActor {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 45 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Error` is never used
[INFO] [stdout]  --> src/store.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | type Error = Box<dyn std::error::Error>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/store.rs:7:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | type Result<T> = std::result::Result<T, Error>;
[INFO] [stdout]   |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StoreEvent` is never used
[INFO] [stdout]   --> src/store.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum StoreEvent {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DataStore` is never constructed
[INFO] [stdout]   --> src/store.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct DataStore {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]   --> src/store.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait Store: Send + 'static {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/store.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl DataStore {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 24 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StoreActor` is never constructed
[INFO] [stdout]   --> src/store.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | struct StoreActor;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/store.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl StoreActor {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 42 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "809951b24d939b23b6ad34e434a5cd9042004f80245942c64e6ca927eef374fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "809951b24d939b23b6ad34e434a5cd9042004f80245942c64e6ca927eef374fa", kill_on_drop: false }`
[INFO] [stdout] 809951b24d939b23b6ad34e434a5cd9042004f80245942c64e6ca927eef374fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 414197a4eb1249da3fba437d6b80a8ff93bec106366ae5d7dd370ad8fec18238
[INFO] running `Command { std: "docker" "start" "-a" "414197a4eb1249da3fba437d6b80a8ff93bec106366ae5d7dd370ad8fec18238", kill_on_drop: false }`
[INFO] [stderr]    Compiling actor-implementation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `rngs::OsRng`
[INFO] [stdout]   --> src/main.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 |     use rand::{rngs::OsRng, SeedableRng};
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ciphernode_group_length`, `ciphernode_threshold`, and `sortition_seed` are never read
[INFO] [stdout]   --> src/event.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     ComputationRequested {
[INFO] [stdout]    |     -------------------- fields in this variant
[INFO] [stdout] ...
[INFO] [stdout] 13 |         ciphernode_group_length: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |         ciphernode_threshold: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |         sortition_seed: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnclaveEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `e3_id` and `keyshare` are never read
[INFO] [stdout]   --> src/event.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     KeyshareCreated {
[INFO] [stdout]    |     --------------- fields in this variant
[INFO] [stdout] 20 |         e3_id: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 21 |         keyshare: PublicKeyShare,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnclaveEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deserialize_to_box_i64` is never used
[INFO] [stdout]   --> src/fhe.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn deserialize_to_box_i64(bytes: Vec<u8>) -> Option<Box<[i64]>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_params` is never used
[INFO] [stdout]    --> src/fhe.rs:102:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl<R: Rng> Fhe<R> {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn get_params(&self) -> (&Arc<BfvParameters>, &CommonRandomPoly) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `value` are never read
[INFO] [stdout]   --> src/store.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Insert { key: Vec<u8>, value: Vec<u8> },
[INFO] [stdout]    |     ------   ^^^           ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StoreEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.88s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "414197a4eb1249da3fba437d6b80a8ff93bec106366ae5d7dd370ad8fec18238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "414197a4eb1249da3fba437d6b80a8ff93bec106366ae5d7dd370ad8fec18238", kill_on_drop: false }`
[INFO] [stdout] 414197a4eb1249da3fba437d6b80a8ff93bec106366ae5d7dd370ad8fec18238
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1654fa3d2a56c4a1dbe4216ab9256d81f899ce4bd30f785404f4e87c281eed80
[INFO] running `Command { std: "docker" "start" "-a" "1654fa3d2a56c4a1dbe4216ab9256d81f899ce4bd30f785404f4e87c281eed80", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `rngs::OsRng`
[INFO] [stderr]   --> src/main.rs:28:16
[INFO] [stderr]    |
[INFO] [stderr] 28 |     use rand::{rngs::OsRng, SeedableRng};
[INFO] [stderr]    |                ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `ciphernode_group_length`, `ciphernode_threshold`, and `sortition_seed` are never read
[INFO] [stderr]   --> src/event.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr]  9 |     ComputationRequested {
[INFO] [stderr]    |     -------------------- fields in this variant
[INFO] [stderr] ...
[INFO] [stderr] 13 |         ciphernode_group_length: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 14 |         ciphernode_threshold: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 |         sortition_seed: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `EnclaveEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `e3_id` and `keyshare` are never read
[INFO] [stderr]   --> src/event.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     KeyshareCreated {
[INFO] [stderr]    |     --------------- fields in this variant
[INFO] [stderr] 20 |         e3_id: String,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] 21 |         keyshare: PublicKeyShare,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `EnclaveEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `deserialize_to_box_i64` is never used
[INFO] [stderr]   --> src/fhe.rs:60:4
[INFO] [stderr]    |
[INFO] [stderr] 60 | fn deserialize_to_box_i64(bytes: Vec<u8>) -> Option<Box<[i64]>> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_params` is never used
[INFO] [stderr]    --> src/fhe.rs:102:12
[INFO] [stderr]     |
[INFO] [stderr]  86 | impl<R: Rng> Fhe<R> {
[INFO] [stderr]     | ------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 102 |     pub fn get_params(&self) -> (&Arc<BfvParameters>, &CommonRandomPoly) {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `key` and `value` are never read
[INFO] [stderr]   --> src/store.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |     Insert { key: Vec<u8>, value: Vec<u8> },
[INFO] [stderr]    |     ------   ^^^           ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `StoreEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `actor-implementation` (bin "actor-implementation" test) generated 6 warnings (run `cargo fix --bin "actor-implementation" -p actor-implementation --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/actor_implementation-a210c53cb5798515)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_main ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_main stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_main' (25) panicked at src/main.rs:118:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "[ComputationRequested { e3_id: \"1234\", ciphernode_group_length: 3, ciphernode_threshold: 3, sortition_seed: 1234 }, KeyshareCreated { e3_id: \"1234\", keyshare: PublicKeyShare(PublicKeyShare { par: BfvParameters { polynomial_degree: 2048, plaintext_modulus: 1032193, moduli: [18014398492704769] }, crp: CommonRandomPoly { poly: Poly { ctx: Context { moduli: [18014398492704769], next_context: None }, representation: Ntt, has_lazy_coefficients: false, allow_variable_time_computations: false, coefficients: [[9260288858805398, 7389484756747023, 1762057966260741, 3015909828948609, 2939095139524703, ..., 2174475807944785, 8536615709608935, 12381907102365490, 2201152332636365, 10456218535772698]], shape=[1, 2048], strides=[2048, 1], layout=CFcf (0xf), const ndim=2, coefficients_shoup: None } }, p0_share: Poly { ctx: Context { moduli: [18014398492704769], next_context: None }, representation: Ntt, has_lazy_coefficients: false, allow_variable_time_computations: true, coefficients: [[17647900958377715, 5015542491017289, 5126443366852035, 7752508426249009, 9695776414718359, ..., 8767993246466095, 2633118903436129, 7414133878753705, 11060976323003611, 5889002683877996]], shape=[1, 2048], strides=[2048, 1], layout=CFcf (0xf), const ndim=2, coefficients_shoup: None } }) }, KeyshareCreated { e3_id: \"1234\", keyshare: PublicKeyShare(PublicKeyShare { par: BfvParameters { polynomial_degree: 2048, plaintext_modulus: 1032193, moduli: [18014398492704769] }, crp: CommonRandomPoly { poly: Poly { ctx: Context { moduli: [18014398492704769], next_context: None }, representation: Ntt, has_lazy_coefficients: false, allow_variable_time_computations: false, coefficients: [[9260288858805398, 7389484756747023, 1762057966260741, 3015909828948609, 2939095139524703, ..., 2174475807944785, 8536615709608935, 12381907102365490, 2201152332636365, 10456218535772698]], shape=[1, 2048], strides=[2048, 1], layout=CFcf (0xf), const ndim=2, coefficients_shoup: None } }, p0_share: Poly { ctx: Context { moduli: [18014398492704769], next_context: None }, representation: Ntt, has_lazy_coefficients: false, allow_variable_time_computations: true, coefficients: [[9620180434322028, 5315477556721178, 11322148008915680, 219896259640935, 12570582220604696, ..., 2688197836791956, 9098597891380545, 12175055200876239, 15579383474055072, 3149035363989818]], shape=[1, 2048], strides=[2048, 1], layout=CFcf (0xf), const ndim=2, coefficients_shoup: None } }) }, KeyshareCreated { e3_id: \"1234\", keyshare: PublicKeyShare(PublicKeyShare { par: BfvParameters { polynomial_degree: 2048, plaintext_modulus: 1032193, moduli: [18014398492704769] }, crp: CommonRandomPoly { poly: Poly { ctx: Context { moduli: [18014398492704769], next_context: None }, representation: Ntt, has_lazy_coefficients: false, allow_variable_time_computations: false, coefficients: [[9260288858805398, 7389484756747023, 1762057966260741, 3015909828948609, 2939095139524703, ..., 2174475807944785, 8536615709608935, 12381907102365490, 2201152332636365, 10456218535772698]], shape=[1, 2048], strides=[2048, 1], layout=CFcf (0xf), const ndim=2, coefficients_shoup: None } }, p0_share: Poly { ctx: Context { moduli: [18014398492704769], next_context: None }, representation: Ntt, has_lazy_coefficients: false, allow_variable_time_computations: true, coefficients: [[15650054495313456, 3817022830943029, 289309418621648, 3361527441442495, 321839653480146, ..., 8428619397177544, 10145580667608834, 15587744204568997, 10220157738152398, 17491906240324275]], shape=[1, 2048], strides=[2048, 1], layout=CFcf (0xf), const ndim=2, coefficients_shoup: None } }) }]"
[INFO] [stdout]  right: "[ComputationRequested { e3_id: \"1234\", ciphernode_group_length: 3, ciphernode_threshold: 3, sortition_seed: 1234 }]"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a93071362c2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a93071362c2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a93071362c2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a93071362c2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a930714bfda - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a930714bfda - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5a930713b296 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5a930713b296 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5a930711457f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a930711457f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a930712e419 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a9306f5d41e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5a9306f5d41e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5a930712e682 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5a930712e682 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a9307114638 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a93071097f9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a930711548d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a930714c71c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a930714c5d3 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5a9306f14f41 - core[585f66e14d78f9ba]::panicking::assert_failed::<alloc[15e7b27aba85d2e2]::string::String, alloc[15e7b27aba85d2e2]::string::String>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5a9306f50cc6 - actor_implementation[b13353c4d6d29091]::tests::test_main::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:118:9
[INFO] [stdout]   22:     0x5a9306f0d13f - <core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a9306f0d1fb - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5a9306f4f03b - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   25:     0x5a9306f4eefb - tokio[4e38c90946dde541]::runtime::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>, <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107:5
[INFO] [stdout]   26:     0x5a9306f4eefb - tokio[4e38c90946dde541]::runtime::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>, <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73:5
[INFO] [stdout]   27:     0x5a9306f4eefb - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   28:     0x5a9306f475dd - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>, <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   29:     0x5a9306f4dd20 - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   30:     0x5a9306f4cf5b - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   31:     0x5a9306f05a1a - <tokio[4e38c90946dde541]::runtime::context::scoped::Scoped<tokio[4e38c90946dde541]::runtime::scheduler::Context>>::set::<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5a9306f4e85a - tokio[4e38c90946dde541]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>), <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:38
[INFO] [stdout]   33:     0x5a9306f39015 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[4e38c90946dde541]::runtime::context::Context>>::try_with::<tokio[4e38c90946dde541]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>), <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5a9306f38b4d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[4e38c90946dde541]::runtime::context::Context>>::with::<tokio[4e38c90946dde541]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>), <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5a9306f4c281 - tokio[4e38c90946dde541]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>), <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:17
[INFO] [stdout]   36:     0x5a9306f4aefe - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   37:     0x5a9306f4b24e - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   38:     0x5a9306f4c986 - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   39:     0x5a9306ef9bdf - tokio[4e38c90946dde541]::runtime::context::runtime::enter_runtime::<<tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>::{closure#0}, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5a9306f47057 - <tokio[4e38c90946dde541]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   41:     0x5a9306f33cad - <tokio[4e38c90946dde541]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:361:52
[INFO] [stdout]   42:     0x5a9306f33df1 - <tokio[4e38c90946dde541]::runtime::runtime::Runtime>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:335:18
[INFO] [stdout]   43:     0x5a9306f511f3 - actor_implementation[b13353c4d6d29091]::tests::test_main
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:120:11
[INFO] [stdout]   44:     0x5a9306f4f067 - actor_implementation[b13353c4d6d29091]::tests::test_main::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:47:29
[INFO] [stdout]   45:     0x5a9306ef73c6 - <actor_implementation[b13353c4d6d29091]::tests::test_main::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5a9306f517cb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5a9306f517cb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5a9306f5e02a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5a9306f5e02a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5a9306f5e02a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5a9306f5e02a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5a9306f5e02a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5a9306f5e02a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5a9306f5e02a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5a9306f584f4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5a9306f584f4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5a9306f60b22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5a9306f60b22 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5a9306f60b22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5a9306f60b22 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5a9306f60b22 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5a9306f60b22 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5a9306f60b22 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5a9307135b5f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5a9307135b5f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7011d4c4baa4 - <unknown>
[INFO] [stdout]   67:     0x7011d4cd8a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_main
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin actor-implementation`
[INFO] running `Command { std: "docker" "inspect" "1654fa3d2a56c4a1dbe4216ab9256d81f899ce4bd30f785404f4e87c281eed80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1654fa3d2a56c4a1dbe4216ab9256d81f899ce4bd30f785404f4e87c281eed80", kill_on_drop: false }`
[INFO] [stdout] 1654fa3d2a56c4a1dbe4216ab9256d81f899ce4bd30f785404f4e87c281eed80
