[INFO] fetching crate usb2642-i2c 0.1.1... [INFO] checking usb2642-i2c-0.1.1 against master#7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 for pr-85387 [INFO] extracting crate usb2642-i2c 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate usb2642-i2c 0.1.1 on toolchain 7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate usb2642-i2c 0.1.1 [INFO] finished tweaking crates.io crate usb2642-i2c 0.1.1 [INFO] tweaked toml for crates.io crate usb2642-i2c 0.1.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate usb2642-i2c 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c652af035eb7293a77cd1cc0e0a949e8922c37d532eaf76d6217930f48703331 [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" "c652af035eb7293a77cd1cc0e0a949e8922c37d532eaf76d6217930f48703331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c652af035eb7293a77cd1cc0e0a949e8922c37d532eaf76d6217930f48703331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c652af035eb7293a77cd1cc0e0a949e8922c37d532eaf76d6217930f48703331", kill_on_drop: false }` [INFO] [stdout] c652af035eb7293a77cd1cc0e0a949e8922c37d532eaf76d6217930f48703331 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "check" "--frozen" "--all" "--all-targets" "--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] ea6f2505e141261c2f4790b4d71d58fe657c02d9c58c0789bdf7f63fc6437997 [INFO] running `Command { std: "docker" "start" "-a" "ea6f2505e141261c2f4790b4d71d58fe657c02d9c58c0789bdf7f63fc6437997", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking nix v0.19.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking usb2642-i2c v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/pca9536.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / bitflags! { [INFO] [stdout] 22 | | pub flags GpioPin: u8 { [INFO] [stdout] 23 | | const GPIO_NONE = 0x00, [INFO] [stdout] 24 | | const GPIO0 = 0x01, [INFO] [stdout] ... | [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `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] --> examples/pca9536.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / bitflags! { [INFO] [stdout] 22 | | pub flags GpioPin: u8 { [INFO] [stdout] 23 | | const GPIO_NONE = 0x00, [INFO] [stdout] 24 | | const GPIO0 = 0x01, [INFO] [stdout] ... | [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.22s [INFO] running `Command { std: "docker" "inspect" "ea6f2505e141261c2f4790b4d71d58fe657c02d9c58c0789bdf7f63fc6437997", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea6f2505e141261c2f4790b4d71d58fe657c02d9c58c0789bdf7f63fc6437997", kill_on_drop: false }` [INFO] [stdout] ea6f2505e141261c2f4790b4d71d58fe657c02d9c58c0789bdf7f63fc6437997