[INFO] cloning repository https://github.com/njust/tpl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/njust/tpl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjust%2Ftpl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjust%2Ftpl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4eadabc2e59ed67098b3061312fcf6c26614008
[INFO] checking njust/tpl against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjust%2Ftpl" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/njust/tpl
[INFO] finished tweaking git repo https://github.com/njust/tpl
[INFO] tweaked toml for git repo https://github.com/njust/tpl written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/njust/tpl on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/njust/tpl 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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dbdd03a47eba4da86a5516947ebc7cd44dd98c2203e688de5b227905c66e2dc9
[INFO] running `Command { std: "docker" "start" "-a" "dbdd03a47eba4da86a5516947ebc7cd44dd98c2203e688de5b227905c66e2dc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbdd03a47eba4da86a5516947ebc7cd44dd98c2203e688de5b227905c66e2dc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbdd03a47eba4da86a5516947ebc7cd44dd98c2203e688de5b227905c66e2dc9", kill_on_drop: false }`
[INFO] [stdout] dbdd03a47eba4da86a5516947ebc7cd44dd98c2203e688de5b227905c66e2dc9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5df4cbfe6452a5e748d2423dbf42995ee961aa7f2dc4c33d8e9a4c7e7a9c1df
[INFO] running `Command { std: "docker" "start" "-a" "a5df4cbfe6452a5e748d2423dbf42995ee961aa7f2dc4c33d8e9a4c7e7a9c1df", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling uncased v0.9.9
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking bstr v1.5.0
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.99
[INFO] [stderr]    Compiling chrono-tz-build v0.0.2
[INFO] [stderr]     Checking globset v0.4.10
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking ignore v0.4.20
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling chrono-tz v0.6.1
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking slug v0.1.4
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling pest v2.7.0
[INFO] [stderr]    Compiling pest_meta v2.7.0
[INFO] [stderr]    Compiling pest_generator v2.7.0
[INFO] [stderr]    Compiling pest_derive v2.7.0
[INFO] [stderr]     Checking tera v1.19.0
[INFO] [stderr]     Checking tpl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
[INFO] running `Command { std: "docker" "inspect" "a5df4cbfe6452a5e748d2423dbf42995ee961aa7f2dc4c33d8e9a4c7e7a9c1df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5df4cbfe6452a5e748d2423dbf42995ee961aa7f2dc4c33d8e9a4c7e7a9c1df", kill_on_drop: false }`
[INFO] [stdout] a5df4cbfe6452a5e748d2423dbf42995ee961aa7f2dc4c33d8e9a4c7e7a9c1df
