[INFO] fetching crate l293x 0.3.0... [INFO] testing l293x-0.3.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate l293x 0.3.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate l293x 0.3.0 [INFO] finished tweaking crates.io crate l293x 0.3.0 [INFO] tweaked toml for crates.io crate l293x 0.3.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate l293x 0.3.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81fb0185c21010ca6749584be76ae6ab30108116fe6f8ccca112647d5be2010b [INFO] running `Command { std: "docker" "start" "-a" "81fb0185c21010ca6749584be76ae6ab30108116fe6f8ccca112647d5be2010b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81fb0185c21010ca6749584be76ae6ab30108116fe6f8ccca112647d5be2010b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81fb0185c21010ca6749584be76ae6ab30108116fe6f8ccca112647d5be2010b", kill_on_drop: false }` [INFO] [stdout] 81fb0185c21010ca6749584be76ae6ab30108116fe6f8ccca112647d5be2010b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d43f8f6e95685825648da344eb7fca4cce905fbb7ea49af9e9ce05d0646cce15 [INFO] running `Command { std: "docker" "start" "-a" "d43f8f6e95685825648da344eb7fca4cce905fbb7ea49af9e9ce05d0646cce15", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling embedded-hal v1.0.0 [INFO] [stderr] Compiling l293x v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn y1(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn y1(&self) -> HalfH<'_, A1, EN12> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:146:15 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn y2(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 146 | pub fn y2(&self) -> HalfH<'_, A2, EN12> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:151:15 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn y3(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn y3(&self) -> HalfH<'_, A3, EN34> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:156:15 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn y4(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 156 | pub fn y4(&self) -> HalfH<'_, A4, EN34> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `Command { std: "docker" "inspect" "d43f8f6e95685825648da344eb7fca4cce905fbb7ea49af9e9ce05d0646cce15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d43f8f6e95685825648da344eb7fca4cce905fbb7ea49af9e9ce05d0646cce15", kill_on_drop: false }` [INFO] [stdout] d43f8f6e95685825648da344eb7fca4cce905fbb7ea49af9e9ce05d0646cce15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aac626dbdc14e1945a0b912af55c36c031f4047717f4b144e6bdbfc749812153 [INFO] running `Command { std: "docker" "start" "-a" "aac626dbdc14e1945a0b912af55c36c031f4047717f4b144e6bdbfc749812153", kill_on_drop: false }` [INFO] [stderr] Compiling coverage-helper v0.2.4 [INFO] [stderr] Compiling l293x v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:848:7 [INFO] [stdout] | [INFO] [stdout] 848 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:868:7 [INFO] [stdout] | [INFO] [stdout] 868 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:888:7 [INFO] [stdout] | [INFO] [stdout] 888 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:917:7 [INFO] [stdout] | [INFO] [stdout] 917 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:949:19 [INFO] [stdout] | [INFO] [stdout] 949 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:985:19 [INFO] [stdout] | [INFO] [stdout] 985 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1021:19 [INFO] [stdout] | [INFO] [stdout] 1021 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:949:19 [INFO] [stdout] | [INFO] [stdout] 949 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:985:19 [INFO] [stdout] | [INFO] [stdout] 985 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1021:19 [INFO] [stdout] | [INFO] [stdout] 1021 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:949:19 [INFO] [stdout] | [INFO] [stdout] 949 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:985:19 [INFO] [stdout] | [INFO] [stdout] 985 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1021:19 [INFO] [stdout] | [INFO] [stdout] 1021 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:949:19 [INFO] [stdout] | [INFO] [stdout] 949 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:985:19 [INFO] [stdout] | [INFO] [stdout] 985 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1021:19 [INFO] [stdout] | [INFO] [stdout] 1021 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1081:19 [INFO] [stdout] | [INFO] [stdout] 1081 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1104 | test_fail!(y1, a1); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1081:19 [INFO] [stdout] | [INFO] [stdout] 1081 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1105 | test_fail!(y2, a2); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1081:19 [INFO] [stdout] | [INFO] [stdout] 1081 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1106 | test_fail!(y3, a3); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1081:19 [INFO] [stdout] | [INFO] [stdout] 1081 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1107 | test_fail!(y4, a4); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1109:7 [INFO] [stdout] | [INFO] [stdout] 1109 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1117:7 [INFO] [stdout] | [INFO] [stdout] 1117 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/l293x.rs:1135:7 [INFO] [stdout] | [INFO] [stdout] 1135 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:504:7 [INFO] [stdout] | [INFO] [stdout] 504 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:518:7 [INFO] [stdout] | [INFO] [stdout] 518 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:531:7 [INFO] [stdout] | [INFO] [stdout] 531 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:545:7 [INFO] [stdout] | [INFO] [stdout] 545 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:559:7 [INFO] [stdout] | [INFO] [stdout] 559 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:579:7 [INFO] [stdout] | [INFO] [stdout] 579 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:593:7 [INFO] [stdout] | [INFO] [stdout] 593 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:606:7 [INFO] [stdout] | [INFO] [stdout] 606 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:619:7 [INFO] [stdout] | [INFO] [stdout] 619 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:630:7 [INFO] [stdout] | [INFO] [stdout] 630 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:641:7 [INFO] [stdout] | [INFO] [stdout] 641 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:652:7 [INFO] [stdout] | [INFO] [stdout] 652 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:662:7 [INFO] [stdout] | [INFO] [stdout] 662 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/half_h.rs:691:7 [INFO] [stdout] | [INFO] [stdout] 691 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/pins.rs:219:7 [INFO] [stdout] | [INFO] [stdout] 219 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/pins.rs:225:7 [INFO] [stdout] | [INFO] [stdout] 225 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/pins.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn y1(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn y1(&self) -> HalfH<'_, A1, EN12> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:146:15 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn y2(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 146 | pub fn y2(&self) -> HalfH<'_, A2, EN12> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:151:15 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn y3(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 151 | pub fn y3(&self) -> HalfH<'_, A3, EN34> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:156:15 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn y4(&self) -> HalfH { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 156 | pub fn y4(&self) -> HalfH<'_, A4, EN34> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:539:21 [INFO] [stdout] | [INFO] [stdout] 539 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/l293x.rs:568:21 [INFO] [stdout] | [INFO] [stdout] 568 | &mut self [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `Command { std: "docker" "inspect" "aac626dbdc14e1945a0b912af55c36c031f4047717f4b144e6bdbfc749812153", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aac626dbdc14e1945a0b912af55c36c031f4047717f4b144e6bdbfc749812153", kill_on_drop: false }` [INFO] [stdout] aac626dbdc14e1945a0b912af55c36c031f4047717f4b144e6bdbfc749812153 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 14c3174550ce1f62fdd575505872faeac67a9e10ad84793c1fcdf8518222eeab [INFO] running `Command { std: "docker" "start" "-a" "14c3174550ce1f62fdd575505872faeac67a9e10ad84793c1fcdf8518222eeab", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:848:7 [INFO] [stderr] | [INFO] [stderr] 848 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:868:7 [INFO] [stderr] | [INFO] [stderr] 868 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:888:7 [INFO] [stderr] | [INFO] [stderr] 888 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:917:7 [INFO] [stderr] | [INFO] [stderr] 917 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:949:19 [INFO] [stderr] | [INFO] [stderr] 949 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:985:19 [INFO] [stderr] | [INFO] [stderr] 985 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1021:19 [INFO] [stderr] | [INFO] [stderr] 1021 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1042:19 [INFO] [stderr] | [INFO] [stderr] 1042 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1073 | test_output!(y1, a1, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:949:19 [INFO] [stderr] | [INFO] [stderr] 949 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:985:19 [INFO] [stderr] | [INFO] [stderr] 985 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1021:19 [INFO] [stderr] | [INFO] [stderr] 1021 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1042:19 [INFO] [stderr] | [INFO] [stderr] 1042 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1074 | test_output!(y2, a2, y1_and_y2); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:949:19 [INFO] [stderr] | [INFO] [stderr] 949 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:985:19 [INFO] [stderr] | [INFO] [stderr] 985 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1021:19 [INFO] [stderr] | [INFO] [stderr] 1021 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1042:19 [INFO] [stderr] | [INFO] [stderr] 1042 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1075 | test_output!(y3, a3, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:949:19 [INFO] [stderr] | [INFO] [stderr] 949 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:985:19 [INFO] [stderr] | [INFO] [stderr] 985 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1021:19 [INFO] [stderr] | [INFO] [stderr] 1021 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1042:19 [INFO] [stderr] | [INFO] [stderr] 1042 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1076 | test_output!(y4, a4, y3_and_y4); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_output` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1081:19 [INFO] [stderr] | [INFO] [stderr] 1081 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1104 | test_fail!(y1, a1); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1081:19 [INFO] [stderr] | [INFO] [stderr] 1081 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1105 | test_fail!(y2, a2); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1081:19 [INFO] [stderr] | [INFO] [stderr] 1081 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1106 | test_fail!(y3, a3); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1081:19 [INFO] [stderr] | [INFO] [stderr] 1081 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 1107 | test_fail!(y4, a4); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `test_fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1109:7 [INFO] [stderr] | [INFO] [stderr] 1109 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1117:7 [INFO] [stderr] | [INFO] [stderr] 1117 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/l293x.rs:1135:7 [INFO] [stderr] | [INFO] [stderr] 1135 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:504:7 [INFO] [stderr] | [INFO] [stderr] 504 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:518:7 [INFO] [stderr] | [INFO] [stderr] 518 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:531:7 [INFO] [stderr] | [INFO] [stderr] 531 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:545:7 [INFO] [stderr] | [INFO] [stderr] 545 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:559:7 [INFO] [stderr] | [INFO] [stderr] 559 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:579:7 [INFO] [stderr] | [INFO] [stderr] 579 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:593:7 [INFO] [stderr] | [INFO] [stderr] 593 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:606:7 [INFO] [stderr] | [INFO] [stderr] 606 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:619:7 [INFO] [stderr] | [INFO] [stderr] 619 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:630:7 [INFO] [stderr] | [INFO] [stderr] 630 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:641:7 [INFO] [stderr] | [INFO] [stderr] 641 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:652:7 [INFO] [stderr] | [INFO] [stderr] 652 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:662:7 [INFO] [stderr] | [INFO] [stderr] 662 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/half_h.rs:691:7 [INFO] [stderr] | [INFO] [stderr] 691 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/pins.rs:219:7 [INFO] [stderr] | [INFO] [stderr] 219 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/pins.rs:225:7 [INFO] [stderr] | [INFO] [stderr] 225 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stderr] --> src/pins.rs:236:7 [INFO] [stderr] | [INFO] [stderr] 236 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:141:15 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn y1(&self) -> HalfH { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn y1(&self) -> HalfH<'_, A1, EN12> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:146:15 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn y2(&self) -> HalfH { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 146 | pub fn y2(&self) -> HalfH<'_, A2, EN12> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:151:15 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn y3(&self) -> HalfH { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 151 | pub fn y3(&self) -> HalfH<'_, A3, EN34> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:156:15 [INFO] [stderr] | [INFO] [stderr] 156 | pub fn y4(&self) -> HalfH { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 156 | pub fn y4(&self) -> HalfH<'_, A4, EN34> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:508:21 [INFO] [stderr] | [INFO] [stderr] 508 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:539:21 [INFO] [stderr] | [INFO] [stderr] 539 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:568:21 [INFO] [stderr] | [INFO] [stderr] 568 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 576 | stateful_output_pin_impl!(y1, A1, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:508:21 [INFO] [stderr] | [INFO] [stderr] 508 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:539:21 [INFO] [stderr] | [INFO] [stderr] 539 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:568:21 [INFO] [stderr] | [INFO] [stderr] 568 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 577 | stateful_output_pin_impl!(y2, A2, EN12); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:508:21 [INFO] [stderr] | [INFO] [stderr] 508 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:539:21 [INFO] [stderr] | [INFO] [stderr] 539 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:568:21 [INFO] [stderr] | [INFO] [stderr] 568 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 578 | stateful_output_pin_impl!(y3, A3, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:508:21 [INFO] [stderr] | [INFO] [stderr] 508 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 509 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:539:21 [INFO] [stderr] | [INFO] [stderr] 539 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 540 | ) -> Result as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/l293x.rs:568:21 [INFO] [stderr] | [INFO] [stderr] 568 | &mut self [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 579 | stateful_output_pin_impl!(y4, A4, EN34); [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 `stateful_output_pin_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 569 | ) -> Result<(), as embedded_hal::digital::ErrorType>::Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `l293x` (lib test) generated 60 warnings (run `cargo fix --lib -p l293x --tests` to apply 16 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/l293x-4404ef81c524c29b) [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test half_h::tests::test_pwm_fail_enable ... ok [INFO] [stdout] test half_h::tests::test_set ... ok [INFO] [stdout] test half_h::tests::test_pwm_fail_input ... ok [INFO] [stdout] test half_h::tests::test_set_duty_cycle ... ok [INFO] [stdout] test half_h::tests::test_set_duty_cycle_fraction ... ok [INFO] [stdout] test half_h::tests::test_enable ... ok [INFO] [stdout] test half_h::tests::test_set_duty_cycle_fully_on ... ok [INFO] [stdout] test half_h::tests::test_set_duty_cycle_fully_off ... ok [INFO] [stdout] test half_h::tests::test_set_duty_cycle_percent ... ok [INFO] [stdout] test half_h::tests::test_set_enables_output ... ok [INFO] [stdout] test half_h::tests::test_set_state ... ok [INFO] [stdout] test half_h::tests::test_toggle ... ok [INFO] [stdout] test l293x::tests::test_cascading_l293 ... ok [INFO] [stdout] test half_h::tests::test_set_error ... ok [INFO] [stdout] test half_h::tests::test_toggle_error ... ok [INFO] [stdout] test l293x::tests::test_enable12 ... ok [INFO] [stdout] test l293x::tests::test_enable12_fail ... ok [INFO] [stdout] test l293x::tests::test_enable34 ... ok [INFO] [stdout] test l293x::tests::test_enable34_fail ... ok [INFO] [stdout] test l293x::tests::test_partial_chip ... ok [INFO] [stdout] test l293x::tests::test_split ... ok [INFO] [stdout] test l293x::tests::test_toggle_y2 ... ok [INFO] [stdout] test l293x::tests::test_toggle_y3 ... ok [INFO] [stdout] test l293x::tests::test_toggle_y1 ... ok [INFO] [stdout] test l293x::tests::test_toggle_y4 ... ok [INFO] [stdout] test l293x::tests::test_y1 ... ok [INFO] [stdout] test l293x::tests::test_y1_fail ... ok [INFO] [stdout] test l293x::tests::test_y1_pwm ... ok [INFO] [stdout] test l293x::tests::test_y1_set_state ... ok [INFO] [stdout] test l293x::tests::test_y2 ... ok [INFO] [stdout] test l293x::tests::test_y2_fail ... ok [INFO] [stdout] test l293x::tests::test_y2_pwm ... ok [INFO] [stdout] test l293x::tests::test_y2_set_state ... ok [INFO] [stdout] test l293x::tests::test_y3 ... ok [INFO] [stdout] test l293x::tests::test_y3_fail ... ok [INFO] [stdout] test l293x::tests::test_y3_pwm ... ok [INFO] [stdout] test l293x::tests::test_y3_set_state ... ok [INFO] [stdout] test l293x::tests::test_y4 ... ok [INFO] [stdout] test l293x::tests::test_y4_fail ... ok [INFO] [stdout] test l293x::tests::test_y4_pwm ... ok [INFO] [stdout] test l293x::tests::test_y4_set_state ... ok [INFO] [stdout] test output_state_error::tests::test_output_state_error_equality ... ok [INFO] [stdout] test output_state_error::tests::test_output_state_error_kind ... ok [INFO] [stdout] test output_state_error::tests::test_output_state_pwm_error_kind ... ok [INFO] [stdout] test pins::tests::test_error_kind ... ok [INFO] [stdout] test pins::tests::test_ground ... ok [INFO] [stdout] test pins::tests::test_vcc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "14c3174550ce1f62fdd575505872faeac67a9e10ad84793c1fcdf8518222eeab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14c3174550ce1f62fdd575505872faeac67a9e10ad84793c1fcdf8518222eeab", kill_on_drop: false }` [INFO] [stdout] 14c3174550ce1f62fdd575505872faeac67a9e10ad84793c1fcdf8518222eeab