[INFO] cloning repository https://github.com/AirLanguage/Air
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AirLanguage/Air" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAirLanguage%2FAir", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAirLanguage%2FAir'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f026dc0b4c00f7e3011d6cc544b02eaecb9bc22c
[INFO] checking AirLanguage/Air against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAirLanguage%2FAir" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AirLanguage/Air
[INFO] finished tweaking git repo https://github.com/AirLanguage/Air
[INFO] tweaked toml for git repo https://github.com/AirLanguage/Air written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AirLanguage/Air on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AirLanguage/Air 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" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29e846fdac960075ea132317593707f9c722c1557a9dbdca3ed67f1ba3b23688
[INFO] running `Command { std: "docker" "start" "-a" "29e846fdac960075ea132317593707f9c722c1557a9dbdca3ed67f1ba3b23688", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29e846fdac960075ea132317593707f9c722c1557a9dbdca3ed67f1ba3b23688", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29e846fdac960075ea132317593707f9c722c1557a9dbdca3ed67f1ba3b23688", kill_on_drop: false }`
[INFO] [stdout] 29e846fdac960075ea132317593707f9c722c1557a9dbdca3ed67f1ba3b23688
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3cc2a59353342970832d0a56eff8f3eed363bac8baf1d3f2a0a9b62ce1f4dd9c
[INFO] running `Command { std: "docker" "start" "-a" "3cc2a59353342970832d0a56eff8f3eed363bac8baf1d3f2a0a9b62ce1f4dd9c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling beef v0.5.1
[INFO] [stderr]    Compiling utf8-ranges v1.0.4
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v3.1.6
[INFO] [stderr]    Compiling logos-derive v0.12.0
[INFO] [stderr]     Checking logos v0.12.0
[INFO] [stderr]     Checking air v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
[INFO] running `Command { std: "docker" "inspect" "3cc2a59353342970832d0a56eff8f3eed363bac8baf1d3f2a0a9b62ce1f4dd9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cc2a59353342970832d0a56eff8f3eed363bac8baf1d3f2a0a9b62ce1f4dd9c", kill_on_drop: false }`
[INFO] [stdout] 3cc2a59353342970832d0a56eff8f3eed363bac8baf1d3f2a0a9b62ce1f4dd9c
