[INFO] crate xmc1000-hal 0.1.0 is already in cache [INFO] testing xmc1000-hal-0.1.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate xmc1000-hal 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate xmc1000-hal 0.1.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xmc1000-hal 0.1.0 [INFO] finished tweaking crates.io crate xmc1000-hal 0.1.0 [INFO] tweaked toml for crates.io crate xmc1000-hal 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f52d2d1a26a1bd9f1ee55bade539170bfaedf13b1f21c22c699db73b6fd03920 [INFO] running `Command { std: "docker" "start" "-a" "f52d2d1a26a1bd9f1ee55bade539170bfaedf13b1f21c22c699db73b6fd03920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f52d2d1a26a1bd9f1ee55bade539170bfaedf13b1f21c22c699db73b6fd03920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52d2d1a26a1bd9f1ee55bade539170bfaedf13b1f21c22c699db73b6fd03920", kill_on_drop: false }` [INFO] [stdout] f52d2d1a26a1bd9f1ee55bade539170bfaedf13b1f21c22c699db73b6fd03920 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bf8d943f246b6f846d4046606e79cb24b6a3fd7473e844056ff1c3db51c9cc6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3bf8d943f246b6f846d4046606e79cb24b6a3fd7473e844056ff1c3db51c9cc6", kill_on_drop: false }` [INFO] [stderr] Compiling xmc1000 v0.1.0 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal v0.2.4 [INFO] [stderr] Compiling xmc1000-hal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.98s [INFO] running `Command { std: "docker" "inspect" "3bf8d943f246b6f846d4046606e79cb24b6a3fd7473e844056ff1c3db51c9cc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bf8d943f246b6f846d4046606e79cb24b6a3fd7473e844056ff1c3db51c9cc6", kill_on_drop: false }` [INFO] [stdout] 3bf8d943f246b6f846d4046606e79cb24b6a3fd7473e844056ff1c3db51c9cc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50ddd8f38954764eb48f08195f4e4edf27361a7e95cfe942879816c1c9c748b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "50ddd8f38954764eb48f08195f4e4edf27361a7e95cfe942879816c1c9c748b6", kill_on_drop: false }` [INFO] [stderr] Compiling xmc1000-hal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:50 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:179:77 [INFO] [stdout] | [INFO] [stdout] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stdout] 286 | | IOCR0: iocr0, [ [INFO] [stdout] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 309 | | ], [INFO] [stdout] 310 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stdout] 313 | | IOCR0: iocr0, [ [INFO] [stdout] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stdout] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 323 | | ], [INFO] [stdout] 324 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:50 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:193:77 [INFO] [stdout] | [INFO] [stdout] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stdout] 327 | | IOCR0: iocr0, [ [INFO] [stdout] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stdout] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stdout] ... | [INFO] [stdout] 344 | | ], [INFO] [stdout] 345 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "50ddd8f38954764eb48f08195f4e4edf27361a7e95cfe942879816c1c9c748b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50ddd8f38954764eb48f08195f4e4edf27361a7e95cfe942879816c1c9c748b6", kill_on_drop: false }` [INFO] [stdout] 50ddd8f38954764eb48f08195f4e4edf27361a7e95cfe942879816c1c9c748b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0e2831e5c93789b37bdbc04624c84e23cd78994beb02aec0e81862c8fd6d8a38 [INFO] running `Command { std: "docker" "start" "-a" "0e2831e5c93789b37bdbc04624c84e23cd78994beb02aec0e81862c8fd6d8a38", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:266:32 [INFO] [stderr] | [INFO] [stderr] 266 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:266:32 [INFO] [stderr] | [INFO] [stderr] 266 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:266:32 [INFO] [stderr] | [INFO] [stderr] 266 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:50 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:77 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:50 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:77 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:50 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:77 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:50 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:77 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:50 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:77 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:50 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:77 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 21 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:266:32 [INFO] [stderr] | [INFO] [stderr] 266 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:266:32 [INFO] [stderr] | [INFO] [stderr] 266 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use hal::digital::OutputPin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | impl OutputPin for $PXx> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:266:32 [INFO] [stderr] | [INFO] [stderr] 266 | impl OutputPin for $PXi> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:50 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:77 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:50 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:77 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:50 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:179:77 [INFO] [stderr] | [INFO] [stderr] 179 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:50 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:77 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 285 | / gpio!(PORT0, port0, P0x, [ [INFO] [stderr] 286 | | IOCR0: iocr0, [ [INFO] [stderr] 287 | | P0_00: (p0_00, 0, Input), [INFO] [stderr] 288 | | P0_01: (p0_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 309 | | ], [INFO] [stderr] 310 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:50 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:77 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 312 | / gpio!(PORT1, port1, P1x, [ [INFO] [stderr] 313 | | IOCR0: iocr0, [ [INFO] [stderr] 314 | | P1_00: (p1_00, 0, Input), [INFO] [stderr] 315 | | P1_01: (p1_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 323 | | ], [INFO] [stderr] 324 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:50 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stderr] --> src/gpio.rs:193:77 [INFO] [stderr] | [INFO] [stderr] 193 | if set_high { output.set_high() } else { output.set_low() } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 326 | / gpio!(PORT2, port2, P2x, [ [INFO] [stderr] 327 | | IOCR0: iocr0, [ [INFO] [stderr] 328 | | P2_00: (p2_00, 0, Input), [INFO] [stderr] 329 | | P2_01: (p2_01, 1, Input), [INFO] [stderr] ... | [INFO] [stderr] 344 | | ], [INFO] [stderr] 345 | | ]); [INFO] [stderr] | |___- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 21 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xmc1000_hal-550bee3d2146b1cc [INFO] [stdout] [INFO] [stderr] Doc-tests xmc1000-hal [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0e2831e5c93789b37bdbc04624c84e23cd78994beb02aec0e81862c8fd6d8a38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e2831e5c93789b37bdbc04624c84e23cd78994beb02aec0e81862c8fd6d8a38", kill_on_drop: false }` [INFO] [stdout] 0e2831e5c93789b37bdbc04624c84e23cd78994beb02aec0e81862c8fd6d8a38