[INFO] cloning repository https://github.com/pithlessly/keybuffer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pithlessly/keybuffer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpithlessly%2Fkeybuffer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpithlessly%2Fkeybuffer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8dadc0da06f4ca0844414a2a2b2ef636aaeafffa [INFO] testing pithlessly/keybuffer against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpithlessly%2Fkeybuffer" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pithlessly/keybuffer on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pithlessly/keybuffer [INFO] finished tweaking git repo https://github.com/pithlessly/keybuffer [INFO] tweaked toml for git repo https://github.com/pithlessly/keybuffer written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/pithlessly/keybuffer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3db258b5b1c3b24b3c208c5b145fd56111d7c30e12230c8dfbf77e1165b78642 [INFO] running `Command { std: "docker" "start" "-a" "3db258b5b1c3b24b3c208c5b145fd56111d7c30e12230c8dfbf77e1165b78642", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3db258b5b1c3b24b3c208c5b145fd56111d7c30e12230c8dfbf77e1165b78642", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3db258b5b1c3b24b3c208c5b145fd56111d7c30e12230c8dfbf77e1165b78642", kill_on_drop: false }` [INFO] [stdout] 3db258b5b1c3b24b3c208c5b145fd56111d7c30e12230c8dfbf77e1165b78642 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa4f0afdc596e6eb8bfda7e97775432d5e273a5f157191195321cd80573094cd [INFO] running `Command { std: "docker" "start" "-a" "fa4f0afdc596e6eb8bfda7e97775432d5e273a5f157191195321cd80573094cd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling keybuffer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 29 | Key::Backspace => o!("backspace"), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 30 | Key::Left => o!("left"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 31 | Key::Right => o!("right"), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 32 | Key::Up => o!("up"), [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | Key::Down => o!("down"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 34 | Key::Home => o!("home"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 35 | Key::End => o!("end"), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 36 | Key::PageUp => o!("page up"), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | Key::PageDown => o!("page down"), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | Key::Char('\n') => o!("enter"), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 39 | Key::Char('\t') => o!("tab"), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 40 | Key::BackTab => o!("back tab"), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | Key::Delete => o!("delete"), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | Key::Insert => o!("insert"), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:17:60 [INFO] [stdout] | [INFO] [stdout] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 43 | Key::F(i) => o!("f", i), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | Key::Char(c) => o!(c), [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:17:60 [INFO] [stdout] | [INFO] [stdout] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | Key::Alt(c) => o!("alt ", c), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:17:60 [INFO] [stdout] | [INFO] [stdout] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | Key::Ctrl(c) => o!("ctrl ", c), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 47 | Key::Null => o!("null"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | Key::Esc => o!("esc"), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.47s [INFO] running `Command { std: "docker" "inspect" "fa4f0afdc596e6eb8bfda7e97775432d5e273a5f157191195321cd80573094cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa4f0afdc596e6eb8bfda7e97775432d5e273a5f157191195321cd80573094cd", kill_on_drop: false }` [INFO] [stdout] fa4f0afdc596e6eb8bfda7e97775432d5e273a5f157191195321cd80573094cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8107b228f08fa2b5d45f89e73809f4441e6da533ae6ecb7dd9901e2b04a5c058 [INFO] running `Command { std: "docker" "start" "-a" "8107b228f08fa2b5d45f89e73809f4441e6da533ae6ecb7dd9901e2b04a5c058", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling keybuffer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 29 | Key::Backspace => o!("backspace"), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 30 | Key::Left => o!("left"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 31 | Key::Right => o!("right"), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 32 | Key::Up => o!("up"), [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | Key::Down => o!("down"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 34 | Key::Home => o!("home"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 35 | Key::End => o!("end"), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 36 | Key::PageUp => o!("page up"), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | Key::PageDown => o!("page down"), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 38 | Key::Char('\n') => o!("enter"), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 39 | Key::Char('\t') => o!("tab"), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 40 | Key::BackTab => o!("back tab"), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | Key::Delete => o!("delete"), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | Key::Insert => o!("insert"), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:17:60 [INFO] [stdout] | [INFO] [stdout] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 43 | Key::F(i) => o!("f", i), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | Key::Char(c) => o!(c), [INFO] [stdout] | ----- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:17:60 [INFO] [stdout] | [INFO] [stdout] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | Key::Alt(c) => o!("alt ", c), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:17:60 [INFO] [stdout] | [INFO] [stdout] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | Key::Ctrl(c) => o!("ctrl ", c), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 47 | Key::Null => o!("null"), [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:20:52 [INFO] [stdout] | [INFO] [stdout] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | Key::Esc => o!("esc"), [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/keybuffer-e1c0d2a3866a896a) [INFO] running `Command { std: "docker" "inspect" "8107b228f08fa2b5d45f89e73809f4441e6da533ae6ecb7dd9901e2b04a5c058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8107b228f08fa2b5d45f89e73809f4441e6da533ae6ecb7dd9901e2b04a5c058", kill_on_drop: false }` [INFO] [stdout] 8107b228f08fa2b5d45f89e73809f4441e6da533ae6ecb7dd9901e2b04a5c058 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 43ea15b243ade7c5508f641012f05dea5d4e83df0c8fabd2f5523b78748c0e63 [INFO] running `Command { std: "docker" "start" "-a" "43ea15b243ade7c5508f641012f05dea5d4e83df0c8fabd2f5523b78748c0e63", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 29 | Key::Backspace => o!("backspace"), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 30 | Key::Left => o!("left"), [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 31 | Key::Right => o!("right"), [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 32 | Key::Up => o!("up"), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 33 | Key::Down => o!("down"), [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 34 | Key::Home => o!("home"), [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 35 | Key::End => o!("end"), [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 36 | Key::PageUp => o!("page up"), [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 37 | Key::PageDown => o!("page down"), [INFO] [stderr] | --------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 38 | Key::Char('\n') => o!("enter"), [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 39 | Key::Char('\t') => o!("tab"), [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 40 | Key::BackTab => o!("back tab"), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 41 | Key::Delete => o!("delete"), [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 42 | Key::Insert => o!("insert"), [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:17:60 [INFO] [stderr] | [INFO] [stderr] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 43 | Key::F(i) => o!("f", i), [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 44 | Key::Char(c) => o!(c), [INFO] [stderr] | ----- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:17:60 [INFO] [stderr] | [INFO] [stderr] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 45 | Key::Alt(c) => o!("alt ", c), [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:17:60 [INFO] [stderr] | [INFO] [stderr] 17 | write!(out_file, "{}{}\r\n", $e0, $e1).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 46 | Key::Ctrl(c) => o!("ctrl ", c), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 47 | Key::Null => o!("null"), [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:20:52 [INFO] [stderr] | [INFO] [stderr] 20 | write!(out_file, "{}\r\n", $e).unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 48 | Key::Esc => o!("esc"), [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `o` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `keybuffer` (bin "keybuffer" test) generated 20 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/keybuffer-e1c0d2a3866a896a) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "43ea15b243ade7c5508f641012f05dea5d4e83df0c8fabd2f5523b78748c0e63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43ea15b243ade7c5508f641012f05dea5d4e83df0c8fabd2f5523b78748c0e63", kill_on_drop: false }` [INFO] [stdout] 43ea15b243ade7c5508f641012f05dea5d4e83df0c8fabd2f5523b78748c0e63