[INFO] fetching crate cargo-feature 0.7.0...
[INFO] checking cargo-feature-0.7.0 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate cargo-feature 0.7.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate cargo-feature 0.7.0 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cargo-feature 0.7.0
[INFO] finished tweaking crates.io crate cargo-feature 0.7.0
[INFO] tweaked toml for crates.io crate cargo-feature 0.7.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate cargo-feature 0.7.0 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" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded termtree v0.2.4
[INFO] [stderr]   Downloaded predicates-core v1.0.3
[INFO] [stderr]   Downloaded pad v0.1.6
[INFO] [stderr]   Downloaded assert_cmd v2.0.4
[INFO] [stderr]   Downloaded predicates-tree v1.0.5
[INFO] [stderr]   Downloaded cargo_metadata v0.14.2
[INFO] [stderr]   Downloaded predicates v2.1.1
[INFO] [stderr]   Downloaded camino v1.0.7
[INFO] [stderr]   Downloaded combine v4.6.4
[INFO] [stderr]   Downloaded libc v0.2.125
[INFO] [stderr]   Downloaded unicode-segmentation v1.9.0
[INFO] [stderr]   Downloaded toml_edit v0.14.3
[INFO] [stderr]   Downloaded proc-macro2 v1.0.38
[INFO] [stderr]   Downloaded syn v1.0.92
[INFO] [stderr]   Downloaded semver v1.0.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ea901a7c748c0798c2216350d7a8010797244f091be15eb652b15d7ab1db935
[INFO] running `Command { std: "docker" "start" "-a" "5ea901a7c748c0798c2216350d7a8010797244f091be15eb652b15d7ab1db935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ea901a7c748c0798c2216350d7a8010797244f091be15eb652b15d7ab1db935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ea901a7c748c0798c2216350d7a8010797244f091be15eb652b15d7ab1db935", kill_on_drop: false }`
[INFO] [stdout] 5ea901a7c748c0798c2216350d7a8010797244f091be15eb652b15d7ab1db935
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d41979e1136205eb0a4ae313053777053f8c7500bcf1117ce2139f05370574cf
[INFO] running `Command { std: "docker" "start" "-a" "d41979e1136205eb0a4ae313053777053f8c7500bcf1117ce2139f05370574cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling camino v1.0.7
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking predicates-core v1.0.3
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking combine v4.6.4
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking termtree v0.2.4
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking predicates-tree v1.0.5
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking pad v0.1.6
[INFO] [stderr]     Checking regex v1.5.5
[INFO] [stderr]     Checking predicates v2.1.1
[INFO] [stderr]     Checking assert_cmd v2.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking toml_edit v0.14.3
[INFO] [stderr]     Checking cargo-platform v0.1.2
[INFO] [stderr]     Checking cargo_metadata v0.14.2
[INFO] [stderr]     Checking cargo-feature v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 21.56s
[INFO] running `Command { std: "docker" "inspect" "d41979e1136205eb0a4ae313053777053f8c7500bcf1117ce2139f05370574cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d41979e1136205eb0a4ae313053777053f8c7500bcf1117ce2139f05370574cf", kill_on_drop: false }`
[INFO] [stdout] d41979e1136205eb0a4ae313053777053f8c7500bcf1117ce2139f05370574cf
