[INFO] cloning repository https://github.com/jensanjo/kvz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jensanjo/kvz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjensanjo%2Fkvz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjensanjo%2Fkvz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 51bccc1c54cf9ef81702a47d7b86763bc17c931f
[INFO] checking jensanjo/kvz against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjensanjo%2Fkvz" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jensanjo/kvz
[INFO] finished tweaking git repo https://github.com/jensanjo/kvz
[INFO] tweaked toml for git repo https://github.com/jensanjo/kvz written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jensanjo/kvz on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jensanjo/kvz 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded jwalk v0.8.1
[INFO] [stderr]   Downloaded zmq v0.10.0
[INFO] [stderr]   Downloaded zmq-sys v0.12.0
[INFO] [stderr]   Downloaded dircpy v0.3.19
[INFO] [stderr]   Downloaded zeromq-src v0.2.6+4.3.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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] 222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44
[INFO] running `Command { std: "docker" "start" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44", 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" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44", 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" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling zmq v0.10.0
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling jwalk v0.8.1
[INFO] [stderr]    Compiling dircpy v0.3.19
[INFO] [stderr]    Compiling zeromq-src v0.2.6+4.3.4
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling zmq-sys v0.12.0
[INFO] [stderr]     Checking kvz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.04s
[INFO] running `Command { std: "docker" "inspect" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44", kill_on_drop: false }`
[INFO] [stdout] 222b0f4ae83906b93cd4cf06906728ee44d04042119889679a41f7da9a5c5a44
