[INFO] cloning repository https://github.com/frewsxcv/geo-geodesy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frewsxcv/geo-geodesy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrewsxcv%2Fgeo-geodesy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrewsxcv%2Fgeo-geodesy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 01fd274cea6bec8e87e79c9eff4b4bbe9684df09
[INFO] checking frewsxcv/geo-geodesy/01fd274cea6bec8e87e79c9eff4b4bbe9684df09 against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrewsxcv%2Fgeo-geodesy" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/frewsxcv/geo-geodesy
[INFO] finished tweaking git repo https://github.com/frewsxcv/geo-geodesy
[INFO] tweaked toml for git repo https://github.com/frewsxcv/geo-geodesy written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/frewsxcv/geo-geodesy on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/frewsxcv/geo-geodesy 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded i_shape v1.7.0
[INFO] [stderr]   Downloaded i_float v1.7.0
[INFO] [stderr]   Downloaded crs-definitions v0.3.0
[INFO] [stderr]   Downloaded i_overlay v2.0.5
[INFO] [stderr]   Downloaded geodesy v0.13.0
[INFO] [stderr]   Downloaded geo v0.30.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02215182adf6ef11a0c44f3c6ee04075e4bd7587f8dcf7fa09c93e7c75be0e5a
[INFO] running `Command { std: "docker" "start" "-a" "02215182adf6ef11a0c44f3c6ee04075e4bd7587f8dcf7fa09c93e7c75be0e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02215182adf6ef11a0c44f3c6ee04075e4bd7587f8dcf7fa09c93e7c75be0e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02215182adf6ef11a0c44f3c6ee04075e4bd7587f8dcf7fa09c93e7c75be0e5a", kill_on_drop: false }`
[INFO] [stdout] 02215182adf6ef11a0c44f3c6ee04075e4bd7587f8dcf7fa09c93e7c75be0e5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b711096b8c02b758b7691624c4ef973df05941e246859b192776232e42052eae
[INFO] running `Command { std: "docker" "start" "-a" "b711096b8c02b758b7691624c4ef973df05941e246859b192776232e42052eae", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libm v0.2.13
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking i_key_sort v0.2.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking i_tree v0.8.3
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking float_eq v1.0.1
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]     Checking crs-definitions v0.3.0
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking geographiclib-rs v0.2.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rstar v0.12.2
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]     Checking spade v2.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking geo-types v0.7.16
[INFO] [stderr]     Checking geodesy v0.13.0
[INFO] [stderr]     Checking i_float v1.7.0
[INFO] [stderr]     Checking i_shape v1.7.0
[INFO] [stderr]     Checking i_overlay v2.0.5
[INFO] [stderr]     Checking geo v0.30.0
[INFO] [stderr]     Checking geo-geodesy v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.66s
[INFO] running `Command { std: "docker" "inspect" "b711096b8c02b758b7691624c4ef973df05941e246859b192776232e42052eae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b711096b8c02b758b7691624c4ef973df05941e246859b192776232e42052eae", kill_on_drop: false }`
[INFO] [stdout] b711096b8c02b758b7691624c4ef973df05941e246859b192776232e42052eae
