[INFO] crate hd44780_test 0.1.0 is already in cache [INFO] checking hd44780_test-0.1.0 against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] extracting crate hd44780_test 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate hd44780_test 0.1.0 on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hd44780_test 0.1.0 [INFO] finished tweaking crates.io crate hd44780_test 0.1.0 [INFO] tweaked toml for crates.io crate hd44780_test 0.1.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "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] 1d4effb4f483a1e012a579fb7626ae9cd445c8ca5bbcbd177c48e8d17ec075af [INFO] running `Command { std: "docker" "start" "-a" "1d4effb4f483a1e012a579fb7626ae9cd445c8ca5bbcbd177c48e8d17ec075af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d4effb4f483a1e012a579fb7626ae9cd445c8ca5bbcbd177c48e8d17ec075af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d4effb4f483a1e012a579fb7626ae9cd445c8ca5bbcbd177c48e8d17ec075af", kill_on_drop: false }` [INFO] [stdout] 1d4effb4f483a1e012a579fb7626ae9cd445c8ca5bbcbd177c48e8d17ec075af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b75ced49982382a6e2bbf492ad100bd1ccd83080364fd95b11dbf860420e4f57 [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" "b75ced49982382a6e2bbf492ad100bd1ccd83080364fd95b11dbf860420e4f57", kill_on_drop: false }` [INFO] [stderr] Checking hd44780_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/core.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | try!(self.host.init()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 56 | self.rs = Some(try!(fso.open("/sys/class/gpio/gpio7/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | self.enable = Some(try!(fso.open("/sys/class/gpio/gpio8/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:58:27 [INFO] [stdout] | [INFO] [stdout] 58 | self.data4 = Some(try!(fso.open("/sys/class/gpio/gpio25/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | self.data5 = Some(try!(fso.open("/sys/class/gpio/gpio24/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | self.data6 = Some(try!(fso.open("/sys/class/gpio/gpio23/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | self.data7 = Some(try!(fso.open("/sys/class/gpio/gpio18/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | host: Box [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn HD44780Host` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/core.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | try!(self.host.init()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(h: Box) -> HD44780 { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn HD44780Host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 56 | self.rs = Some(try!(fso.open("/sys/class/gpio/gpio7/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | self.enable = Some(try!(fso.open("/sys/class/gpio/gpio8/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:58:27 [INFO] [stdout] | [INFO] [stdout] 58 | self.data4 = Some(try!(fso.open("/sys/class/gpio/gpio25/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | self.data5 = Some(try!(fso.open("/sys/class/gpio/gpio24/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | self.data6 = Some(try!(fso.open("/sys/class/gpio/gpio23/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/hosts.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | self.data7 = Some(try!(fso.open("/sys/class/gpio/gpio18/value"))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | host: Box [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn HD44780Host` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(h: Box) -> HD44780 { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn HD44780Host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `Command { std: "docker" "inspect" "b75ced49982382a6e2bbf492ad100bd1ccd83080364fd95b11dbf860420e4f57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b75ced49982382a6e2bbf492ad100bd1ccd83080364fd95b11dbf860420e4f57", kill_on_drop: false }` [INFO] [stdout] b75ced49982382a6e2bbf492ad100bd1ccd83080364fd95b11dbf860420e4f57