[INFO] updating cached repository https://github.com/sameer/svg2gcode [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 687d8181624ecc5b73b5a1266ad91c62b70b0be8 [INFO] checking sameer/svg2gcode against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fsvg2gcode" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sameer/svg2gcode on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-2/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" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f17c7a8c280ad12c129951b28506539345da6b74a13e3c6b49c86af78c9e2268 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f17c7a8c280ad12c129951b28506539345da6b74a13e3c6b49c86af78c9e2268"` [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling typenum v1.11.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking regex-syntax v0.6.11 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Checking xmlparser v0.9.0 [INFO] [stderr] Checking float-cmp v0.5.2 [INFO] [stderr] Checking simplecss v0.1.0 [INFO] [stderr] Checking phf_shared v0.7.24 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking svgtypes v0.4.4 [INFO] [stderr] Checking roxmltree v0.6.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking svgdom v0.17.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking euclid v0.20.1 [INFO] [stderr] Checking uom v0.25.0 [INFO] [stderr] Checking lyon_geom v0.14.0 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling paste-impl v0.1.9 [INFO] [stderr] Checking paste v0.1.9 [INFO] [stderr] Checking svg2gcode v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 214 | y, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 214 | y, [INFO] [stderr] 215 | z, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 216 | e, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | f, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 218 | h, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 219 | r, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 220 | s, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 221 | a, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:222:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 222 | b, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:223:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 223 | c [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 213 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:230:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 230 | y, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:231:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 230 | y, [INFO] [stderr] 231 | z, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:232:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 232 | e, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 233 | f, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:234:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 234 | h, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:235:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 235 | r, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:236:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 236 | s, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 237 | a, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:238:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 238 | b, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:239:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 239 | c [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 229 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 246 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 272 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 279 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 214 | y, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 213 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 229 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 246 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 272 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 279 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 213 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 229 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 246 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 272 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 279 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/code/spec.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 214 | y, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/code/spec.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | z, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/code/spec.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | e, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/code/spec.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 217 | f, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/code/spec.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | h, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/code/spec.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | r, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/code/spec.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | s, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/code/spec.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 221 | a, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/code/spec.rs:222:13 [INFO] [stderr] | [INFO] [stderr] 222 | b, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/code/spec.rs:223:13 [INFO] [stderr] | [INFO] [stderr] 223 | c [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/code/spec.rs:229:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/code/spec.rs:230:13 [INFO] [stderr] | [INFO] [stderr] 230 | y, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/code/spec.rs:231:13 [INFO] [stderr] | [INFO] [stderr] 231 | z, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/code/spec.rs:232:13 [INFO] [stderr] | [INFO] [stderr] 232 | e, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/code/spec.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 233 | f, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/code/spec.rs:234:13 [INFO] [stderr] | [INFO] [stderr] 234 | h, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/code/spec.rs:235:13 [INFO] [stderr] | [INFO] [stderr] 235 | r, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/code/spec.rs:236:13 [INFO] [stderr] | [INFO] [stderr] 236 | s, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/code/spec.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 237 | a, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/code/spec.rs:238:13 [INFO] [stderr] | [INFO] [stderr] 238 | b, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/code/spec.rs:239:13 [INFO] [stderr] | [INFO] [stderr] 239 | c [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/code/spec.rs:246:13 [INFO] [stderr] | [INFO] [stderr] 246 | p [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/code/spec.rs:272:13 [INFO] [stderr] | [INFO] [stderr] 272 | p [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/code/spec.rs:279:13 [INFO] [stderr] | [INFO] [stderr] 279 | p [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/code/spec.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/turtle.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | let mut cubic: Vec = cbs [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Clockwise` [INFO] [stderr] --> src/machine.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | 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:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | Counterclockwise, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `relative` [INFO] [stderr] --> src/machine.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn relative(&mut self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/machine.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 214 | y, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 214 | y, [INFO] [stderr] 215 | z, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 216 | e, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 217 | f, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 218 | h, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 219 | r, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 220 | s, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 221 | a, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:222:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 222 | b, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:223:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 223 | c [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 213 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:230:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 230 | y, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:231:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 230 | y, [INFO] [stderr] 231 | z, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:232:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 232 | e, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 233 | f, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:234:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 234 | h, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:235:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 235 | r, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:236:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 236 | s, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 237 | a, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:238:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 238 | b, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:239:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] ... [INFO] [stderr] 239 | c [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 229 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 246 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 272 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:70:37 [INFO] [stderr] | [INFO] [stderr] 70 | _ => false [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 279 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | - matches any value [INFO] [stderr] 214 | y, [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] [INFO] [stderr] warning: 67 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 213 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 229 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 246 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 272 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:84:29 [INFO] [stderr] | [INFO] [stderr] 84 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 279 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 213 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 229 | | x, [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 246 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 272 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:117:33 [INFO] [stderr] | [INFO] [stderr] 117 | _ => {} [INFO] [stderr] | ^ unreachable pattern [INFO] [stderr] ... [INFO] [stderr] 207 | / commands!( [INFO] [stderr] 208 | | /// Moves the head at the fastest possible speed to the desired speed [INFO] [stderr] 209 | | /// Never enter a cut with rapid positioning [INFO] [stderr] 210 | | /// Some older machines may "dog leg" rapid positioning, moving one axis at a time [INFO] [stderr] ... | [INFO] [stderr] 279 | | p [INFO] [stderr] | | - matches any value [INFO] [stderr] ... | [INFO] [stderr] 289 | | }, [INFO] [stderr] 290 | | ); [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/code/spec.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/code/spec.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 214 | y, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/code/spec.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | z, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/code/spec.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | e, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/code/spec.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 217 | f, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/code/spec.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | h, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/code/spec.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | r, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/code/spec.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | s, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/code/spec.rs:221:13 [INFO] [stderr] | [INFO] [stderr] 221 | a, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/code/spec.rs:222:13 [INFO] [stderr] | [INFO] [stderr] 222 | b, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/code/spec.rs:223:13 [INFO] [stderr] | [INFO] [stderr] 223 | c [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/code/spec.rs:229:13 [INFO] [stderr] | [INFO] [stderr] 229 | x, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/code/spec.rs:230:13 [INFO] [stderr] | [INFO] [stderr] 230 | y, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `z` [INFO] [stderr] --> src/code/spec.rs:231:13 [INFO] [stderr] | [INFO] [stderr] 231 | z, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_z` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/code/spec.rs:232:13 [INFO] [stderr] | [INFO] [stderr] 232 | e, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/code/spec.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 233 | f, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `h` [INFO] [stderr] --> src/code/spec.rs:234:13 [INFO] [stderr] | [INFO] [stderr] 234 | h, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/code/spec.rs:235:13 [INFO] [stderr] | [INFO] [stderr] 235 | r, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> src/code/spec.rs:236:13 [INFO] [stderr] | [INFO] [stderr] 236 | s, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/code/spec.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 237 | a, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/code/spec.rs:238:13 [INFO] [stderr] | [INFO] [stderr] 238 | b, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/code/spec.rs:239:13 [INFO] [stderr] | [INFO] [stderr] 239 | c [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/code/spec.rs:246:13 [INFO] [stderr] | [INFO] [stderr] 246 | p [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/code/spec.rs:272:13 [INFO] [stderr] | [INFO] [stderr] 272 | p [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/code/spec.rs:279:13 [INFO] [stderr] | [INFO] [stderr] 279 | p [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/code/spec.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | x, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/turtle.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | let mut cubic: Vec = cbs [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Clockwise` [INFO] [stderr] --> src/machine.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | 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:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | Counterclockwise, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `relative` [INFO] [stderr] --> src/machine.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn relative(&mut self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/machine.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 67 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.90s [INFO] running `"docker" "inspect" "f17c7a8c280ad12c129951b28506539345da6b74a13e3c6b49c86af78c9e2268"` [INFO] running `"docker" "rm" "-f" "f17c7a8c280ad12c129951b28506539345da6b74a13e3c6b49c86af78c9e2268"` [INFO] [stdout] f17c7a8c280ad12c129951b28506539345da6b74a13e3c6b49c86af78c9e2268