[INFO] cloning repository https://github.com/scambier/TQ-Bundler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scambier/TQ-Bundler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscambier%2FTQ-Bundler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscambier%2FTQ-Bundler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 77c2bb8f223d100e3820c2f794288648b98467e7 [INFO] checking scambier/TQ-Bundler against try#723ab942d877517caf445dafde0416803ef56501 for pr-143857 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscambier%2FTQ-Bundler" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/scambier/TQ-Bundler [INFO] finished tweaking git repo https://github.com/scambier/TQ-Bundler [INFO] tweaked toml for git repo https://github.com/scambier/TQ-Bundler written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/scambier/TQ-Bundler on toolchain 723ab942d877517caf445dafde0416803ef56501 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+723ab942d877517caf445dafde0416803ef56501" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/scambier/TQ-Bundler 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" "+723ab942d877517caf445dafde0416803ef56501" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+723ab942d877517caf445dafde0416803ef56501" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e71961e154d6e166f86fe7d928dc7da797b2fe8ce96f7956d0eb563b490a5d7 [INFO] running `Command { std: "docker" "start" "-a" "1e71961e154d6e166f86fe7d928dc7da797b2fe8ce96f7956d0eb563b490a5d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e71961e154d6e166f86fe7d928dc7da797b2fe8ce96f7956d0eb563b490a5d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e71961e154d6e166f86fe7d928dc7da797b2fe8ce96f7956d0eb563b490a5d7", kill_on_drop: false }` [INFO] [stdout] 1e71961e154d6e166f86fe7d928dc7da797b2fe8ce96f7956d0eb563b490a5d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+723ab942d877517caf445dafde0416803ef56501" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 094a1f99250d51299f38f660dc6a1a0d2675a62b4c5210f5b2545e317f844bef [INFO] running `Command { std: "docker" "start" "-a" "094a1f99250d51299f38f660dc6a1a0d2675a62b4c5210f5b2545e317f844bef", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Compiling syn v2.0.97 [INFO] [stderr] Checking regex-syntax v0.6.28 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking iana-time-zone v0.1.53 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Compiling rust-embed-utils v8.5.0 [INFO] [stderr] Checking net2 v0.2.39 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking clap v3.2.23 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking ctrlc v3.2.5 [INFO] [stderr] Checking notify v4.0.18 [INFO] [stderr] Checking regex v1.7.1 [INFO] [stderr] Compiling rust-embed-impl v8.5.0 [INFO] [stderr] Checking rust-embed v8.5.0 [INFO] [stderr] Checking tq-bundler v2.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s [INFO] running `Command { std: "docker" "inspect" "094a1f99250d51299f38f660dc6a1a0d2675a62b4c5210f5b2545e317f844bef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "094a1f99250d51299f38f660dc6a1a0d2675a62b4c5210f5b2545e317f844bef", kill_on_drop: false }` [INFO] [stdout] 094a1f99250d51299f38f660dc6a1a0d2675a62b4c5210f5b2545e317f844bef