[INFO] cloning repository https://github.com/sameer/svg2gcode [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sameer/svg2gcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fsvg2gcode"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fsvg2gcode'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] af7b43b97ac19530d25096388fb8d2b807d5a0bc [INFO] checking sameer/svg2gcode against try#1a399c10897767c36d147199696c96f193034e49 for pr-72644 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fsvg2gcode" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sameer/svg2gcode on toolchain 1a399c10897767c36d147199696c96f193034e49 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sameer/svg2gcode [INFO] finished tweaking git repo https://github.com/sameer/svg2gcode [INFO] tweaked toml for git repo https://github.com/sameer/svg2gcode written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sameer/svg2gcode already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uom v0.28.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ab8d5a95280099ff906dbfbb451e80f40f176b8c0d33e3b2414214f0f6dc3665 [INFO] running `"docker" "start" "-a" "ab8d5a95280099ff906dbfbb451e80f40f176b8c0d33e3b2414214f0f6dc3665"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.25 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking xmlparser v0.13.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking svgtypes v0.5.0 [INFO] [stderr] Checking roxmltree v0.11.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking euclid v0.20.12 [INFO] [stderr] Checking uom v0.28.0 [INFO] [stderr] Checking lyon_geom v0.15.3 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling paste-impl v0.1.14 [INFO] [stderr] Checking paste v0.1.14 [INFO] [stderr] Checking svg2gcode v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | --------- matches any value [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:84:25 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | --------- matches any value [INFO] [stderr] ... [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:132:29 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | --------- matches any value [INFO] [stderr] ... [INFO] [stderr] 132 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | --------- matches any value [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:84:25 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | --------- matches any value [INFO] [stderr] ... [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | unreachable pattern [INFO] [stderr] | matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gcode/spec.rs:132:29 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | --------- matches any value [INFO] [stderr] ... [INFO] [stderr] 132 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/gcode/spec.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | $($argument => true,)* [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/gcode/spec.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/gcode/spec.rs:129:31 [INFO] [stderr] | [INFO] [stderr] 129 | $($argument => { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] ... [INFO] [stderr] 217 | / commands!( [INFO] [stderr] 218 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 219 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 220 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 299 | | }, [INFO] [stderr] 300 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Clockwise` [INFO] [stderr] --> src/machine.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | Clockwise, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Counterclockwise` [INFO] [stderr] --> src/machine.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | Counterclockwise, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `relative` [INFO] [stderr] --> src/machine.rs:94:12 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn relative(&mut self) -> Vec { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/converter.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 48 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Clockwise` [INFO] [stderr] --> src/machine.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | Clockwise, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Counterclockwise` [INFO] [stderr] --> src/machine.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | Counterclockwise, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `relative` [INFO] [stderr] --> src/machine.rs:94:12 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn relative(&mut self) -> Vec { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/converter.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 48 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "ab8d5a95280099ff906dbfbb451e80f40f176b8c0d33e3b2414214f0f6dc3665"` [INFO] running `"docker" "rm" "-f" "ab8d5a95280099ff906dbfbb451e80f40f176b8c0d33e3b2414214f0f6dc3665"` [INFO] [stdout] ab8d5a95280099ff906dbfbb451e80f40f176b8c0d33e3b2414214f0f6dc3665