[INFO] cloning repository https://github.com/IndianBoy42/mcl-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IndianBoy42/mcl-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIndianBoy42%2Fmcl-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIndianBoy42%2Fmcl-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed526c32799f3cd4a9cfab3b443552d70dcf6e5b [INFO] checking IndianBoy42/mcl-rs against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIndianBoy42%2Fmcl-rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/IndianBoy42/mcl-rs on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/IndianBoy42/mcl-rs [INFO] finished tweaking git repo https://github.com/IndianBoy42/mcl-rs [INFO] tweaked toml for git repo https://github.com/IndianBoy42/mcl-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/IndianBoy42/mcl-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded autodiff v0.3.0 [INFO] [stderr] Downloaded rstar v0.8.2 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0600b51373589a5be4e90f5fc96524627846f5dad490396d99d6ae08b2b3d32c [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" "0600b51373589a5be4e90f5fc96524627846f5dad490396d99d6ae08b2b3d32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0600b51373589a5be4e90f5fc96524627846f5dad490396d99d6ae08b2b3d32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0600b51373589a5be4e90f5fc96524627846f5dad490396d99d6ae08b2b3d32c", kill_on_drop: false }` [INFO] [stdout] 0600b51373589a5be4e90f5fc96524627846f5dad490396d99d6ae08b2b3d32c [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=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 604f596ec29fdfc3e097632d23b0bec79f08e9806e97be74761bbf8db10efd80 [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" "604f596ec29fdfc3e097632d23b0bec79f08e9806e97be74761bbf8db10efd80", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling heapless v0.5.6 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking boolinator v2.4.0 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking generic-array v0.14.4 [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking itertools v0.10.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking bstr v0.2.15 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking as-slice v0.1.5 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking simdeez v1.0.6 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking autodiff v0.3.0 [INFO] [stderr] Checking plotters v0.3.0 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking rayon-core v1.9.0 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking simba v0.4.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking regex v1.4.4 [INFO] [stderr] Checking rstar v0.8.2 [INFO] [stderr] Checking rand_distr v0.4.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Checking nalgebra v0.25.3 [INFO] [stderr] Checking criterion v0.3.4 [INFO] [stderr] Checking mclrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(type_alias_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(type_alias_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `scan` [INFO] [stdout] --> src/sensor_models.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | fn build(&mut self, scan: PointCloud) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_scan` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `npts` [INFO] [stdout] --> src/sensor_models.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | fn new(npts: usize) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_npts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `th` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:108:38 [INFO] [stdout] | [INFO] [stdout] 108 | fn new(thres: N, yres: N, th: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_th` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:108:51 [INFO] [stdout] | [INFO] [stdout] 108 | fn new(thres: N, yres: N, th: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xres` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:32 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_xres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `yres` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:41 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_yres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:50 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:56 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:62 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occ` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | let Self(occ) = self; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_occ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pose` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | fn get(&self, pose: crate::Pose) -> Option { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occ` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | let Self(occ) = self; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_occ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pose` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | fn get(&self, pose: crate::Pose) -> Option { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | .map(|((x, y), e)| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | .map(|((x, y), e)| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `iter` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let iter = map [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `grid_res` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | fn build(&mut self, grid_res: N, angle_res: N, map: GridMapView) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `angle_res` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 91 | fn build(&mut self, grid_res: N, angle_res: N, map: GridMapView) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_angle_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pose` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | fn get(&self, pose: Pose) -> Option { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_xres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `yres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_yres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:39 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:45 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_xres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `yres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_yres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:52 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:58 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:71:39 [INFO] [stdout] | [INFO] [stdout] 71 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `scan` [INFO] [stdout] --> src/sensor_models.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | fn build(&mut self, scan: PointCloud) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_scan` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `npts` [INFO] [stdout] --> src/sensor_models.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | fn new(npts: usize) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_npts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `th` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:108:38 [INFO] [stdout] | [INFO] [stdout] 108 | fn new(thres: N, yres: N, th: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_th` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:108:51 [INFO] [stdout] | [INFO] [stdout] 108 | fn new(thres: N, yres: N, th: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xres` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:32 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_xres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `yres` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:41 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_yres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:50 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:56 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/cddt.rs:126:62 [INFO] [stdout] | [INFO] [stdout] 126 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occ` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | let Self(occ) = self; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_occ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pose` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | fn get(&self, pose: crate::Pose) -> Option { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `occ` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | let Self(occ) = self; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_occ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pose` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | fn get(&self, pose: crate::Pose) -> Option { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | .map(|((x, y), e)| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | .map(|((x, y), e)| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `iter` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let iter = map [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `grid_res` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | fn build(&mut self, grid_res: N, angle_res: N, map: GridMapView) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grid_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `angle_res` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 91 | fn build(&mut self, grid_res: N, angle_res: N, map: GridMapView) { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_angle_res` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pose` [INFO] [stdout] --> src/sensor_models/utils/raycast.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | fn get(&self, pose: Pose) -> Option { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_xres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `yres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_yres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:39 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:43:45 [INFO] [stdout] | [INFO] [stdout] 43 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `xres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_xres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `yres` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_yres` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:52 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vec` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:50:58 [INFO] [stdout] | [INFO] [stdout] 50 | fn build(&mut self, xres: N, yres: N, x: N, y: N, vec: I) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/sensor_models/utils/spatial_index.rs:71:39 [INFO] [stdout] | [INFO] [stdout] 71 | fn new(xres: N, yres: N, x: N, y: N, vec: I) -> Self [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `black_box` [INFO] [stdout] --> benches/mcl.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> benches/mcl.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn criterion_benchmark(c: &mut Criterion) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.08s [INFO] running `Command { std: "docker" "inspect" "604f596ec29fdfc3e097632d23b0bec79f08e9806e97be74761bbf8db10efd80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "604f596ec29fdfc3e097632d23b0bec79f08e9806e97be74761bbf8db10efd80", kill_on_drop: false }` [INFO] [stdout] 604f596ec29fdfc3e097632d23b0bec79f08e9806e97be74761bbf8db10efd80