[INFO] fetching crate pb-atomic-linked-list 0.1.6... [INFO] testing pb-atomic-linked-list-0.1.6 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate pb-atomic-linked-list 0.1.6 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate pb-atomic-linked-list 0.1.6 [INFO] finished tweaking crates.io crate pb-atomic-linked-list 0.1.6 [INFO] tweaked toml for crates.io crate pb-atomic-linked-list 0.1.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pb-atomic-linked-list 0.1.6 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8db51db9533ebe6a6a65d873ecb2f0126d8fa8a280ffce05044ff8e6feb361a8 [INFO] running `Command { std: "docker" "start" "-a" "8db51db9533ebe6a6a65d873ecb2f0126d8fa8a280ffce05044ff8e6feb361a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8db51db9533ebe6a6a65d873ecb2f0126d8fa8a280ffce05044ff8e6feb361a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8db51db9533ebe6a6a65d873ecb2f0126d8fa8a280ffce05044ff8e6feb361a8", kill_on_drop: false }` [INFO] [stdout] 8db51db9533ebe6a6a65d873ecb2f0126d8fa8a280ffce05044ff8e6feb361a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65023d12bbe5b0b1e69020d96b7574342355ff747f490f4fef8a0cf2683071b8 [INFO] running `Command { std: "docker" "start" "-a" "65023d12bbe5b0b1e69020d96b7574342355ff747f490f4fef8a0cf2683071b8", kill_on_drop: false }` [INFO] [stderr] Compiling pb-atomic-linked-list v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:133:53 [INFO] [stdout] | [INFO] [stdout] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:13:57 [INFO] [stdout] | [INFO] [stdout] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a; [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] running `Command { std: "docker" "inspect" "65023d12bbe5b0b1e69020d96b7574342355ff747f490f4fef8a0cf2683071b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65023d12bbe5b0b1e69020d96b7574342355ff747f490f4fef8a0cf2683071b8", kill_on_drop: false }` [INFO] [stdout] 65023d12bbe5b0b1e69020d96b7574342355ff747f490f4fef8a0cf2683071b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d18071318aceb72a7e72bbe44cc8831283c21ff709df761b795bc082186f2c3 [INFO] running `Command { std: "docker" "start" "-a" "9d18071318aceb72a7e72bbe44cc8831283c21ff709df761b795bc082186f2c3", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:133:53 [INFO] [stdout] | [INFO] [stdout] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:13:57 [INFO] [stdout] | [INFO] [stdout] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a; [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pb-atomic-linked-list v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:133:53 [INFO] [stdout] | [INFO] [stdout] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:13:57 [INFO] [stdout] | [INFO] [stdout] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a; [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "9d18071318aceb72a7e72bbe44cc8831283c21ff709df761b795bc082186f2c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d18071318aceb72a7e72bbe44cc8831283c21ff709df761b795bc082186f2c3", kill_on_drop: false }` [INFO] [stdout] 9d18071318aceb72a7e72bbe44cc8831283c21ff709df761b795bc082186f2c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab03e3df6e9fa6cf561b17a42bc60a6089de4e20c4e7e05785079db67c760a74 [INFO] running `Command { std: "docker" "start" "-a" "ab03e3df6e9fa6cf561b17a42bc60a6089de4e20c4e7e05785079db67c760a74", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:61:53 [INFO] [stderr] | [INFO] [stderr] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stderr] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 61 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:133:53 [INFO] [stderr] | [INFO] [stderr] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a { [INFO] [stderr] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 133 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:13:57 [INFO] [stderr] | [INFO] [stderr] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&T> where T: 'a; [INFO] [stderr] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 13 | fn borrow<'a>(&'a self, index: usize) -> Option<&'a T> where T: 'a; [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `pb-atomic-linked-list` (lib) generated 3 warnings (run `cargo fix --lib -p pb-atomic-linked-list` to apply 3 suggestions) [INFO] [stderr] warning: `pb-atomic-linked-list` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pb_atomic_linked_list-859f790476af0fc6) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test::simple_enqueue_dequeue ... ok [INFO] [stdout] test test::insert_from_two_threads ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests pb_atomic_linked_list [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] running `Command { std: "docker" "inspect" "ab03e3df6e9fa6cf561b17a42bc60a6089de4e20c4e7e05785079db67c760a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab03e3df6e9fa6cf561b17a42bc60a6089de4e20c4e7e05785079db67c760a74", kill_on_drop: false }` [INFO] [stdout] ab03e3df6e9fa6cf561b17a42bc60a6089de4e20c4e7e05785079db67c760a74