[INFO] cloning repository https://github.com/richardnfag/facts
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/richardnfag/facts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardnfag%2Ffacts", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardnfag%2Ffacts'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 31d49a14601b92277ce1a78f0da5302680aca8f3
[INFO] checking richardnfag/facts against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardnfag%2Ffacts" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/richardnfag/facts
[INFO] finished tweaking git repo https://github.com/richardnfag/facts
[INFO] tweaked toml for git repo https://github.com/richardnfag/facts written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/richardnfag/facts on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/richardnfag/facts 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51dba82e11c49e3cdf069dfb289a84c39867d187d65ec65af975d541d78b8dec
[INFO] running `Command { std: "docker" "start" "-a" "51dba82e11c49e3cdf069dfb289a84c39867d187d65ec65af975d541d78b8dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51dba82e11c49e3cdf069dfb289a84c39867d187d65ec65af975d541d78b8dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51dba82e11c49e3cdf069dfb289a84c39867d187d65ec65af975d541d78b8dec", kill_on_drop: false }`
[INFO] [stdout] 51dba82e11c49e3cdf069dfb289a84c39867d187d65ec65af975d541d78b8dec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2f798b81735cad7d1178d1fe538a81a817a1cca346b0edaf80e84c3112a4eab
[INFO] running `Command { std: "docker" "start" "-a" "a2f798b81735cad7d1178d1fe538a81a817a1cca346b0edaf80e84c3112a4eab", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling backtrace v0.3.63
[INFO] [stderr]    Compiling miniz-sys v0.1.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]     Checking snap v0.2.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking flate2 v0.2.20
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking ref_slice v1.2.1
[INFO] [stderr]     Checking twox-hash v1.6.1
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]     Checking tokio v1.18.5
[INFO] [stderr]     Checking serde v1.0.130
[INFO] [stderr]     Checking kafka v0.8.0
[INFO] [stderr]     Checking serde_json v1.0.70
[INFO] [stderr]     Checking facts v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]  --> src/lib.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(all(test, feature = "nightly"))]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `nightly` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]  --> src/lib.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(all(test, feature = "nightly"))]
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `nightly` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.55, snap v0.2.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "a2f798b81735cad7d1178d1fe538a81a817a1cca346b0edaf80e84c3112a4eab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2f798b81735cad7d1178d1fe538a81a817a1cca346b0edaf80e84c3112a4eab", kill_on_drop: false }`
[INFO] [stdout] a2f798b81735cad7d1178d1fe538a81a817a1cca346b0edaf80e84c3112a4eab
