[INFO] fetching crate vt-push-parser 0.11.0... [INFO] testing vt-push-parser-0.11.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate vt-push-parser 0.11.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate vt-push-parser 0.11.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate vt-push-parser 0.11.0 [INFO] tweaked toml for crates.io crate vt-push-parser 0.11.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate vt-push-parser 0.11.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate vt-push-parser 0.11.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f8f27c5b061fc69e713b225b9b48fefd7a7b075d2bc5ecfc40d17664e3f098c [INFO] running `Command { std: "docker" "start" "-a" "4f8f27c5b061fc69e713b225b9b48fefd7a7b075d2bc5ecfc40d17664e3f098c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f8f27c5b061fc69e713b225b9b48fefd7a7b075d2bc5ecfc40d17664e3f098c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8f27c5b061fc69e713b225b9b48fefd7a7b075d2bc5ecfc40d17664e3f098c", kill_on_drop: false }` [INFO] [stdout] 4f8f27c5b061fc69e713b225b9b48fefd7a7b075d2bc5ecfc40d17664e3f098c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73834590d0c2cd6dc625649835570de0a228aa99cfcd2bf586ebb358b00fab80 [INFO] running `Command { std: "docker" "start" "-a" "73834590d0c2cd6dc625649835570de0a228aa99cfcd2bf586ebb358b00fab80", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling vt-push-parser v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:704:17 [INFO] [stdout] | [INFO] [stdout] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:722:18 [INFO] [stdout] | [INFO] [stdout] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:740:18 [INFO] [stdout] | [INFO] [stdout] 740 | fn push_with(&mut self, b: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 740 | fn push_with(&mut self, b: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:436:16 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn csi(&self) -> Option { [INFO] [stdout] | ^^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 436 | pub fn csi(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "73834590d0c2cd6dc625649835570de0a228aa99cfcd2bf586ebb358b00fab80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73834590d0c2cd6dc625649835570de0a228aa99cfcd2bf586ebb358b00fab80", kill_on_drop: false }` [INFO] [stdout] 73834590d0c2cd6dc625649835570de0a228aa99cfcd2bf586ebb358b00fab80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b90be21b2e12f53475aca6ece1fd4c451a853363ba87fa48e9a1514ab02a287c [INFO] running `Command { std: "docker" "start" "-a" "b90be21b2e12f53475aca6ece1fd4c451a853363ba87fa48e9a1514ab02a287c", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling hxdmp v0.2.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:704:17 [INFO] [stdout] | [INFO] [stdout] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:722:18 [INFO] [stdout] | [INFO] [stdout] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:740:18 [INFO] [stdout] | [INFO] [stdout] 740 | fn push_with(&mut self, b: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 740 | fn push_with(&mut self, b: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:436:16 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn csi(&self) -> Option { [INFO] [stdout] | ^^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 436 | pub fn csi(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling vt-push-parser v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> tests/escapes.rs:45:59 [INFO] [stdout] | [INFO] [stdout] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `s` is captured in macro and introduced a unused variable [INFO] [stdout] --> tests/escapes.rs:45:59 [INFO] [stdout] | [INFO] [stdout] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> tests/escapes.rs:65:67 [INFO] [stdout] | [INFO] [stdout] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `s` is captured in macro and introduced a unused variable [INFO] [stdout] --> tests/escapes.rs:65:67 [INFO] [stdout] | [INFO] [stdout] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> tests/escapes.rs:45:59 [INFO] [stdout] | [INFO] [stdout] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | let mut callback = callback!(result, counts, true); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `s` is captured in macro and introduced a unused variable [INFO] [stdout] --> tests/escapes.rs:45:59 [INFO] [stdout] | [INFO] [stdout] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | let mut callback = callback!(result, counts, true); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> tests/escapes.rs:65:67 [INFO] [stdout] | [INFO] [stdout] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | let mut callback = callback!(result, counts, true); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `s` is captured in macro and introduced a unused variable [INFO] [stdout] --> tests/escapes.rs:65:67 [INFO] [stdout] | [INFO] [stdout] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | let mut callback = callback!(result, counts, true); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> tests/escapes.rs:45:59 [INFO] [stdout] | [INFO] [stdout] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | let mut callback = callback!(result, counts, false); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `s` is captured in macro and introduced a unused variable [INFO] [stdout] --> tests/escapes.rs:45:59 [INFO] [stdout] | [INFO] [stdout] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | let mut callback = callback!(result, counts, false); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> tests/escapes.rs:65:67 [INFO] [stdout] | [INFO] [stdout] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | let mut callback = callback!(result, counts, false); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `s` is captured in macro and introduced a unused variable [INFO] [stdout] --> tests/escapes.rs:65:67 [INFO] [stdout] | [INFO] [stdout] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | let mut callback = callback!(result, counts, false); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:704:17 [INFO] [stdout] | [INFO] [stdout] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:722:18 [INFO] [stdout] | [INFO] [stdout] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:740:18 [INFO] [stdout] | [INFO] [stdout] 740 | fn push_with(&mut self, b: u8) -> VTAction { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 740 | fn push_with(&mut self, b: u8) -> VTAction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:436:16 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn csi(&self) -> Option { [INFO] [stdout] | ^^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 436 | pub fn csi(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "b90be21b2e12f53475aca6ece1fd4c451a853363ba87fa48e9a1514ab02a287c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b90be21b2e12f53475aca6ece1fd4c451a853363ba87fa48e9a1514ab02a287c", kill_on_drop: false }` [INFO] [stdout] b90be21b2e12f53475aca6ece1fd4c451a853363ba87fa48e9a1514ab02a287c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1ced41d06d44b44dea6b438f255f59d27386d4a43555774888708b340a8052e6 [INFO] running `Command { std: "docker" "start" "-a" "1ced41d06d44b44dea6b438f255f59d27386d4a43555774888708b340a8052e6", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:704:17 [INFO] [stderr] | [INFO] [stderr] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 704 | fn emit_csi(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:722:18 [INFO] [stderr] | [INFO] [stderr] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 722 | fn dcs_start(&mut self, final_byte: u8) -> VTAction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:740:18 [INFO] [stderr] | [INFO] [stderr] 740 | fn push_with(&mut self, b: u8) -> VTAction { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 740 | fn push_with(&mut self, b: u8) -> VTAction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/event.rs:436:16 [INFO] [stderr] | [INFO] [stderr] 436 | pub fn csi(&self) -> Option { [INFO] [stderr] | ^^^^^ ^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 436 | pub fn csi(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `vt-push-parser` (lib) generated 4 warnings (run `cargo fix --lib -p vt-push-parser` to apply 4 suggestions) [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> tests/escapes.rs:45:59 [INFO] [stderr] | [INFO] [stderr] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: `s` is captured in macro and introduced a unused variable [INFO] [stderr] --> tests/escapes.rs:45:59 [INFO] [stderr] | [INFO] [stderr] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> tests/escapes.rs:65:67 [INFO] [stderr] | [INFO] [stderr] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: `s` is captured in macro and introduced a unused variable [INFO] [stderr] --> tests/escapes.rs:65:67 [INFO] [stderr] | [INFO] [stderr] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 107 | let mut callback = callback!(result, counts, ()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> tests/escapes.rs:45:59 [INFO] [stderr] | [INFO] [stderr] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | let mut callback = callback!(result, counts, true); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: `s` is captured in macro and introduced a unused variable [INFO] [stderr] --> tests/escapes.rs:45:59 [INFO] [stderr] | [INFO] [stderr] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | let mut callback = callback!(result, counts, true); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> tests/escapes.rs:65:67 [INFO] [stderr] | [INFO] [stderr] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | let mut callback = callback!(result, counts, true); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: `s` is captured in macro and introduced a unused variable [INFO] [stderr] --> tests/escapes.rs:65:67 [INFO] [stderr] | [INFO] [stderr] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | let mut callback = callback!(result, counts, true); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> tests/escapes.rs:45:59 [INFO] [stderr] | [INFO] [stderr] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | let mut callback = callback!(result, counts, false); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: `s` is captured in macro and introduced a unused variable [INFO] [stderr] --> tests/escapes.rs:45:59 [INFO] [stderr] | [INFO] [stderr] 45 | if matches!(vt_input, VTEvent::DcsEnd(s)) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | let mut callback = callback!(result, counts, false); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s` [INFO] [stderr] --> tests/escapes.rs:65:67 [INFO] [stderr] | [INFO] [stderr] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | let mut callback = callback!(result, counts, false); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] help: `s` is captured in macro and introduced a unused variable [INFO] [stderr] --> tests/escapes.rs:65:67 [INFO] [stderr] | [INFO] [stderr] 65 | if matches!(vt_input, VTEvent::OscEnd { data: s, .. }) { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | let mut callback = callback!(result, counts, false); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `callback` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `vt-push-parser` (test "escapes") generated 6 warnings [INFO] [stderr] warning: `vt-push-parser` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vt_push_parser-5f1b35008ebfb98e) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test ascii::tests::test_decode_string_hex_bytes ... ok [INFO] [stdout] test ascii::tests::test_decode_string_closed_control_sequence ... ok [INFO] [stdout] test ascii::tests::test_decode_string_unrecognized_closed ... ok [INFO] [stdout] test ascii::tests::test_decode_string_unclosed_control_sequence ... ok [INFO] [stdout] test ascii::tests::test_decode_string_unrecognized_unclosed ... ok [INFO] [stdout] test capture::tests::test_capture_count ... ok [INFO] [stdout] test capture::tests::test_capture_count_utf8 ... ok [INFO] [stdout] test capture::tests::test_capture_count_utf8_but_ascii ... ok [INFO] [stdout] test capture::tests::test_capture_paste ... ok [INFO] [stdout] test ascii::tests::test_decode_string_recognized_control ... ok [INFO] [stdout] test capture::tests::test_capture_terminator_partial_match ... ok [INFO] [stdout] test signature::tests::test_matches ... ok [INFO] [stdout] test capture::tests::test_capture_terminator_partial_match_single_byte ... ok [INFO] [stdout] test tests::can_in_ground_is_c0 ... ok [INFO] [stdout] test event::test::test_numeric_param_buf ... ok [INFO] [stdout] test tests::dcs_aborted_by_can_mid_body ... ok [INFO] [stdout] test tests::dcs_aborted_by_can_before_body ... ok [INFO] [stdout] test tests::dcs_header_with_colon_is_ignored_case1 ... ok [INFO] [stdout] test tests::dcs_esc_esc_del ... ok [INFO] [stdout] test tests::dcs_header_with_colon_is_ignored_case2 ... ok [INFO] [stdout] test tests::osc_aborted_by_can_mid_body ... ok [INFO] [stdout] test tests::osc_aborted_by_sub_before_terminator ... ok [INFO] [stdout] test tests::osc_bel ... ok [INFO] [stdout] test tests::spa_aborted_by_can_is_ignored ... ok [INFO] [stdout] test tests::spa_sub_aborts_too ... ok [INFO] [stdout] test tests::test_edge_cases ... ok [INFO] [stdout] test tests::test_streaming_behavior ... ok [INFO] [stdout] test tests::test_dcs_payload_passthrough ... ok [INFO] [stdout] test tests::dcs_header_with_colon_is_ignored_case3 ... ok [INFO] [stdout] test tests::three_byte_sequences_capturable ... ok [INFO] [stderr] Running tests/escapes.rs (/opt/rustwide/target/debug/deps/escapes-f459bb121637e252) [INFO] [stdout] [INFO] [stderr] Testing escapes.txt [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.13s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running "A very large CSI escape" ... [INFO] [stdout] running "Captured from iTerm2" ... [INFO] [stdout] running "No escapes, just control chars" ... [INFO] [stdout] running "Raw text with line feed control character" ... [INFO] [stdout] running "Raw text with delete character" ... [INFO] [stdout] running "CSI: Cursor down with parameters 1,2,3" ... [INFO] [stdout] running "CSI: Show cursor (private parameter ?25, final h)" ... [INFO] [stdout] running "CSI: Set graphics mode with multiple parameters (1,2,3,4,5, final m)" ... [INFO] [stdout] running "CSI: Set graphics mode with colon parameter (3:1,2,3,4,5, final m)" ... [INFO] [stdout] running "CSI: Cursor up with intermediate space character (final M)" ... [INFO] [stdout] running "CSI: Escape with invalid intermediate control character (emits C0 before CSI, weird case)" ... [INFO] [stdout] running "OSC: Two OSC in a row" ... [INFO] [stdout] running "OSC: Set foreground color to red (10;rgb:fff/000/000) terminated by BEL" ... [INFO] [stdout] running "OSC: Set background color to green (11;rgb:000/fff/000) terminated by ST" ... [INFO] [stdout] running "OSC: Set text color (12;test [data) terminated by ST" ... [INFO] [stdout] running "DCS: Device control string with parameters (1,2,3) and payload terminated by ST" ... [INFO] [stdout] running "DCS: Device control string with private parameter > and payload terminated by ST" ... [INFO] [stdout] running "DCS: Device control string with intermediate space and payload terminated by ST" ... [INFO] [stdout] running "DCS: Device control string with final r and payload terminated by ST" ... [INFO] [stdout] running "ESC: Escape sequence with intermediate space and final M" ... [INFO] [stdout] running "SS3: Single shift 3 with final A (arrow key)" ... [INFO] [stdout] running "SS2: Single shift 2 with final A" ... [INFO] [stdout] running "DCS: CSI payload" ... [INFO] [stdout] running "DCS: Device control string with colon parameter (invalid/DCS_IGNORE) cancelled by CAN" ... [INFO] [stdout] running "DCS: Device control string with colon parameter (invalid/DCS_IGNORE) cancelled by SUB" ... [INFO] [stdout] running "SOS: Start of string (ESC X) with payload terminated by ST" ... [INFO] [stdout] running "PM: Privacy message (ESC ^) with payload terminated by ST" ... [INFO] [stdout] running "APC: Application program command (ESC _) with payload terminated by ST" ... [INFO] [stdout] running "CSI: Cursor down sequence cancelled by CAN" ... [INFO] [stdout] running "CSI: Cursor down sequence cancelled by SUB" ... [INFO] [stdout] running "CSI: Request Locator Position (DECRQP)" ... [INFO] [stdout] running "CSI: Selective Erase Rectangular Area (DECSERA)." ... [INFO] [stdout] running "DCS: Device control string cancelled by CAN" ... [INFO] [stdout] running "OSC: Operating system command cancelled by SUB" ... [INFO] [stdout] running "CSI: Invalid final byte g (should be ignored)" ... [INFO] [stdout] running "CSI: Invalid colon parameter (should be ignored)" ... [INFO] [stdout] running "ESC ESC: Double escape followed by CSI cursor down" ... [INFO] [stdout] running "DCS: Device control string with double ESC in payload" ... [INFO] [stdout] running "DCS: Device control string with ESC before ending" ... [INFO] [stdout] running "DCS: Device control string with double ESC before ending" ... [INFO] [stdout] running "CSI: Graphics mode with DEL character in parameters" ... [INFO] [stdout] running "DCS: Device control string with colon parameter (invalid) in text context" ... [INFO] [stdout] running "DCS: Device control string with colon parameter (invalid) in text context" ... [INFO] [stdout] running "DCS: Valid device control string in text context" ... [INFO] [stdout] running "CSI: FG truecolor" ... [INFO] [stdout] running "CSI: BG truecolor" ... [INFO] [stdout] running "CSI: FG indexed" ... [INFO] [stdout] running "CSI: BG indexed" ... [INFO] [stdout] running "CSI: Bold + FG indexed + BG truecolor" ... [INFO] [stdout] running "CSI: Reset + FG truecolor" ... [INFO] [stdout] running "CSI: Underline color truecolor with empty subparam (::)" ... [INFO] [stdout] running "CSI: FG truecolor + BG indexed + underline color truecolor" ... [INFO] [stdout] running "CSI: Colon params with leading zeros" ... [INFO] [stdout] running "CSI: Large RGB values" ... [INFO] [stdout] running "CSI: Trailing semicolon with colon param (empty final param)" ... [INFO] [stdout] running "CSI: Only colon param (no numeric params)" ... [INFO] [stdout] running "OSC: DEL ignored inside" ... [INFO] [stdout] running "DCS: DEL ignored inside" ... [INFO] [stdout] running "DCS: DEL ignored inside after double escape" ... [INFO] [stdout] running "ESC: Escape sequence with final c (RIS - Reset to Initial State)" ... [INFO] [stdout] running "ESC: Escape with private flag (not-spec compliant, but shows up in VT52 input events)" ... [INFO] [stdout] running "ESC: DECPAM/DECPNM" ... [INFO] [stdout] running "ESC: DEC double-line" ... [INFO] [stdout] running "Select default character set" ... [INFO] [stdout] running "Designate G0 character set" ... [INFO] [stdout] running "Designate G1 character set" ... [INFO] [stdout] running "Designate G2 character set" ... [INFO] [stdout] running "Designate G3 character set" ... [INFO] [stdout] running "ESC: Invoke the G3 Character Set as GR (LS3R)" ... [INFO] [stdout] running "ESC: Invoke the G2 Character Set as GR (LS2R)" ... [INFO] [stdout] running "ESC: Invoke the G1 Character Set as GR (LS1R)" ... [INFO] [stdout] [INFO] [stdout] all tests passed [INFO] [stderr] Doc-tests vt_push_parser [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - VTPushParser::feed_with (line 399) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/lib.rs - VTPushParser::feed_with (line 388) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.83s; merged doctests compilation took 0.79s [INFO] running `Command { std: "docker" "inspect" "1ced41d06d44b44dea6b438f255f59d27386d4a43555774888708b340a8052e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ced41d06d44b44dea6b438f255f59d27386d4a43555774888708b340a8052e6", kill_on_drop: false }` [INFO] [stdout] 1ced41d06d44b44dea6b438f255f59d27386d4a43555774888708b340a8052e6