[INFO] fetching crate hc128 0.1.6... [INFO] checking hc128-0.1.6 against master#4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 for pr-83744 [INFO] extracting crate hc128 0.1.6 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate hc128 0.1.6 on toolchain 4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hc128 0.1.6 [INFO] finished tweaking crates.io crate hc128 0.1.6 [INFO] tweaked toml for crates.io crate hc128 0.1.6 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 463547a6feb401220176b58624e5475e2f4b8824fd1e25dfff39a4ac90cd6bd2 [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" "463547a6feb401220176b58624e5475e2f4b8824fd1e25dfff39a4ac90cd6bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "463547a6feb401220176b58624e5475e2f4b8824fd1e25dfff39a4ac90cd6bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "463547a6feb401220176b58624e5475e2f4b8824fd1e25dfff39a4ac90cd6bd2", kill_on_drop: false }` [INFO] [stdout] 463547a6feb401220176b58624e5475e2f4b8824fd1e25dfff39a4ac90cd6bd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 943bbe004346c92c69092fbc5840f52e014045c8b1c081d3e489c883b9f22931 [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" "943bbe004346c92c69092fbc5840f52e014045c8b1c081d3e489c883b9f22931", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking hc128 v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> benches/bench.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static!{ [INFO] [stdout] 13 | | static ref KEY: [u8; 16] = { [INFO] [stdout] 14 | | let mut key = [0; 16]; [INFO] [stdout] 15 | | thread_rng().fill_bytes(&mut key); [INFO] [stdout] ... | [INFO] [stdout] 27 | | }; [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> benches/bench.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static!{ [INFO] [stdout] 13 | | static ref KEY: [u8; 16] = { [INFO] [stdout] 14 | | let mut key = [0; 16]; [INFO] [stdout] 15 | | thread_rng().fill_bytes(&mut key); [INFO] [stdout] ... | [INFO] [stdout] 27 | | }; [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> benches/bench.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static!{ [INFO] [stdout] 13 | | static ref KEY: [u8; 16] = { [INFO] [stdout] 14 | | let mut key = [0; 16]; [INFO] [stdout] 15 | | thread_rng().fill_bytes(&mut key); [INFO] [stdout] ... | [INFO] [stdout] 27 | | }; [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.16s [INFO] running `Command { std: "docker" "inspect" "943bbe004346c92c69092fbc5840f52e014045c8b1c081d3e489c883b9f22931", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "943bbe004346c92c69092fbc5840f52e014045c8b1c081d3e489c883b9f22931", kill_on_drop: false }` [INFO] [stdout] 943bbe004346c92c69092fbc5840f52e014045c8b1c081d3e489c883b9f22931