[INFO] cloning repository https://github.com/dtolnay/cargo-tally [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dtolnay/cargo-tally" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtolnay%2Fcargo-tally", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtolnay%2Fcargo-tally'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 03132d45f705af4ee38f2a6dcf5f953fd1b641a1 [INFO] testing dtolnay/cargo-tally against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtolnay%2Fcargo-tally" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dtolnay/cargo-tally on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dtolnay/cargo-tally [INFO] finished tweaking git repo https://github.com/dtolnay/cargo-tally [INFO] tweaked toml for git repo https://github.com/dtolnay/cargo-tally written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd51b1ce9e7e764d1dcb02fc41800c0c71a2024109aebd9a16fc7b65a5115c59 [INFO] running `Command { std: "docker" "start" "-a" "dd51b1ce9e7e764d1dcb02fc41800c0c71a2024109aebd9a16fc7b65a5115c59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd51b1ce9e7e764d1dcb02fc41800c0c71a2024109aebd9a16fc7b65a5115c59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd51b1ce9e7e764d1dcb02fc41800c0c71a2024109aebd9a16fc7b65a5115c59", kill_on_drop: false }` [INFO] [stdout] dd51b1ce9e7e764d1dcb02fc41800c0c71a2024109aebd9a16fc7b65a5115c59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd4bbe0b7b9539ab2e3e64b75bcf60759c2ba7f550cf299dfd93b56494ca0f44 [INFO] running `Command { std: "docker" "start" "-a" "fd4bbe0b7b9539ab2e3e64b75bcf60759c2ba7f550cf299dfd93b56494ca0f44", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling abomonation v0.7.3 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling timely_bytes v0.12.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling timely_logging v0.12.0 [INFO] [stderr] Compiling sysinfo v0.18.2 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling tar v0.4.35 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling abomonation_derive v0.5.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling timely_communication v0.12.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling opener v0.5.0 [INFO] [stderr] Compiling timely v0.12.0 [INFO] [stderr] Compiling db-dump v0.3.1 [INFO] [stderr] Compiling differential-dataflow v0.12.0 [INFO] [stderr] Compiling cargo-tally v0.3.7 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `cargo-tally` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cargo_tally --edition=2018 src/hidden.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c16261ca6380241c -C extra-filename=-c16261ca6380241c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern abomonation=/opt/rustwide/target/debug/deps/libabomonation-c0a8d34cd97bed7f.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-e183bb2174e494e4.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-69ea8e88535eec5a.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-a21eeea7638d82ad.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-b58d774625c2e953.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-718e13290cbac461.rmeta --extern db_dump=/opt/rustwide/target/debug/deps/libdb_dump-16009427e3a7c871.rmeta --extern differential_dataflow=/opt/rustwide/target/debug/deps/libdifferential_dataflow-51ece77478dedfb8.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-02aeb857270eb57b.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2d047839a5a31cff.rmeta --extern opener=/opt/rustwide/target/debug/deps/libopener-7273f61817cffcce.rmeta --extern ref_cast=/opt/rustwide/target/debug/deps/libref_cast-c86ce25a0bfe920e.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-14edb7dff9ca13a5.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-4ff759bc447ce979.rmeta --extern sysinfo=/opt/rustwide/target/debug/deps/libsysinfo-d9fe525b5c8b9051.rlib --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-48569ba71e859b79.rmeta --extern timely=/opt/rustwide/target/debug/deps/libtimely-584b49ba90112c5e.rmeta --extern typed_arena=/opt/rustwide/target/debug/deps/libtyped_arena-44a6b78d38bbbfed.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "fd4bbe0b7b9539ab2e3e64b75bcf60759c2ba7f550cf299dfd93b56494ca0f44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd4bbe0b7b9539ab2e3e64b75bcf60759c2ba7f550cf299dfd93b56494ca0f44", kill_on_drop: false }` [INFO] [stdout] fd4bbe0b7b9539ab2e3e64b75bcf60759c2ba7f550cf299dfd93b56494ca0f44