[INFO] fetching crate charcoal 1.1.0... [INFO] checking charcoal-1.1.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate charcoal 1.1.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate charcoal 1.1.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate charcoal 1.1.0 [INFO] finished tweaking crates.io crate charcoal 1.1.0 [INFO] tweaked toml for crates.io crate charcoal 1.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages [INFO] [stderr] Adding arrayvec v0.5.2 (latest: v0.7.4) [INFO] [stderr] Adding slotmap v0.4.3 (latest: v1.0.7) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slotmap v0.4.3 [INFO] [stderr] Downloaded granite v1.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 939960d2a41322c9c8d4858f906036199c998873fe2e501ff451ade6258d1732 [INFO] running `Command { std: "docker" "start" "-a" "939960d2a41322c9c8d4858f906036199c998873fe2e501ff451ade6258d1732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "939960d2a41322c9c8d4858f906036199c998873fe2e501ff451ade6258d1732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "939960d2a41322c9c8d4858f906036199c998873fe2e501ff451ade6258d1732", kill_on_drop: false }` [INFO] [stdout] 939960d2a41322c9c8d4858f906036199c998873fe2e501ff451ade6258d1732 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 800752a2a1b0f0cee7e799e02c33c059b447f72591fe59a4defefa6739a7229c [INFO] running `Command { std: "docker" "start" "-a" "800752a2a1b0f0cee7e799e02c33c059b447f72591fe59a4defefa6739a7229c", kill_on_drop: false }` [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking granite v1.1.1 [INFO] [stderr] Checking charcoal v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/binary_tree/node_ref_mut.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 76 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/binary_tree/node_ref_mut.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 134 | pub fn left_child_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 149 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/binary_tree/node_ref_mut.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 158 | pub fn right_child_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 172 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/binary_tree/node_ref_mut.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 76 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/binary_tree/node_ref_mut.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 134 | pub fn left_child_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 149 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/binary_tree/node_ref_mut.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 158 | pub fn right_child_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 172 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/octree/node_ref_mut.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 68 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/octree/node_ref_mut.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 173 | pub fn nth_child_mut(&mut self, n: u8) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 198 | Self::new_raw_unchecked(self.tree, child.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/octree/node_ref_mut.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 68 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/octree/node_ref_mut.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 173 | pub fn nth_child_mut(&mut self, n: u8) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 198 | Self::new_raw_unchecked(self.tree, child.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/quadtree/node_ref_mut.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 68 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/quadtree/node_ref_mut.rs:205:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 179 | pub fn nth_child_mut(&mut self, n: u8) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 205 | Self::new_raw_unchecked(self.tree, child.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/quadtree/node_ref_mut.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 68 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/quadtree/node_ref_mut.rs:205:13 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 179 | pub fn nth_child_mut(&mut self, n: u8) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 205 | Self::new_raw_unchecked(self.tree, child.clone()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/freeform_tree/node_ref_mut.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 82 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 86 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/freeform_tree/node_ref_mut.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 97 | pub fn prev_sibling_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 101 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/freeform_tree/node_ref_mut.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn next_sibling_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 118 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/freeform_tree/node_ref_mut.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 82 | pub fn parent_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 86 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/freeform_tree/node_ref_mut.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 97 | pub fn prev_sibling_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 101 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> src/freeform_tree/node_ref_mut.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a, B, L, K, S> NodeRefMut<'a, B, L, K, S> [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn next_sibling_mut(&mut self) -> Option> { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] ... [INFO] [stdout] 118 | Self::new_raw_unchecked(self.tree, x) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `charcoal` (lib test) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `charcoal` (lib) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "800752a2a1b0f0cee7e799e02c33c059b447f72591fe59a4defefa6739a7229c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "800752a2a1b0f0cee7e799e02c33c059b447f72591fe59a4defefa6739a7229c", kill_on_drop: false }` [INFO] [stdout] 800752a2a1b0f0cee7e799e02c33c059b447f72591fe59a4defefa6739a7229c [INFO] checking charcoal-1.1.0 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] extracting crate charcoal 1.1.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate charcoal 1.1.0 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate charcoal 1.1.0 [INFO] finished tweaking crates.io crate charcoal 1.1.0 [INFO] tweaked toml for crates.io crate charcoal 1.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36056fb3268e7a4cda9a7c2cb086ffe44c0e573e77390bf0226ebb4a8d07a447 [INFO] running `Command { std: "docker" "start" "-a" "36056fb3268e7a4cda9a7c2cb086ffe44c0e573e77390bf0226ebb4a8d07a447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36056fb3268e7a4cda9a7c2cb086ffe44c0e573e77390bf0226ebb4a8d07a447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36056fb3268e7a4cda9a7c2cb086ffe44c0e573e77390bf0226ebb4a8d07a447", kill_on_drop: false }` [INFO] [stdout] 36056fb3268e7a4cda9a7c2cb086ffe44c0e573e77390bf0226ebb4a8d07a447 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c86290a72f1ed5b508a9ec02c1eb8dacef99f6b1a1cb007803501ee20137cfed [INFO] running `Command { std: "docker" "start" "-a" "c86290a72f1ed5b508a9ec02c1eb8dacef99f6b1a1cb007803501ee20137cfed", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "c86290a72f1ed5b508a9ec02c1eb8dacef99f6b1a1cb007803501ee20137cfed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c86290a72f1ed5b508a9ec02c1eb8dacef99f6b1a1cb007803501ee20137cfed", kill_on_drop: false }` [INFO] [stdout] c86290a72f1ed5b508a9ec02c1eb8dacef99f6b1a1cb007803501ee20137cfed