[INFO] fetching crate g-code 0.5.1... [INFO] testing g-code-0.5.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate g-code 0.5.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate g-code 0.5.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate g-code 0.5.1 [INFO] tweaked toml for crates.io crate g-code 0.5.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate g-code 0.5.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate g-code 0.5.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded codespan v0.11.1 [INFO] [stderr] Downloaded peg-macros v0.8.4 [INFO] [stderr] Downloaded peg v0.8.4 [INFO] [stderr] Downloaded peg-runtime v0.8.3 [INFO] [stderr] Downloaded rust_decimal v1.36.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e1540b1d5c41e0b12acca53122139fe46869444186c5d14a1ffd4df921322c1 [INFO] running `Command { std: "docker" "start" "-a" "6e1540b1d5c41e0b12acca53122139fe46869444186c5d14a1ffd4df921322c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e1540b1d5c41e0b12acca53122139fe46869444186c5d14a1ffd4df921322c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e1540b1d5c41e0b12acca53122139fe46869444186c5d14a1ffd4df921322c1", kill_on_drop: false }` [INFO] [stdout] 6e1540b1d5c41e0b12acca53122139fe46869444186c5d14a1ffd4df921322c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5019fb39d4c9e8b9a1e26e550abb98232b251c137574cc9559a0e882d1d4382d [INFO] running `Command { std: "docker" "start" "-a" "5019fb39d4c9e8b9a1e26e550abb98232b251c137574cc9559a0e882d1d4382d", kill_on_drop: false }` [INFO] [stderr] Compiling peg-runtime v0.8.3 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling codespan v0.11.1 [INFO] [stderr] Compiling peg-macros v0.8.4 [INFO] [stderr] Compiling peg v0.8.4 [INFO] [stderr] Compiling g-code v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn iter(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn iter(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:110:30 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn iter_args(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | pub fn iter_args(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field> { [INFO] [stdout] | ^^ -- ----- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided here the same lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s [INFO] running `Command { std: "docker" "inspect" "5019fb39d4c9e8b9a1e26e550abb98232b251c137574cc9559a0e882d1d4382d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5019fb39d4c9e8b9a1e26e550abb98232b251c137574cc9559a0e882d1d4382d", kill_on_drop: false }` [INFO] [stdout] 5019fb39d4c9e8b9a1e26e550abb98232b251c137574cc9559a0e882d1d4382d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 315b9f78cc9daa62d3c1e1ef6ff2015e786f7b48a6e472448721091bdf7e4329 [INFO] running `Command { std: "docker" "start" "-a" "315b9f78cc9daa62d3c1e1ef6ff2015e786f7b48a6e472448721091bdf7e4329", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn iter(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn iter(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:110:30 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn iter_args(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | pub fn iter_args(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field> { [INFO] [stdout] | ^^ -- ----- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided here the same lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling g-code v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn iter(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn iter(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:110:30 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn iter_args(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^ ------ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | pub fn iter_args(&self) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/emit/command.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field> { [INFO] [stdout] | ^^ -- ----- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided here the same lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 136 | / impl_commands!( [INFO] [stdout] 137 | | /// Moves the head to the desired position [INFO] [stdout] 138 | | /// at the fastest possible speed. [INFO] [stdout] 139 | | /// [INFO] [stdout] ... | [INFO] [stdout] 257 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.39s [INFO] running `Command { std: "docker" "inspect" "315b9f78cc9daa62d3c1e1ef6ff2015e786f7b48a6e472448721091bdf7e4329", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "315b9f78cc9daa62d3c1e1ef6ff2015e786f7b48a6e472448721091bdf7e4329", kill_on_drop: false }` [INFO] [stdout] 315b9f78cc9daa62d3c1e1ef6ff2015e786f7b48a6e472448721091bdf7e4329 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e14c6d9d469636f8163bf2f67b3e83548b6cb43b5c88f81fd2fb97ebaa6374c2 [INFO] running `Command { std: "docker" "start" "-a" "e14c6d9d469636f8163bf2f67b3e83548b6cb43b5c88f81fd2fb97ebaa6374c2", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/emit/command.rs:100:25 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn iter(&self) -> impl Iterator { [INFO] [stderr] | ^^^^^ ------ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 136 | / impl_commands!( [INFO] [stderr] 137 | | /// Moves the head to the desired position [INFO] [stderr] 138 | | /// at the fastest possible speed. [INFO] [stderr] 139 | | /// [INFO] [stderr] ... | [INFO] [stderr] 257 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 100 | pub fn iter(&self) -> impl Iterator> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/emit/command.rs:110:30 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn iter_args(&self) -> impl Iterator { [INFO] [stderr] | ^^^^^ ------ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 136 | / impl_commands!( [INFO] [stderr] 137 | | /// Moves the head to the desired position [INFO] [stderr] 138 | | /// at the fastest possible speed. [INFO] [stderr] 139 | | /// [INFO] [stderr] ... | [INFO] [stderr] 257 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 110 | pub fn iter_args(&self) -> impl Iterator> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/emit/command.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field> { [INFO] [stderr] | ^^ -- ----- the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is elided here the same lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 136 | / impl_commands!( [INFO] [stderr] 137 | | /// Moves the head to the desired position [INFO] [stderr] 138 | | /// at the fastest possible speed. [INFO] [stderr] 139 | | /// [INFO] [stderr] ... | [INFO] [stderr] 257 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `impl_commands` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 118 | pub fn get(&'_ self, letters: &str) -> Option<&'_ Field<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `g-code` (lib) generated 3 warnings [INFO] [stderr] warning: `g-code` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/g_code-58816cf7dcd35f65) [INFO] [stdout] running 33 tests [INFO] [stdout] test parse::tests::lexer::inline_comment_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::non_ascii_in_comment_returns_unexpected_character_error ... ok [INFO] [stdout] test parse::tests::lexer::letters_are_lexed ... ok [INFO] [stdout] test parse::tests::lexer::minus_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::non_ascii_in_inline_comment_returns_unexpected_character_error ... ok [INFO] [stdout] test parse::tests::lexer::newline_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::integer_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::dot_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::comment_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::letter_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::percent_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::unterminated_inline_comment_returns_unexpected_eof_error ... ok [INFO] [stdout] test parse::tests::parser::checksum_of_empty_line_is_zero ... ok [INFO] [stdout] test parse::tests::lexer::unterminated_quote_returns_unexpected_eof_error ... ok [INFO] [stdout] test parse::tests::parser::checksum_of_line_with_checkum_and_comment_is_correct ... ok [INFO] [stdout] test parse::tests::parser::checksum_of_line_with_comment_is_correct ... ok [INFO] [stdout] test parse::tests::parser::parses_field_followed_by_inline_comment ... ok [INFO] [stdout] test parse::tests::parser::checksum_of_line_with_inline_comments_is_correct ... ok [INFO] [stdout] test parse::tests::parser::parses_field_with_complex_string_value ... ok [INFO] [stdout] test parse::tests::parser::inline_comment_is_parsed ... ok [INFO] [stdout] test parse::tests::parser::parses_field_with_string_value ... ok [INFO] [stdout] test parse::tests::parser::parses_field_with_escaped_string_value ... ok [INFO] [stdout] test parse::tests::parser::parses_fields_with_trailing_whitespace ... ok [INFO] [stdout] test parse::tests::parser::parses_fields_with_leading_whitespace ... ok [INFO] [stdout] test parse::tests::parser::parses_fields_without_whitespace ... ok [INFO] [stdout] test parse::tests::lexer::star_is_lexed ... ok [INFO] [stdout] test parse::tests::lexer::non_ascii_in_string_returns_unexpected_character_error ... ok [INFO] [stdout] test parse::tests::lexer::unterminated_inline_comment_followed_by_newline_returns_unexpected_newline_error ... ok [INFO] [stdout] test parse::tests::parser::parses_svg2gcode_output ... ok [INFO] [stdout] test parse::tests::parser::validates_checksums ... ok [INFO] [stdout] test parse::tests::lexer::escaped_quotes_are_lexed ... ok [INFO] [stdout] test parse::tests::parser::parses_ncviewer_sample ... ok [INFO] [stdout] test test::parsing_gcode_then_emitting_then_parsing_again_returns_functionally_identical_gcode ... ok [INFO] [stderr] Doc-tests g_code [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.56s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/emit/command.rs - emit::command::command (line 11) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e14c6d9d469636f8163bf2f67b3e83548b6cb43b5c88f81fd2fb97ebaa6374c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e14c6d9d469636f8163bf2f67b3e83548b6cb43b5c88f81fd2fb97ebaa6374c2", kill_on_drop: false }` [INFO] [stdout] e14c6d9d469636f8163bf2f67b3e83548b6cb43b5c88f81fd2fb97ebaa6374c2