[INFO] fetching crate control-code 0.7.1... [INFO] checking control-code-0.7.1 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate control-code 0.7.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate control-code 0.7.1 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51b1a63eb8c7030fda580dade8839505bfabf9f6b5833723ca90d1d4dec1197d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "51b1a63eb8c7030fda580dade8839505bfabf9f6b5833723ca90d1d4dec1197d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51b1a63eb8c7030fda580dade8839505bfabf9f6b5833723ca90d1d4dec1197d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51b1a63eb8c7030fda580dade8839505bfabf9f6b5833723ca90d1d4dec1197d", kill_on_drop: false }` [INFO] [stdout] 51b1a63eb8c7030fda580dade8839505bfabf9f6b5833723ca90d1d4dec1197d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8512aef7ace838e18032a068515d759d2209d66ceb3af72fec5e4ea822090e17 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8512aef7ace838e18032a068515d759d2209d66ceb3af72fec5e4ea822090e17", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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] 109 | 0 => write!(b"("), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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: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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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: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: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: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)]` 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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/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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] 153 | write!(0x9D), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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] 109 | 0 => write!(b"("), [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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: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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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 a macro (in Nightly builds, run with -Z 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: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: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: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/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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z 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: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)]` 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: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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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] 189 | write!("Z", [n]), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(d)))), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)))), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::>::into(a)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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::::into(m)).map(Some)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for 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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 341 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 341 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.74s [INFO] running `Command { std: "docker" "inspect" "8512aef7ace838e18032a068515d759d2209d66ceb3af72fec5e4ea822090e17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8512aef7ace838e18032a068515d759d2209d66ceb3af72fec5e4ea822090e17", kill_on_drop: false }` [INFO] [stdout] 8512aef7ace838e18032a068515d759d2209d66ceb3af72fec5e4ea822090e17