[INFO] cloning repository https://github.com/tychobrailleur/rusty-sandbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tychobrailleur/rusty-sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychobrailleur%2Frusty-sandbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychobrailleur%2Frusty-sandbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4e5943acd20a96518287950a135d72d3bd5fae0 [INFO] building tychobrailleur/rusty-sandbox against try#334963c956d25708feab489a3816ae63f639355d for pr-135216-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychobrailleur%2Frusty-sandbox" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tychobrailleur/rusty-sandbox on toolchain 334963c956d25708feab489a3816ae63f639355d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tychobrailleur/rusty-sandbox [INFO] finished tweaking git repo https://github.com/tychobrailleur/rusty-sandbox [INFO] tweaked toml for git repo https://github.com/tychobrailleur/rusty-sandbox written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tychobrailleur/rusty-sandbox already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bbbfc8df4b64eac19686bfff7140eca67279d7394772e5d142df8c651ba95f23 [INFO] running `Command { std: "docker" "start" "-a" "bbbfc8df4b64eac19686bfff7140eca67279d7394772e5d142df8c651ba95f23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bbbfc8df4b64eac19686bfff7140eca67279d7394772e5d142df8c651ba95f23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbbfc8df4b64eac19686bfff7140eca67279d7394772e5d142df8c651ba95f23", kill_on_drop: false }` [INFO] [stdout] bbbfc8df4b64eac19686bfff7140eca67279d7394772e5d142df8c651ba95f23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a530d968de96fe018a4ab6ae69d66af977df951b0bc76e1731151c19d6d9b0b2 [INFO] running `Command { std: "docker" "start" "-a" "a530d968de96fe018a4ab6ae69d66af977df951b0bc76e1731151c19d6d9b0b2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling rusty-sandbox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `rand::ChaChaRng::new_unseeded`: use the FromEntropy or SeedableRng trait [INFO] [stdout] --> src/bin/random.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | let mut ra = ChaChaRng::new_unseeded(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.27s [INFO] running `Command { std: "docker" "inspect" "a530d968de96fe018a4ab6ae69d66af977df951b0bc76e1731151c19d6d9b0b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a530d968de96fe018a4ab6ae69d66af977df951b0bc76e1731151c19d6d9b0b2", kill_on_drop: false }` [INFO] [stdout] a530d968de96fe018a4ab6ae69d66af977df951b0bc76e1731151c19d6d9b0b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f50561f944c809a14fbe34662da41cc72bd7b241837a716769f0e747e74ff29f [INFO] running `Command { std: "docker" "start" "-a" "f50561f944c809a14fbe34662da41cc72bd7b241837a716769f0e747e74ff29f", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-sandbox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `rand::ChaChaRng::new_unseeded`: use the FromEntropy or SeedableRng trait [INFO] [stdout] --> src/bin/random.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | let mut ra = ChaChaRng::new_unseeded(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `Command { std: "docker" "inspect" "f50561f944c809a14fbe34662da41cc72bd7b241837a716769f0e747e74ff29f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f50561f944c809a14fbe34662da41cc72bd7b241837a716769f0e747e74ff29f", kill_on_drop: false }` [INFO] [stdout] f50561f944c809a14fbe34662da41cc72bd7b241837a716769f0e747e74ff29f