[INFO] cloning repository https://github.com/messense/murmurhash2-py [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/messense/murmurhash2-py" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmessense%2Fmurmurhash2-py", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmessense%2Fmurmurhash2-py'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 57880c2ef8d8f522dd73df79d91598cc6287a00c [INFO] checking messense/murmurhash2-py against try#e251c42c969d6f8dbaae00e1028489c3a29f8789 for pr-94081 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmessense%2Fmurmurhash2-py" "/workspace/builds/worker-44/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-44/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/messense/murmurhash2-py on toolchain e251c42c969d6f8dbaae00e1028489c3a29f8789 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e251c42c969d6f8dbaae00e1028489c3a29f8789" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-44/source/.cargo/config [INFO] started tweaking git repo https://github.com/messense/murmurhash2-py [INFO] finished tweaking git repo https://github.com/messense/murmurhash2-py [INFO] tweaked toml for git repo https://github.com/messense/murmurhash2-py written to /workspace/builds/worker-44/source/Cargo.toml [INFO] crate git repo https://github.com/messense/murmurhash2-py already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e251c42c969d6f8dbaae00e1028489c3a29f8789" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+e251c42c969d6f8dbaae00e1028489c3a29f8789" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24abc6df2f3618f462ee4ce38e016bfb3d528a21ab228271a1cceebea36d87e9 [INFO] running `Command { std: "docker" "start" "-a" "24abc6df2f3618f462ee4ce38e016bfb3d528a21ab228271a1cceebea36d87e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24abc6df2f3618f462ee4ce38e016bfb3d528a21ab228271a1cceebea36d87e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24abc6df2f3618f462ee4ce38e016bfb3d528a21ab228271a1cceebea36d87e9", kill_on_drop: false }` [INFO] [stdout] 24abc6df2f3618f462ee4ce38e016bfb3d528a21ab228271a1cceebea36d87e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+e251c42c969d6f8dbaae00e1028489c3a29f8789" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9157452c2147afb191d7384f2776ce33e31c25d2d57c94b6006d846b78d4e168 [INFO] running `Command { std: "docker" "start" "-a" "9157452c2147afb191d7384f2776ce33e31c25d2d57c94b6006d846b78d4e168", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling pyo3-build-config v0.15.1 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking parking_lot_core v0.8.5 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling pyo3 v0.15.1 [INFO] [stderr] Compiling pyo3-macros-backend v0.15.1 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling pyo3-macros v0.15.1 [INFO] [stderr] Checking indoc v0.3.6 [INFO] [stderr] Checking murmurhash2 v0.2.10 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7m 42s [INFO] running `Command { std: "docker" "inspect" "9157452c2147afb191d7384f2776ce33e31c25d2d57c94b6006d846b78d4e168", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9157452c2147afb191d7384f2776ce33e31c25d2d57c94b6006d846b78d4e168", kill_on_drop: false }` [INFO] [stdout] 9157452c2147afb191d7384f2776ce33e31c25d2d57c94b6006d846b78d4e168