[INFO] fetching crate control-code 0.7.1...
[INFO] testing control-code-0.7.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate control-code 0.7.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate control-code 0.7.1
[INFO] finished tweaking crates.io crate control-code 0.7.1
[INFO] tweaked toml for crates.io crate control-code 0.7.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate control-code 0.7.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding nom v3.2.1 (available: v8.0.0)
[INFO] [stderr]       Adding smallvec v0.4.5 (available: v1.15.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bf03284e19aa5e81a1015ac4c5db2b849de66647037d38c782362dc7bd60f0b
[INFO] running `Command { std: "docker" "start" "-a" "7bf03284e19aa5e81a1015ac4c5db2b849de66647037d38c782362dc7bd60f0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bf03284e19aa5e81a1015ac4c5db2b849de66647037d38c782362dc7bd60f0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bf03284e19aa5e81a1015ac4c5db2b849de66647037d38c782362dc7bd60f0b", kill_on_drop: false }`
[INFO] [stdout] 7bf03284e19aa5e81a1015ac4c5db2b849de66647037d38c782362dc7bd60f0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49e7a0a6c3f265cf0d5106b0a9300d9cd3b240e41b3eb18e2a7e235850594b55
[INFO] running `Command { std: "docker" "start" "-a" "49e7a0a6c3f265cf0d5106b0a9300d9cd3b240e41b3eb18e2a7e235850594b55", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling smallvec v0.4.5
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling nom v3.2.1
[INFO] [stderr]    Compiling control-code v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 write!(0x80),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 write!(0x80),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 write!(0x81),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 write!(0x81),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                 write!(0x82),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                 write!(0x82),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(0x83),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(0x83),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(0x84),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(0x84),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(0x85),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(0x85),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(0x86),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(0x86),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(0x87),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(0x87),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(0x88),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(0x88),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(0x89),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(0x89),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(0x8A),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(0x8A),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(0x8B),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(0x8B),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 write!(0x8C),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 write!(0x8C),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 write!(0x8D),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 write!(0x8D),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                 write!(0x8E),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                 write!(0x8E),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 write!(0x8F),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 write!(0x8F),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                 write!(0x90);
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 write!(0x91),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 write!(0x91),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 write!(0x92),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 write!(0x92),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 write!(0x93),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 write!(0x93),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 write!(0x94),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 write!(0x94),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 write!(0x95),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 write!(0x95),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 write!(0x96),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 write!(0x96),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 write!(0x97),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 write!(0x97),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 write!(0x98),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 write!(0x98),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 write!(0x99),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 write!(0x99),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 write!(0x9A),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 write!(0x9A),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 try!(value.fmt(f)),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 write!(0x9D),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 write!(0x9D),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 write!(0x9E),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 write!(0x9E),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 write!(0x9F),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 write!(0x9F),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 write!(0x9C),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 write!(0x9C),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(b"\x1B#8"),
[INFO] [stdout]    |                 ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(b"\x1B#8"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(b"\x1B7"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(b"\x1B7"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(b"\x1B8"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(b"\x1B8"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(b"\x1B="),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(b"\x1B="),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(b"\x1B>"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(b"\x1B>"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(b"\x1B6"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(b"\x1B6"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(b"\x1B9"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(b"\x1B9"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(csi Unknown(b's', None, small_vec![])),
[INFO] [stdout]    |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]    |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(csi Unknown(b's', None, small_vec![])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(csi Unknown(b'u', None, small_vec![])),
[INFO] [stdout]     |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(csi Unknown(b'u', None, small_vec![])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                 write!(b"\x1B");
[INFO] [stdout]     |                 --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 try!(f.write_all(match charset {
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     0 => write!(b"("),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     0 => write!(b"("),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     1 => write!(b")"),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     1 => write!(b")"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                     2 => write!(b"*"),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                     2 => write!(b"*"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     3 => write!(b"+"),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     3 => write!(b"+"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 write!(csi Private(b'h', None, modes.iter().map(|&m| Some(m.into())).collect())),
[INFO] [stdout]     |                 -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 write!(csi Private(b'h', None, modes.iter().map(|&m| Some(m.into())).collect())),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                 write!(csi Private(b'l', None, modes.iter().map(|&m| Some(m.into())).collect())),
[INFO] [stdout]     |                 -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                 write!(csi Private(b'l', None, modes.iter().map(|&m| Some(m.into())).collect())),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 write!(csi Private(b'~', Some(b'\''), small_vec![Some(n)])),
[INFO] [stdout]     |                 ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 write!(csi Private(b'~', Some(b'\''), small_vec![Some(n)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 write!(csi Private(b'}', Some(b'\''), small_vec![Some(n)])),
[INFO] [stdout]     |                 ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 write!(csi Private(b'}', Some(b'\''), small_vec![Some(n)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 write!(b"\x1B#3"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 write!(b"\x1B#3"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                 write!(b"\x1B#4"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                 write!(b"\x1B#4"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |                 write!(b"\x1B#6"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |                 write!(b"\x1B#6"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |                 write!(b"\x1B#5"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 175 |                 write!(b"\x1B#5"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |                 write!(csi Unknown(b'q', Some(b' '), small_vec![Some(id as u32)])),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 178 |                 write!(csi Unknown(b'q', Some(b' '), small_vec![Some(id as u32)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 write!(csi Unknown(b'p', Some(b'!'), small_vec![])),
[INFO] [stdout]     |                 --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 write!(csi Unknown(b'p', Some(b'!'), small_vec![])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |                 write!(b"\x1Bc"),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 184 |                 write!(b"\x1Bc"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |                 write!(b"\x1B F"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 187 |                 write!(b"\x1B F"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |                 write!(b"\x1B G"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 190 |                 write!(b"\x1B G"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |                 write!(&[0x1B, b'Q', key + b'0' - 1]);
[INFO] [stdout]     |                 ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |                 write!(b"'");
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!(string.as_bytes());
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |                 write!(b"'");
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |                 write!(b"\x1B%");
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!(&[if value { b'G' } else { b'@' }]);
[INFO] [stdout]     |                 ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |                 write!(csi Unknown(b'r', None, small_vec![Some(top + 1), bottom.map(|v| v + 1)])),
[INFO] [stdout]     |                 --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 205 |                 write!(csi Unknown(b'r', None, small_vec![Some(top + 1), bottom.map(|v| v + 1)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/sixel.rs:85:4
[INFO] [stdout]    |
[INFO] [stdout] 85 |             try!(f.write_all(&[match self.aspect {
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/sixel.rs:94:4
[INFO] [stdout]    |
[INFO] [stdout] 94 |             try!(f.write_all(b";1"));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:102:4
[INFO] [stdout]     |
[INFO] [stdout] 102 |             try!(write!(f, "{}", grid));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/sixel.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 try!(f.write_all(b";"));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 try!(value.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |                 try!(write!(f, "!{}", times));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 141 |                 try!(value.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 try!(write!(f, "\"{};{};{};{}", aspect.0, aspect.1, size.0, size.1));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:149:5
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 try!(write!(f, "#{}", id));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:153:5
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 try!(write!(f, "#{};", id));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:157:7
[INFO] [stdout]     |
[INFO] [stdout] 157 |                         try!(write!(f, "1;{};{};{}", h, l, s));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 |                         try!(write!(f, "2;{};{};{}",
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 |                         try!(write!(f, "3;{};{};{};{}", r, g, b, a));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |                 try!(f.write_all(b"$"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 try!(f.write_all(b"-"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str`
[INFO] [stdout]   --> src/csi/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::str;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 |                 write!("u"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 |                 write!("u"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                   try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                       try!(f.write_all(b"?"));
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                           try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           try!(f.write_all(&[b';']));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 340 |                 write!("s"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 340 |                 write!("s"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 388 |                 write!(entry false);
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 388 |                 write!(entry false);
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:158:6
[INFO] [stdout]     |
[INFO] [stdout] 158 |                     try!(f.write_all(&[modifier]));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 390 |                 write!(identifier id, modifier)
[INFO] [stdout]     |                 ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 394 |                 write!(entry true);
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 394 |                 write!(entry true);
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 395 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 395 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:158:6
[INFO] [stdout]     |
[INFO] [stdout] 158 |                     try!(f.write_all(&[modifier]));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 |                 write!(identifier id, modifier)
[INFO] [stdout]     |                 ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/util.rs:184:28
[INFO] [stdout]     |
[INFO] [stdout] 184 |           many0!($i, $n, call!($f));
[INFO] [stdout]     |                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/csi/mod.rs:466:1
[INFO] [stdout]     |
[INFO] [stdout] 466 | / named!(pub parameters<SmallVec<[Option<u32>; SIZE]> >,
[INFO] [stdout] 467 | |     many0!(SIZE, parameter));
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: control-code v0.7.1 (/opt/rustwide/workdir), nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "49e7a0a6c3f265cf0d5106b0a9300d9cd3b240e41b3eb18e2a7e235850594b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49e7a0a6c3f265cf0d5106b0a9300d9cd3b240e41b3eb18e2a7e235850594b55", kill_on_drop: false }`
[INFO] [stdout] 49e7a0a6c3f265cf0d5106b0a9300d9cd3b240e41b3eb18e2a7e235850594b55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf96f113c78266c5d61ce8902da34d82e4f8af5860d173755e2844abc4194e52
[INFO] running `Command { std: "docker" "start" "-a" "bf96f113c78266c5d61ce8902da34d82e4f8af5860d173755e2844abc4194e52", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 write!(0x80),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 write!(0x80),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 write!(0x81),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 write!(0x81),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                 write!(0x82),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                 write!(0x82),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(0x83),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(0x83),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(0x84),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(0x84),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(0x85),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(0x85),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(0x86),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(0x86),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(0x87),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(0x87),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(0x88),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(0x88),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(0x89),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(0x89),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(0x8A),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(0x8A),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(0x8B),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(0x8B),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 write!(0x8C),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 write!(0x8C),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 write!(0x8D),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 write!(0x8D),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                 write!(0x8E),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                 write!(0x8E),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 write!(0x8F),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 write!(0x8F),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                 write!(0x90);
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 write!(0x91),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 write!(0x91),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 write!(0x92),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 write!(0x92),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 write!(0x93),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 write!(0x93),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 write!(0x94),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 write!(0x94),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 write!(0x95),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 write!(0x95),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 write!(0x96),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 write!(0x96),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 write!(0x97),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 write!(0x97),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 write!(0x98),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 write!(0x98),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 write!(0x99),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 write!(0x99),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 write!(0x9A),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 write!(0x9A),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 try!(value.fmt(f)),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 write!(0x9D),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 write!(0x9D),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 write!(0x9E),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 write!(0x9E),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 write!(0x9F),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 write!(0x9F),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/c1.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 write!(0x9C),
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]     |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 write!(0x9C),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(b"\x1B#8"),
[INFO] [stdout]    |                 ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(b"\x1B#8"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(b"\x1B7"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(b"\x1B7"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(b"\x1B8"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(b"\x1B8"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(b"\x1B="),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(b"\x1B="),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(b"\x1B>"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(b"\x1B>"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(b"\x1B6"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(b"\x1B6"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(b"\x1B9"),
[INFO] [stdout]    |                 ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 try!(f.write_all($string));
[INFO] [stdout]    |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(b"\x1B9"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/mod.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(csi Unknown(b's', None, small_vec![])),
[INFO] [stdout]    |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]    |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                 write!(csi Unknown(b's', None, small_vec![])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(csi Unknown(b'u', None, small_vec![])),
[INFO] [stdout]     |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 write!(csi Unknown(b'u', None, small_vec![])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                 write!(b"\x1B");
[INFO] [stdout]     |                 --------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 try!(f.write_all(match charset {
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     0 => write!(b"("),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     0 => write!(b"("),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     1 => write!(b")"),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     1 => write!(b")"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                     2 => write!(b"*"),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                     2 => write!(b"*"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     3 => write!(b"+"),
[INFO] [stdout]     |                          ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                     3 => write!(b"+"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 write!(csi Private(b'h', None, modes.iter().map(|&m| Some(m.into())).collect())),
[INFO] [stdout]     |                 -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 write!(csi Private(b'h', None, modes.iter().map(|&m| Some(m.into())).collect())),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                 write!(csi Private(b'l', None, modes.iter().map(|&m| Some(m.into())).collect())),
[INFO] [stdout]     |                 -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                 write!(csi Private(b'l', None, modes.iter().map(|&m| Some(m.into())).collect())),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 write!(csi Private(b'~', Some(b'\''), small_vec![Some(n)])),
[INFO] [stdout]     |                 ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 write!(csi Private(b'~', Some(b'\''), small_vec![Some(n)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 write!(csi Private(b'}', Some(b'\''), small_vec![Some(n)])),
[INFO] [stdout]     |                 ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 write!(csi Private(b'}', Some(b'\''), small_vec![Some(n)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 write!(b"\x1B#3"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 write!(b"\x1B#3"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                 write!(b"\x1B#4"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                 write!(b"\x1B#4"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |                 write!(b"\x1B#6"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |                 write!(b"\x1B#6"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |                 write!(b"\x1B#5"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 175 |                 write!(b"\x1B#5"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |                 write!(csi Unknown(b'q', Some(b' '), small_vec![Some(id as u32)])),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 178 |                 write!(csi Unknown(b'q', Some(b' '), small_vec![Some(id as u32)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 write!(csi Unknown(b'p', Some(b'!'), small_vec![])),
[INFO] [stdout]     |                 --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 181 |                 write!(csi Unknown(b'p', Some(b'!'), small_vec![])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |                 write!(b"\x1Bc"),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 184 |                 write!(b"\x1Bc"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |                 write!(b"\x1B F"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 187 |                 write!(b"\x1B F"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |                 write!(b"\x1B G"),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:71:31
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 190 |                 write!(b"\x1B G"),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |                 write!(&[0x1B, b'Q', key + b'0' - 1]);
[INFO] [stdout]     |                 ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |                 write!(b"'");
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!(string.as_bytes());
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |                 write!(b"'");
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |                 write!(b"\x1B%");
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 |                 try!(f.write_all($string));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!(&[if value { b'G' } else { b'@' }]);
[INFO] [stdout]     |                 ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/mod.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |                 write!(csi Unknown(b'r', None, small_vec![Some(top + 1), bottom.map(|v| v + 1)])),
[INFO] [stdout]     |                 --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/dec/mod.rs:59:42
[INFO] [stdout]     |
[INFO] [stdout]  59 |                 try!(CSI::$($value)*.fmt(f.by_ref()));
[INFO] [stdout]     |                                                      ^
[INFO] [stdout] ...
[INFO] [stdout] 205 |                 write!(csi Unknown(b'r', None, small_vec![Some(top + 1), bottom.map(|v| v + 1)])),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/sixel.rs:85:4
[INFO] [stdout]    |
[INFO] [stdout] 85 |             try!(f.write_all(&[match self.aspect {
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/sixel.rs:94:4
[INFO] [stdout]    |
[INFO] [stdout] 94 |             try!(f.write_all(b";1"));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:102:4
[INFO] [stdout]     |
[INFO] [stdout] 102 |             try!(write!(f, "{}", grid));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/dec/sixel.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 try!(f.write_all(b";"));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 try!(value.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |                 try!(write!(f, "!{}", times));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 141 |                 try!(value.fmt(f.by_ref()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 |                 try!(write!(f, "\"{};{};{};{}", aspect.0, aspect.1, size.0, size.1));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:149:5
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 try!(write!(f, "#{}", id));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:153:5
[INFO] [stdout]     |
[INFO] [stdout] 153 |                 try!(write!(f, "#{};", id));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:157:7
[INFO] [stdout]     |
[INFO] [stdout] 157 |                         try!(write!(f, "1;{};{};{}", h, l, s));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 |                         try!(write!(f, "2;{};{};{}",
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 |                         try!(write!(f, "3;{};{};{};{}", r, g, b, a));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |                 try!(f.write_all(b"$"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/dec/sixel.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 try!(f.write_all(b"-"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str`
[INFO] [stdout]   --> src/csi/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::str;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |                 write!("Z", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |                 write!("G", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |                 write!("I", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |                 write!("E", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |                 write!("F", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |                 write!("R", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |                 write!("W", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |                 write!("D", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |                 write!("B", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |                 write!("C", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |                 write!("H", [y + 1, x + 1]),
[INFO] [stdout]     |                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |                 write!("A", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |                 write!("Y", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |                 write!("c", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |                 write!("o", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |                 write!("P", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |                 write!("M", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |                 write!("n", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 |                 write!(" T", [w, h]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |                 write!("O", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |                 write!("X", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |                 write!("N", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |                 write!("J", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |                 write!("K", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |                 write!(" W", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |                 write!(" D", [a, b]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |                 write!(" _", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 write!(" B", [height, width]),
[INFO] [stdout]     |                 ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |                 write!("@", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |                 write!(" O", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |                 write!(" M", ![n]),
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 |                 write!("L", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 |                 write!(" F", args.iter()),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling control-code v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |                 write!("i", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 291 |                 write!("U", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 294 |                 write!(" Z", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 write!(" J", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |                 write!("V", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |                 write!(" P", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 306 |                 write!(" R", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |                 write!(" Q", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |                 write!("\\", [value]),
[INFO] [stdout]     |                 --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |                 write!(" H", dispositions.iter().map(|&d| Some(Into::<u32>::into(d)))),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 |                 write!("u"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 |                 write!("u"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |                 write!("b", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                 write!("l", modes.iter().map(|&m| Some(Into::<u32>::into(m)))),
[INFO] [stdout]     |                 -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                   try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                       try!(f.write_all(b"?"));
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                           try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                           try!(f.write_all(&[b';']));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                 write!(" e", [match n {
[INFO] [stdout] 328 | |                     0   => 0u32,
[INFO] [stdout] 329 | |                     45  => 1u32,
[INFO] [stdout] 330 | |                     90  => 2u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |                     _   => unreachable!(),
[INFO] [stdout] 337 | |                 }]),
[INFO] [stdout]     | |___________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 340 |                 write!("s"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 340 |                 write!("s"),
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |                 write!(" b", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |                 write!("T", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |                 write!("^", [direction]),
[INFO] [stdout]     |                 ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 352 |                 write!("m", attrs.iter().flat_map(|&a| Into::<SmallVec<_>>::into(a)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 355 |                 write!(" @", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |                 write!(" h", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |                 write!("h", modes.iter().map(|&m| Into::<u32>::into(m)).map(Some)),
[INFO] [stdout]     |                 ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |                 write!(" A", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 367 |                 write!("[", [0u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 370 |                 write!("[", [1u32]),
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 |                 write!(" I", [unit]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |                 write!(" [", [n]),
[INFO] [stdout]     |                 ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 379 |                 write!("S", [n]),
[INFO] [stdout]     |                 ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |                 write!("g", [value]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 |                 write!("d", [n + 1]),
[INFO] [stdout]     |                 -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 388 |                 write!(entry false);
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 388 |                 write!(entry false);
[INFO] [stdout]     |                 ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:158:6
[INFO] [stdout]     |
[INFO] [stdout] 158 |                     try!(f.write_all(&[modifier]));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 390 |                 write!(identifier id, modifier)
[INFO] [stdout]     |                 ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 try!(f.write_all(b"\x1B\x5B"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 394 |                 write!(entry true);
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:133:6
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     try!(f.write_all(b"?"));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 394 |                 write!(entry true);
[INFO] [stdout]     |                 ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:144:7
[INFO] [stdout]     |
[INFO] [stdout] 144 |                         try!(f.write_all(value.to_string().as_bytes()));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 395 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:148:7
[INFO] [stdout]     |
[INFO] [stdout] 148 |                         try!(f.write_all(&[b';']));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 395 |                 write!(parameters args.iter());
[INFO] [stdout]     |                 ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/csi/mod.rs:158:6
[INFO] [stdout]     |
[INFO] [stdout] 158 |                     try!(f.write_all(&[modifier]));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 |                 write!(identifier id, modifier)
[INFO] [stdout]     |                 ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `write` (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/util.rs:184:28
[INFO] [stdout]     |
[INFO] [stdout] 184 |           many0!($i, $n, call!($f));
[INFO] [stdout]     |                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/csi/mod.rs:466:1
[INFO] [stdout]     |
[INFO] [stdout] 466 | / named!(pub parameters<SmallVec<[Option<u32>; SIZE]> >,
[INFO] [stdout] 467 | |     many0!(SIZE, parameter));
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 write!(0x80),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 write!(0x80),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 write!(0x81),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 write!(0x81),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                 write!(0x82),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                 write!(0x82),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(0x83),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 write!(0x83),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(0x84),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 write!(0x84),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(0x85),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 write!(0x85),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(0x86),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                 write!(0x86),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(0x87),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 write!(0x87),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(0x88),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 write!(0x88),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(0x89),
[INFO] [stdout]    |                 ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `write` (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/c1.rs:62:45
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 try!(f.write_all(&[0x1B, $code - 0x40]));
[INFO] [stdout]    |                                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 write!(0x89),
[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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/c1.rs:62:5
[INFO] [stdout]    |
[WARN] too many lines in the log, truncating it
