[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.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2270ae65eb5e355cf2c75e1c2b2ab92e0528c1f9119421f489997e754ebce712 [INFO] running `Command { std: "docker" "start" "-a" "2270ae65eb5e355cf2c75e1c2b2ab92e0528c1f9119421f489997e754ebce712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2270ae65eb5e355cf2c75e1c2b2ab92e0528c1f9119421f489997e754ebce712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2270ae65eb5e355cf2c75e1c2b2ab92e0528c1f9119421f489997e754ebce712", kill_on_drop: false }` [INFO] [stdout] 2270ae65eb5e355cf2c75e1c2b2ab92e0528c1f9119421f489997e754ebce712 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f5d54be33fe642b1ff422cf98381fe461c2d510f6c7f41fb6d1039d9013e88d [INFO] running `Command { std: "docker" "start" "-a" "6f5d54be33fe642b1ff422cf98381fe461c2d510f6c7f41fb6d1039d9013e88d", 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 2.99s [INFO] running `Command { std: "docker" "inspect" "6f5d54be33fe642b1ff422cf98381fe461c2d510f6c7f41fb6d1039d9013e88d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f5d54be33fe642b1ff422cf98381fe461c2d510f6c7f41fb6d1039d9013e88d", kill_on_drop: false }` [INFO] [stdout] 6f5d54be33fe642b1ff422cf98381fe461c2d510f6c7f41fb6d1039d9013e88d [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60bdb7686a8b3e6c9d2ae0ed364eeac4c6f8853179a90fb9ed84c85c60d8116a [INFO] running `Command { std: "docker" "start" "-a" "60bdb7686a8b3e6c9d2ae0ed364eeac4c6f8853179a90fb9ed84c85c60d8116a", 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.28s [INFO] running `Command { std: "docker" "inspect" "60bdb7686a8b3e6c9d2ae0ed364eeac4c6f8853179a90fb9ed84c85c60d8116a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60bdb7686a8b3e6c9d2ae0ed364eeac4c6f8853179a90fb9ed84c85c60d8116a", kill_on_drop: false }` [INFO] [stdout] 60bdb7686a8b3e6c9d2ae0ed364eeac4c6f8853179a90fb9ed84c85c60d8116a [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 727af18ca6939d2c9de28ae3a094e96d93f38f376cabcafc2e46a5b66dd2367d [INFO] running `Command { std: "docker" "start" "-a" "727af18ca6939d2c9de28ae3a094e96d93f38f376cabcafc2e46a5b66dd2367d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/keybuffer-e17d696bf61fb337) [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" "727af18ca6939d2c9de28ae3a094e96d93f38f376cabcafc2e46a5b66dd2367d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "727af18ca6939d2c9de28ae3a094e96d93f38f376cabcafc2e46a5b66dd2367d", kill_on_drop: false }` [INFO] [stdout] 727af18ca6939d2c9de28ae3a094e96d93f38f376cabcafc2e46a5b66dd2367d