[INFO] fetching crate cdbd 0.1.1... [INFO] testing cdbd-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate cdbd 0.1.1 into /workspace/builds/worker-36/source [INFO] validating manifest of crates.io crate cdbd 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-36/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8465525ee744aa1a1d2b4e274098c22f9c3eec43b3d4434864b2601657b9a562 [INFO] running `Command { std: "docker" "start" "-a" "8465525ee744aa1a1d2b4e274098c22f9c3eec43b3d4434864b2601657b9a562", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8465525ee744aa1a1d2b4e274098c22f9c3eec43b3d4434864b2601657b9a562", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8465525ee744aa1a1d2b4e274098c22f9c3eec43b3d4434864b2601657b9a562", kill_on_drop: false }` [INFO] [stdout] 8465525ee744aa1a1d2b4e274098c22f9c3eec43b3d4434864b2601657b9a562 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 119479b48a176def1db3e364c49a20e87e82e37f88892b0c046fa642a65dd8ce [INFO] running `Command { std: "docker" "start" "-a" "119479b48a176def1db3e364c49a20e87e82e37f88892b0c046fa642a65dd8ce", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tinycdb-sys v0.0.2 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling objpool v0.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling mtbl-sys v0.2.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling fern v0.4.4 [INFO] [stderr] Compiling mtbl v0.2.1 [INFO] [stderr] Compiling tinycdb v0.0.7 [INFO] [stderr] Compiling cdbd v0.1.1 (/opt/rustwide/workdir) [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: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: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: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: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: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: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: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: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/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: 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/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: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: 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: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/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: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: `...` 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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [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/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: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: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: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: 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] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 172 - fn open_db(db: &DbArg) -> Arc { [INFO] [stdout] 172 + fn open_db(db: &DbArg) -> Arc { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 186 - kvstore: &Arc) [INFO] [stdout] 186 + kvstore: &Arc) [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] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7 - impl KvStore for Arc { [INFO] [stdout] 7 + impl KvStore for Arc { [INFO] [stdout] | [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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - impl KvStore for Box { [INFO] [stdout] 13 + impl KvStore for Box { [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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 81 - fn read_data_request(elts: &[&str], rdr: &mut BufRead) -> Result { [INFO] [stdout] 81 + fn read_data_request(elts: &[&str], rdr: &mut dyn BufRead) -> Result { [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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 105 - fn read_cas(elts: &[&str], rdr: &mut BufRead) -> Result { [INFO] [stdout] 105 + fn read_cas(elts: &[&str], rdr: &mut dyn BufRead) -> Result { [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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 141 - pub fn parse(rdr: &mut BufRead) -> Request { [INFO] [stdout] 141 + pub fn parse(rdr: &mut dyn BufRead) -> Request { [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] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 196 - pub fn write(&self, wtr: &mut Write) -> Result<()> { [INFO] [stdout] 196 + pub fn write(&self, wtr: &mut dyn Write) -> Result<()> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> src/memcached/text/protocol.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | key: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `DataRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `flags` [INFO] [stdout] --> src/memcached/text/protocol.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | flags: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DataRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `exptime` [INFO] [stdout] --> src/memcached/text/protocol.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | exptime: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DataRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/memcached/text/protocol.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | value: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DataRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> src/memcached/text/protocol.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | key: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `IncrRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/memcached/text/protocol.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | value: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `IncrRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `noreply` [INFO] [stdout] --> src/memcached/text/protocol.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | noreply: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `IncrRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/memcached/text/protocol.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.cdbd.e5a73d0c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2.4q8d2rqiqovumuu0.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/tinycdb-sys-bd945ed3e1e1e8f3/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtinycdb-5adea8a58af15932.rlib" "/opt/rustwide/target/debug/deps/libtinycdb_sys-f9f21de919b21c0c.rlib" "/opt/rustwide/target/debug/deps/libtime-cecf4159cbf7ae04.rlib" "/opt/rustwide/target/debug/deps/libregex-358e7dccfa57e64d.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-8ac3a78adbb227cc.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-18bb0f392e8b5ca1.rlib" "/opt/rustwide/target/debug/deps/libucd_util-a57df7a6961ca063.rlib" "/opt/rustwide/target/debug/deps/libthread_local-55a3adfc5a28a86e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-453e64c4b73726d2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-794f323e2c3fede3.rlib" "/opt/rustwide/target/debug/deps/libobjpool-55c913a8f2014051.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd7920a8383fd529.rlib" "/opt/rustwide/target/debug/deps/libmtbl-41ccd10c1d0f4bd8.rlib" "/opt/rustwide/target/debug/deps/libmtbl_sys-60daf8f7eb47aede.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libgetopts-5017edac2f1f1cf6.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6ef757d3f1052dbb.rlib" "/opt/rustwide/target/debug/deps/libfern-0f58b245224ebec4.rlib" "/opt/rustwide/target/debug/deps/liblog-90454a63b066d929.rlib" "/opt/rustwide/target/debug/deps/liblog-b0c795b3b7b3806c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lmtbl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cdbd-2d217e725cf7d2a2" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lmtbl [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 98 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cdbd` due to 2 previous errors; 98 warnings emitted [INFO] running `Command { std: "docker" "inspect" "119479b48a176def1db3e364c49a20e87e82e37f88892b0c046fa642a65dd8ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "119479b48a176def1db3e364c49a20e87e82e37f88892b0c046fa642a65dd8ce", kill_on_drop: false }` [INFO] [stdout] 119479b48a176def1db3e364c49a20e87e82e37f88892b0c046fa642a65dd8ce