[INFO] fetching crate zestors-core 0.0.1... [INFO] testing zestors-core-0.0.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate zestors-core 0.0.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate zestors-core 0.0.1 [INFO] finished tweaking crates.io crate zestors-core 0.0.1 [INFO] tweaked toml for crates.io crate zestors-core 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate zestors-core 0.0.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 58 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tiny-actor v0.2.1 [INFO] [stderr] Downloaded concurrent-queue v1.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aaa70545f0c1fc94ca6d0f316ece304033e6d928023adfb6f731f628d2c791da [INFO] running `Command { std: "docker" "start" "-a" "aaa70545f0c1fc94ca6d0f316ece304033e6d928023adfb6f731f628d2c791da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aaa70545f0c1fc94ca6d0f316ece304033e6d928023adfb6f731f628d2c791da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaa70545f0c1fc94ca6d0f316ece304033e6d928023adfb6f731f628d2c791da", kill_on_drop: false }` [INFO] [stdout] aaa70545f0c1fc94ca6d0f316ece304033e6d928023adfb6f731f628d2c791da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a11d792b63f501731d2c56cadc22e5e81e916db584d3b92232839e57cd667fb [INFO] running `Command { std: "docker" "start" "-a" "3a11d792b63f501731d2c56cadc22e5e81e916db584d3b92232839e57cd667fb", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling cache-padded v1.3.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tiny-actor v0.2.1 [INFO] [stderr] Compiling zestors-core v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/address.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/child.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/child_pool.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s [INFO] running `Command { std: "docker" "inspect" "3a11d792b63f501731d2c56cadc22e5e81e916db584d3b92232839e57cd667fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a11d792b63f501731d2c56cadc22e5e81e916db584d3b92232839e57cd667fb", kill_on_drop: false }` [INFO] [stdout] 3a11d792b63f501731d2c56cadc22e5e81e916db584d3b92232839e57cd667fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9910582f684acc4bd8fdb5721a3d00ab60ca329dfb50b50d2f47f67153c1ed1 [INFO] running `Command { std: "docker" "start" "-a" "a9910582f684acc4bd8fdb5721a3d00ab60ca329dfb50b50d2f47f67153c1ed1", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/address.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/child.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/child_pool.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zestors-core v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `a3` [INFO] [stdout] --> tests/main.rs:73:60 [INFO] [stdout] | [INFO] [stdout] 73 | fn test3(a1: DynAddress![u32, u64], a2: Address, a3: DynAddress![u32]) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_a3` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TestProt` is never constructed [INFO] [stdout] --> tests/main.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) struct TestProt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test1` is never used [INFO] [stdout] --> tests/main.rs:56:4 [INFO] [stdout] | [INFO] [stdout] 56 | fn test1(address: Address, address2: DynAddress![u32, u64]) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test2` is never used [INFO] [stdout] --> tests/main.rs:65:4 [INFO] [stdout] | [INFO] [stdout] 65 | fn test2(addr: DynAddress![u32, u64]) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test3` is never used [INFO] [stdout] --> tests/main.rs:73:4 [INFO] [stdout] | [INFO] [stdout] 73 | fn test3(a1: DynAddress![u32, u64], a2: Address, a3: DynAddress![u32]) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test4` is never used [INFO] [stdout] --> tests/main.rs:81:4 [INFO] [stdout] | [INFO] [stdout] 81 | fn test4(a: &Address + Accepts>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test5` is never used [INFO] [stdout] --> tests/main.rs:87:4 [INFO] [stdout] | [INFO] [stdout] 87 | fn test5(a: impl IntoAddress) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/address.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/child.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/_gen.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/process/child_pool.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | _gen::send_methods!(inner); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "a9910582f684acc4bd8fdb5721a3d00ab60ca329dfb50b50d2f47f67153c1ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9910582f684acc4bd8fdb5721a3d00ab60ca329dfb50b50d2f47f67153c1ed1", kill_on_drop: false }` [INFO] [stdout] a9910582f684acc4bd8fdb5721a3d00ab60ca329dfb50b50d2f47f67153c1ed1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a91c623366218566a620002c85ec8e83b8ccf8714ef12837feac8d9333560476 [INFO] running `Command { std: "docker" "start" "-a" "a91c623366218566a620002c85ec8e83b8ccf8714ef12837feac8d9333560476", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/_gen.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/process/address.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | _gen::send_methods!(inner); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/_gen.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/process/child.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | _gen::send_methods!(inner); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/_gen.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn send(&self, msg: M) -> SendFut [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/process/child_pool.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | _gen::send_methods!(inner); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `_gen::send_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 34 | pub fn send(&self, msg: M) -> SendFut<'_, M> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `zestors-core` (lib) generated 3 warnings (run `cargo fix --lib -p zestors-core` to apply 3 suggestions) [INFO] [stderr] warning: `zestors-core` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] warning: unused variable: `a3` [INFO] [stderr] --> tests/main.rs:73:60 [INFO] [stderr] | [INFO] [stderr] 73 | fn test3(a1: DynAddress![u32, u64], a2: Address, a3: DynAddress![u32]) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_a3` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `TestProt` is never constructed [INFO] [stderr] --> tests/main.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | pub(crate) struct TestProt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `test1` is never used [INFO] [stderr] --> tests/main.rs:56:4 [INFO] [stderr] | [INFO] [stderr] 56 | fn test1(address: Address, address2: DynAddress![u32, u64]) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `test2` is never used [INFO] [stderr] --> tests/main.rs:65:4 [INFO] [stderr] | [INFO] [stderr] 65 | fn test2(addr: DynAddress![u32, u64]) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `test3` is never used [INFO] [stderr] --> tests/main.rs:73:4 [INFO] [stderr] | [INFO] [stderr] 73 | fn test3(a1: DynAddress![u32, u64], a2: Address, a3: DynAddress![u32]) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `test4` is never used [INFO] [stderr] --> tests/main.rs:81:4 [INFO] [stderr] | [INFO] [stderr] 81 | fn test4(a: &Address + Accepts>) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `test5` is never used [INFO] [stderr] --> tests/main.rs:87:4 [INFO] [stderr] | [INFO] [stderr] 87 | fn test5(a: impl IntoAddress) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `zestors-core` (test "main") generated 7 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zestors_core-4eac4ece182844b3) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test actor_type::dynamic::test::address_macro_compiles ... ok [INFO] [stdout] test actor_type::dynamic::test::message_ids ... ok [INFO] [stdout] test messaging::boxed_msg::test::boxed_msg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/main.rs (/opt/rustwide/target/debug/deps/main-6dac24027f5787aa) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests zestors_core [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/messaging/message.rs - messaging::message::Message (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a91c623366218566a620002c85ec8e83b8ccf8714ef12837feac8d9333560476", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a91c623366218566a620002c85ec8e83b8ccf8714ef12837feac8d9333560476", kill_on_drop: false }` [INFO] [stdout] a91c623366218566a620002c85ec8e83b8ccf8714ef12837feac8d9333560476