[INFO] fetching crate better_btree 0.2.6...
[INFO] checking better_btree-0.2.6 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate better_btree 0.2.6 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate better_btree 0.2.6 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate better_btree 0.2.6
[INFO] finished tweaking crates.io crate better_btree 0.2.6
[INFO] tweaked toml for crates.io crate better_btree 0.2.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f68601b41d404cde7e30f34592aee45eb75eb9cef3cac1be7b296fce51e8135f
[INFO] running `Command { std: "docker" "start" "-a" "f68601b41d404cde7e30f34592aee45eb75eb9cef3cac1be7b296fce51e8135f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f68601b41d404cde7e30f34592aee45eb75eb9cef3cac1be7b296fce51e8135f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f68601b41d404cde7e30f34592aee45eb75eb9cef3cac1be7b296fce51e8135f", kill_on_drop: false }`
[INFO] [stdout] f68601b41d404cde7e30f34592aee45eb75eb9cef3cac1be7b296fce51e8135f
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c822cf9730695311ceee3815be0ffd0cb61d5ff019e5407f871fa9e42aa0fa2
[INFO] running `Command { std: "docker" "start" "-a" "7c822cf9730695311ceee3815be0ffd0cb61d5ff019e5407f871fa9e42aa0fa2", kill_on_drop: false }`
[INFO] [stderr]     Checking better_btree v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::LeafNode> {
[INFO] [stdout]     | ------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 243 |     pub fn deref_mut(&mut self) -> &'a mut LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::InternalNode> {
[INFO] [stdout]     | ----------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |     pub fn deref_mut(&mut self) -> &'a mut InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::LeafNode> {
[INFO] [stdout]     | --------------------------------------------------------------- method in this implementation
[INFO] [stdout] 276 |     pub fn deref(&self) -> &'a LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:288:9
[INFO] [stdout]     |
[INFO] [stdout] 287 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::InternalNode> {
[INFO] [stdout]     | ------------------------------------------------------------------- method in this implementation
[INFO] [stdout] 288 |     pub fn deref(&self) -> &'a InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::LeafNode> {
[INFO] [stdout]     | ------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 243 |     pub fn deref_mut(&mut self) -> &'a mut LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::InternalNode> {
[INFO] [stdout]     | ----------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |     pub fn deref_mut(&mut self) -> &'a mut InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::LeafNode> {
[INFO] [stdout]     | --------------------------------------------------------------- method in this implementation
[INFO] [stdout] 276 |     pub fn deref(&self) -> &'a LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:288:9
[INFO] [stdout]     |
[INFO] [stdout] 287 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::InternalNode> {
[INFO] [stdout]     | ------------------------------------------------------------------- method in this implementation
[INFO] [stdout] 288 |     pub fn deref(&self) -> &'a InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] running `Command { std: "docker" "inspect" "7c822cf9730695311ceee3815be0ffd0cb61d5ff019e5407f871fa9e42aa0fa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c822cf9730695311ceee3815be0ffd0cb61d5ff019e5407f871fa9e42aa0fa2", kill_on_drop: false }`
[INFO] [stdout] 7c822cf9730695311ceee3815be0ffd0cb61d5ff019e5407f871fa9e42aa0fa2
[INFO] checking better_btree-0.2.6 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate better_btree 0.2.6 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate better_btree 0.2.6 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate better_btree 0.2.6
[INFO] finished tweaking crates.io crate better_btree 0.2.6
[INFO] tweaked toml for crates.io crate better_btree 0.2.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32cca08dd31396e2e812b71302634d6e955d5ae1528d41d08f418fec444d8606
[INFO] running `Command { std: "docker" "start" "-a" "32cca08dd31396e2e812b71302634d6e955d5ae1528d41d08f418fec444d8606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32cca08dd31396e2e812b71302634d6e955d5ae1528d41d08f418fec444d8606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32cca08dd31396e2e812b71302634d6e955d5ae1528d41d08f418fec444d8606", kill_on_drop: false }`
[INFO] [stdout] 32cca08dd31396e2e812b71302634d6e955d5ae1528d41d08f418fec444d8606
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9d4d56d7484e53bd39b2556aceb93e2af67cfbdc706b35c99c5a2b6f1c68c54
[INFO] running `Command { std: "docker" "start" "-a" "e9d4d56d7484e53bd39b2556aceb93e2af67cfbdc706b35c99c5a2b6f1c68c54", kill_on_drop: false }`
[INFO] [stderr]     Checking better_btree v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::LeafNode> {
[INFO] [stdout]     | ------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 243 |     pub fn deref_mut(&mut self) -> &'a mut LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::InternalNode> {
[INFO] [stdout]     | ----------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |     pub fn deref_mut(&mut self) -> &'a mut InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::LeafNode> {
[INFO] [stdout]     | --------------------------------------------------------------- method in this implementation
[INFO] [stdout] 276 |     pub fn deref(&self) -> &'a LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:288:9
[INFO] [stdout]     |
[INFO] [stdout] 287 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::InternalNode> {
[INFO] [stdout]     | ------------------------------------------------------------------- method in this implementation
[INFO] [stdout] 288 |     pub fn deref(&self) -> &'a InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::LeafNode> {
[INFO] [stdout]     | ------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 243 |     pub fn deref_mut(&mut self) -> &'a mut LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref_mut` is never used
[INFO] [stdout]    --> src/node_ref.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl<'a, K, V> NodeRef<K, V, marker::Owned, marker::InternalNode> {
[INFO] [stdout]     | ----------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |     pub fn deref_mut(&mut self) -> &'a mut InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::LeafNode> {
[INFO] [stdout]     | --------------------------------------------------------------- method in this implementation
[INFO] [stdout] 276 |     pub fn deref(&self) -> &'a LeafNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `deref` is never used
[INFO] [stdout]    --> src/node_ref.rs:288:9
[INFO] [stdout]     |
[INFO] [stdout] 287 | impl<'a, K, V> NodeRef<K, V, marker::Mut<'a>, marker::InternalNode> {
[INFO] [stdout]     | ------------------------------------------------------------------- method in this implementation
[INFO] [stdout] 288 |     pub fn deref(&self) -> &'a InternalNode<K, V> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] running `Command { std: "docker" "inspect" "e9d4d56d7484e53bd39b2556aceb93e2af67cfbdc706b35c99c5a2b6f1c68c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9d4d56d7484e53bd39b2556aceb93e2af67cfbdc706b35c99c5a2b6f1c68c54", kill_on_drop: false }`
[INFO] [stdout] e9d4d56d7484e53bd39b2556aceb93e2af67cfbdc706b35c99c5a2b6f1c68c54
