[INFO] fetching crate cdshealpix 0.5.2... [INFO] testing cdshealpix-0.5.2 against 1.49.0 for beta-1.50-1 [INFO] extracting crate cdshealpix 0.5.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate cdshealpix 0.5.2 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cdshealpix 0.5.2 [INFO] finished tweaking crates.io crate cdshealpix 0.5.2 [INFO] tweaked toml for crates.io crate cdshealpix 0.5.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c179b48352994c4053c612c923fcd35896d0ed6203e41740a771538c2c6fb94 [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" "0c179b48352994c4053c612c923fcd35896d0ed6203e41740a771538c2c6fb94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c179b48352994c4053c612c923fcd35896d0ed6203e41740a771538c2c6fb94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c179b48352994c4053c612c923fcd35896d0ed6203e41740a771538c2c6fb94", kill_on_drop: false }` [INFO] [stdout] 0c179b48352994c4053c612c923fcd35896d0ed6203e41740a771538c2c6fb94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc01d06fd4f151a1bba662b37b0243b59b37bdba538cda8721cfeb45be150a9c [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" "cc01d06fd4f151a1bba662b37b0243b59b37bdba538cda8721cfeb45be150a9c", kill_on_drop: false }` [INFO] [stderr] Compiling katex-doc v0.1.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling cdshealpix v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::sync::Once` [INFO] [stdout] --> src/nested/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Once; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `max` [INFO] [stdout] --> src/nested/moc/mod.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | use std::cmp::{min, max}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter::Map` [INFO] [stdout] --> src/nested/moc/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use std::iter::Map; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `append_external_edge_sorted` [INFO] [stdout] --> src/nested/moc/mod.rs:27:57 [INFO] [stdout] | [INFO] [stdout] 27 | use super::{internal_edge_sorted, append_external_edge, append_external_edge_sorted}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/nested/mod.rs:2702:3 [INFO] [stdout] | [INFO] [stdout] 2702 | (((k << 2) + ( ((i as i8) + ((k - 1) >> 7)) & 3_i8)) as u8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sph_geom::coo3d::UnitVec3` [INFO] [stdout] --> src/sph_geom/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::sph_geom::coo3d::UnitVec3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `dd` is never read [INFO] [stdout] --> src/nested/moc/compressed.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `curr_h` [INFO] [stdout] --> src/nested/bmoc.rs:1043:20 [INFO] [stdout] | [INFO] [stdout] 1043 | let (curr_d, curr_h) = self.get_depth_icell(self.entries[0]); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `curr_d` [INFO] [stdout] --> src/nested/bmoc.rs:1046:12 [INFO] [stdout] | [INFO] [stdout] 1046 | for (curr_d, curr_h) in self.entries.iter().map(|e| self.get_depth_icell(*e)) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/nested/bmoc.rs:1059:9 [INFO] [stdout] | [INFO] [stdout] 1059 | let mut d = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `dd` is never read [INFO] [stdout] --> src/nested/bmoc.rs:1085:12 [INFO] [stdout] | [INFO] [stdout] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/mod.rs:607:10 [INFO] [stdout] | [INFO] [stdout] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | let mut curr = it.next(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/compressed.rs:113:43 [INFO] [stdout] | [INFO] [stdout] 113 | fn push_n_empty_nodes_notest(&mut self, mut n: H) { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/compressed.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/bmoc.rs:1085:20 [INFO] [stdout] | [INFO] [stdout] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `haversine_dist` [INFO] [stdout] --> src/lib.rs:287:4 [INFO] [stdout] | [INFO] [stdout] 287 | fn haversine_dist(p1_lon: f64, p1_lat: f64, p2_lon: f64, p2_lat: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_clockwise` [INFO] [stdout] --> src/compass_point.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | pub(super) fn next_clockwise(&self) -> Cardinal { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_counter_clockwise` [INFO] [stdout] --> src/compass_point.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | pub(super) fn next_counter_clockwise(&self) -> Cardinal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_empty` [INFO] [stdout] --> src/nested/moc/compressed.rs:105:6 [INFO] [stdout] | [INFO] [stdout] 105 | fn push_node_empty(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_empty_notest` [INFO] [stdout] --> src/nested/moc/compressed.rs:109:6 [INFO] [stdout] | [INFO] [stdout] 109 | fn push_node_empty_notest(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_full` [INFO] [stdout] --> src/nested/moc/compressed.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 120 | fn push_node_full(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_empty` [INFO] [stdout] --> src/nested/moc/compressed.rs:138:6 [INFO] [stdout] | [INFO] [stdout] 138 | fn push_leaf_empty(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_empty_notest` [INFO] [stdout] --> src/nested/moc/compressed.rs:142:6 [INFO] [stdout] | [INFO] [stdout] 142 | fn push_leaf_empty_notest(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_full` [INFO] [stdout] --> src/nested/moc/compressed.rs:149:6 [INFO] [stdout] | [INFO] [stdout] 149 | fn push_leaf_full(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/nested/moc/mod.rs:607:6 [INFO] [stdout] | [INFO] [stdout] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `highest_one_bit` [INFO] [stdout] --> src/nested/mod.rs:213:10 [INFO] [stdout] | [INFO] [stdout] 213 | const fn highest_one_bit(mut i: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TRANSITION_Z` [INFO] [stdout] --> src/nested/gpu.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const TRANSITION_Z: f32 = 2.0 / 3.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TRANSITION_Z_INV` [INFO] [stdout] --> src/nested/gpu.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const TRANSITION_Z_INV: f32 = 3.0 / 2.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `hash_with_dxdy` [INFO] [stdout] --> src/nested/gpu.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn hash_with_dxdy(depth: u8, x: f32, y: f32, z: f32) -> (u32, f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `xpm1_and_q` [INFO] [stdout] --> src/nested/gpu.rs:166:4 [INFO] [stdout] | [INFO] [stdout] 166 | fn xpm1_and_q(x: f32, y: f32) -> (f32, u8) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `one_minus_z_pos` [INFO] [stdout] --> src/nested/gpu.rs:190:4 [INFO] [stdout] | [INFO] [stdout] 190 | fn one_minus_z_pos(x: f32, y: f32, z: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `one_minus_z_neg` [INFO] [stdout] --> src/nested/gpu.rs:203:4 [INFO] [stdout] | [INFO] [stdout] 203 | fn one_minus_z_neg(x: f32, y: f32, z: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ij2z` [INFO] [stdout] --> src/nested/gpu.rs:215:4 [INFO] [stdout] | [INFO] [stdout] 215 | fn ij2z(mut i: u32, mut j: u32) -> u32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nside_remainder_mask` [INFO] [stdout] --> src/nested/mod.rs:431:3 [INFO] [stdout] | [INFO] [stdout] 431 | nside_remainder_mask: u64, // = nside - 1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_v1` [INFO] [stdout] --> src/nested/mod.rs:534:6 [INFO] [stdout] | [INFO] [stdout] 534 | fn hash_v1(&self, lon: f64, lat: f64) -> u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_with_dxdy_v1` [INFO] [stdout] --> src/nested/mod.rs:678:6 [INFO] [stdout] | [INFO] [stdout] 678 | fn hash_with_dxdy_v1(&self, lon: f64, lat: f64) -> (u64, f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shift_rotate_scale` [INFO] [stdout] --> src/nested/mod.rs:713:6 [INFO] [stdout] | [INFO] [stdout] 713 | fn shift_rotate_scale(&self, xy: &mut (f64, f64)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `base_cell_coos` [INFO] [stdout] --> src/nested/mod.rs:722:6 [INFO] [stdout] | [INFO] [stdout] 722 | fn base_cell_coos(&self, ij: &(u64, u64)) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_coos_in_base_cell` [INFO] [stdout] --> src/nested/mod.rs:732:6 [INFO] [stdout] | [INFO] [stdout] 732 | fn to_coos_in_base_cell(&self, ij: &mut (u64, u64)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `modulo_nside` [INFO] [stdout] --> src/nested/mod.rs:739:6 [INFO] [stdout] | [INFO] [stdout] 739 | fn modulo_nside(&self, val: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `depth0_bits` [INFO] [stdout] --> src/nested/mod.rs:766:6 [INFO] [stdout] | [INFO] [stdout] 766 | fn depth0_bits(&self, i: u8, j: u8, mut ij: (u64, u64), xy: (f64, f64)/*, lon: f64, lat: f64*/) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ncell_in_cone_upper_bound` [INFO] [stdout] --> src/nested/mod.rs:2342:6 [INFO] [stdout] | [INFO] [stdout] 2342 | fn ncell_in_cone_upper_bound(&self, cone_radius: f64) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hashs` [INFO] [stdout] --> src/nested/mod.rs:2674:6 [INFO] [stdout] | [INFO] [stdout] 2674 | fn hashs(&self, poly_vertices: &[T]) -> Box<[u64]> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `allsky_bmoc` [INFO] [stdout] --> src/nested/mod.rs:2684:6 [INFO] [stdout] | [INFO] [stdout] 2684 | fn allsky_bmoc(&self) -> BMOC { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `discretize` [INFO] [stdout] --> src/nested/mod.rs:2981:10 [INFO] [stdout] | [INFO] [stdout] 2981 | const fn discretize(xy: (f64, f64)) -> (u64, u64) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `triangular_number_x4_u32` [INFO] [stdout] --> src/ring/mod.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub(crate) const fn triangular_number_x4_u32(n: u32) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `build_hash` [INFO] [stdout] --> src/ring/mod.rs:300:4 [INFO] [stdout] | [INFO] [stdout] 300 | fn build_hash(nside: u32, i_ring: u32, mut i_in_ring: u32) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_cor_matrix` [INFO] [stdout] --> src/xy_geom/ellipse.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn from_cor_matrix(sig_x: f64, sig_y: f64, rho: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_a_b_theta` [INFO] [stdout] --> src/xy_geom/ellipse.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_a_b_theta(&self) -> (f64, f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_stat_by_circle` [INFO] [stdout] --> src/xy_geom/ellipse.rs:71:6 [INFO] [stdout] | [INFO] [stdout] 71 | fn extended_stat_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_stat` [INFO] [stdout] --> src/xy_geom/ellipse.rs:79:6 [INFO] [stdout] | [INFO] [stdout] 79 | fn extended_stat(&self, other: &Ellipse) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_geom_by_circle` [INFO] [stdout] --> src/xy_geom/ellipse.rs:87:6 [INFO] [stdout] | [INFO] [stdout] 87 | fn extended_geom_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `path_along_edge` [INFO] [stdout] --> src/xy_geom/ellipse.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn path_along_edge(a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `rotate` [INFO] [stdout] --> src/xy_geom/ellipse.rs:141:4 [INFO] [stdout] | [INFO] [stdout] 141 | fn rotate(x: f64, y: f64, cost: f64, sint: f64) -> (f64, f64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `path_along_edge` [INFO] [stdout] --> src/sph_geom/elliptical_cone.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn path_along_edge(lon: f64, lat: f64, a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cone_special_point_in_eqr` [INFO] [stdout] --> src/special_points_finder.rs:126:8 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn cone_special_point_in_eqr(mut z: f64, z0: f64, eucl_cone_radius: f64, north_point: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cone_special_point_in_pc` [INFO] [stdout] --> src/special_points_finder.rs:283:8 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn cone_special_point_in_pc(mut z: f64, cone_center_lon_mod_half_pi: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.33s [INFO] running `Command { std: "docker" "inspect" "cc01d06fd4f151a1bba662b37b0243b59b37bdba538cda8721cfeb45be150a9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc01d06fd4f151a1bba662b37b0243b59b37bdba538cda8721cfeb45be150a9c", kill_on_drop: false }` [INFO] [stdout] cc01d06fd4f151a1bba662b37b0243b59b37bdba538cda8721cfeb45be150a9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--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] c1d337dda8c9bbd400b70804553a5daf5dc10b47fbeef336f724cd35e8557a61 [INFO] running `Command { std: "docker" "start" "-a" "c1d337dda8c9bbd400b70804553a5daf5dc10b47fbeef336f724cd35e8557a61", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stdout] warning: unused import: `std::sync::Once` [INFO] [stdout] --> src/nested/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Once; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `max` [INFO] [stdout] --> src/nested/moc/mod.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | use std::cmp::{min, max}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter::Map` [INFO] [stdout] --> src/nested/moc/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use std::iter::Map; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `append_external_edge_sorted` [INFO] [stdout] --> src/nested/moc/mod.rs:27:57 [INFO] [stdout] | [INFO] [stdout] 27 | use super::{internal_edge_sorted, append_external_edge, append_external_edge_sorted}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/nested/mod.rs:2702:3 [INFO] [stdout] | [INFO] [stdout] 2702 | (((k << 2) + ( ((i as i8) + ((k - 1) >> 7)) & 3_i8)) as u8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sph_geom::coo3d::UnitVec3` [INFO] [stdout] --> src/sph_geom/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::sph_geom::coo3d::UnitVec3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `dd` is never read [INFO] [stdout] --> src/nested/moc/compressed.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `curr_h` [INFO] [stdout] --> src/nested/bmoc.rs:1043:20 [INFO] [stdout] | [INFO] [stdout] 1043 | let (curr_d, curr_h) = self.get_depth_icell(self.entries[0]); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `curr_d` [INFO] [stdout] --> src/nested/bmoc.rs:1046:12 [INFO] [stdout] | [INFO] [stdout] 1046 | for (curr_d, curr_h) in self.entries.iter().map(|e| self.get_depth_icell(*e)) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/nested/bmoc.rs:1059:9 [INFO] [stdout] | [INFO] [stdout] 1059 | let mut d = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `dd` is never read [INFO] [stdout] --> src/nested/bmoc.rs:1085:12 [INFO] [stdout] | [INFO] [stdout] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/mod.rs:607:10 [INFO] [stdout] | [INFO] [stdout] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | let mut curr = it.next(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/compressed.rs:113:43 [INFO] [stdout] | [INFO] [stdout] 113 | fn push_n_empty_nodes_notest(&mut self, mut n: H) { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/compressed.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/bmoc.rs:1085:20 [INFO] [stdout] | [INFO] [stdout] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `haversine_dist` [INFO] [stdout] --> src/lib.rs:287:4 [INFO] [stdout] | [INFO] [stdout] 287 | fn haversine_dist(p1_lon: f64, p1_lat: f64, p2_lon: f64, p2_lat: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_clockwise` [INFO] [stdout] --> src/compass_point.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | pub(super) fn next_clockwise(&self) -> Cardinal { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_counter_clockwise` [INFO] [stdout] --> src/compass_point.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | pub(super) fn next_counter_clockwise(&self) -> Cardinal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_empty` [INFO] [stdout] --> src/nested/moc/compressed.rs:105:6 [INFO] [stdout] | [INFO] [stdout] 105 | fn push_node_empty(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_empty_notest` [INFO] [stdout] --> src/nested/moc/compressed.rs:109:6 [INFO] [stdout] | [INFO] [stdout] 109 | fn push_node_empty_notest(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_full` [INFO] [stdout] --> src/nested/moc/compressed.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 120 | fn push_node_full(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_empty` [INFO] [stdout] --> src/nested/moc/compressed.rs:138:6 [INFO] [stdout] | [INFO] [stdout] 138 | fn push_leaf_empty(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_empty_notest` [INFO] [stdout] --> src/nested/moc/compressed.rs:142:6 [INFO] [stdout] | [INFO] [stdout] 142 | fn push_leaf_empty_notest(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_full` [INFO] [stdout] --> src/nested/moc/compressed.rs:149:6 [INFO] [stdout] | [INFO] [stdout] 149 | fn push_leaf_full(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/nested/moc/mod.rs:607:6 [INFO] [stdout] | [INFO] [stdout] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `highest_one_bit` [INFO] [stdout] --> src/nested/mod.rs:213:10 [INFO] [stdout] | [INFO] [stdout] 213 | const fn highest_one_bit(mut i: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TRANSITION_Z` [INFO] [stdout] --> src/nested/gpu.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const TRANSITION_Z: f32 = 2.0 / 3.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TRANSITION_Z_INV` [INFO] [stdout] --> src/nested/gpu.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const TRANSITION_Z_INV: f32 = 3.0 / 2.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `hash_with_dxdy` [INFO] [stdout] --> src/nested/gpu.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn hash_with_dxdy(depth: u8, x: f32, y: f32, z: f32) -> (u32, f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `xpm1_and_q` [INFO] [stdout] --> src/nested/gpu.rs:166:4 [INFO] [stdout] | [INFO] [stdout] 166 | fn xpm1_and_q(x: f32, y: f32) -> (f32, u8) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `one_minus_z_pos` [INFO] [stdout] --> src/nested/gpu.rs:190:4 [INFO] [stdout] | [INFO] [stdout] 190 | fn one_minus_z_pos(x: f32, y: f32, z: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `one_minus_z_neg` [INFO] [stdout] --> src/nested/gpu.rs:203:4 [INFO] [stdout] | [INFO] [stdout] 203 | fn one_minus_z_neg(x: f32, y: f32, z: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ij2z` [INFO] [stdout] --> src/nested/gpu.rs:215:4 [INFO] [stdout] | [INFO] [stdout] 215 | fn ij2z(mut i: u32, mut j: u32) -> u32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nside_remainder_mask` [INFO] [stdout] --> src/nested/mod.rs:431:3 [INFO] [stdout] | [INFO] [stdout] 431 | nside_remainder_mask: u64, // = nside - 1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_v1` [INFO] [stdout] --> src/nested/mod.rs:534:6 [INFO] [stdout] | [INFO] [stdout] 534 | fn hash_v1(&self, lon: f64, lat: f64) -> u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_with_dxdy_v1` [INFO] [stdout] --> src/nested/mod.rs:678:6 [INFO] [stdout] | [INFO] [stdout] 678 | fn hash_with_dxdy_v1(&self, lon: f64, lat: f64) -> (u64, f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shift_rotate_scale` [INFO] [stdout] --> src/nested/mod.rs:713:6 [INFO] [stdout] | [INFO] [stdout] 713 | fn shift_rotate_scale(&self, xy: &mut (f64, f64)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `base_cell_coos` [INFO] [stdout] --> src/nested/mod.rs:722:6 [INFO] [stdout] | [INFO] [stdout] 722 | fn base_cell_coos(&self, ij: &(u64, u64)) -> (u8, u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_coos_in_base_cell` [INFO] [stdout] --> src/nested/mod.rs:732:6 [INFO] [stdout] | [INFO] [stdout] 732 | fn to_coos_in_base_cell(&self, ij: &mut (u64, u64)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `modulo_nside` [INFO] [stdout] --> src/nested/mod.rs:739:6 [INFO] [stdout] | [INFO] [stdout] 739 | fn modulo_nside(&self, val: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `depth0_bits` [INFO] [stdout] --> src/nested/mod.rs:766:6 [INFO] [stdout] | [INFO] [stdout] 766 | fn depth0_bits(&self, i: u8, j: u8, mut ij: (u64, u64), xy: (f64, f64)/*, lon: f64, lat: f64*/) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ncell_in_cone_upper_bound` [INFO] [stdout] --> src/nested/mod.rs:2342:6 [INFO] [stdout] | [INFO] [stdout] 2342 | fn ncell_in_cone_upper_bound(&self, cone_radius: f64) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hashs` [INFO] [stdout] --> src/nested/mod.rs:2674:6 [INFO] [stdout] | [INFO] [stdout] 2674 | fn hashs(&self, poly_vertices: &[T]) -> Box<[u64]> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `allsky_bmoc` [INFO] [stdout] --> src/nested/mod.rs:2684:6 [INFO] [stdout] | [INFO] [stdout] 2684 | fn allsky_bmoc(&self) -> BMOC { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `discretize` [INFO] [stdout] --> src/nested/mod.rs:2981:10 [INFO] [stdout] | [INFO] [stdout] 2981 | const fn discretize(xy: (f64, f64)) -> (u64, u64) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `triangular_number_x4_u32` [INFO] [stdout] --> src/ring/mod.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub(crate) const fn triangular_number_x4_u32(n: u32) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `build_hash` [INFO] [stdout] --> src/ring/mod.rs:300:4 [INFO] [stdout] | [INFO] [stdout] 300 | fn build_hash(nside: u32, i_ring: u32, mut i_in_ring: u32) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_cor_matrix` [INFO] [stdout] --> src/xy_geom/ellipse.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn from_cor_matrix(sig_x: f64, sig_y: f64, rho: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_a_b_theta` [INFO] [stdout] --> src/xy_geom/ellipse.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_a_b_theta(&self) -> (f64, f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_stat_by_circle` [INFO] [stdout] --> src/xy_geom/ellipse.rs:71:6 [INFO] [stdout] | [INFO] [stdout] 71 | fn extended_stat_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_stat` [INFO] [stdout] --> src/xy_geom/ellipse.rs:79:6 [INFO] [stdout] | [INFO] [stdout] 79 | fn extended_stat(&self, other: &Ellipse) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_geom_by_circle` [INFO] [stdout] --> src/xy_geom/ellipse.rs:87:6 [INFO] [stdout] | [INFO] [stdout] 87 | fn extended_geom_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `path_along_edge` [INFO] [stdout] --> src/xy_geom/ellipse.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn path_along_edge(a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `rotate` [INFO] [stdout] --> src/xy_geom/ellipse.rs:141:4 [INFO] [stdout] | [INFO] [stdout] 141 | fn rotate(x: f64, y: f64, cost: f64, sint: f64) -> (f64, f64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `path_along_edge` [INFO] [stdout] --> src/sph_geom/elliptical_cone.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn path_along_edge(lon: f64, lat: f64, a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cone_special_point_in_eqr` [INFO] [stdout] --> src/special_points_finder.rs:126:8 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn cone_special_point_in_eqr(mut z: f64, z0: f64, eucl_cone_radius: f64, north_point: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cone_special_point_in_pc` [INFO] [stdout] --> src/special_points_finder.rs:283:8 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn cone_special_point_in_pc(mut z: f64, cone_center_lon_mod_half_pi: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling tinytemplate v1.2.0 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling cdshealpix v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::sync::Once` [INFO] [stdout] --> src/nested/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Once; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `max` [INFO] [stdout] --> src/nested/moc/mod.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | use std::cmp::{min, max}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter::Map` [INFO] [stdout] --> src/nested/moc/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use std::iter::Map; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `append_external_edge_sorted` [INFO] [stdout] --> src/nested/moc/mod.rs:27:57 [INFO] [stdout] | [INFO] [stdout] 27 | use super::{internal_edge_sorted, append_external_edge, append_external_edge_sorted}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression [INFO] [stdout] --> src/nested/gpu.rs:250:13 [INFO] [stdout] | [INFO] [stdout] 250 | match (h & 3) { [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression [INFO] [stdout] --> src/nested/gpu.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | match (h & 3) { [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression [INFO] [stdout] --> src/nested/gpu.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | match (h & 3) { [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/nested/mod.rs:2702:3 [INFO] [stdout] | [INFO] [stdout] 2702 | (((k << 2) + ( ((i as i8) + ((k - 1) >> 7)) & 3_i8)) as u8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/nested/mod.rs:4192:9 [INFO] [stdout] | [INFO] [stdout] 4192 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sph_geom::coo3d::UnitVec3` [INFO] [stdout] --> src/sph_geom/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::sph_geom::coo3d::UnitVec3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `dd` is never read [INFO] [stdout] --> src/nested/moc/compressed.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `curr_h` [INFO] [stdout] --> src/nested/bmoc.rs:1043:20 [INFO] [stdout] | [INFO] [stdout] 1043 | let (curr_d, curr_h) = self.get_depth_icell(self.entries[0]); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `curr_d` [INFO] [stdout] --> src/nested/bmoc.rs:1046:12 [INFO] [stdout] | [INFO] [stdout] 1046 | for (curr_d, curr_h) in self.entries.iter().map(|e| self.get_depth_icell(*e)) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/nested/bmoc.rs:1059:9 [INFO] [stdout] | [INFO] [stdout] 1059 | let mut d = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `dd` is never read [INFO] [stdout] --> src/nested/bmoc.rs:1085:12 [INFO] [stdout] | [INFO] [stdout] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `actual_res_exact` [INFO] [stdout] --> src/nested/mod.rs:4012:9 [INFO] [stdout] | [INFO] [stdout] 4012 | let actual_res_exact = polygon_coverage(depth, &vertices, true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_res_exact` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `d0h_bits` [INFO] [stdout] --> src/nested/mod.rs:4128:9 [INFO] [stdout] | [INFO] [stdout] 4128 | let d0h_bits = layer_0.depth0_bits(ij_d0c.0, ij_d0c.1, ij, xy/*, lon, lat*/); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_d0h_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/mod.rs:3938:9 [INFO] [stdout] | [INFO] [stdout] 3938 | let mut vertices = [ [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/mod.rs:607:10 [INFO] [stdout] | [INFO] [stdout] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | let mut curr = it.next(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:863:11 [INFO] [stdout] | [INFO] [stdout] 863 | let mut full_1: Vec> = (0..12_u64).into_iter() [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:865:11 [INFO] [stdout] | [INFO] [stdout] 865 | let mut full_2: Vec> = (0..12_u64).into_iter() [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:882:11 [INFO] [stdout] | [INFO] [stdout] 882 | let mut full: Vec> = (0..12_u64).into_iter() [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/op.rs:896:11 [INFO] [stdout] | [INFO] [stdout] 896 | let mut full: Vec> = (0..12_u64).into_iter() [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/compressed.rs:113:43 [INFO] [stdout] | [INFO] [stdout] 113 | fn push_n_empty_nodes_notest(&mut self, mut n: H) { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/moc/compressed.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/nested/bmoc.rs:1085:20 [INFO] [stdout] | [INFO] [stdout] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `haversine_dist` [INFO] [stdout] --> src/lib.rs:287:4 [INFO] [stdout] | [INFO] [stdout] 287 | fn haversine_dist(p1_lon: f64, p1_lat: f64, p2_lon: f64, p2_lat: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_clockwise` [INFO] [stdout] --> src/compass_point.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | pub(super) fn next_clockwise(&self) -> Cardinal { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_counter_clockwise` [INFO] [stdout] --> src/compass_point.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | pub(super) fn next_counter_clockwise(&self) -> Cardinal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_empty` [INFO] [stdout] --> src/nested/moc/compressed.rs:105:6 [INFO] [stdout] | [INFO] [stdout] 105 | fn push_node_empty(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_empty_notest` [INFO] [stdout] --> src/nested/moc/compressed.rs:109:6 [INFO] [stdout] | [INFO] [stdout] 109 | fn push_node_empty_notest(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_node_full` [INFO] [stdout] --> src/nested/moc/compressed.rs:120:6 [INFO] [stdout] | [INFO] [stdout] 120 | fn push_node_full(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_empty` [INFO] [stdout] --> src/nested/moc/compressed.rs:138:6 [INFO] [stdout] | [INFO] [stdout] 138 | fn push_leaf_empty(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_empty_notest` [INFO] [stdout] --> src/nested/moc/compressed.rs:142:6 [INFO] [stdout] | [INFO] [stdout] 142 | fn push_leaf_empty_notest(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push_leaf_full` [INFO] [stdout] --> src/nested/moc/compressed.rs:149:6 [INFO] [stdout] | [INFO] [stdout] 149 | fn push_leaf_full(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/nested/moc/mod.rs:607:6 [INFO] [stdout] | [INFO] [stdout] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `highest_one_bit` [INFO] [stdout] --> src/nested/mod.rs:213:10 [INFO] [stdout] | [INFO] [stdout] 213 | const fn highest_one_bit(mut i: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nside_remainder_mask` [INFO] [stdout] --> src/nested/mod.rs:431:3 [INFO] [stdout] | [INFO] [stdout] 431 | nside_remainder_mask: u64, // = nside - 1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_v1` [INFO] [stdout] --> src/nested/mod.rs:534:6 [INFO] [stdout] | [INFO] [stdout] 534 | fn hash_v1(&self, lon: f64, lat: f64) -> u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash_with_dxdy_v1` [INFO] [stdout] --> src/nested/mod.rs:678:6 [INFO] [stdout] | [INFO] [stdout] 678 | fn hash_with_dxdy_v1(&self, lon: f64, lat: f64) -> (u64, f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_coos_in_base_cell` [INFO] [stdout] --> src/nested/mod.rs:732:6 [INFO] [stdout] | [INFO] [stdout] 732 | fn to_coos_in_base_cell(&self, ij: &mut (u64, u64)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `modulo_nside` [INFO] [stdout] --> src/nested/mod.rs:739:6 [INFO] [stdout] | [INFO] [stdout] 739 | fn modulo_nside(&self, val: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ncell_in_cone_upper_bound` [INFO] [stdout] --> src/nested/mod.rs:2342:6 [INFO] [stdout] | [INFO] [stdout] 2342 | fn ncell_in_cone_upper_bound(&self, cone_radius: f64) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hashs` [INFO] [stdout] --> src/nested/mod.rs:2674:6 [INFO] [stdout] | [INFO] [stdout] 2674 | fn hashs(&self, poly_vertices: &[T]) -> Box<[u64]> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `allsky_bmoc` [INFO] [stdout] --> src/nested/mod.rs:2684:6 [INFO] [stdout] | [INFO] [stdout] 2684 | fn allsky_bmoc(&self) -> BMOC { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `build_lupt` [INFO] [stdout] --> src/nested/mod.rs:3137:6 [INFO] [stdout] | [INFO] [stdout] 3137 | fn build_lupt(depth: u8) -> [[u64; 6]; 6] { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_degrees` [INFO] [stdout] --> src/nested/mod.rs:4023:6 [INFO] [stdout] | [INFO] [stdout] 4023 | fn to_degrees(lonlats: &mut [(f64, f64)]) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `triangular_number_x4_u32` [INFO] [stdout] --> src/ring/mod.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub(crate) const fn triangular_number_x4_u32(n: u32) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `build_hash` [INFO] [stdout] --> src/ring/mod.rs:300:4 [INFO] [stdout] | [INFO] [stdout] 300 | fn build_hash(nside: u32, i_ring: u32, mut i_in_ring: u32) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_cor_matrix` [INFO] [stdout] --> src/xy_geom/ellipse.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn from_cor_matrix(sig_x: f64, sig_y: f64, rho: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_a_b_theta` [INFO] [stdout] --> src/xy_geom/ellipse.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_a_b_theta(&self) -> (f64, f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_stat_by_circle` [INFO] [stdout] --> src/xy_geom/ellipse.rs:71:6 [INFO] [stdout] | [INFO] [stdout] 71 | fn extended_stat_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_stat` [INFO] [stdout] --> src/xy_geom/ellipse.rs:79:6 [INFO] [stdout] | [INFO] [stdout] 79 | fn extended_stat(&self, other: &Ellipse) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `extended_geom_by_circle` [INFO] [stdout] --> src/xy_geom/ellipse.rs:87:6 [INFO] [stdout] | [INFO] [stdout] 87 | fn extended_geom_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `path_along_edge` [INFO] [stdout] --> src/xy_geom/ellipse.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn path_along_edge(a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `rotate` [INFO] [stdout] --> src/xy_geom/ellipse.rs:141:4 [INFO] [stdout] | [INFO] [stdout] 141 | fn rotate(x: f64, y: f64, cost: f64, sint: f64) -> (f64, f64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `path_along_edge` [INFO] [stdout] --> src/sph_geom/elliptical_cone.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn path_along_edge(lon: f64, lat: f64, a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `lonlat2coo3d_v2` [INFO] [stdout] --> src/sph_geom/mod.rs:199:4 [INFO] [stdout] | [INFO] [stdout] 199 | fn lonlat2coo3d_v2(vertices: Box<[LonLat]>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `compute_cross_products` [INFO] [stdout] --> src/sph_geom/mod.rs:212:4 [INFO] [stdout] | [INFO] [stdout] 212 | fn compute_cross_products(vertices: &Box<[Coo3D]>) -> Box<[Vect3]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `make_bench_data` [INFO] [stdout] --> src/sph_geom/mod.rs:412:6 [INFO] [stdout] | [INFO] [stdout] 412 | fn make_bench_data(n: u32) -> Box<[LonLat]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cone_special_point_in_eqr` [INFO] [stdout] --> src/special_points_finder.rs:126:8 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn cone_special_point_in_eqr(mut z: f64, z0: f64, eucl_cone_radius: f64, north_point: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cone_special_point_in_pc` [INFO] [stdout] --> src/special_points_finder.rs:283:8 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn cone_special_point_in_pc(mut z: f64, cone_center_lon_mod_half_pi: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `delta_depth` should have an upper case name [INFO] [stdout] --> src/nested/gpu.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | const delta_depth: u8 = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DELTA_DEPTH` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `delta_depth` should have an upper case name [INFO] [stdout] --> src/nested/gpu.rs:274:11 [INFO] [stdout] | [INFO] [stdout] 274 | const delta_depth: u8 = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DELTA_DEPTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `delta_depth` should have an upper case name [INFO] [stdout] --> src/nested/gpu.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | const delta_depth: u8 = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DELTA_DEPTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 66 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 55.61s [INFO] running `Command { std: "docker" "inspect" "c1d337dda8c9bbd400b70804553a5daf5dc10b47fbeef336f724cd35e8557a61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1d337dda8c9bbd400b70804553a5daf5dc10b47fbeef336f724cd35e8557a61", kill_on_drop: false }` [INFO] [stdout] c1d337dda8c9bbd400b70804553a5daf5dc10b47fbeef336f724cd35e8557a61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", 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] 54a95e3a1d377c20bf80f9d9ae0db13b36c2469e34c40de6dacfcefdc2bad0d2 [INFO] running `Command { std: "docker" "start" "-a" "54a95e3a1d377c20bf80f9d9ae0db13b36c2469e34c40de6dacfcefdc2bad0d2", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::sync::Once` [INFO] [stderr] --> src/nested/mod.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::Once; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `max` [INFO] [stderr] --> src/nested/moc/mod.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | use std::cmp::{min, max}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::iter::Map` [INFO] [stderr] --> src/nested/moc/mod.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::iter::Map; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `append_external_edge_sorted` [INFO] [stderr] --> src/nested/moc/mod.rs:27:57 [INFO] [stderr] | [INFO] [stderr] 27 | use super::{internal_edge_sorted, append_external_edge, append_external_edge_sorted}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/nested/mod.rs:2702:3 [INFO] [stderr] | [INFO] [stderr] 2702 | (((k << 2) + ( ((i as i8) + ((k - 1) >> 7)) & 3_i8)) as u8) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::sph_geom::coo3d::UnitVec3` [INFO] [stderr] --> src/sph_geom/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::sph_geom::coo3d::UnitVec3; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: value assigned to `dd` is never read [INFO] [stderr] --> src/nested/moc/compressed.rs:182:16 [INFO] [stderr] | [INFO] [stderr] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `curr_h` [INFO] [stderr] --> src/nested/bmoc.rs:1043:20 [INFO] [stderr] | [INFO] [stderr] 1043 | let (curr_d, curr_h) = self.get_depth_icell(self.entries[0]); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_h` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `curr_d` [INFO] [stderr] --> src/nested/bmoc.rs:1046:12 [INFO] [stderr] | [INFO] [stderr] 1046 | for (curr_d, curr_h) in self.entries.iter().map(|e| self.get_depth_icell(*e)) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_d` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `d` is never read [INFO] [stderr] --> src/nested/bmoc.rs:1059:9 [INFO] [stderr] | [INFO] [stderr] 1059 | let mut d = 0; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `dd` is never read [INFO] [stderr] --> src/nested/bmoc.rs:1085:12 [INFO] [stderr] | [INFO] [stderr] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/mod.rs:607:10 [INFO] [stderr] | [INFO] [stderr] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/op.rs:387:9 [INFO] [stderr] | [INFO] [stderr] 387 | let mut curr = it.next(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/compressed.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | fn push_n_empty_nodes_notest(&mut self, mut n: H) { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/compressed.rs:182:24 [INFO] [stderr] | [INFO] [stderr] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/bmoc.rs:1085:20 [INFO] [stderr] | [INFO] [stderr] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `haversine_dist` [INFO] [stderr] --> src/lib.rs:287:4 [INFO] [stderr] | [INFO] [stderr] 287 | fn haversine_dist(p1_lon: f64, p1_lat: f64, p2_lon: f64, p2_lat: f64) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `next_clockwise` [INFO] [stderr] --> src/compass_point.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | pub(super) fn next_clockwise(&self) -> Cardinal { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `next_counter_clockwise` [INFO] [stderr] --> src/compass_point.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | pub(super) fn next_counter_clockwise(&self) -> Cardinal { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_node_empty` [INFO] [stderr] --> src/nested/moc/compressed.rs:105:6 [INFO] [stderr] | [INFO] [stderr] 105 | fn push_node_empty(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_node_empty_notest` [INFO] [stderr] --> src/nested/moc/compressed.rs:109:6 [INFO] [stderr] | [INFO] [stderr] 109 | fn push_node_empty_notest(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_node_full` [INFO] [stderr] --> src/nested/moc/compressed.rs:120:6 [INFO] [stderr] | [INFO] [stderr] 120 | fn push_node_full(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_leaf_empty` [INFO] [stderr] --> src/nested/moc/compressed.rs:138:6 [INFO] [stderr] | [INFO] [stderr] 138 | fn push_leaf_empty(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_leaf_empty_notest` [INFO] [stderr] --> src/nested/moc/compressed.rs:142:6 [INFO] [stderr] | [INFO] [stderr] 142 | fn push_leaf_empty_notest(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_leaf_full` [INFO] [stderr] --> src/nested/moc/compressed.rs:149:6 [INFO] [stderr] | [INFO] [stderr] 149 | fn push_leaf_full(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/nested/moc/mod.rs:607:6 [INFO] [stderr] | [INFO] [stderr] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `highest_one_bit` [INFO] [stderr] --> src/nested/mod.rs:213:10 [INFO] [stderr] | [INFO] [stderr] 213 | const fn highest_one_bit(mut i: u64) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `TRANSITION_Z` [INFO] [stderr] --> src/nested/gpu.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub const TRANSITION_Z: f32 = 2.0 / 3.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `TRANSITION_Z_INV` [INFO] [stderr] --> src/nested/gpu.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub const TRANSITION_Z_INV: f32 = 3.0 / 2.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `hash_with_dxdy` [INFO] [stderr] --> src/nested/gpu.rs:28:8 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn hash_with_dxdy(depth: u8, x: f32, y: f32, z: f32) -> (u32, f32, f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `xpm1_and_q` [INFO] [stderr] --> src/nested/gpu.rs:166:4 [INFO] [stderr] | [INFO] [stderr] 166 | fn xpm1_and_q(x: f32, y: f32) -> (f32, u8) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `one_minus_z_pos` [INFO] [stderr] --> src/nested/gpu.rs:190:4 [INFO] [stderr] | [INFO] [stderr] 190 | fn one_minus_z_pos(x: f32, y: f32, z: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `one_minus_z_neg` [INFO] [stderr] --> src/nested/gpu.rs:203:4 [INFO] [stderr] | [INFO] [stderr] 203 | fn one_minus_z_neg(x: f32, y: f32, z: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `ij2z` [INFO] [stderr] --> src/nested/gpu.rs:215:4 [INFO] [stderr] | [INFO] [stderr] 215 | fn ij2z(mut i: u32, mut j: u32) -> u32 { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nside_remainder_mask` [INFO] [stderr] --> src/nested/mod.rs:431:3 [INFO] [stderr] | [INFO] [stderr] 431 | nside_remainder_mask: u64, // = nside - 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hash_v1` [INFO] [stderr] --> src/nested/mod.rs:534:6 [INFO] [stderr] | [INFO] [stderr] 534 | fn hash_v1(&self, lon: f64, lat: f64) -> u64 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hash_with_dxdy_v1` [INFO] [stderr] --> src/nested/mod.rs:678:6 [INFO] [stderr] | [INFO] [stderr] 678 | fn hash_with_dxdy_v1(&self, lon: f64, lat: f64) -> (u64, f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `shift_rotate_scale` [INFO] [stderr] --> src/nested/mod.rs:713:6 [INFO] [stderr] | [INFO] [stderr] 713 | fn shift_rotate_scale(&self, xy: &mut (f64, f64)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `base_cell_coos` [INFO] [stderr] --> src/nested/mod.rs:722:6 [INFO] [stderr] | [INFO] [stderr] 722 | fn base_cell_coos(&self, ij: &(u64, u64)) -> (u8, u8) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `to_coos_in_base_cell` [INFO] [stderr] --> src/nested/mod.rs:732:6 [INFO] [stderr] | [INFO] [stderr] 732 | fn to_coos_in_base_cell(&self, ij: &mut (u64, u64)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `modulo_nside` [INFO] [stderr] --> src/nested/mod.rs:739:6 [INFO] [stderr] | [INFO] [stderr] 739 | fn modulo_nside(&self, val: u64) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `depth0_bits` [INFO] [stderr] --> src/nested/mod.rs:766:6 [INFO] [stderr] | [INFO] [stderr] 766 | fn depth0_bits(&self, i: u8, j: u8, mut ij: (u64, u64), xy: (f64, f64)/*, lon: f64, lat: f64*/) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `ncell_in_cone_upper_bound` [INFO] [stderr] --> src/nested/mod.rs:2342:6 [INFO] [stderr] | [INFO] [stderr] 2342 | fn ncell_in_cone_upper_bound(&self, cone_radius: f64) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hashs` [INFO] [stderr] --> src/nested/mod.rs:2674:6 [INFO] [stderr] | [INFO] [stderr] 2674 | fn hashs(&self, poly_vertices: &[T]) -> Box<[u64]> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `allsky_bmoc` [INFO] [stderr] --> src/nested/mod.rs:2684:6 [INFO] [stderr] | [INFO] [stderr] 2684 | fn allsky_bmoc(&self) -> BMOC { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `discretize` [INFO] [stderr] --> src/nested/mod.rs:2981:10 [INFO] [stderr] | [INFO] [stderr] 2981 | const fn discretize(xy: (f64, f64)) -> (u64, u64) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `triangular_number_x4_u32` [INFO] [stderr] --> src/ring/mod.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | pub(crate) const fn triangular_number_x4_u32(n: u32) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `build_hash` [INFO] [stderr] --> src/ring/mod.rs:300:4 [INFO] [stderr] | [INFO] [stderr] 300 | fn build_hash(nside: u32, i_ring: u32, mut i_in_ring: u32) -> u64 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_cor_matrix` [INFO] [stderr] --> src/xy_geom/ellipse.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn from_cor_matrix(sig_x: f64, sig_y: f64, rho: f64) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `to_a_b_theta` [INFO] [stderr] --> src/xy_geom/ellipse.rs:62:10 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn to_a_b_theta(&self) -> (f64, f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `extended_stat_by_circle` [INFO] [stderr] --> src/xy_geom/ellipse.rs:71:6 [INFO] [stderr] | [INFO] [stderr] 71 | fn extended_stat_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `extended_stat` [INFO] [stderr] --> src/xy_geom/ellipse.rs:79:6 [INFO] [stderr] | [INFO] [stderr] 79 | fn extended_stat(&self, other: &Ellipse) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `extended_geom_by_circle` [INFO] [stderr] --> src/xy_geom/ellipse.rs:87:6 [INFO] [stderr] | [INFO] [stderr] 87 | fn extended_geom_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `path_along_edge` [INFO] [stderr] --> src/xy_geom/ellipse.rs:122:10 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn path_along_edge(a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `rotate` [INFO] [stderr] --> src/xy_geom/ellipse.rs:141:4 [INFO] [stderr] | [INFO] [stderr] 141 | fn rotate(x: f64, y: f64, cost: f64, sint: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `path_along_edge` [INFO] [stderr] --> src/sph_geom/elliptical_cone.rs:150:10 [INFO] [stderr] | [INFO] [stderr] 150 | pub fn path_along_edge(lon: f64, lat: f64, a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cone_special_point_in_eqr` [INFO] [stderr] --> src/special_points_finder.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn cone_special_point_in_eqr(mut z: f64, z0: f64, eucl_cone_radius: f64, north_point: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cone_special_point_in_pc` [INFO] [stderr] --> src/special_points_finder.rs:283:8 [INFO] [stderr] | [INFO] [stderr] 283 | pub fn cone_special_point_in_pc(mut z: f64, cone_center_lon_mod_half_pi: f64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 58 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::Once` [INFO] [stderr] --> src/nested/mod.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::Once; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `max` [INFO] [stderr] --> src/nested/moc/mod.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | use std::cmp::{min, max}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::iter::Map` [INFO] [stderr] --> src/nested/moc/mod.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::iter::Map; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `append_external_edge_sorted` [INFO] [stderr] --> src/nested/moc/mod.rs:27:57 [INFO] [stderr] | [INFO] [stderr] 27 | use super::{internal_edge_sorted, append_external_edge, append_external_edge_sorted}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `match` scrutinee expression [INFO] [stderr] --> src/nested/gpu.rs:250:13 [INFO] [stderr] | [INFO] [stderr] 250 | match (h & 3) { [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 `match` scrutinee expression [INFO] [stderr] --> src/nested/gpu.rs:293:11 [INFO] [stderr] | [INFO] [stderr] 293 | match (h & 3) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `match` scrutinee expression [INFO] [stderr] --> src/nested/gpu.rs:336:13 [INFO] [stderr] | [INFO] [stderr] 336 | match (h & 3) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/nested/mod.rs:2702:3 [INFO] [stderr] | [INFO] [stderr] 2702 | (((k << 2) + ( ((i as i8) + ((k - 1) >> 7)) & 3_i8)) as u8) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/nested/mod.rs:4192:9 [INFO] [stderr] | [INFO] [stderr] 4192 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::sph_geom::coo3d::UnitVec3` [INFO] [stderr] --> src/sph_geom/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::sph_geom::coo3d::UnitVec3; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: value assigned to `dd` is never read [INFO] [stderr] --> src/nested/moc/compressed.rs:182:16 [INFO] [stderr] | [INFO] [stderr] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `curr_h` [INFO] [stderr] --> src/nested/bmoc.rs:1043:20 [INFO] [stderr] | [INFO] [stderr] 1043 | let (curr_d, curr_h) = self.get_depth_icell(self.entries[0]); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_h` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `curr_d` [INFO] [stderr] --> src/nested/bmoc.rs:1046:12 [INFO] [stderr] | [INFO] [stderr] 1046 | for (curr_d, curr_h) in self.entries.iter().map(|e| self.get_depth_icell(*e)) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_d` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `d` is never read [INFO] [stderr] --> src/nested/bmoc.rs:1059:9 [INFO] [stderr] | [INFO] [stderr] 1059 | let mut d = 0; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `dd` is never read [INFO] [stderr] --> src/nested/bmoc.rs:1085:12 [INFO] [stderr] | [INFO] [stderr] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `actual_res_exact` [INFO] [stderr] --> src/nested/mod.rs:4012:9 [INFO] [stderr] | [INFO] [stderr] 4012 | let actual_res_exact = polygon_coverage(depth, &vertices, true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_res_exact` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `d0h_bits` [INFO] [stderr] --> src/nested/mod.rs:4128:9 [INFO] [stderr] | [INFO] [stderr] 4128 | let d0h_bits = layer_0.depth0_bits(ij_d0c.0, ij_d0c.1, ij, xy/*, lon, lat*/); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_d0h_bits` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/mod.rs:3938:9 [INFO] [stderr] | [INFO] [stderr] 3938 | let mut vertices = [ [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/mod.rs:607:10 [INFO] [stderr] | [INFO] [stderr] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/op.rs:387:9 [INFO] [stderr] | [INFO] [stderr] 387 | let mut curr = it.next(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/op.rs:863:11 [INFO] [stderr] | [INFO] [stderr] 863 | let mut full_1: Vec> = (0..12_u64).into_iter() [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/op.rs:865:11 [INFO] [stderr] | [INFO] [stderr] 865 | let mut full_2: Vec> = (0..12_u64).into_iter() [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/op.rs:882:11 [INFO] [stderr] | [INFO] [stderr] 882 | let mut full: Vec> = (0..12_u64).into_iter() [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/op.rs:896:11 [INFO] [stderr] | [INFO] [stderr] 896 | let mut full: Vec> = (0..12_u64).into_iter() [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/compressed.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | fn push_n_empty_nodes_notest(&mut self, mut n: H) { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/moc/compressed.rs:182:24 [INFO] [stderr] | [INFO] [stderr] 182 | let (mut dd, mut target_h) = if self.d > curr_d { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/nested/bmoc.rs:1085:20 [INFO] [stderr] | [INFO] [stderr] 1085 | let (mut dd, mut target_h) = if d > curr_d { // case previous hash deeper that current hash [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `haversine_dist` [INFO] [stderr] --> src/lib.rs:287:4 [INFO] [stderr] | [INFO] [stderr] 287 | fn haversine_dist(p1_lon: f64, p1_lat: f64, p2_lon: f64, p2_lat: f64) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `next_clockwise` [INFO] [stderr] --> src/compass_point.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | pub(super) fn next_clockwise(&self) -> Cardinal { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `next_counter_clockwise` [INFO] [stderr] --> src/compass_point.rs:97:17 [INFO] [stderr] | [INFO] [stderr] 97 | pub(super) fn next_counter_clockwise(&self) -> Cardinal { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_node_empty` [INFO] [stderr] --> src/nested/moc/compressed.rs:105:6 [INFO] [stderr] | [INFO] [stderr] 105 | fn push_node_empty(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_node_empty_notest` [INFO] [stderr] --> src/nested/moc/compressed.rs:109:6 [INFO] [stderr] | [INFO] [stderr] 109 | fn push_node_empty_notest(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_node_full` [INFO] [stderr] --> src/nested/moc/compressed.rs:120:6 [INFO] [stderr] | [INFO] [stderr] 120 | fn push_node_full(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_leaf_empty` [INFO] [stderr] --> src/nested/moc/compressed.rs:138:6 [INFO] [stderr] | [INFO] [stderr] 138 | fn push_leaf_empty(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_leaf_empty_notest` [INFO] [stderr] --> src/nested/moc/compressed.rs:142:6 [INFO] [stderr] | [INFO] [stderr] 142 | fn push_leaf_empty_notest(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `push_leaf_full` [INFO] [stderr] --> src/nested/moc/compressed.rs:149:6 [INFO] [stderr] | [INFO] [stderr] 149 | fn push_leaf_full(&mut self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/nested/moc/mod.rs:607:6 [INFO] [stderr] | [INFO] [stderr] 607 | fn new(mut it: &mut R) -> MOCIteratorFromRefRanges { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `highest_one_bit` [INFO] [stderr] --> src/nested/mod.rs:213:10 [INFO] [stderr] | [INFO] [stderr] 213 | const fn highest_one_bit(mut i: u64) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nside_remainder_mask` [INFO] [stderr] --> src/nested/mod.rs:431:3 [INFO] [stderr] | [INFO] [stderr] 431 | nside_remainder_mask: u64, // = nside - 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hash_v1` [INFO] [stderr] --> src/nested/mod.rs:534:6 [INFO] [stderr] | [INFO] [stderr] 534 | fn hash_v1(&self, lon: f64, lat: f64) -> u64 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hash_with_dxdy_v1` [INFO] [stderr] --> src/nested/mod.rs:678:6 [INFO] [stderr] | [INFO] [stderr] 678 | fn hash_with_dxdy_v1(&self, lon: f64, lat: f64) -> (u64, f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `to_coos_in_base_cell` [INFO] [stderr] --> src/nested/mod.rs:732:6 [INFO] [stderr] | [INFO] [stderr] 732 | fn to_coos_in_base_cell(&self, ij: &mut (u64, u64)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `modulo_nside` [INFO] [stderr] --> src/nested/mod.rs:739:6 [INFO] [stderr] | [INFO] [stderr] 739 | fn modulo_nside(&self, val: u64) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `ncell_in_cone_upper_bound` [INFO] [stderr] --> src/nested/mod.rs:2342:6 [INFO] [stderr] | [INFO] [stderr] 2342 | fn ncell_in_cone_upper_bound(&self, cone_radius: f64) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hashs` [INFO] [stderr] --> src/nested/mod.rs:2674:6 [INFO] [stderr] | [INFO] [stderr] 2674 | fn hashs(&self, poly_vertices: &[T]) -> Box<[u64]> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `allsky_bmoc` [INFO] [stderr] --> src/nested/mod.rs:2684:6 [INFO] [stderr] | [INFO] [stderr] 2684 | fn allsky_bmoc(&self) -> BMOC { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `build_lupt` [INFO] [stderr] --> src/nested/mod.rs:3137:6 [INFO] [stderr] | [INFO] [stderr] 3137 | fn build_lupt(depth: u8) -> [[u64; 6]; 6] { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `to_degrees` [INFO] [stderr] --> src/nested/mod.rs:4023:6 [INFO] [stderr] | [INFO] [stderr] 4023 | fn to_degrees(lonlats: &mut [(f64, f64)]) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `triangular_number_x4_u32` [INFO] [stderr] --> src/ring/mod.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | pub(crate) const fn triangular_number_x4_u32(n: u32) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `build_hash` [INFO] [stderr] --> src/ring/mod.rs:300:4 [INFO] [stderr] | [INFO] [stderr] 300 | fn build_hash(nside: u32, i_ring: u32, mut i_in_ring: u32) -> u64 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_cor_matrix` [INFO] [stderr] --> src/xy_geom/ellipse.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn from_cor_matrix(sig_x: f64, sig_y: f64, rho: f64) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `to_a_b_theta` [INFO] [stderr] --> src/xy_geom/ellipse.rs:62:10 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn to_a_b_theta(&self) -> (f64, f64, f64) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `extended_stat_by_circle` [INFO] [stderr] --> src/xy_geom/ellipse.rs:71:6 [INFO] [stderr] | [INFO] [stderr] 71 | fn extended_stat_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `extended_stat` [INFO] [stderr] --> src/xy_geom/ellipse.rs:79:6 [INFO] [stderr] | [INFO] [stderr] 79 | fn extended_stat(&self, other: &Ellipse) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `extended_geom_by_circle` [INFO] [stderr] --> src/xy_geom/ellipse.rs:87:6 [INFO] [stderr] | [INFO] [stderr] 87 | fn extended_geom_by_circle(&self, sig: f64) -> Ellipse { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `path_along_edge` [INFO] [stderr] --> src/xy_geom/ellipse.rs:122:10 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn path_along_edge(a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `rotate` [INFO] [stderr] --> src/xy_geom/ellipse.rs:141:4 [INFO] [stderr] | [INFO] [stderr] 141 | fn rotate(x: f64, y: f64, cost: f64, sint: f64) -> (f64, f64) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `path_along_edge` [INFO] [stderr] --> src/sph_geom/elliptical_cone.rs:150:10 [INFO] [stderr] | [INFO] [stderr] 150 | pub fn path_along_edge(lon: f64, lat: f64, a: f64, b: f64, theta: f64, half_num_points: usize) -> Box<[(f64, f64)]> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `lonlat2coo3d_v2` [INFO] [stderr] --> src/sph_geom/mod.rs:199:4 [INFO] [stderr] | [INFO] [stderr] 199 | fn lonlat2coo3d_v2(vertices: Box<[LonLat]>) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compute_cross_products` [INFO] [stderr] --> src/sph_geom/mod.rs:212:4 [INFO] [stderr] | [INFO] [stderr] 212 | fn compute_cross_products(vertices: &Box<[Coo3D]>) -> Box<[Vect3]> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `make_bench_data` [INFO] [stderr] --> src/sph_geom/mod.rs:412:6 [INFO] [stderr] | [INFO] [stderr] 412 | fn make_bench_data(n: u32) -> Box<[LonLat]> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cone_special_point_in_eqr` [INFO] [stderr] --> src/special_points_finder.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn cone_special_point_in_eqr(mut z: f64, z0: f64, eucl_cone_radius: f64, north_point: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cone_special_point_in_pc` [INFO] [stderr] --> src/special_points_finder.rs:283:8 [INFO] [stderr] | [INFO] [stderr] 283 | pub fn cone_special_point_in_pc(mut z: f64, cone_center_lon_mod_half_pi: f64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `delta_depth` should have an upper case name [INFO] [stderr] --> src/nested/gpu.rs:233:11 [INFO] [stderr] | [INFO] [stderr] 233 | const delta_depth: u8 = 1; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DELTA_DEPTH` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `delta_depth` should have an upper case name [INFO] [stderr] --> src/nested/gpu.rs:274:11 [INFO] [stderr] | [INFO] [stderr] 274 | const delta_depth: u8 = 1; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DELTA_DEPTH` [INFO] [stderr] [INFO] [stderr] warning: constant `delta_depth` should have an upper case name [INFO] [stderr] --> src/nested/gpu.rs:317:11 [INFO] [stderr] | [INFO] [stderr] 317 | const delta_depth: u8 = 1; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DELTA_DEPTH` [INFO] [stderr] [INFO] [stderr] warning: 66 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cdshealpix-d64c52731e2005f9 [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test nested::moc::op::tests::test_not_empty ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_empty_d1 ... ok [INFO] [stdout] test nested::moc::op::tests::test_not_full ... ok [INFO] [stdout] test nested::moc::op::tests::test_or_full_empty ... ok [INFO] [stdout] test nested::moc::op::tests::test_or_empty_empty ... ok [INFO] [stdout] test nested::moc::tests::test_basic ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_empty_d0 ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_full_d0 ... ok [INFO] [stdout] test nested::gpu::tests::testok_hash_gpu_spe_1 ... ok [INFO] [stdout] test nested::tests::test_bilinear_interpolation ... ok [INFO] [stdout] test nested::gpu::tests::testok_hash_gpu_spe_2 ... ok [INFO] [stdout] test nested::tests::test_prec_3 ... ok [INFO] [stdout] test nested::tests::test_prec_1 ... ok [INFO] [stdout] test nested::tests::test_ok_neighbours_t1 ... ok [INFO] [stdout] test nested::bmoc::tests::testok_compressed_moc_full_d1 ... ok [INFO] [stdout] test nested::moc::tests::test_range ... ok [INFO] [stdout] test nested::moc::op::tests::test_and_full_full ... ok [INFO] [stdout] test nested::tests::test_prec_4 ... ok [INFO] [stdout] test nested::moc::op::tests::test_and_empty_full ... ok [INFO] [stdout] test nested::gpu::tests::testok_hash_gpu_sys ... ok [INFO] [stdout] test nested::tests::test_prec_2 ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_bmoc ... ok [INFO] [stdout] test nested::tests::test_bilinear_interpolation_2 ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_custom_bmoc ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_5 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_6 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_2 ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_custom_bmoc_dbg ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_4 ... ok [INFO] [stdout] test nested::tests::testok_bmoc_not ... ok [INFO] [stdout] test nested::tests::testok_cone_approx_custom_bmoc_2 ... ok [INFO] [stdout] test nested::tests::testok_external_edge_struct_v3 ... ok [INFO] [stdout] test nested::tests::testok_hash_2 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_7 ... ok [INFO] [stdout] test nested::tests::testok_hash_4 ... ok [INFO] [stdout] test nested::tests::testok_hash_d0 ... ok [INFO] [stdout] test nested::tests::testok_hash_3 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_2 ... ok [INFO] [stdout] test nested::tests::testok_neighbour_d0 ... ok [INFO] [stdout] test nested::tests::testok_polygone_approx ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_6 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_eqr ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_4 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_3 ... ok [INFO] [stdout] test nested::tests::testok_external_edge_struct_v2 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_8 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_npc_2 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_npc ... ok [INFO] [stdout] test nested::tests::testok_hash ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_spc ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_npc_3 ... ok [INFO] [stdout] test ring::tests::test_center_2 ... ok [INFO] [stdout] test ring::tests::test_center_3 ... ok [INFO] [stdout] test nested::tests::testok_neighbours_d0 ... ok [INFO] [stdout] test nested::tests::testok_elliptical_cone_3 ... ok [INFO] [stdout] test ring::tests::test_dldh_to_dxdy ... ok [INFO] [stdout] test ring::tests::test_center ... ok [INFO] [stdout] test ring::tests::test_hash_3 ... ok [INFO] [stdout] test sph_geom::tests::test_vec3 ... ok [INFO] [stdout] test nested::tests::testok_external_edge_struct_v1 ... ok [INFO] [stdout] test ring::tests::test_deal_with_1x1_box ... ok [INFO] [stdout] test tests::testok_nside ... ok [INFO] [stdout] test sph_geom::tests::testok_is_in_polygon ... ok [INFO] [stdout] test tests::testok_shs ... ok [INFO] [stdout] test nested::zordercurve::tests::test_small ... ok [INFO] [stdout] test ring::tests::test_hash ... ok [INFO] [stdout] test tests::testok_proj ... ok [INFO] [stdout] test nested::tests::test_to_uniq_ivoa ... ok [INFO] [stdout] test nested::tests::test_to_uniq ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_5 ... ok [INFO] [stdout] test tests::testpanic_nside ... ok [INFO] [stdout] test tests::testpanic_proj_1 ... ok [INFO] [stdout] test tests::testpanic_proj_2 ... ok [INFO] [stdout] test nested::tests::testok_polygone_exact_markus ... ok [INFO] [stdout] test nested::zordercurve::tests::test_large ... ok [INFO] [stdout] test nested::tests::test_gen_file ... FAILED [INFO] [stdout] test nested::tests::test_ring ... ok [INFO] [stdout] test ring::tests::test_hash_2 ... ok [INFO] [stdout] test nested::zordercurve::tests::test_mediu ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- nested::tests::test_gen_file stdout ---- [INFO] [stdout] Error: Os { code: 30, kind: Other, message: "Read-only file system" } [INFO] [stdout] thread 'nested::tests::test_gen_file' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:193:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562964ca7af0 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x562964ca7af0 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562964ca7af0 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562964ca7af0 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562964ccb77c - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x562964c468c6 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x562964ca1ded - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x562964caa1c5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x562964caa1c5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x562964caa1c5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x562964ca9e12 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x562964caa961 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x562964caa4a7 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x562964ca7fac - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x562964caa409 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x562964caa3bb - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x562964be0914 - test::assert_test_result::hc2437c127a4041f5 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:193:5 [INFO] [stdout] 17: 0x562964bc2443 - cdshealpix::nested::tests::test_gen_file::{{closure}}::hb97649801f3b5a4f [INFO] [stdout] at /opt/rustwide/workdir/src/nested/mod.rs:4191:3 [INFO] [stdout] 18: 0x562964bed7fe - core::ops::function::FnOnce::call_once::h4b6dff6710c63caa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x562964c6e413 - core::ops::function::FnOnce::call_once::hdbd2235b6243db3d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x562964c6e413 - test::__rust_begin_short_backtrace::hb1dea1c208110812 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:517:5 [INFO] [stdout] 21: 0x562964c6c8ba - as core::ops::function::FnOnce>::call_once::h5d11a40efef721f2 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 22: 0x562964c6c8ba - as core::ops::function::FnOnce<()>>::call_once::h23961df98af0bc5a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 23: 0x562964c6c8ba - std::panicking::try::do_call::h6390646e3de3fb9e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 24: 0x562964c6c8ba - std::panicking::try::hc531439ab6159192 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 25: 0x562964c6c8ba - std::panic::catch_unwind::h859d8bdaf9b4855c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 26: 0x562964c6c8ba - test::run_test_in_process::hae60aa74417e3abc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:544:18 [INFO] [stdout] 27: 0x562964c6c8ba - test::run_test::run_test_inner::{{closure}}::hf48c86652c4a151d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:450:39 [INFO] [stdout] 28: 0x562964c45c46 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb82b392232b8bd1f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x562964c4ac43 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h79ca9e9abe157956 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 30: 0x562964c4ac43 - as core::ops::function::FnOnce<()>>::call_once::ha12f1f228780a4f7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 31: 0x562964c4ac43 - std::panicking::try::do_call::h722bb7416d021cdc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 32: 0x562964c4ac43 - std::panicking::try::h78e5abca71ac7cac [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 33: 0x562964c4ac43 - std::panic::catch_unwind::h95162588bd0fa090 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 34: 0x562964c4ac43 - std::thread::Builder::spawn_unchecked::{{closure}}::h64da5c4b9acc58dc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 35: 0x562964c4ac43 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7a8c588ad0b69edb [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x562964cb0d8a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 37: 0x562964cb0d8a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 38: 0x562964cb0d8a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 39: 0x7f2d08122609 - start_thread [INFO] [stdout] 40: 0x7f2d07ef4293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] nested::tests::test_gen_file [INFO] [stdout] [INFO] [stdout] test result: FAILED. 79 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "54a95e3a1d377c20bf80f9d9ae0db13b36c2469e34c40de6dacfcefdc2bad0d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54a95e3a1d377c20bf80f9d9ae0db13b36c2469e34c40de6dacfcefdc2bad0d2", kill_on_drop: false }` [INFO] [stdout] 54a95e3a1d377c20bf80f9d9ae0db13b36c2469e34c40de6dacfcefdc2bad0d2