[INFO] cloning repository https://github.com/setiawans/test3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/setiawans/test3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsetiawans%2Ftest3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsetiawans%2Ftest3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be3e38f4e65655865df2660e24bc2747dc4b8361 [INFO] checking setiawans/test3 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsetiawans%2Ftest3" "/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/setiawans/test3 [INFO] finished tweaking git repo https://github.com/setiawans/test3 [INFO] tweaked toml for git repo https://github.com/setiawans/test3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/setiawans/test3 on toolchain b6bca0d7327839b5e3f7a7779947cb9113d08917 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/setiawans/test3 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" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edbe4c6ae549e2a6a80eb5aeccf112d5f403bebdd94451dd6aa1cdfa568ea45b [INFO] running `Command { std: "docker" "start" "-a" "edbe4c6ae549e2a6a80eb5aeccf112d5f403bebdd94451dd6aa1cdfa568ea45b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edbe4c6ae549e2a6a80eb5aeccf112d5f403bebdd94451dd6aa1cdfa568ea45b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbe4c6ae549e2a6a80eb5aeccf112d5f403bebdd94451dd6aa1cdfa568ea45b", kill_on_drop: false }` [INFO] [stdout] edbe4c6ae549e2a6a80eb5aeccf112d5f403bebdd94451dd6aa1cdfa568ea45b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Zstrict-projection-item-bounds" "-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" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41bc1fe8430ac9bf27d46e927327f5cbd77cf9db888376abb57860c10405784d [INFO] running `Command { std: "docker" "start" "-a" "41bc1fe8430ac9bf27d46e927327f5cbd77cf9db888376abb57860c10405784d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling prettyplease v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Checking arbitrary v1.3.2 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking hex-literal v1.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling clang-sys v1.7.0 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling cc v1.2.55 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling link-cplusplus v1.0.12 [INFO] [stderr] Compiling libfuzzer-sys v0.4.12 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling chiavdf v1.1.14 (/opt/rustwide/workdir/rust_bindings) [INFO] [stderr] Checking chiavdf-fuzz v0.0.0 (/opt/rustwide/workdir/rust_bindings/fuzz) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.65s [INFO] running `Command { std: "docker" "inspect" "41bc1fe8430ac9bf27d46e927327f5cbd77cf9db888376abb57860c10405784d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41bc1fe8430ac9bf27d46e927327f5cbd77cf9db888376abb57860c10405784d", kill_on_drop: false }` [INFO] [stdout] 41bc1fe8430ac9bf27d46e927327f5cbd77cf9db888376abb57860c10405784d