[INFO] fetching crate geod-types 0.1.1... [INFO] checking geod-types-0.1.1 against try#6f8a6450478f69b8510c8976ab6c2a70b3b0e47c for pr-84920 [INFO] extracting crate geod-types 0.1.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate geod-types 0.1.1 on toolchain 6f8a6450478f69b8510c8976ab6c2a70b3b0e47c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate geod-types 0.1.1 [INFO] finished tweaking crates.io crate geod-types 0.1.1 [INFO] tweaked toml for crates.io crate geod-types 0.1.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39ca32bf3e5c6ad32d0449d52a8dcc05da8f7d7dfa8fb41ee281a881d9c4a965 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39ca32bf3e5c6ad32d0449d52a8dcc05da8f7d7dfa8fb41ee281a881d9c4a965", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39ca32bf3e5c6ad32d0449d52a8dcc05da8f7d7dfa8fb41ee281a881d9c4a965", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39ca32bf3e5c6ad32d0449d52a8dcc05da8f7d7dfa8fb41ee281a881d9c4a965", kill_on_drop: false }` [INFO] [stdout] 39ca32bf3e5c6ad32d0449d52a8dcc05da8f7d7dfa8fb41ee281a881d9c4a965 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 105672c6abe10b916fa6e6aa35bfad067d46518e77ecd89ef76d3a1af49bdbbf [INFO] running `Command { std: "docker" "start" "-a" "105672c6abe10b916fa6e6aa35bfad067d46518e77ecd89ef76d3a1af49bdbbf", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking geod-types v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:364:51 [INFO] [stdout] | [INFO] [stdout] 364 | assert!((as_float - 66.563_333_4).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | #![warn(deprecated_in_future)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:378:44 [INFO] [stdout] | [INFO] [stdout] 378 | assert!((as_float - 200.0).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:439:44 [INFO] [stdout] | [INFO] [stdout] 439 | assert!((as_float - 360.0).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:494:51 [INFO] [stdout] | [INFO] [stdout] 494 | assert!((as_float - 23.499_999_9).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:514:46 [INFO] [stdout] | [INFO] [stdout] 514 | assert!((as_float - 65566.5).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:610:51 [INFO] [stdout] | [INFO] [stdout] 610 | assert!((as_float - 30.999_999_9).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:635:51 [INFO] [stdout] | [INFO] [stdout] 635 | assert!((as_float - 30.999_999_8).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dd.rs:675:72 [INFO] [stdout] | [INFO] [stdout] 675 | assert!((as_float - f64::from(f) / 10_000_000_f64).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:399:49 [INFO] [stdout] | [INFO] [stdout] 399 | assert!((as_float - 66.563_334).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:413:44 [INFO] [stdout] | [INFO] [stdout] 413 | assert!((as_float - 200.0).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:474:44 [INFO] [stdout] | [INFO] [stdout] 474 | assert!((as_float - 360.0).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:529:49 [INFO] [stdout] | [INFO] [stdout] 529 | assert!((as_float - 23.499_999).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:549:46 [INFO] [stdout] | [INFO] [stdout] 549 | assert!((as_float - 65566.5).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:644:49 [INFO] [stdout] | [INFO] [stdout] 644 | assert!((as_float - 30.999_999).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:668:49 [INFO] [stdout] | [INFO] [stdout] 668 | assert!((as_float - 30.999_998).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::f64::EPSILON` that will be deprecated in a future Rust version: replaced by the `EPSILON` associated constant on `f64` [INFO] [stdout] --> src/angle/dms_dd.rs:708:71 [INFO] [stdout] | [INFO] [stdout] 708 | assert!((as_float - f64::from(f) / 1_000_000_f64).abs() < f64::EPSILON); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.13s [INFO] running `Command { std: "docker" "inspect" "105672c6abe10b916fa6e6aa35bfad067d46518e77ecd89ef76d3a1af49bdbbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "105672c6abe10b916fa6e6aa35bfad067d46518e77ecd89ef76d3a1af49bdbbf", kill_on_drop: false }` [INFO] [stdout] 105672c6abe10b916fa6e6aa35bfad067d46518e77ecd89ef76d3a1af49bdbbf