[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] af7b43b97ac19530d25096388fb8d2b807d5a0bc [INFO] testing sameer/svg2gcode against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fsvg2gcode" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sameer/svg2gcode on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-6/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 90e70dc0224c4b4460474b3deddbf5ccd6aa48ca311a6e0d7ae31bc66da80c0b [INFO] running `"docker" "start" "-a" "90e70dc0224c4b4460474b3deddbf5ccd6aa48ca311a6e0d7ae31bc66da80c0b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling syn v1.0.25 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling xmlparser v0.13.1 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling euclid v0.20.12 [INFO] [stderr] Compiling uom v0.28.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling roxmltree v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling lyon_geom v0.15.3 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling paste-impl v0.1.14 [INFO] [stderr] Compiling paste v0.1.14 [INFO] [stderr] Compiling 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: 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 56.76s [INFO] running `"docker" "inspect" "90e70dc0224c4b4460474b3deddbf5ccd6aa48ca311a6e0d7ae31bc66da80c0b"` [INFO] running `"docker" "rm" "-f" "90e70dc0224c4b4460474b3deddbf5ccd6aa48ca311a6e0d7ae31bc66da80c0b"` [INFO] [stdout] 90e70dc0224c4b4460474b3deddbf5ccd6aa48ca311a6e0d7ae31bc66da80c0b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] bc569402514263f7589857d9c77729ec62a62d489cd8375de5c3abc62b9528cf [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" "bc569402514263f7589857d9c77729ec62a62d489cd8375de5c3abc62b9528cf"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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: 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 test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "bc569402514263f7589857d9c77729ec62a62d489cd8375de5c3abc62b9528cf"` [INFO] running `"docker" "rm" "-f" "bc569402514263f7589857d9c77729ec62a62d489cd8375de5c3abc62b9528cf"` [INFO] [stdout] bc569402514263f7589857d9c77729ec62a62d489cd8375de5c3abc62b9528cf [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stdout] 7c2bc39f585ae64d82756bf467cc479a9e202ddf0ac5c957464d2409d6b204de [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" "7c2bc39f585ae64d82756bf467cc479a9e202ddf0ac5c957464d2409d6b204de"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/svg2gcode-d19a23dd8b24d29d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7c2bc39f585ae64d82756bf467cc479a9e202ddf0ac5c957464d2409d6b204de"` [INFO] running `"docker" "rm" "-f" "7c2bc39f585ae64d82756bf467cc479a9e202ddf0ac5c957464d2409d6b204de"` [INFO] [stdout] 7c2bc39f585ae64d82756bf467cc479a9e202ddf0ac5c957464d2409d6b204de