[INFO] cloning repository https://github.com/untitaker/spacemod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/untitaker/spacemod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtitaker%2Fspacemod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtitaker%2Fspacemod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 743aa08519cbff9d59c6d77c01c04648c2476aff
[INFO] checking untitaker/spacemod against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtitaker%2Fspacemod" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/untitaker/spacemod
[INFO] finished tweaking git repo https://github.com/untitaker/spacemod
[INFO] tweaked toml for git repo https://github.com/untitaker/spacemod written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/untitaker/spacemod on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/untitaker/spacemod 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded globset v0.4.6
[INFO] [stderr]   Downloaded console v0.13.0
[INFO] [stderr]   Downloaded thiserror v1.0.22
[INFO] [stderr]   Downloaded constant_time_eq v0.2.6
[INFO] [stderr]   Downloaded anyhow v1.0.34
[INFO] [stderr]   Downloaded ignore v0.4.16
[INFO] [stderr]   Downloaded terminal_size v0.1.15
[INFO] [stderr]   Downloaded insta-cmd v0.3.0
[INFO] [stderr]   Downloaded thiserror-impl v1.0.22
[INFO] [stderr]   Downloaded insta v1.30.0
[INFO] [stderr]   Downloaded blake3 v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c08aff653496311cea8b9fd8ee33f0fa4e0b78646cc37549c3aa9aade56adb13
[INFO] running `Command { std: "docker" "start" "-a" "c08aff653496311cea8b9fd8ee33f0fa4e0b78646cc37549c3aa9aade56adb13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c08aff653496311cea8b9fd8ee33f0fa4e0b78646cc37549c3aa9aade56adb13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c08aff653496311cea8b9fd8ee33f0fa4e0b78646cc37549c3aa9aade56adb13", kill_on_drop: false }`
[INFO] [stdout] c08aff653496311cea8b9fd8ee33f0fa4e0b78646cc37549c3aa9aade56adb13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73ce74e4013dbe00e8347fa0c955ed4380b0a930566e71d575740e178e085c6b
[INFO] running `Command { std: "docker" "start" "-a" "73ce74e4013dbe00e8347fa0c955ed4380b0a930566e71d575740e178e085c6b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking regex-syntax v0.6.21
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling blake3 v1.4.0
[INFO] [stderr]     Checking similar v2.2.1
[INFO] [stderr]    Compiling serde_json v1.0.99
[INFO] [stderr]    Compiling anyhow v1.0.34
[INFO] [stderr]     Checking os_str_bytes v6.5.1
[INFO] [stderr]    Compiling rustix v0.37.13
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking walkdir v2.3.1
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]     Checking console v0.15.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking terminal_size v0.1.15
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]     Checking constant_time_eq v0.2.6
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking bstr v0.2.14
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking regex v1.4.2
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking globset v0.4.6
[INFO] [stderr]     Checking console v0.13.0
[INFO] [stderr]     Checking ignore v0.4.16
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.22
[INFO] [stderr]     Checking thiserror v1.0.22
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking spacemod v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking insta v1.30.0
[INFO] [stderr]     Checking insta-cmd v0.3.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.46s
[INFO] running `Command { std: "docker" "inspect" "73ce74e4013dbe00e8347fa0c955ed4380b0a930566e71d575740e178e085c6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73ce74e4013dbe00e8347fa0c955ed4380b0a930566e71d575740e178e085c6b", kill_on_drop: false }`
[INFO] [stdout] 73ce74e4013dbe00e8347fa0c955ed4380b0a930566e71d575740e178e085c6b
