[INFO] fetching crate deepmesa-collections 0.11.0... [INFO] checking deepmesa-collections-0.11.0 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate deepmesa-collections 0.11.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate deepmesa-collections 0.11.0 [INFO] finished tweaking crates.io crate deepmesa-collections 0.11.0 [INFO] tweaked toml for crates.io crate deepmesa-collections 0.11.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate deepmesa-collections 0.11.0 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a54a4ac380b4f191124137354325826d18021a8fb552e0d59a813867aaad790 [INFO] running `Command { std: "docker" "start" "-a" "0a54a4ac380b4f191124137354325826d18021a8fb552e0d59a813867aaad790", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a54a4ac380b4f191124137354325826d18021a8fb552e0d59a813867aaad790", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a54a4ac380b4f191124137354325826d18021a8fb552e0d59a813867aaad790", kill_on_drop: false }` [INFO] [stdout] 0a54a4ac380b4f191124137354325826d18021a8fb552e0d59a813867aaad790 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39e2aa686da7b5282161d38de095fd896470e2c0c5e6b9ad05a72415ce96ab63 [INFO] running `Command { std: "docker" "start" "-a" "39e2aa686da7b5282161d38de095fd896470e2c0c5e6b9ad05a72415ce96ab63", kill_on_drop: false }` [INFO] [stderr] Checking deepmesa-collections v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:483:20 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 483 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:966:18 [INFO] [stdout] | [INFO] [stdout] 966 | pub fn first(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 966 | pub fn first(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:994:22 [INFO] [stdout] | [INFO] [stdout] 994 | pub fn first_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 994 | pub fn first_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:1024:17 [INFO] [stdout] | [INFO] [stdout] 1024 | pub fn last(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1024 | pub fn last(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:1052:21 [INFO] [stdout] | [INFO] [stdout] 1052 | pub fn last_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1052 | pub fn last_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:1086:22 [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn iter_ones(&self) -> IterOnes { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn iter_ones(&self) -> IterOnes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:1110:23 [INFO] [stdout] | [INFO] [stdout] 1110 | pub fn iter_zeros(&self) -> IterZeros { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1110 | pub fn iter_zeros(&self) -> IterZeros<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:1131:17 [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:1153:21 [INFO] [stdout] | [INFO] [stdout] 1153 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1153 | pub fn iter_mut(&mut self) -> IterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1159 | / iter_unsigned!( [INFO] [stdout] 1160 | | /// Returns an iterator that iterates over the [INFO] [stdout] 1161 | | /// [`BitSlice`](BitSlice) 8 bits at a time. Each invocation [INFO] [stdout] 1162 | | /// of `iter.next` returns a u8 value and the number of bits [INFO] [stdout] ... | [INFO] [stdout] 1184 | | IterU8 [INFO] [stdout] 1185 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1186 | / iter_unsigned!( [INFO] [stdout] 1187 | | /// Returns an iterator that iterates over the [INFO] [stdout] 1188 | | /// [`BitSlice`](BitSlice) 16 bits at a time. Each invocation [INFO] [stdout] 1189 | | /// of `iter.next` returns a u16 value and the number of bits [INFO] [stdout] ... | [INFO] [stdout] 1210 | | IterU16 [INFO] [stdout] 1211 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1212 | / iter_unsigned!( [INFO] [stdout] 1213 | | /// Returns an iterator that iterates over the [INFO] [stdout] 1214 | | /// [`BitSlice`](BitSlice) 32 bits at a time. Each invocation [INFO] [stdout] 1215 | | /// of `iter.next` returns a u32 value and the number of bits [INFO] [stdout] ... | [INFO] [stdout] 1237 | | IterU32 [INFO] [stdout] 1238 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1239 | / iter_unsigned!( [INFO] [stdout] 1240 | | /// Returns an iterator that iterates over the [INFO] [stdout] 1241 | | /// [`BitSlice`](BitSlice) 64 bits at a time. Each invocation [INFO] [stdout] 1242 | | /// of `iter.next` returns a u64 value and the number of bits [INFO] [stdout] ... | [INFO] [stdout] 1263 | | IterU64 [INFO] [stdout] 1264 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitslice.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1265 | / iter_unsigned!( [INFO] [stdout] 1266 | | /// Returns an iterator that iterates over the [INFO] [stdout] 1267 | | /// [`BitSlice`](BitSlice) 128 bits at a time. Each invocation [INFO] [stdout] 1268 | | /// of `iter.next` returns a u128 value and the number of bits [INFO] [stdout] ... | [INFO] [stdout] 1290 | | IterU128 [INFO] [stdout] 1291 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:393:17 [INFO] [stdout] | [INFO] [stdout] 393 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 393 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:413:21 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 413 | pub fn iter_mut(&mut self) -> IterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:724:18 [INFO] [stdout] | [INFO] [stdout] 724 | pub fn first(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 724 | pub fn first(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:750:22 [INFO] [stdout] | [INFO] [stdout] 750 | pub fn first_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 750 | pub fn first_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:776:17 [INFO] [stdout] | [INFO] [stdout] 776 | pub fn last(&self) -> Option> { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 776 | pub fn last(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:802:21 [INFO] [stdout] | [INFO] [stdout] 802 | pub fn last_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 802 | pub fn last_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:832:22 [INFO] [stdout] | [INFO] [stdout] 832 | pub fn iter_ones(&self) -> IterOnes { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 832 | pub fn iter_ones(&self) -> IterOnes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:852:23 [INFO] [stdout] | [INFO] [stdout] 852 | pub fn iter_zeros(&self) -> IterZeros { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 852 | pub fn iter_zeros(&self) -> IterZeros<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 856 | / iter_unsigned!( [INFO] [stdout] 857 | | /// Returns an iterator that iterates over the [INFO] [stdout] 858 | | /// [`BitVector`](BitVector) 8 bits at a time. Each invocation [INFO] [stdout] 859 | | /// of `iter.next` returns a [`u8`] value and the number of bits [INFO] [stdout] ... | [INFO] [stdout] 882 | | IterU8 [INFO] [stdout] 883 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 884 | / iter_unsigned!( [INFO] [stdout] 885 | | /// Returns an iterator that iterates over the bitvector 16 [INFO] [stdout] 886 | | /// bits at a time. Each invocation of `iter.next` returns a [INFO] [stdout] 887 | | /// [`u16`] value and the number of bits read. [INFO] [stdout] ... | [INFO] [stdout] 908 | | IterU16 [INFO] [stdout] 909 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 910 | / iter_unsigned!( [INFO] [stdout] 911 | | /// Returns an iterator that iterates over the bitvector 32 [INFO] [stdout] 912 | | /// bits at a time. Each invocation of `iter.next` returns a [INFO] [stdout] 913 | | /// [`u32`] value and the number of bits read. [INFO] [stdout] ... | [INFO] [stdout] 935 | | IterU32 [INFO] [stdout] 936 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 937 | / iter_unsigned!( [INFO] [stdout] 938 | | /// Returns an iterator that iterates over the bitvector 64 [INFO] [stdout] 939 | | /// bits at a time. Each invocation of `iter.next` returns a [INFO] [stdout] 940 | | /// [`u64`] value and the number of bits read. [INFO] [stdout] ... | [INFO] [stdout] 961 | | IterU64 [INFO] [stdout] 962 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 963 | / iter_unsigned!( [INFO] [stdout] 964 | | /// Returns an iterator that iterates over the bitvector 128 [INFO] [stdout] 965 | | /// bits at a time. Each invocation of `iter.next` returns a [INFO] [stdout] 966 | | /// [`u128`] value and the number of bits read. [INFO] [stdout] ... | [INFO] [stdout] 988 | | IterU128 [INFO] [stdout] 989 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `iter_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn $iter_fn(&self) -> $iter_type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bitvec/bitvec.rs:2030:20 [INFO] [stdout] | [INFO] [stdout] 2030 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 2030 | pub fn get_mut(&mut self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/linkedlist/iter.rs:145:30 [INFO] [stdout] | [INFO] [stdout] 145 | pub(crate) fn new(list: &'a LinkedList) -> Iter { [INFO] [stdout] | ^^ ------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub(crate) fn new(list: &'a LinkedList) -> Iter<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/linkedlist/iter.rs:157:30 [INFO] [stdout] | [INFO] [stdout] 157 | pub(crate) fn new(list: &'a mut LinkedList) -> IterMut { [INFO] [stdout] | ^^ ---------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 157 | pub(crate) fn new(list: &'a mut LinkedList) -> IterMut<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/linkedlist/list.rs:334:17 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 334 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/linkedlist/list.rs:359:21 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map/iter.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn new(lhmap: &'a LinkedHashMap) -> Iter { [INFO] [stdout] | ^^ ---------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn new(lhmap: &'a LinkedHashMap) -> Iter<'a, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map/iter.rs:64:31 [INFO] [stdout] | [INFO] [stdout] 64 | pub(crate) fn new(lhmap: &'a mut LinkedHashMap) -> IterMut { [INFO] [stdout] | ^^ ------------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 64 | pub(crate) fn new(lhmap: &'a mut LinkedHashMap) -> IterMut<'a, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `deepmesa` [INFO] [stdout] --> src/map/lhmap.rs:1021:13 [INFO] [stdout] | [INFO] [stdout] 1021 | use deepmesa::collections::map::Entry; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `deepmesa` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `deepmesa`, use `cargo add deepmesa` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `deepmesa` [INFO] [stdout] --> src/map/lhmap.rs:1029:13 [INFO] [stdout] | [INFO] [stdout] 1029 | use deepmesa::collections::map::Order; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `deepmesa` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `deepmesa`, use `cargo add deepmesa` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `deepmesa` [INFO] [stdout] --> src/map/lhmap.rs:1030:13 [INFO] [stdout] | [INFO] [stdout] 1030 | use deepmesa::collections::LinkedHashMap; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `deepmesa` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `deepmesa`, use `cargo add deepmesa` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `deepmesa-collections` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "39e2aa686da7b5282161d38de095fd896470e2c0c5e6b9ad05a72415ce96ab63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39e2aa686da7b5282161d38de095fd896470e2c0c5e6b9ad05a72415ce96ab63", kill_on_drop: false }` [INFO] [stdout] 39e2aa686da7b5282161d38de095fd896470e2c0c5e6b9ad05a72415ce96ab63