[INFO] fetching crate fast-async-mutex 0.6.7... [INFO] testing fast-async-mutex-0.6.7 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_2 [INFO] extracting crate fast-async-mutex 0.6.7 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate fast-async-mutex 0.6.7 [INFO] finished tweaking crates.io crate fast-async-mutex 0.6.7 [INFO] tweaked toml for crates.io crate fast-async-mutex 0.6.7 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fast-async-mutex 0.6.7 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 43 packages to latest compatible versions [INFO] [stderr] Adding tokio v0.3.7 (available: v1.47.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-macros v0.3.2 [INFO] [stderr] Downloaded bytes v0.6.0 [INFO] [stderr] Downloaded tokio v0.3.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d6bcce004384e48a41d826b5d896ee7899db77ab5dbe179940d08066cb016da [INFO] running `Command { std: "docker" "start" "-a" "1d6bcce004384e48a41d826b5d896ee7899db77ab5dbe179940d08066cb016da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d6bcce004384e48a41d826b5d896ee7899db77ab5dbe179940d08066cb016da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d6bcce004384e48a41d826b5d896ee7899db77ab5dbe179940d08066cb016da", kill_on_drop: false }` [INFO] [stdout] 1d6bcce004384e48a41d826b5d896ee7899db77ab5dbe179940d08066cb016da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 59b31ce3b72f6be0b302126b348f4110f790c94c563ef8616d71367384a4bbbb [INFO] running `Command { std: "docker" "start" "-a" "59b31ce3b72f6be0b302126b348f4110f790c94c563ef8616d71367384a4bbbb", kill_on_drop: false }` [INFO] [stderr] Compiling fast-async-mutex v0.6.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/mutex.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub const fn lock(&self) -> MutexGuardFuture { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub const fn lock(&self) -> MutexGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/mutex_ordered.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn write(&self) -> RwLockWriteGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn write(&self) -> RwLockWriteGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn read(&self) -> RwLockReadGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | pub fn read(&self) -> RwLockReadGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock_ordered.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock_ordered.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "59b31ce3b72f6be0b302126b348f4110f790c94c563ef8616d71367384a4bbbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59b31ce3b72f6be0b302126b348f4110f790c94c563ef8616d71367384a4bbbb", kill_on_drop: false }` [INFO] [stdout] 59b31ce3b72f6be0b302126b348f4110f790c94c563ef8616d71367384a4bbbb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1058cd58188d8bb8902fad3cf666574ba17bbf47fdf80ff803fbe2dfa98329fc [INFO] running `Command { std: "docker" "start" "-a" "1058cd58188d8bb8902fad3cf666574ba17bbf47fdf80ff803fbe2dfa98329fc", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling tokio v0.3.7 [INFO] [stderr] Compiling bytes v0.6.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/mutex.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub const fn lock(&self) -> MutexGuardFuture { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub const fn lock(&self) -> MutexGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/mutex_ordered.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn write(&self) -> RwLockWriteGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn write(&self) -> RwLockWriteGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn read(&self) -> RwLockReadGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | pub fn read(&self) -> RwLockReadGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock_ordered.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock_ordered.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling tokio-macros v0.3.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling fast-async-mutex v0.6.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/mutex.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub const fn lock(&self) -> MutexGuardFuture { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub const fn lock(&self) -> MutexGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/mutex_ordered.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn write(&self) -> RwLockWriteGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn write(&self) -> RwLockWriteGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn read(&self) -> RwLockReadGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | pub fn read(&self) -> RwLockReadGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock_ordered.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rwlock_ordered.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture { [INFO] [stdout] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.70s [INFO] running `Command { std: "docker" "inspect" "1058cd58188d8bb8902fad3cf666574ba17bbf47fdf80ff803fbe2dfa98329fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1058cd58188d8bb8902fad3cf666574ba17bbf47fdf80ff803fbe2dfa98329fc", kill_on_drop: false }` [INFO] [stdout] 1058cd58188d8bb8902fad3cf666574ba17bbf47fdf80ff803fbe2dfa98329fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0e027f6288c4b7195355092e55814ce8900702969ed55489b444901cc1b7ad48 [INFO] running `Command { std: "docker" "start" "-a" "0e027f6288c4b7195355092e55814ce8900702969ed55489b444901cc1b7ad48", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/mutex.rs:42:23 [INFO] [stderr] | [INFO] [stderr] 42 | pub const fn lock(&self) -> MutexGuardFuture { [INFO] [stderr] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 42 | pub const fn lock(&self) -> MutexGuardFuture<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/mutex_ordered.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture { [INFO] [stderr] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 46 | pub fn lock(&self) -> OrderedMutexGuardFuture<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rwlock.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn write(&self) -> RwLockWriteGuardFuture { [INFO] [stderr] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 47 | pub fn write(&self) -> RwLockWriteGuardFuture<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rwlock.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn read(&self) -> RwLockReadGuardFuture { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 98 | pub fn read(&self) -> RwLockReadGuardFuture<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rwlock_ordered.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 50 | pub fn write(&self) -> OrderedRwLockWriteGuardFuture<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rwlock_ordered.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture { [INFO] [stderr] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 103 | pub fn read(&self) -> OrderedRwLockReadGuardFuture<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `fast-async-mutex` (lib) generated 6 warnings (run `cargo fix --lib -p fast-async-mutex` to apply 6 suggestions) [INFO] [stderr] warning: `fast-async-mutex` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/fast_async_mutex-74b8f39609638027) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test mutex::tests::test_timeout ... ok [INFO] [stdout] test mutex::tests::test_container ... ok [INFO] [stdout] test mutex_ordered::tests::test_overflow ... ok [INFO] [stdout] test mutex_ordered::tests::test_container ... ok [INFO] [stdout] test mutex_ordered::tests::test_timeout ... ok [INFO] [stdout] test mutex::tests::test_owned_mutex ... ok [INFO] [stdout] test rwlock::tests::test_concurrent_reading_writing ... ok [INFO] [stdout] test rwlock::tests::test_timeout ... ok [INFO] [stdout] test rwlock::tests::test_container ... ok [INFO] [stdout] test mutex_ordered::tests::test_mutex ... ok [INFO] [stdout] test rwlock::tests::test_mutex ... ok [INFO] [stdout] test mutex::tests::test_mutex ... ok [INFO] [stdout] test rwlock::tests::test_concurrent_reading ... ok [INFO] [stdout] test mutex_ordered::tests::test_owned_mutex ... ok [INFO] [stdout] test rwlock_ordered::tests::test_container ... ok [INFO] [stdout] test rwlock::tests::test_owned_mutex ... ok [INFO] [stdout] test rwlock_ordered::tests::test_concurrent_reading_writing ... ok [INFO] [stdout] test rwlock_ordered::tests::test_timeout ... ok [INFO] [stdout] test rwlock_ordered::tests::test_overflow ... ok [INFO] [stdout] test mutex::tests::multithreading_test ... ok [INFO] [stdout] test mutex_ordered::tests::multithreading_test ... ok [INFO] [stdout] test rwlock::tests::multithreading_test ... ok [INFO] [stdout] test rwlock_ordered::tests::multithreading_test ... ok [INFO] [stdout] test rwlock_ordered::tests::test_owned_mutex ... ok [INFO] [stdout] test rwlock_ordered::tests::test_concurrent_reading ... ok [INFO] [stdout] test rwlock_ordered::tests::test_mutex ... ok [INFO] [stdout] test rwlock::tests::test_mutex_delay ... ok [INFO] [stdout] test mutex_ordered::tests::test_mutex_delay ... ok [INFO] [stdout] test mutex::tests::test_mutex_delay ... ok [INFO] [stderr] Doc-tests fast_async_mutex [INFO] [stdout] test rwlock_ordered::tests::test_mutex_delay ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.40s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/mutex_ordered.rs - mutex_ordered::OrderedMutex::lock (line 35) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex::lock (line 31) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::write_owned (line 61) ... ok [INFO] [stdout] test src/rwlock_ordered.rs - rwlock_ordered::OrderedRwLock::read (line 91) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex::lock_owned (line 56) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::write (line 35) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::read_owned (line 112) ... ok [INFO] [stdout] test src/rwlock_ordered.rs - rwlock_ordered::OrderedRwLock::write (line 38) ... ok [INFO] [stdout] test src/rwlock_ordered.rs - rwlock_ordered::OrderedRwLock::read_owned (line 118) ... ok [INFO] [stdout] test src/rwlock_ordered.rs - rwlock_ordered::OrderedRwLock::write_owned (line 65) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::read (line 86) ... ok [INFO] [stdout] test src/mutex_ordered.rs - mutex_ordered::OrderedMutex::lock_owned (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0e027f6288c4b7195355092e55814ce8900702969ed55489b444901cc1b7ad48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e027f6288c4b7195355092e55814ce8900702969ed55489b444901cc1b7ad48", kill_on_drop: false }` [INFO] [stdout] 0e027f6288c4b7195355092e55814ce8900702969ed55489b444901cc1b7ad48