[INFO] fetching crate cdbd 0.1.1... [INFO] checking cdbd-0.1.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate cdbd 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate cdbd 0.1.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cdbd 0.1.1 [INFO] finished tweaking crates.io crate cdbd 0.1.1 [INFO] tweaked toml for crates.io crate cdbd 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fern v0.4.4 [INFO] [stderr] Downloaded mtbl-sys v0.2.0 [INFO] [stderr] Downloaded objpool v0.2.0 [INFO] [stderr] Downloaded tinycdb v0.0.7 [INFO] [stderr] Downloaded mtbl v0.2.1 [INFO] [stderr] Downloaded tinycdb-sys v0.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e439df230d321576b497796a52bde8a082f72b70b99016dd646fc19323dadf9c [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" "e439df230d321576b497796a52bde8a082f72b70b99016dd646fc19323dadf9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e439df230d321576b497796a52bde8a082f72b70b99016dd646fc19323dadf9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e439df230d321576b497796a52bde8a082f72b70b99016dd646fc19323dadf9c", kill_on_drop: false }` [INFO] [stdout] e439df230d321576b497796a52bde8a082f72b70b99016dd646fc19323dadf9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49e4521afaee374d1d41e772ecc23495826d538d81307949923bc003c6d60ef5 [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" "49e4521afaee374d1d41e772ecc23495826d538d81307949923bc003c6d60ef5", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling tinycdb-sys v0.0.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking objpool v0.2.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking mtbl-sys v0.2.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking mtbl v0.2.1 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking tinycdb v0.0.7 [INFO] [stderr] Checking fern v0.4.4 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking cdbd v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/kvstore/mod.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | impl KvStore for Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn KvStore + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/kvstore/mod.rs:13:22 [INFO] [stdout] | [INFO] [stdout] 13 | impl KvStore for Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn KvStore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | magic: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | opcode: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | key_length: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:78:28 [INFO] [stdout] | [INFO] [stdout] 78 | extras_length: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 79 | data_type: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | reserved: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:81:32 [INFO] [stdout] | [INFO] [stdout] 81 | total_body_length: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | opaque: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | cas: try!(self.read_u64::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 88 | let header = try!(self.read_request_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/kvstore/mod.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | impl KvStore for Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn KvStore + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/kvstore/mod.rs:13:22 [INFO] [stdout] | [INFO] [stdout] 13 | impl KvStore for Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn KvStore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | magic: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | opcode: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!(self.take(header.extras_length as u64).read_to_end(&mut extras)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | key_length: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:78:28 [INFO] [stdout] | [INFO] [stdout] 78 | extras_length: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 79 | data_type: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | reserved: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:81:32 [INFO] [stdout] | [INFO] [stdout] 81 | total_body_length: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | opaque: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | cas: try!(self.read_u64::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 88 | let header = try!(self.read_request_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | try!(self.take(header.extras_length as u64).read_to_end(&mut extras)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | try!(self.take(header.key_length as u64).read_to_end(&mut key)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | magic: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | opcode: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | key_length: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:104:28 [INFO] [stdout] | [INFO] [stdout] 104 | extras_length: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | data_type: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | status: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | try!(self.take(header.key_length as u64).read_to_end(&mut key)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | total_body_length: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | opaque: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | cas: try!(self.read_u64::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:114:22 [INFO] [stdout] | [INFO] [stdout] 114 | let header = try!(self.read_response_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | try!(self.read_exact(extras.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | try!(self.read_exact(key.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | try!(self.read_exact(value.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | try!(self.write_u8(header.magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | try!(self.write_u8(header.opcode)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | try!(self.write_u16::(header.key_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | try!(self.write_u8(header.extras_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | try!(self.write_u8(header.data_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | try!(self.write_u16::(header.reserved)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | try!(self.write_u32::(header.total_body_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | try!(self.write_u32::(header.opaque)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | try!(self.write_u64::(header.cas)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | try!(self.write_request_header(&request.header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | try!(self.write(request.extras.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | try!(self.write(request.key.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(self.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_u8(header.magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | try!(self.write_u8(header.opcode)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | try!(self.write_u16::(header.key_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | try!(self.write_u8(header.extras_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | try!(self.write_u8(header.data_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | try!(self.write_u16::(header.status)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | try!(self.write_u32::(header.total_body_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | try!(self.write_u32::(header.opaque)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | try!(self.write_u64::(header.cas)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | try!(self.write_response_header(&response.header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | try!(self.write(response.extras.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try!(self.write(response.key.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | try!(self.write(response.value.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | try!(self.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | let request = try!(ins.read_request()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | try!(outs.write_response(&Response::make(&request, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | magic: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:34:29 [INFO] [stdout] | [INFO] [stdout] 34 | ... try!(outs.write_response( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | opcode: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | key_length: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:104:28 [INFO] [stdout] | [INFO] [stdout] 104 | extras_length: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | data_type: try!(self.read_u8()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | status: try!(self.read_u16::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | total_body_length: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | opaque: try!(self.read_u32::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | cas: try!(self.read_u64::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:114:22 [INFO] [stdout] | [INFO] [stdout] 114 | let header = try!(self.read_response_header()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | try!(outs.write_response(&Response::make(&request, &[], false, &[]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | try!(outs.write_response(&Response::make(&request, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | try!(outs.write_response(&Response::make_error(&request, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | try!(outs.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/server.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | let first_char: u8 = try!(stream.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/server.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | let addr = try!(stream.peer_addr()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | let flags = try!(elts[2].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | let exptime = try!(elts[3].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | let length = try!(elts[4].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | try!(rdr.read_exact(value.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | try!(rdr.read_exact(endline.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:81:47 [INFO] [stdout] | [INFO] [stdout] 81 | fn read_data_request(elts: &[&str], rdr: &mut BufRead) -> Result { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | let flags = try!(elts[2].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | let exptime = try!(elts[3].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | try!(self.read_exact(extras.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | let length = try!(elts[4].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | try!(self.read_exact(key.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | let cas = try!(elts[5].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | try!(rdr.read_exact(value.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | try!(self.read_exact(value.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | fn read_cas(elts: &[&str], rdr: &mut BufRead) -> Result { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | try!(self.write_u8(header.magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:127:18 [INFO] [stdout] | [INFO] [stdout] 127 | exptime: try!(elts[2].parse()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | try!(self.write_u8(header.opcode)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:135:16 [INFO] [stdout] | [INFO] [stdout] 135 | value: try!(elts[2].parse()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | try!(self.write_u16::(header.key_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | try!(self.write_u8(header.extras_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:141:28 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn parse(rdr: &mut BufRead) -> Request { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | try!(self.write_u8(header.data_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:171:40 [INFO] [stdout] | [INFO] [stdout] 171 | ... ("touch", 3...4) => parse_touch(&elts), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | try!(self.write_u16::(header.reserved)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | try!(self.write_u32::(header.total_body_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:172:41 [INFO] [stdout] | [INFO] [stdout] 172 | ... ("delete", 2...3) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | try!(self.write_u32::(header.opaque)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:178:39 [INFO] [stdout] | [INFO] [stdout] 178 | ... ("incr", 3...4) => parse_incr(&elts).map(Request::Incr), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | try!(self.write_u64::(header.cas)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:179:39 [INFO] [stdout] | [INFO] [stdout] 179 | ... ("decr", 3...4) => parse_incr(&elts).map(Request::Decr), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | try!(self.write_request_header(&request.header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | try!(self.write(request.extras.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | try!(self.write(request.key.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | try!(self.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_u8(header.magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | try!(self.write_u8(header.opcode)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | try!(self.write_u16::(header.key_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | try!(self.write_u8(header.extras_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | try!(self.write_u8(header.data_type)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | try!(self.write_u16::(header.status)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | try!(self.write_u32::(header.total_body_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | try!(self.write_u32::(header.opaque)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | try!(self.write_u64::(header.cas)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | try!(self.write_response_header(&response.header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | try!(self.write(response.extras.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try!(self.write(response.key.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | try!(self.write(response.value.as_ref())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/protocol/mod.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | try!(self.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | let request = try!(ins.read_request()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | try!(outs.write_response(&Response::make(&request, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:34:29 [INFO] [stdout] | [INFO] [stdout] 34 | ... try!(outs.write_response( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | try!(outs.write_response(&Response::make(&request, &[], false, &[]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:196:35 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn write(&self, wtr: &mut Write) -> Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | try!(outs.write_response(&Response::make(&request, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | try!(outs.write_response(&Response::make_error(&request, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | try!(Response::Error.write(&mut outs)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/binary/server.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | try!(outs.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | ... try!(Response::KeyValue { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | try!(Response::End.write(&mut outs)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | try!(Response::ServerError("Read-only; method not implemented").write(&mut outs)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/server.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | let first_char: u8 = try!(stream.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | try!(outs.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/server.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | let addr = try!(stream.peer_addr()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:172:31 [INFO] [stdout] | [INFO] [stdout] 172 | fn open_db(db: &DbArg) -> Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn KvStore + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:186:32 [INFO] [stdout] | [INFO] [stdout] 186 | kvstore: &Arc) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn KvStore + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | let flags = try!(elts[2].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | let exptime = try!(elts[3].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | let length = try!(elts[4].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | try!(rdr.read_exact(value.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | try!(rdr.read_exact(endline.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:81:47 [INFO] [stdout] | [INFO] [stdout] 81 | fn read_data_request(elts: &[&str], rdr: &mut BufRead) -> Result { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | let flags = try!(elts[2].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | let exptime = try!(elts[3].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | let length = try!(elts[4].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | let cas = try!(elts[5].parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | try!(rdr.read_exact(value.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | fn read_cas(elts: &[&str], rdr: &mut BufRead) -> Result { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:127:18 [INFO] [stdout] | [INFO] [stdout] 127 | exptime: try!(elts[2].parse()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/protocol.rs:135:16 [INFO] [stdout] | [INFO] [stdout] 135 | value: try!(elts[2].parse()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:141:28 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn parse(rdr: &mut BufRead) -> Request { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:171:40 [INFO] [stdout] | [INFO] [stdout] 171 | ... ("touch", 3...4) => parse_touch(&elts), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:172:41 [INFO] [stdout] | [INFO] [stdout] 172 | ... ("delete", 2...3) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:178:39 [INFO] [stdout] | [INFO] [stdout] 178 | ... ("incr", 3...4) => parse_incr(&elts).map(Request::Incr), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:179:39 [INFO] [stdout] | [INFO] [stdout] 179 | ... ("decr", 3...4) => parse_incr(&elts).map(Request::Decr), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memcached/text/protocol.rs:196:35 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn write(&self, wtr: &mut Write) -> Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | try!(Response::Error.write(&mut outs)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | ... try!(Response::KeyValue { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | try!(Response::End.write(&mut outs)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | try!(Response::ServerError("Read-only; method not implemented").write(&mut outs)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/memcached/text/server.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | try!(outs.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:172:31 [INFO] [stdout] | [INFO] [stdout] 172 | fn open_db(db: &DbArg) -> Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn KvStore + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:186:32 [INFO] [stdout] | [INFO] [stdout] 186 | kvstore: &Arc) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn KvStore + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `collect` that must be used [INFO] [stdout] --> src/kvstore/cdb.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | (0..pool_size).map(|_: usize| (*pool).get()).collect::>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 91 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `collect` that must be used [INFO] [stdout] --> src/kvstore/cdb.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | (0..pool_size).map(|_: usize| (*pool).get()).collect::>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 91 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.98s [INFO] running `Command { std: "docker" "inspect" "49e4521afaee374d1d41e772ecc23495826d538d81307949923bc003c6d60ef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49e4521afaee374d1d41e772ecc23495826d538d81307949923bc003c6d60ef5", kill_on_drop: false }` [INFO] [stdout] 49e4521afaee374d1d41e772ecc23495826d538d81307949923bc003c6d60ef5