[INFO] cloning repository https://github.com/FunWithPrograms/rust_practice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FunWithPrograms/rust_practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFunWithPrograms%2Frust_practice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFunWithPrograms%2Frust_practice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e87db4f1d83b3a2352c3fe3caaffeea83f740736
[INFO] checking FunWithPrograms/rust_practice/e87db4f1d83b3a2352c3fe3caaffeea83f740736 against 3d50c25bc66853bf0ad205529d0f305a1d841b5e for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFunWithPrograms%2Frust_practice" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FunWithPrograms/rust_practice
[INFO] finished tweaking git repo https://github.com/FunWithPrograms/rust_practice
[INFO] tweaked toml for git repo https://github.com/FunWithPrograms/rust_practice written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FunWithPrograms/rust_practice on toolchain 3d50c25bc66853bf0ad205529d0f305a1d841b5e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FunWithPrograms/rust_practice 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" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rinja_parser v0.3.5
[INFO] [stderr]   Downloaded rinja_derive v0.3.5
[INFO] [stderr]   Downloaded plotly_derive v0.10.0
[INFO] [stderr]   Downloaded rinja v0.3.5
[INFO] [stderr]   Downloaded plotly v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e
[INFO] running `Command { std: "docker" "start" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling plotly_derive v0.10.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.20.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling rinja_parser v0.3.5
[INFO] [stderr]     Checking serde_with v3.20.0
[INFO] [stderr]    Compiling rinja_derive v0.3.5
[INFO] [stderr]     Checking rinja v0.3.5
[INFO] [stderr]     Checking plotly v0.10.0
[INFO] [stderr]     Checking hello_cargo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.67s
[INFO] running `Command { std: "docker" "inspect" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e", kill_on_drop: false }`
[INFO] [stdout] d56ce69d9c8a237c936825b6a406dfa72c85c581e8b08eac12b34d414b05ec2e
