[INFO] fetching crate lsm303 0.1.0... [INFO] testing lsm303-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate lsm303 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate lsm303 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lsm303 0.1.0 [INFO] finished tweaking crates.io crate lsm303 0.1.0 [INFO] tweaked toml for crates.io crate lsm303 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] bce5cfb4d1f846ec80e5ba1e2f804cb80ce07b1414876652180ac71e5c27cf38 [INFO] running `Command { std: "docker" "start" "-a" "bce5cfb4d1f846ec80e5ba1e2f804cb80ce07b1414876652180ac71e5c27cf38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bce5cfb4d1f846ec80e5ba1e2f804cb80ce07b1414876652180ac71e5c27cf38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bce5cfb4d1f846ec80e5ba1e2f804cb80ce07b1414876652180ac71e5c27cf38", kill_on_drop: false }` [INFO] [stdout] bce5cfb4d1f846ec80e5ba1e2f804cb80ce07b1414876652180ac71e5c27cf38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 1a0074c41ae8938ff7c03a190bc01b6cfd83c4e3ce6ffc28ea0f57d64fed36d9 [INFO] running `Command { std: "docker" "start" "-a" "1a0074c41ae8938ff7c03a190bc01b6cfd83c4e3ce6ffc28ea0f57d64fed36d9", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling dimensioned v0.6.0 [INFO] [stderr] Compiling generic-array v0.5.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling i2cdev v0.3.2 [INFO] [stderr] Compiling lsm303 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> src/errors.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / error_chain!{ [INFO] [stdout] 8 | | errors { [INFO] [stdout] 9 | | /// Error opening the I2C device [INFO] [stdout] 10 | | FailedToOpenDevice{} [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / error_chain!{ [INFO] [stdout] 8 | | errors { [INFO] [stdout] 9 | | /// Error opening the I2C device [INFO] [stdout] 10 | | FailedToOpenDevice{} [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.48s [INFO] running `Command { std: "docker" "inspect" "1a0074c41ae8938ff7c03a190bc01b6cfd83c4e3ce6ffc28ea0f57d64fed36d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a0074c41ae8938ff7c03a190bc01b6cfd83c4e3ce6ffc28ea0f57d64fed36d9", kill_on_drop: false }` [INFO] [stdout] 1a0074c41ae8938ff7c03a190bc01b6cfd83c4e3ce6ffc28ea0f57d64fed36d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32387c3730906bc5dce3064cfd5d153dc1383eaf37349a024a7dcec5f0c3e1a8 [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" "32387c3730906bc5dce3064cfd5d153dc1383eaf37349a024a7dcec5f0c3e1a8", kill_on_drop: false }` [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> src/errors.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / error_chain!{ [INFO] [stdout] 8 | | errors { [INFO] [stdout] 9 | | /// Error opening the I2C device [INFO] [stdout] 10 | | FailedToOpenDevice{} [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / error_chain!{ [INFO] [stdout] 8 | | errors { [INFO] [stdout] 9 | | /// Error opening the I2C device [INFO] [stdout] 10 | | FailedToOpenDevice{} [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lsm303 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> src/errors.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> examples/read.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #![allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/registers.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | / define_registers!{ [INFO] [stdout] 152 | | [INFO] [stdout] 153 | | // Accelerometer [INFO] [stdout] 154 | | [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / error_chain!{ [INFO] [stdout] 8 | | errors { [INFO] [stdout] 9 | | /// Error opening the I2C device [INFO] [stdout] 10 | | FailedToOpenDevice{} [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / error_chain!{ [INFO] [stdout] 8 | | errors { [INFO] [stdout] 9 | | /// Error opening the I2C device [INFO] [stdout] 10 | | FailedToOpenDevice{} [INFO] [stdout] ... | [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.31s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/lsm303-e2c2328e6343a743) [INFO] running `Command { std: "docker" "inspect" "32387c3730906bc5dce3064cfd5d153dc1383eaf37349a024a7dcec5f0c3e1a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32387c3730906bc5dce3064cfd5d153dc1383eaf37349a024a7dcec5f0c3e1a8", kill_on_drop: false }` [INFO] [stdout] 32387c3730906bc5dce3064cfd5d153dc1383eaf37349a024a7dcec5f0c3e1a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 2281a410a9b07f1f3ca585672480047ad59338eb05ec6bd28f40c5486480f4d5 [INFO] running `Command { std: "docker" "start" "-a" "2281a410a9b07f1f3ca585672480047ad59338eb05ec6bd28f40c5486480f4d5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stderr] --> src/errors.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #![allow(unused_doc_comment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/registers.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / define_registers!{ [INFO] [stderr] 152 | | [INFO] [stderr] 153 | | // Accelerometer [INFO] [stderr] 154 | | [INFO] [stderr] ... | [INFO] [stderr] 233 | | } [INFO] [stderr] 234 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/registers.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / define_registers!{ [INFO] [stderr] 152 | | [INFO] [stderr] 153 | | // Accelerometer [INFO] [stderr] 154 | | [INFO] [stderr] ... | [INFO] [stderr] 233 | | } [INFO] [stderr] 234 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain!{ [INFO] [stderr] 8 | | errors { [INFO] [stderr] 9 | | /// Error opening the I2C device [INFO] [stderr] 10 | | FailedToOpenDevice{} [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain!{ [INFO] [stderr] 8 | | errors { [INFO] [stderr] 9 | | /// Error opening the I2C device [INFO] [stderr] 10 | | FailedToOpenDevice{} [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `lsm303` (lib) generated 60 warnings (55 duplicates) [INFO] [stderr] warning: `lsm303` (lib test) generated 60 warnings (60 duplicates) [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stderr] --> examples/read.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #![allow(unused_doc_comment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `lsm303` (example "read") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lsm303-e2c2328e6343a743) [INFO] [stderr] Doc-tests lsm303 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stderr] --> /opt/rustwide/workdir/src/errors.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #![allow(unused_doc_comment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/accelerometer.rs - accelerometer::Accelerometer::read_acceleration (line 161) - compile ... ok [INFO] [stdout] test src/magnetometer.rs - magnetometer::Magnetometer::set_gain (line 164) - compile ... ok [INFO] [stdout] test src/accelerometer.rs - accelerometer::Accelerometer::from_i2c_device (line 121) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 8) - compile ... ok [INFO] [stdout] test src/accelerometer.rs - accelerometer::Accelerometer::set_scale (line 213) - compile ... ok [INFO] [stdout] test src/magnetometer.rs - magnetometer::Magnetometer::read_magnetic_field (line 117) - compile ... ok [INFO] [stdout] test src/accelerometer.rs - accelerometer::Accelerometer::set_rate (line 243) - compile ... ok [INFO] [stdout] test src/accelerometer.rs - accelerometer::Rate (line 53) - compile ... ok [INFO] [stdout] test src/magnetometer.rs - magnetometer::Magnetometer::from_i2c_device (line 83) - compile ... ok [INFO] [stdout] test src/accelerometer.rs - accelerometer::Accelerometer::new (line 91) ... ok [INFO] [stdout] test src/magnetometer.rs - magnetometer::Magnetometer::new (line 53) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2281a410a9b07f1f3ca585672480047ad59338eb05ec6bd28f40c5486480f4d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2281a410a9b07f1f3ca585672480047ad59338eb05ec6bd28f40c5486480f4d5", kill_on_drop: false }` [INFO] [stdout] 2281a410a9b07f1f3ca585672480047ad59338eb05ec6bd28f40c5486480f4d5