[INFO] cloning repository https://github.com/sharkdp/fd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sharkdp/fd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsharkdp%2Ffd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsharkdp%2Ffd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ba90dd7685a73923a3a872c4ffc8756a198d755 [INFO] checking sharkdp/fd against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsharkdp%2Ffd" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sharkdp/fd on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sharkdp/fd [INFO] finished tweaking git repo https://github.com/sharkdp/fd [INFO] tweaked toml for git repo https://github.com/sharkdp/fd written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/sharkdp/fd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7127849797d0dbdeb979a937707e6bcc0b751f43d3dfcd701b94b447509ba66a [INFO] running `Command { std: "docker" "start" "-a" "7127849797d0dbdeb979a937707e6bcc0b751f43d3dfcd701b94b447509ba66a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7127849797d0dbdeb979a937707e6bcc0b751f43d3dfcd701b94b447509ba66a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7127849797d0dbdeb979a937707e6bcc0b751f43d3dfcd701b94b447509ba66a", kill_on_drop: false }` [INFO] [stdout] 7127849797d0dbdeb979a937707e6bcc0b751f43d3dfcd701b94b447509ba66a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f1bba3827263fa272d3e525bfc7c580d3ad5ecb45b1f0b2b41eafa9602e69b1 [INFO] running `Command { std: "docker" "start" "-a" "1f1bba3827263fa272d3e525bfc7c580d3ad5ecb45b1f0b2b41eafa9602e69b1", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] clap v2.33.1 (as host dependency): term_size, wrap_help [INFO] [stderr] libc v0.2.70 (as host dependency): default, extra_traits, std [INFO] [stderr] textwrap v0.11.0 (as host dependency): term_size [INFO] [stderr] [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking humantime v2.0.0 [INFO] [stderr] Checking normpath v0.3.0 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking lscolors v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking dirs-sys-next v0.1.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking globset v0.4.5 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking ignore v0.4.15 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking ctrlc v3.1.4 [INFO] [stderr] Compiling fd-find v8.2.1 (/tmp/fixit) [INFO] [stderr] Migrating build.rs from 2018 edition to 2021 [INFO] [stderr] Checking jemallocator v0.3.2 [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/tests.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling fd-find v8.2.1 (/tmp/fixit) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.43s [INFO] running `Command { std: "docker" "inspect" "1f1bba3827263fa272d3e525bfc7c580d3ad5ecb45b1f0b2b41eafa9602e69b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f1bba3827263fa272d3e525bfc7c580d3ad5ecb45b1f0b2b41eafa9602e69b1", kill_on_drop: false }` [INFO] [stdout] 1f1bba3827263fa272d3e525bfc7c580d3ad5ecb45b1f0b2b41eafa9602e69b1