[INFO] fetching crate direction 0.17.12...
[INFO] testing direction-0.17.12 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate direction 0.17.12 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate direction 0.17.12
[INFO] finished tweaking crates.io crate direction 0.17.12
[INFO] tweaked toml for crates.io crate direction 0.17.12 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate direction 0.17.12 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 19 packages to latest compatible versions
[INFO] [stderr]       Adding coord_2d v0.2.25 (available: v0.3.7)
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 18a2728185999ff1046cb58ca07bcd812a03a8da1361fb95a84f9b6bc0711e36
[INFO] running `Command { std: "docker" "start" "-a" "18a2728185999ff1046cb58ca07bcd812a03a8da1361fb95a84f9b6bc0711e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18a2728185999ff1046cb58ca07bcd812a03a8da1361fb95a84f9b6bc0711e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18a2728185999ff1046cb58ca07bcd812a03a8da1361fb95a84f9b6bc0711e36", kill_on_drop: false }`
[INFO] [stdout] 18a2728185999ff1046cb58ca07bcd812a03a8da1361fb95a84f9b6bc0711e36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f589a0496d468ee7c8925b9d01e7240498db080bb710ce00980603dc363e8b1
[INFO] running `Command { std: "docker" "start" "-a" "6f589a0496d468ee7c8925b9d01e7240498db080bb710ce00980603dc363e8b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling coord_2d v0.2.25
[INFO] [stderr]    Compiling direction v0.17.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[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]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "6f589a0496d468ee7c8925b9d01e7240498db080bb710ce00980603dc363e8b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f589a0496d468ee7c8925b9d01e7240498db080bb710ce00980603dc363e8b1", kill_on_drop: false }`
[INFO] [stdout] 6f589a0496d468ee7c8925b9d01e7240498db080bb710ce00980603dc363e8b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41c4df8d19f15e070afe7f2588e4d9cfa4cfda47c437a41fd68c413f0db339d6
[INFO] running `Command { std: "docker" "start" "-a" "41c4df8d19f15e070afe7f2588e4d9cfa4cfda47c437a41fd68c413f0db339d6", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[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]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling direction v0.17.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[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]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 927 | / make_direction_table!(
[INFO] [stdout] 928 | |     DirectionTable,
[INFO] [stdout] 929 | |     DirectionTableEnumerate,
[INFO] [stdout] 930 | |     DirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 934 | |     NUM_DIRECTIONS
[INFO] [stdout] 935 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 936 | / make_direction_table!(
[INFO] [stdout] 937 | |     CardinalDirectionTable,
[INFO] [stdout] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stdout] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stdout] 944 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:876:29
[INFO] [stdout]     |
[INFO] [stdout] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:882:30
[INFO] [stdout]     |
[INFO] [stdout] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:885:34
[INFO] [stdout]     |
[INFO] [stdout] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stdout]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 945 | / make_direction_table!(
[INFO] [stdout] 946 | |     OrdinalDirectionTable,
[INFO] [stdout] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stdout] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stdout] ...   |
[INFO] [stdout] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stdout] 953 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "41c4df8d19f15e070afe7f2588e4d9cfa4cfda47c437a41fd68c413f0db339d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41c4df8d19f15e070afe7f2588e4d9cfa4cfda47c437a41fd68c413f0db339d6", kill_on_drop: false }`
[INFO] [stdout] 41c4df8d19f15e070afe7f2588e4d9cfa4cfda47c437a41fd68c413f0db339d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e310efb299d5866d92a43901f1d98700e03624e55be4c5c34d5ad5f88cfc549b
[INFO] running `Command { std: "docker" "start" "-a" "e310efb299d5866d92a43901f1d98700e03624e55be4c5c34d5ad5f88cfc549b", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:873:25
[INFO] [stderr]     |
[INFO] [stderr] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 927 | / make_direction_table!(
[INFO] [stderr] 928 | |     DirectionTable,
[INFO] [stderr] 929 | |     DirectionTableEnumerate,
[INFO] [stderr] 930 | |     DirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 934 | |     NUM_DIRECTIONS
[INFO] [stderr] 935 | | );
[INFO] [stderr]     | |_- in this macro invocation
[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]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:876:29
[INFO] [stderr]     |
[INFO] [stderr] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stderr]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 927 | / make_direction_table!(
[INFO] [stderr] 928 | |     DirectionTable,
[INFO] [stderr] 929 | |     DirectionTableEnumerate,
[INFO] [stderr] 930 | |     DirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 934 | |     NUM_DIRECTIONS
[INFO] [stderr] 935 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:882:30
[INFO] [stderr]     |
[INFO] [stderr] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stderr]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 927 | / make_direction_table!(
[INFO] [stderr] 928 | |     DirectionTable,
[INFO] [stderr] 929 | |     DirectionTableEnumerate,
[INFO] [stderr] 930 | |     DirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 934 | |     NUM_DIRECTIONS
[INFO] [stderr] 935 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:885:34
[INFO] [stderr]     |
[INFO] [stderr] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stderr]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 927 | / make_direction_table!(
[INFO] [stderr] 928 | |     DirectionTable,
[INFO] [stderr] 929 | |     DirectionTableEnumerate,
[INFO] [stderr] 930 | |     DirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 934 | |     NUM_DIRECTIONS
[INFO] [stderr] 935 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:873:25
[INFO] [stderr]     |
[INFO] [stderr] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 936 | / make_direction_table!(
[INFO] [stderr] 937 | |     CardinalDirectionTable,
[INFO] [stderr] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stderr] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stderr] 944 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:876:29
[INFO] [stderr]     |
[INFO] [stderr] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stderr]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 936 | / make_direction_table!(
[INFO] [stderr] 937 | |     CardinalDirectionTable,
[INFO] [stderr] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stderr] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stderr] 944 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:882:30
[INFO] [stderr]     |
[INFO] [stderr] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stderr]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 936 | / make_direction_table!(
[INFO] [stderr] 937 | |     CardinalDirectionTable,
[INFO] [stderr] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stderr] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stderr] 944 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:885:34
[INFO] [stderr]     |
[INFO] [stderr] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stderr]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 936 | / make_direction_table!(
[INFO] [stderr] 937 | |     CardinalDirectionTable,
[INFO] [stderr] 938 | |     CardinalDirectionTableEnumerate,
[INFO] [stderr] 939 | |     CardinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 943 | |     NUM_CARDINAL_DIRECTIONS
[INFO] [stderr] 944 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:873:25
[INFO] [stderr]     |
[INFO] [stderr] 873 |               pub fn iter(&self) -> DirectionTableIter<T> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 945 | / make_direction_table!(
[INFO] [stderr] 946 | |     OrdinalDirectionTable,
[INFO] [stderr] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stderr] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stderr] 953 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 873 |             pub fn iter(&self) -> DirectionTableIter<'_, T> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:876:29
[INFO] [stderr]     |
[INFO] [stderr] 876 |               pub fn iter_mut(&mut self) -> DirectionTableIterMut<T> {
[INFO] [stderr]     |                               ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 945 | / make_direction_table!(
[INFO] [stderr] 946 | |     OrdinalDirectionTable,
[INFO] [stderr] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stderr] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stderr] 953 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 876 |             pub fn iter_mut(&mut self) -> DirectionTableIterMut<'_, T> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:882:30
[INFO] [stderr]     |
[INFO] [stderr] 882 |               pub fn enumerate(&self) -> $enumerate_type<T> {
[INFO] [stderr]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 945 | / make_direction_table!(
[INFO] [stderr] 946 | |     OrdinalDirectionTable,
[INFO] [stderr] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stderr] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stderr] 953 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 882 |             pub fn enumerate(&self) -> $enumerate_type<'_, T> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:885:34
[INFO] [stderr]     |
[INFO] [stderr] 885 |               pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<T> {
[INFO] [stderr]     |                                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 945 | / make_direction_table!(
[INFO] [stderr] 946 | |     OrdinalDirectionTable,
[INFO] [stderr] 947 | |     OrdinalDirectionTableEnumerate,
[INFO] [stderr] 948 | |     OrdinalDirectionTableEnumerateMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 952 | |     NUM_ORDINAL_DIRECTIONS
[INFO] [stderr] 953 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `make_direction_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 885 |             pub fn enumerate_mut(&mut self) -> $enumerate_mut_type<'_, T> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `direction` (lib) generated 12 warnings (run `cargo fix --lib -p direction` to apply 12 suggestions)
[INFO] [stderr] warning: `direction` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/direction-1f5220c52270b2f7)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test::iteration ... ok
[INFO] [stdout] test test::table_iteration ... 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 direction
[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" "e310efb299d5866d92a43901f1d98700e03624e55be4c5c34d5ad5f88cfc549b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e310efb299d5866d92a43901f1d98700e03624e55be4c5c34d5ad5f88cfc549b", kill_on_drop: false }`
[INFO] [stdout] e310efb299d5866d92a43901f1d98700e03624e55be4c5c34d5ad5f88cfc549b
