[INFO] cloning repository https://github.com/wheregmis/mobile-geolocation
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wheregmis/mobile-geolocation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwheregmis%2Fmobile-geolocation", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwheregmis%2Fmobile-geolocation'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 433d05ec51447517187bdcd5e691945c78004421
[INFO] checking wheregmis/mobile-geolocation/433d05ec51447517187bdcd5e691945c78004421 against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwheregmis%2Fmobile-geolocation" "/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/wheregmis/mobile-geolocation
[INFO] finished tweaking git repo https://github.com/wheregmis/mobile-geolocation
[INFO] tweaked toml for git repo https://github.com/wheregmis/mobile-geolocation written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wheregmis/mobile-geolocation on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wheregmis/mobile-geolocation 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/wheregmis/dioxus.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.105
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.105
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.105
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.105
[INFO] [stderr]   Downloaded objc2-contacts v0.3.2
[INFO] [stderr]   Downloaded js-sys v0.3.82
[INFO] [stderr]   Downloaded syn v2.0.109
[INFO] [stderr]   Downloaded web-sys v0.3.82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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] 7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c
[INFO] running `Command { std: "docker" "start" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c", 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" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c", 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" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking syn v2.0.109
[INFO] [stderr]    Compiling const-serialize-macro v0.7.0 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling const-serialize v0.7.0 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]    Compiling dx-macro-helpers v0.7.0 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]    Compiling platform-bridge-macro v0.7.0-rc.3 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]     Checking dioxus-platform-bridge v0.7.0-rc.3 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking permissions-core v0.7.0-rc.3 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]    Compiling permissions-macro v0.7.0-rc.3 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]     Checking permissions v0.7.0-rc.3 (https://github.com/wheregmis/dioxus.git?branch=native_api_testing#a94a7a3a)
[INFO] [stderr]     Checking dioxus-mobile-geolocation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s
[INFO] running `Command { std: "docker" "inspect" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c", kill_on_drop: false }`
[INFO] [stdout] 7128499d8a6ac279d6f7c2c7fdb71e17997c15e391762a5e8699f7bdb070067c
