[INFO] cloning repository https://github.com/TimeEngineer/geolocation-rust-sigfox [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TimeEngineer/geolocation-rust-sigfox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTimeEngineer%2Fgeolocation-rust-sigfox"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTimeEngineer%2Fgeolocation-rust-sigfox'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aeda267f6310a32da58d9ca71bbc25ab89647b71 [INFO] checking TimeEngineer/geolocation-rust-sigfox against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTimeEngineer%2Fgeolocation-rust-sigfox" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TimeEngineer/geolocation-rust-sigfox on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TimeEngineer/geolocation-rust-sigfox [INFO] finished tweaking git repo https://github.com/TimeEngineer/geolocation-rust-sigfox [INFO] tweaked toml for git repo https://github.com/TimeEngineer/geolocation-rust-sigfox written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/TimeEngineer/geolocation-rust-sigfox already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d962d674533f5eff08cac28f57390fe2be28387c293f2464cd0e3e6e7fa560fe [INFO] running `"docker" "start" "-a" "d962d674533f5eff08cac28f57390fe2be28387c293f2464cd0e3e6e7fa560fe"` [INFO] [stderr] Compiling cc v1.0.49 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking rusqlite v0.20.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking handlebars v1.1.0 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking rocket_http v0.4.2 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking geolocation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `newton_raphson` [INFO] [stderr] --> src/main.rs:24:4 [INFO] [stderr] | [INFO] [stderr] 24 | fn newton_raphson(x: f64, y: f64, r1: f64, r2: f64, eps: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_position` [INFO] [stderr] --> src/main.rs:51:4 [INFO] [stderr] | [INFO] [stderr] 51 | fn get_position(r1: f64, r2: f64, r3: f64, eps: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `newton_raphson` [INFO] [stderr] --> src/main.rs:24:4 [INFO] [stderr] | [INFO] [stderr] 24 | fn newton_raphson(x: f64, y: f64, r1: f64, r2: f64, eps: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_position` [INFO] [stderr] --> src/main.rs:51:4 [INFO] [stderr] | [INFO] [stderr] 51 | fn get_position(r1: f64, r2: f64, r3: f64, eps: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "d962d674533f5eff08cac28f57390fe2be28387c293f2464cd0e3e6e7fa560fe"` [INFO] running `"docker" "rm" "-f" "d962d674533f5eff08cac28f57390fe2be28387c293f2464cd0e3e6e7fa560fe"` [INFO] [stdout] d962d674533f5eff08cac28f57390fe2be28387c293f2464cd0e3e6e7fa560fe