[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fsvg2gcode" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sameer/svg2gcode on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-10/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" "+1.44.0" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] c8535b3834ab0a25552748fd59c9ed49b7ab1e167b4daa1fd50a5aecb5689202 [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" "c8535b3834ab0a25552748fd59c9ed49b7ab1e167b4daa1fd50a5aecb5689202"` [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 float-cmp v0.5.3 [INFO] [stderr] Compiling xmlparser v0.13.1 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling euclid v0.20.12 [INFO] [stderr] Compiling uom v0.28.0 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling roxmltree v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling lyon_geom v0.15.3 [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: method is never used: `relative` [INFO] [stderr] --> src/machine.rs:94:5 [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.32s [INFO] running `"docker" "inspect" "c8535b3834ab0a25552748fd59c9ed49b7ab1e167b4daa1fd50a5aecb5689202"` [INFO] running `"docker" "rm" "-f" "c8535b3834ab0a25552748fd59c9ed49b7ab1e167b4daa1fd50a5aecb5689202"` [INFO] [stdout] c8535b3834ab0a25552748fd59c9ed49b7ab1e167b4daa1fd50a5aecb5689202 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 6bebff5093b2712ccb47d3e7769b8f97e234111025445e0ef356fd3671cbdc8f [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" "6bebff5093b2712ccb47d3e7769b8f97e234111025445e0ef356fd3671cbdc8f"` [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: method is never used: `relative` [INFO] [stderr] --> src/machine.rs:94:5 [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" "6bebff5093b2712ccb47d3e7769b8f97e234111025445e0ef356fd3671cbdc8f"` [INFO] running `"docker" "rm" "-f" "6bebff5093b2712ccb47d3e7769b8f97e234111025445e0ef356fd3671cbdc8f"` [INFO] [stdout] 6bebff5093b2712ccb47d3e7769b8f97e234111025445e0ef356fd3671cbdc8f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 4ddf138858b6167a0f1418cc99fab89cbf6d5f1a5de6a5c4d8d56557555bc853 [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" "4ddf138858b6167a0f1418cc99fab89cbf6d5f1a5de6a5c4d8d56557555bc853"` [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: method is never used: `relative` [INFO] [stderr] --> src/machine.rs:94:5 [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-dcb0b95dd8e7308b [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" "4ddf138858b6167a0f1418cc99fab89cbf6d5f1a5de6a5c4d8d56557555bc853"` [INFO] running `"docker" "rm" "-f" "4ddf138858b6167a0f1418cc99fab89cbf6d5f1a5de6a5c4d8d56557555bc853"` [INFO] [stdout] 4ddf138858b6167a0f1418cc99fab89cbf6d5f1a5de6a5c4d8d56557555bc853