[INFO] fetching crate charcoal 1.1.0... [INFO] checking charcoal-1.1.0 against try#cb1f7c96119295882e08b09b4bd01051669c071b for pr-98835 [INFO] extracting crate charcoal 1.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate charcoal 1.1.0 on toolchain cb1f7c96119295882e08b09b4bd01051669c071b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cb1f7c96119295882e08b09b4bd01051669c071b" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cb1f7c96119295882e08b09b4bd01051669c071b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cb1f7c96119295882e08b09b4bd01051669c071b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+cb1f7c96119295882e08b09b4bd01051669c071b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a31a61b852c9e1fe123d26bfb42166d3d9152a92b86d42f2b704f2a37e3838b [INFO] running `Command { std: "docker" "start" "-a" "2a31a61b852c9e1fe123d26bfb42166d3d9152a92b86d42f2b704f2a37e3838b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a31a61b852c9e1fe123d26bfb42166d3d9152a92b86d42f2b704f2a37e3838b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a31a61b852c9e1fe123d26bfb42166d3d9152a92b86d42f2b704f2a37e3838b", kill_on_drop: false }` [INFO] [stdout] 2a31a61b852c9e1fe123d26bfb42166d3d9152a92b86d42f2b704f2a37e3838b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+cb1f7c96119295882e08b09b4bd01051669c071b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1ff23b7d5017f1802cc06563bc9a624b5de12f8ac008c712a2b12e01f4f90d1 [INFO] running `Command { std: "docker" "start" "-a" "d1ff23b7d5017f1802cc06563bc9a624b5de12f8ac008c712a2b12e01f4f90d1", kill_on_drop: false }` [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking tinyvec v1.6.0 [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/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/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/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] [stderr] error: could not compile `charcoal` due to 11 previous errors [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] [stderr] warning: build failed, waiting for other jobs to finish... [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/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: 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/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] [stderr] error: could not compile `charcoal` due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "d1ff23b7d5017f1802cc06563bc9a624b5de12f8ac008c712a2b12e01f4f90d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1ff23b7d5017f1802cc06563bc9a624b5de12f8ac008c712a2b12e01f4f90d1", kill_on_drop: false }` [INFO] [stdout] d1ff23b7d5017f1802cc06563bc9a624b5de12f8ac008c712a2b12e01f4f90d1