[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 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpithlessly%2Fkeybuffer" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pithlessly/keybuffer on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-19/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" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 35471ccebc65ba645bd6b21c6f0142a67c6f87aa212bf5df3f6bad8345e36ec6 [INFO] running `Command { std: "docker" "start" "-a" "35471ccebc65ba645bd6b21c6f0142a67c6f87aa212bf5df3f6bad8345e36ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35471ccebc65ba645bd6b21c6f0142a67c6f87aa212bf5df3f6bad8345e36ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35471ccebc65ba645bd6b21c6f0142a67c6f87aa212bf5df3f6bad8345e36ec6", kill_on_drop: false }` [INFO] [stdout] 35471ccebc65ba645bd6b21c6f0142a67c6f87aa212bf5df3f6bad8345e36ec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cebe4809800dd9699b262af5ebe0c154005811761dfb38d60301f10cc3c46ff [INFO] running `Command { std: "docker" "start" "-a" "6cebe4809800dd9699b262af5ebe0c154005811761dfb38d60301f10cc3c46ff", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling numtoa v0.1.0 [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 2.17s [INFO] running `Command { std: "docker" "inspect" "6cebe4809800dd9699b262af5ebe0c154005811761dfb38d60301f10cc3c46ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cebe4809800dd9699b262af5ebe0c154005811761dfb38d60301f10cc3c46ff", kill_on_drop: false }` [INFO] [stdout] 6cebe4809800dd9699b262af5ebe0c154005811761dfb38d60301f10cc3c46ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a351c6a55b12e2c18ad9ab8fd2ec0152ea71b36635edb29d94d41bb4ee87136 [INFO] running `Command { std: "docker" "start" "-a" "9a351c6a55b12e2c18ad9ab8fd2ec0152ea71b36635edb29d94d41bb4ee87136", kill_on_drop: false }` [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.48s [INFO] running `Command { std: "docker" "inspect" "9a351c6a55b12e2c18ad9ab8fd2ec0152ea71b36635edb29d94d41bb4ee87136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a351c6a55b12e2c18ad9ab8fd2ec0152ea71b36635edb29d94d41bb4ee87136", kill_on_drop: false }` [INFO] [stdout] 9a351c6a55b12e2c18ad9ab8fd2ec0152ea71b36635edb29d94d41bb4ee87136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9fb95e616bb2bf9560dae1c1b053057ae6d5f6391230c5ab1cf04d49661475f2 [INFO] running `Command { std: "docker" "start" "-a" "9fb95e616bb2bf9560dae1c1b053057ae6d5f6391230c5ab1cf04d49661475f2", 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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/keybuffer-ddfbbecb683d4208) [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" "9fb95e616bb2bf9560dae1c1b053057ae6d5f6391230c5ab1cf04d49661475f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fb95e616bb2bf9560dae1c1b053057ae6d5f6391230c5ab1cf04d49661475f2", kill_on_drop: false }` [INFO] [stdout] 9fb95e616bb2bf9560dae1c1b053057ae6d5f6391230c5ab1cf04d49661475f2