[INFO] fetching crate nospin 0.2.4... [INFO] testing nospin-0.2.4 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate nospin 0.2.4 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate nospin 0.2.4 [INFO] finished tweaking crates.io crate nospin 0.2.4 [INFO] tweaked toml for crates.io crate nospin 0.2.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nospin 0.2.4 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nospin 0.2.4 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9035c69ce04b09b13932c0aa695d577ed47985f6092b9b9dd62f51ae84bf06e4 [INFO] running `Command { std: "docker" "start" "-a" "9035c69ce04b09b13932c0aa695d577ed47985f6092b9b9dd62f51ae84bf06e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9035c69ce04b09b13932c0aa695d577ed47985f6092b9b9dd62f51ae84bf06e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9035c69ce04b09b13932c0aa695d577ed47985f6092b9b9dd62f51ae84bf06e4", kill_on_drop: false }` [INFO] [stdout] 9035c69ce04b09b13932c0aa695d577ed47985f6092b9b9dd62f51ae84bf06e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d1ab50712a6ea565c14d2d7874548e248266eb751cc040d34d3c8a55ed3c0c5 [INFO] running `Command { std: "docker" "start" "-a" "0d1ab50712a6ea565c14d2d7874548e248266eb751cc040d34d3c8a55ed3c0c5", kill_on_drop: false }` [INFO] [stderr] Compiling nospin v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn read(&self) -> RwLockReadGuard { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn read(&self) -> RwLockReadGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:309:18 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write(&self) -> RwLockWriteGuard { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write(&self) -> RwLockWriteGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:317:29 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 362 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:450:22 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 450 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:470:27 [INFO] [stdout] | [INFO] [stdout] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:476:33 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "0d1ab50712a6ea565c14d2d7874548e248266eb751cc040d34d3c8a55ed3c0c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d1ab50712a6ea565c14d2d7874548e248266eb751cc040d34d3c8a55ed3c0c5", kill_on_drop: false }` [INFO] [stdout] 0d1ab50712a6ea565c14d2d7874548e248266eb751cc040d34d3c8a55ed3c0c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfb465b6b67808515cdfdb05e8a4802bdd6e0b9dfc0b038abaee1f04f7d4dc62 [INFO] running `Command { std: "docker" "start" "-a" "bfb465b6b67808515cdfdb05e8a4802bdd6e0b9dfc0b038abaee1f04f7d4dc62", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn read(&self) -> RwLockReadGuard { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn read(&self) -> RwLockReadGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:309:18 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write(&self) -> RwLockWriteGuard { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write(&self) -> RwLockWriteGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:317:29 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 362 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:450:22 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 450 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nospin v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:470:27 [INFO] [stdout] | [INFO] [stdout] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:476:33 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn read(&self) -> RwLockReadGuard { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn read(&self) -> RwLockReadGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:309:18 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write(&self) -> RwLockWriteGuard { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write(&self) -> RwLockWriteGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:317:29 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 362 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:450:22 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 450 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:470:27 [INFO] [stdout] | [INFO] [stdout] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rwlock.rs:476:33 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "bfb465b6b67808515cdfdb05e8a4802bdd6e0b9dfc0b038abaee1f04f7d4dc62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfb465b6b67808515cdfdb05e8a4802bdd6e0b9dfc0b038abaee1f04f7d4dc62", kill_on_drop: false }` [INFO] [stdout] bfb465b6b67808515cdfdb05e8a4802bdd6e0b9dfc0b038abaee1f04f7d4dc62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ba3c68f306a1f77ad5999454e58651764d786ada6a64be1f52ff15d430252119 [INFO] running `Command { std: "docker" "start" "-a" "ba3c68f306a1f77ad5999454e58651764d786ada6a64be1f52ff15d430252119", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:286:17 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn read(&self) -> RwLockReadGuard { [INFO] [stderr] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | pub fn read(&self) -> RwLockReadGuard<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:309:18 [INFO] [stderr] | [INFO] [stderr] 309 | pub fn write(&self) -> RwLockWriteGuard { [INFO] [stderr] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 309 | pub fn write(&self) -> RwLockWriteGuard<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:317:29 [INFO] [stderr] | [INFO] [stderr] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard { [INFO] [stderr] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 317 | pub fn upgradeable_read(&self) -> RwLockUpgradableGuard<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:362:21 [INFO] [stderr] | [INFO] [stderr] 362 | pub fn try_read(&self) -> Option> { [INFO] [stderr] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 362 | pub fn try_read(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:450:22 [INFO] [stderr] | [INFO] [stderr] 450 | pub fn try_write(&self) -> Option> { [INFO] [stderr] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 450 | pub fn try_write(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:470:27 [INFO] [stderr] | [INFO] [stderr] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stderr] | ^^^^^ ------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 470 | pub fn try_write_weak(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rwlock.rs:476:33 [INFO] [stderr] | [INFO] [stderr] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stderr] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 476 | pub fn try_upgradeable_read(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `nospin` (lib) generated 7 warnings (run `cargo fix --lib -p nospin` to apply 7 suggestions) [INFO] [stderr] warning: `nospin` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nospin-b7e7750f97f3bee9) [INFO] [stdout] running 31 tests [INFO] [stdout] test mutex::tests::test_into_inner_drop ... ok [INFO] [stdout] test mutex::tests::lots_and_lots ... ok [INFO] [stdout] test mutex::tests::test_mutex_force_lock ... ok [INFO] [stdout] test mutex::tests::test_into_inner ... ok [INFO] [stdout] test mutex::tests::test_mutex_arc_nested ... ok [INFO] [stdout] test mutex::tests::try_lock ... ok [INFO] [stdout] test once::tests::get ... ok [INFO] [stdout] test once::tests::drop_occurs_and_skip_uninit_drop ... ok [INFO] [stdout] test once::tests::init_constant ... ok [INFO] [stdout] test once::tests::call_once_test ... ok [INFO] [stdout] test once::tests::poll ... ok [INFO] [stdout] test mutex::tests::test_mutex_unsized ... ok [INFO] [stdout] test once::tests::smoke_once ... ok [INFO] [stdout] test once::tests::smoke_once_value ... ok [INFO] [stdout] test rwlock::tests::test_force_write_unlock ... ok [INFO] [stdout] test rwlock::tests::smoke ... ok [INFO] [stdout] test rwlock::tests::test_into_inner_drop ... ok [INFO] [stdout] test rwlock::tests::test_force_read_decrement ... ok [INFO] [stdout] test rwlock::tests::test_into_inner ... ok [INFO] [stdout] test rwlock::tests::test_rwlock_try_write ... ok [INFO] [stdout] test once::tests::wait ... ok [INFO] [stdout] test rwlock::tests::test_rw_try_read ... ok [INFO] [stdout] test rwlock::tests::test_upgrade_downgrade ... ok [INFO] [stdout] test rwlock::tests::test_rwlock_unsized ... ok [INFO] [stdout] test once::tests::stampede_once ... ok [INFO] [stdout] test once::tests::panic ... ok [INFO] [stdout] test rwlock::tests::test_rw_access_in_unwind ... ok [INFO] [stdout] test mutex::tests::test_mutex_arc_access_in_unwind ... ok [INFO] [stdout] test mutex::tests::smoke ... ok [INFO] [stdout] test once::tests::try_call_once_err ... ok [INFO] [stdout] test once::tests::get_no_wait ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s [INFO] [stdout] [INFO] [stderr] Doc-tests nospin [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test src/mutex.rs - mutex::Mutex::lock (line 148) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex::new (line 63) ... ok [INFO] [stdout] test src/once.rs - once::Once (line 17) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex::get_mut (line 120) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex::try_lock (line 175) ... ok [INFO] [stdout] test src/once.rs - once::Once::call_once (line 133) ... ok [INFO] [stdout] test src/once.rs - once::Once::try_call_once (line 172) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock (line 132) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::as_mut_ptr (line 244) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::write (line 299) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex (line 15) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::get_mut (line 496) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::try_read (line 348) ... ok [INFO] [stdout] test src/mutex.rs - mutex::Mutex::into_inner (line 86) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::new (line 208) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockWriteGuard<'rwlock,T>::downgrade (line 686) ... ok [INFO] [stdout] test src/lazy.rs - lazy::Lazy::force (line 88) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockUpgradableGuard<'rwlock,T>::try_upgrade (line 582) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockWriteGuard<'rwlock,T>::leak (line 748) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockWriteGuard<'rwlock,T>::downgrade_to_upgradeable (line 714) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::read (line 276) ... ok [INFO] [stdout] test src/lazy.rs - lazy::Lazy (line 17) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockUpgradableGuard<'rwlock,T>::upgrade (line 566) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLock::try_write (line 436) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockReadGuard<'rwlock,T>::leak (line 536) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockUpgradableGuard<'rwlock,T>::leak (line 656) ... ok [INFO] [stdout] test src/rwlock.rs - rwlock::RwLockUpgradableGuard<'rwlock,T>::downgrade (line 626) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ba3c68f306a1f77ad5999454e58651764d786ada6a64be1f52ff15d430252119", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba3c68f306a1f77ad5999454e58651764d786ada6a64be1f52ff15d430252119", kill_on_drop: false }` [INFO] [stdout] ba3c68f306a1f77ad5999454e58651764d786ada6a64be1f52ff15d430252119