[INFO] fetching crate boringauth 0.9.0... [INFO] checking boringauth-0.9.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate boringauth 0.9.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate boringauth 0.9.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate boringauth 0.9.0 [INFO] finished tweaking crates.io crate boringauth 0.9.0 [INFO] tweaked toml for crates.io crate boringauth 0.9.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a01fe7ffc0dfa7da4bb5a3abbabd11716caa12385001d5176139d4a888cdc1d [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" "0a01fe7ffc0dfa7da4bb5a3abbabd11716caa12385001d5176139d4a888cdc1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a01fe7ffc0dfa7da4bb5a3abbabd11716caa12385001d5176139d4a888cdc1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a01fe7ffc0dfa7da4bb5a3abbabd11716caa12385001d5176139d4a888cdc1d", kill_on_drop: false }` [INFO] [stdout] 0a01fe7ffc0dfa7da4bb5a3abbabd11716caa12385001d5176139d4a888cdc1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70f61b11b1de09bd5e6f2565112baa65726017aceda523383821fad96dde1465 [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" "70f61b11b1de09bd5e6f2565112baa65726017aceda523383821fad96dde1465", kill_on_drop: false }` [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking boringauth v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/hotp.rs:751:28 [INFO] [stdout] | [INFO] [stdout] 751 | .hash_function(HashFunction::Sha1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/hotp.rs:756:28 [INFO] [stdout] | [INFO] [stdout] 756 | .hash_function(HashFunction::Sha1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/hotp.rs:762:28 [INFO] [stdout] | [INFO] [stdout] 762 | .hash_function(HashFunction::Sha1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/hotp.rs:792:28 [INFO] [stdout] | [INFO] [stdout] 792 | .hash_function(HashFunction::Sha1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/hotp.rs:831:28 [INFO] [stdout] | [INFO] [stdout] 831 | .hash_function(HashFunction::Sha1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/totp.rs:722:18 [INFO] [stdout] | [INFO] [stdout] 722 | (59, HashFunction::Sha1, "94287082"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/totp.rs:723:26 [INFO] [stdout] | [INFO] [stdout] 723 | (1111111109, HashFunction::Sha1, "07081804"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/totp.rs:724:26 [INFO] [stdout] | [INFO] [stdout] 724 | (1111111111, HashFunction::Sha1, "14050471"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/totp.rs:725:26 [INFO] [stdout] | [INFO] [stdout] 725 | (1234567890, HashFunction::Sha1, "89005924"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/totp.rs:726:26 [INFO] [stdout] | [INFO] [stdout] 726 | (2000000000, HashFunction::Sha1, "69279037"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated unit variant `oath::HashFunction::Sha1` [INFO] [stdout] --> src/oath/totp.rs:727:27 [INFO] [stdout] | [INFO] [stdout] 727 | (20000000000, HashFunction::Sha1, "65353130"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.26s [INFO] running `Command { std: "docker" "inspect" "70f61b11b1de09bd5e6f2565112baa65726017aceda523383821fad96dde1465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70f61b11b1de09bd5e6f2565112baa65726017aceda523383821fad96dde1465", kill_on_drop: false }` [INFO] [stdout] 70f61b11b1de09bd5e6f2565112baa65726017aceda523383821fad96dde1465