[INFO] cloning repository https://github.com/lmmx/kdtree-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lmmx/kdtree-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmmx%2Fkdtree-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmmx%2Fkdtree-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a828d703b19bdd6bd703f887d38e24fb811ad13b
[INFO] checking lmmx/kdtree-rs against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmmx%2Fkdtree-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/lmmx/kdtree-rs on toolchain 1bd50d4315eb15970d395b6be5823f9384707693
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/lmmx/kdtree-rs
[INFO] finished tweaking git repo https://github.com/lmmx/kdtree-rs
[INFO] tweaked toml for git repo https://github.com/lmmx/kdtree-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/lmmx/kdtree-rs 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" "+1bd50d4315eb15970d395b6be5823f9384707693" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8082ed1315d50246f721eb3b3cc89f78a98b4333de26d291257ed2c9453354dd
[INFO] running `Command { std: "docker" "start" "-a" "8082ed1315d50246f721eb3b3cc89f78a98b4333de26d291257ed2c9453354dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8082ed1315d50246f721eb3b3cc89f78a98b4333de26d291257ed2c9453354dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8082ed1315d50246f721eb3b3cc89f78a98b4333de26d291257ed2c9453354dd", kill_on_drop: false }`
[INFO] [stdout] 8082ed1315d50246f721eb3b3cc89f78a98b4333de26d291257ed2c9453354dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 145ed213a2def9f375b8859ad0e760c76e31f418fb66e696be6b9f8ee4d7bbbb
[INFO] running `Command { std: "docker" "start" "-a" "145ed213a2def9f375b8859ad0e760c76e31f418fb66e696be6b9f8ee4d7bbbb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling fixed v1.27.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking elapsed v0.1.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking divrem v1.0.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking sorted-vec v0.8.3
[INFO] [stderr]     Checking init_with v1.1.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling generator v0.7.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling pest v2.7.10
[INFO] [stderr]    Compiling pest_meta v2.7.10
[INFO] [stderr]    Compiling pest_generator v2.7.10
[INFO] [stderr]    Compiling pest_derive v2.7.10
[INFO] [stderr]     Checking py_literal v0.4.0
[INFO] [stderr]     Checking npyz v0.8.3
[INFO] [stderr]     Checking kiddo v4.2.0
[INFO] [stderr]     Checking kdtree-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
[INFO] running `Command { std: "docker" "inspect" "145ed213a2def9f375b8859ad0e760c76e31f418fb66e696be6b9f8ee4d7bbbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "145ed213a2def9f375b8859ad0e760c76e31f418fb66e696be6b9f8ee4d7bbbb", kill_on_drop: false }`
[INFO] [stdout] 145ed213a2def9f375b8859ad0e760c76e31f418fb66e696be6b9f8ee4d7bbbb
