[INFO] fetching crate orderly 0.5.1...
[INFO] checking orderly-0.5.1 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] extracting crate orderly 0.5.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate orderly 0.5.1
[INFO] finished tweaking crates.io crate orderly 0.5.1
[INFO] tweaked toml for crates.io crate orderly 0.5.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate orderly 0.5.1 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 39 packages to highest compatible versions
[INFO] [stderr]       Adding crossbeam-channel v0.3.9 (available: v0.5.17)
[INFO] [stderr]       Adding nix v0.13.1 (available: v0.31.3)
[INFO] [stderr]       Adding signal-hook v0.1.17 (available: v0.4.4)
[INFO] [stderr]       Adding simple_logger v1.16.0 (available: v5.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded signal-hook v0.1.17
[INFO] [stderr]   Downloaded nix v0.13.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce
[INFO] running `Command { std: "docker" "start" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling nix v0.13.1
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking signal-hook v0.1.17
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking simple_logger v1.16.0
[INFO] [stderr]     Checking orderly v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::os::unix::process::CommandExt::before_exec`: should be unsafe, use `pre_exec` instead
[INFO] [stdout]    --> src/main.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     cmd.before_exec(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::os::unix::process::CommandExt::before_exec`: should be unsafe, use `pre_exec` instead
[INFO] [stdout]    --> src/main.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     cmd.before_exec(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/main.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |   IOError(std::io::Error),
[INFO] [stdout]    |   ------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SupervisorError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 28 -   IOError(std::io::Error),
[INFO] [stdout] 28 +   IOError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `restart_timeout` and `shutdown_timeout` are never read
[INFO] [stdout]    --> src/specs.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub struct SupervisorSpec {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 161 |   pub restart_timeout: Option<f64>,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 162 |   pub shutdown: Option<String>,
[INFO] [stdout] 163 |   pub shutdown_timeout: Option<f64>,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SupervisorSpec` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/main.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |   IOError(std::io::Error),
[INFO] [stdout]    |   ------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SupervisorError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 28 -   IOError(std::io::Error),
[INFO] [stdout] 28 +   IOError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `restart_timeout` and `shutdown_timeout` are never read
[INFO] [stdout]    --> src/specs.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub struct SupervisorSpec {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 161 |   pub restart_timeout: Option<f64>,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 162 |   pub shutdown: Option<String>,
[INFO] [stdout] 163 |   pub shutdown_timeout: Option<f64>,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SupervisorSpec` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
[INFO] running `Command { std: "docker" "inspect" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce", kill_on_drop: false }`
[INFO] [stdout] 86a3f033a20fb744681ea7b4e3438212071e6ab7a8c6648b45f10367c979dbce
