[INFO] cloning repository https://github.com/bioerrorlog/whattime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bioerrorlog/whattime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbioerrorlog%2Fwhattime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbioerrorlog%2Fwhattime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 24d9380cedbfcb5fce54d8b0adf186529cd61e9e
[INFO] checking bioerrorlog/whattime against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbioerrorlog%2Fwhattime" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bioerrorlog/whattime
[INFO] finished tweaking git repo https://github.com/bioerrorlog/whattime
[INFO] tweaked toml for git repo https://github.com/bioerrorlog/whattime written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bioerrorlog/whattime on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bioerrorlog/whattime 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chrono-tz-build v0.0.2
[INFO] [stderr]   Downloaded chrono-tz v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6521e99f53f75cb4e1ef4432edaf3e2b7aa149334c7a6dcb93d0b9da795f1ace
[INFO] running `Command { std: "docker" "start" "-a" "6521e99f53f75cb4e1ef4432edaf3e2b7aa149334c7a6dcb93d0b9da795f1ace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6521e99f53f75cb4e1ef4432edaf3e2b7aa149334c7a6dcb93d0b9da795f1ace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6521e99f53f75cb4e1ef4432edaf3e2b7aa149334c7a6dcb93d0b9da795f1ace", kill_on_drop: false }`
[INFO] [stdout] 6521e99f53f75cb4e1ef4432edaf3e2b7aa149334c7a6dcb93d0b9da795f1ace
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c29a1c149b5e70fbb096ef725e933f9a8add9317ed7e85629622b7913d2cb2f2
[INFO] running `Command { std: "docker" "start" "-a" "c29a1c149b5e70fbb096ef725e933f9a8add9317ed7e85629622b7913d2cb2f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling proc-macro2 v1.0.44
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking iana-time-zone v0.1.50
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking once_cell v1.15.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling chrono-tz-build v0.0.2
[INFO] [stderr]    Compiling chrono-tz v0.6.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking whattime v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.08s
[INFO] running `Command { std: "docker" "inspect" "c29a1c149b5e70fbb096ef725e933f9a8add9317ed7e85629622b7913d2cb2f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c29a1c149b5e70fbb096ef725e933f9a8add9317ed7e85629622b7913d2cb2f2", kill_on_drop: false }`
[INFO] [stdout] c29a1c149b5e70fbb096ef725e933f9a8add9317ed7e85629622b7913d2cb2f2
