[INFO] crate slippy-map-tiles 0.15.0 is already in cache [INFO] checking slippy-map-tiles-0.15.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate slippy-map-tiles 0.15.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate slippy-map-tiles 0.15.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate slippy-map-tiles 0.15.0 [INFO] finished tweaking crates.io crate slippy-map-tiles 0.15.0 [INFO] tweaked toml for crates.io crate slippy-map-tiles 0.15.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b6fed2221d254f0ddbe034d956f2b26bd1479c0ddcec17636c74ba4305684466 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b6fed2221d254f0ddbe034d956f2b26bd1479c0ddcec17636c74ba4305684466"` [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking slippy-map-tiles v0.15.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:986:9 [INFO] [stderr] | [INFO] [stderr] 986 | (point.lat <= self.top && point.lat > self.bottom && point.lon >= self.left && point.lon < self.right) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:993:9 [INFO] [stderr] | [INFO] [stderr] 993 | (self.left < other.right && self.right > other.left && self.top > other.bottom && self.bottom < other.top) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:986:9 [INFO] [stderr] | [INFO] [stderr] 986 | (point.lat <= self.top && point.lat > self.bottom && point.lon >= self.left && point.lon < self.right) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:993:9 [INFO] [stderr] | [INFO] [stderr] 993 | (self.left < other.right && self.right > other.left && self.top > other.bottom && self.bottom < other.top) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / lazy_static! { [INFO] [stderr] 78 | | static ref RE: Regex = Regex::new("/?(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})(\\.[a-zA-Z]{3,4})?$").unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / lazy_static! { [INFO] [stderr] 78 | | static ref RE: Regex = Regex::new("/?(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})(\\.[a-zA-Z]{3,4})?$").unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:307:9 [INFO] [stderr] | [INFO] [stderr] 307 | / lazy_static! { [INFO] [stderr] 308 | | static ref TILE_RE: Regex = Regex::new("^(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 309 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:307:9 [INFO] [stderr] | [INFO] [stderr] 307 | / lazy_static! { [INFO] [stderr] 308 | | static ref TILE_RE: Regex = Regex::new("^(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 309 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:581:9 [INFO] [stderr] | [INFO] [stderr] 581 | / lazy_static! { [INFO] [stderr] 582 | | static ref METATILE_RE: Regex = Regex::new("^(?P[0-9]+) (?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 583 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:581:9 [INFO] [stderr] | [INFO] [stderr] 581 | / lazy_static! { [INFO] [stderr] 582 | | static ref METATILE_RE: Regex = Regex::new("^(?P[0-9]+) (?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 583 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / lazy_static! { [INFO] [stderr] 78 | | static ref RE: Regex = Regex::new("/?(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})(\\.[a-zA-Z]{3,4})?$").unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / lazy_static! { [INFO] [stderr] 78 | | static ref RE: Regex = Regex::new("/?(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})(\\.[a-zA-Z]{3,4})?$").unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:307:9 [INFO] [stderr] | [INFO] [stderr] 307 | / lazy_static! { [INFO] [stderr] 308 | | static ref TILE_RE: Regex = Regex::new("^(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 309 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:307:9 [INFO] [stderr] | [INFO] [stderr] 307 | / lazy_static! { [INFO] [stderr] 308 | | static ref TILE_RE: Regex = Regex::new("^(?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 309 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:581:9 [INFO] [stderr] | [INFO] [stderr] 581 | / lazy_static! { [INFO] [stderr] 582 | | static ref METATILE_RE: Regex = Regex::new("^(?P[0-9]+) (?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 583 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:581:9 [INFO] [stderr] | [INFO] [stderr] 581 | / lazy_static! { [INFO] [stderr] 582 | | static ref METATILE_RE: Regex = Regex::new("^(?P[0-9]+) (?P[0-9]?[0-9])/(?P[0-9]{1,10})/(?P[0-9]{1,10})$").unwrap(); [INFO] [stderr] 583 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:1027:9 [INFO] [stderr] | [INFO] [stderr] 1027 | / lazy_static! { [INFO] [stderr] 1028 | | //static ref num_regex: &'static str = r"-?[0-9]{1,3}(\.[0-9]{1,10})?"; [INFO] [stderr] 1029 | | static ref SIMPLE_COPY_SPACE: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?) (?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1030 | | static ref SIMPLE_COPY_COMMA: Regex = Regex::new(r"^(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?),(?P-?[0-9]{1,3}(\.[0-9]{1,10})?)$").unwrap(); [INFO] [stderr] 1031 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:855:22 [INFO] [stderr] | [INFO] [stderr] 855 | let xtile: u32 = (n * ((lon + 180.) / 360.)).trunc() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:856:22 [INFO] [stderr] | [INFO] [stderr] 856 | let ytile: u32 = (n * (1. - ((lat.tan() + (1. / lat.cos())).ln() / std::f64::consts::PI)) / 2.).trunc() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:871:13 [INFO] [stderr] | [INFO] [stderr] 871 | ((x+global_extent)/tile_width) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | ((y+global_extent)/tile_width) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:877:13 [INFO] [stderr] | [INFO] [stderr] 877 | (((x+global_extent)%tile_width)/tile_width*256.) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:878:13 [INFO] [stderr] | [INFO] [stderr] 878 | (num_tiles - ((y+global_extent)%tile_width)/tile_width*256. - 1.) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:855:22 [INFO] [stderr] | [INFO] [stderr] 855 | let xtile: u32 = (n * ((lon + 180.) / 360.)).trunc() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:856:22 [INFO] [stderr] | [INFO] [stderr] 856 | let ytile: u32 = (n * (1. - ((lat.tan() + (1. / lat.cos())).ln() / std::f64::consts::PI)) / 2.).trunc() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:871:13 [INFO] [stderr] | [INFO] [stderr] 871 | ((x+global_extent)/tile_width) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | ((y+global_extent)/tile_width) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:877:13 [INFO] [stderr] | [INFO] [stderr] 877 | (((x+global_extent)%tile_width)/tile_width*256.) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> src/lib.rs:878:13 [INFO] [stderr] | [INFO] [stderr] 878 | (num_tiles - ((y+global_extent)%tile_width)/tile_width*256. - 1.) as u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors; 12 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `slippy-map-tiles`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors; 12 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `slippy-map-tiles`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b6fed2221d254f0ddbe034d956f2b26bd1479c0ddcec17636c74ba4305684466"` [INFO] running `"docker" "rm" "-f" "b6fed2221d254f0ddbe034d956f2b26bd1479c0ddcec17636c74ba4305684466"` [INFO] [stdout] b6fed2221d254f0ddbe034d956f2b26bd1479c0ddcec17636c74ba4305684466