[INFO] crate ssd1351 0.2.2 is already in cache [INFO] testing ssd1351-0.2.2 against 1.45.2 for beta-1.46-1 [INFO] extracting crate ssd1351 0.2.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate ssd1351 0.2.2 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] removed /workspace/builds/worker-7/source/.cargo/config [INFO] started tweaking crates.io crate ssd1351 0.2.2 [INFO] finished tweaking crates.io crate ssd1351 0.2.2 [INFO] tweaked toml for crates.io crate ssd1351 0.2.2 written to /workspace/builds/worker-7/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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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] [stdout] 1a290fa4f12cc7d6b9c29eff3caa407315d6a3d479daad07572dc54480b10089 [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" "1a290fa4f12cc7d6b9c29eff3caa407315d6a3d479daad07572dc54480b10089", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a290fa4f12cc7d6b9c29eff3caa407315d6a3d479daad07572dc54480b10089", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a290fa4f12cc7d6b9c29eff3caa407315d6a3d479daad07572dc54480b10089", kill_on_drop: false }` [INFO] [stdout] 1a290fa4f12cc7d6b9c29eff3caa407315d6a3d479daad07572dc54480b10089 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ebbef1dcbffc513e8cc7f59623a67a322fd012ffd7131549029332637362411d [INFO] running `Command { std: "docker" "start" "-a" "ebbef1dcbffc513e8cc7f59623a67a322fd012ffd7131549029332637362411d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal v0.2.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling tinytga v0.1.0 [INFO] [stderr] Compiling tinybmp v0.1.1 [INFO] [stderr] Compiling embedded-graphics v0.4.9 [INFO] [stderr] Compiling ssd1351 v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mode/raw.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | fn release(self) -> (Display) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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/interface/spi.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/interface/spi.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/interface/spi.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/builder.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/builder.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/mode/graphics.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/mode/graphics.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | RST: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/interface/spi.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | self.dc.set_low(); [INFO] [stdout] | ^^^^^^^ [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/interface/spi.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | self.dc.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/interface/spi.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | self.dc.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/mode/graphics.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/mode/graphics.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | rst.set_low(); [INFO] [stdout] | ^^^^^^^ [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/mode/graphics.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.74s [INFO] running `Command { std: "docker" "inspect" "ebbef1dcbffc513e8cc7f59623a67a322fd012ffd7131549029332637362411d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebbef1dcbffc513e8cc7f59623a67a322fd012ffd7131549029332637362411d", kill_on_drop: false }` [INFO] [stdout] ebbef1dcbffc513e8cc7f59623a67a322fd012ffd7131549029332637362411d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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] b7d91f6f5b1c379a8f915b40ea0747f282be5800a0b5ebd7a56433d6bb1a2198 [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" "b7d91f6f5b1c379a8f915b40ea0747f282be5800a0b5ebd7a56433d6bb1a2198", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cortex-m v0.6.3 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling cortex-m-rt v0.6.12 [INFO] [stderr] Compiling stm32l4 v0.6.0 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.5 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling heapless v0.4.4 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mode/raw.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | fn release(self) -> (Display) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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/interface/spi.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/interface/spi.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/interface/spi.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/builder.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/builder.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/mode/graphics.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/mode/graphics.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | RST: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/interface/spi.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | self.dc.set_low(); [INFO] [stdout] | ^^^^^^^ [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/interface/spi.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | self.dc.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/interface/spi.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | self.dc.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/mode/graphics.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/mode/graphics.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | rst.set_low(); [INFO] [stdout] | ^^^^^^^ [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/mode/graphics.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling hash32 v0.1.1 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling aligned v0.3.4 [INFO] [stderr] Compiling panic-semihosting v0.5.3 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling stm32l4xx-hal v0.3.6 [INFO] [stderr] Compiling ssd1351 v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/spi.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use(entry, exception)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rt::ExceptionFrame` [INFO] [stdout] --> examples/spi.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use rt::ExceptionFrame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> examples/graphics_buffered.rs:75:55 [INFO] [stdout] | [INFO] [stdout] 75 | let mut display: GraphicsMode<_> = Builder::new().connect_spi(spi, dc, unsafe { &mut BUFFER }).into(); [INFO] [stdout] | ^^^^^^^^^^^ --- -- ---------------------- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'ehal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> examples/spi.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'ehal::digital::OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> examples/spi.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | rst.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'ehal::digital::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> examples/spi.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/graphics.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use(entry, exception)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rt::ExceptionFrame` [INFO] [stdout] --> examples/graphics.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use rt::ExceptionFrame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mode/raw.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | fn release(self) -> (Display) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ssd1351`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/interface/spi.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/interface/spi.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/interface/spi.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 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/builder.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/builder.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | DC: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [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/mode/graphics.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/mode/graphics.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | RST: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/time.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use(entry, exception)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rt::ExceptionFrame` [INFO] [stdout] --> examples/time.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use rt::ExceptionFrame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 5 arguments but 4 arguments were supplied [INFO] [stdout] --> examples/time.rs:53:15 [INFO] [stdout] | [INFO] [stdout] 53 | let rtc = Rtc::rtc(p.RTC, &mut rcc.apb1r1, &mut rcc.bdcr, &mut pwr.cr1); [INFO] [stdout] | ^^^^^^^^ ----- --------------- ------------- ------------ supplied 4 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 5 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/rainbow.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use(entry, exception)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rt::ExceptionFrame` [INFO] [stdout] --> examples/rainbow.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use rt::ExceptionFrame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `flush` found for struct `ssd1351::mode::GraphicsMode>` in the current scope [INFO] [stdout] --> examples/graphics_buffered.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | display.flush(); [INFO] [stdout] | ^^^^^ method not found in `ssd1351::mode::GraphicsMode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `flush` found for struct `ssd1351::mode::GraphicsMode>` in the current scope [INFO] [stdout] --> examples/graphics_buffered.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | display.flush(); [INFO] [stdout] | ^^^^^ method not found in `ssd1351::mode::GraphicsMode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [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/interface/spi.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | self.dc.set_low(); [INFO] [stdout] | ^^^^^^^ [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/interface/spi.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | self.dc.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/interface/spi.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | self.dc.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/mode/graphics.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [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/mode/graphics.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | rst.set_low(); [INFO] [stdout] | ^^^^^^^ [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/mode/graphics.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | rst.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b7d91f6f5b1c379a8f915b40ea0747f282be5800a0b5ebd7a56433d6bb1a2198", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7d91f6f5b1c379a8f915b40ea0747f282be5800a0b5ebd7a56433d6bb1a2198", kill_on_drop: false }` [INFO] [stdout] b7d91f6f5b1c379a8f915b40ea0747f282be5800a0b5ebd7a56433d6bb1a2198