[INFO] fetching crate probor 0.3.1...
[INFO] testing probor-0.3.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate probor 0.3.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate probor 0.3.1
[INFO] finished tweaking crates.io crate probor 0.3.1
[INFO] tweaked toml for crates.io crate probor 0.3.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate probor 0.3.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding regex v0.2.11 (available: v1.12.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfa3d36e65f6a5c24648533c3c7627f3fc888682ed5e7355debb88566b1671e1
[INFO] running `Command { std: "docker" "start" "-a" "bfa3d36e65f6a5c24648533c3c7627f3fc888682ed5e7355debb88566b1671e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfa3d36e65f6a5c24648533c3c7627f3fc888682ed5e7355debb88566b1671e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfa3d36e65f6a5c24648533c3c7627f3fc888682ed5e7355debb88566b1671e1", kill_on_drop: false }`
[INFO] [stdout] bfa3d36e65f6a5c24648533c3c7627f3fc888682ed5e7355debb88566b1671e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e16aa7c0583a069509c5e1f45696167c437890f277f9ba00e3bf91f00aee03f
[INFO] running `Command { std: "docker" "start" "-a" "5e16aa7c0583a069509c5e1f45696167c437890f277f9ba00e3bf91f00aee03f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling cbor-codec v0.7.1
[INFO] [stderr]    Compiling probor v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/impls.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let res = try!(opt(e.text())
[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/impls.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let res = try!(opt(e.u64())
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let res = try!(opt(e.u32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:121:19
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let res = try!(opt(e.u16())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:139:19
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let res = try!(opt(e.u8())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let res = try!(opt(e.bool())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let res = try!(opt(e.i64())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let res = try!(opt(e.i32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:210:19
[INFO] [stdout]     |
[INFO] [stdout] 210 |         let res = try!(opt(e.i16())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let res = try!(opt(e.i8())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         let res = try!(opt(e.f64())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:264:19
[INFO] [stdout]     |
[INFO] [stdout] 264 |         let res = try!(opt(e.f32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:283:19
[INFO] [stdout]     |
[INFO] [stdout] 283 |         let res = try!(opt(e.u64().map(|x| x as usize))
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]  --> src/tuples.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         try!(e.array(1));
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]  --> src/tuples.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         try!(self.0.encode(e));
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         try!(e.array(2));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         try!(self.0.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         try!(self.1.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         try!(e.array(3));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try!(self.0.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(self.1.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try!(self.2.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |         Ok(Some((try!(Decode::decode_elem(d, 0)), )))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Ok(Some((try!(Decode::decode_elem(d, 0)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |                  try!(Decode::decode_elem(d, 1)))))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(Some((try!(Decode::decode_elem(d, 0)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |                  try!(Decode::decode_elem(d, 1)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |                  try!(Decode::decode_elem(d, 2)))))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let num_opt = try!(opt(e.array())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 res.push(try!(Decode::decode_elem(e, idx)));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(e.array(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(i.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 |         let num_opt = try!(opt(e.array())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 res.push_back(try!(Decode::decode_elem(e, idx)));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(e.array(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             try!(i.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let num_opt = try!(opt(e.object())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 let k = try!(Decode::decode_field(e, "mapping key"));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |                 let v = try!(Decode::decode_field(e, "mapping value"));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         try!(e.object(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(k.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(v.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:73:32
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn cause(&self) -> Option<&Error> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "5e16aa7c0583a069509c5e1f45696167c437890f277f9ba00e3bf91f00aee03f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e16aa7c0583a069509c5e1f45696167c437890f277f9ba00e3bf91f00aee03f", kill_on_drop: false }`
[INFO] [stdout] 5e16aa7c0583a069509c5e1f45696167c437890f277f9ba00e3bf91f00aee03f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2987f5a29b1e3273b87c0f9b692347b7eff8635212fb3fe9b4a84b0285444129
[INFO] running `Command { std: "docker" "start" "-a" "2987f5a29b1e3273b87c0f9b692347b7eff8635212fb3fe9b4a84b0285444129", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/impls.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let res = try!(opt(e.text())
[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/impls.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let res = try!(opt(e.u64())
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let res = try!(opt(e.u32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:121:19
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let res = try!(opt(e.u16())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:139:19
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let res = try!(opt(e.u8())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let res = try!(opt(e.bool())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let res = try!(opt(e.i64())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let res = try!(opt(e.i32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:210:19
[INFO] [stdout]     |
[INFO] [stdout] 210 |         let res = try!(opt(e.i16())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let res = try!(opt(e.i8())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         let res = try!(opt(e.f64())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:264:19
[INFO] [stdout]     |
[INFO] [stdout] 264 |         let res = try!(opt(e.f32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:283:19
[INFO] [stdout]     |
[INFO] [stdout] 283 |         let res = try!(opt(e.u64().map(|x| x as usize))
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]  --> src/tuples.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         try!(e.array(1));
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]  --> src/tuples.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         try!(self.0.encode(e));
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         try!(e.array(2));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         try!(self.0.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         try!(self.1.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         try!(e.array(3));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try!(self.0.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(self.1.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try!(self.2.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |         Ok(Some((try!(Decode::decode_elem(d, 0)), )))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Ok(Some((try!(Decode::decode_elem(d, 0)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |                  try!(Decode::decode_elem(d, 1)))))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(Some((try!(Decode::decode_elem(d, 0)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |                  try!(Decode::decode_elem(d, 1)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |                  try!(Decode::decode_elem(d, 2)))))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let num_opt = try!(opt(e.array())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 res.push(try!(Decode::decode_elem(e, idx)));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(e.array(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(i.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 |         let num_opt = try!(opt(e.array())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 res.push_back(try!(Decode::decode_elem(e, idx)));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(e.array(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             try!(i.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let num_opt = try!(opt(e.object())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 let k = try!(Decode::decode_field(e, "mapping key"));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |                 let v = try!(Decode::decode_field(e, "mapping value"));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         try!(e.object(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(k.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(v.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:73:32
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn cause(&self) -> Option<&Error> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling probor v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/impls.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let res = try!(opt(e.text())
[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/impls.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let res = try!(opt(e.u64())
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let res = try!(opt(e.u32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:121:19
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let res = try!(opt(e.u16())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:139:19
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let res = try!(opt(e.u8())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let res = try!(opt(e.bool())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let res = try!(opt(e.i64())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let res = try!(opt(e.i32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:210:19
[INFO] [stdout]     |
[INFO] [stdout] 210 |         let res = try!(opt(e.i16())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let res = try!(opt(e.i8())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |         let res = try!(opt(e.f64())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:264:19
[INFO] [stdout]     |
[INFO] [stdout] 264 |         let res = try!(opt(e.f32())
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/impls.rs:283:19
[INFO] [stdout]     |
[INFO] [stdout] 283 |         let res = try!(opt(e.u64().map(|x| x as usize))
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]  --> src/tuples.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         try!(e.array(1));
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]  --> src/tuples.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         try!(self.0.encode(e));
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         try!(e.array(2));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         try!(self.0.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         try!(self.1.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         try!(e.array(3));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try!(self.0.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(self.1.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try!(self.2.encode(e));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |         Ok(Some((try!(Decode::decode_elem(d, 0)), )))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Ok(Some((try!(Decode::decode_elem(d, 0)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |                  try!(Decode::decode_elem(d, 1)))))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(Some((try!(Decode::decode_elem(d, 0)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |                  try!(Decode::decode_elem(d, 1)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tuples.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |                  try!(Decode::decode_elem(d, 2)))))
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let num_opt = try!(opt(e.array())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |                 res.push(try!(Decode::decode_elem(e, idx)));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(e.array(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(i.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 |         let num_opt = try!(opt(e.array())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 res.push_back(try!(Decode::decode_elem(e, idx)));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(e.array(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/sequences.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             try!(i.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let num_opt = try!(opt(e.object())
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |                 let k = try!(Decode::decode_field(e, "mapping key"));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |                 let v = try!(Decode::decode_field(e, "mapping value"));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         try!(e.object(self.len()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(k.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/maps.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(v.encode(e));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:128:29
[INFO] [stdout]     |
[INFO] [stdout] 128 |                               try!(e.array(_probor_max!( $($fnum,)* ) + 1));
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:130:29
[INFO] [stdout]     |
[INFO] [stdout] 130 |                               try!(e.u64($n));
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |           try!($crate::Encodable::encode($field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_enum_field` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/enums.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |           try!($crate::Encodable::encode($field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_enum_field` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:20:9
[INFO] [stdout]     |
[INFO] [stdout]  20 |           try!($crate::Encodable::encode($field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_enum_field` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/enums.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/enums.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:82:27
[INFO] [stdout]     |
[INFO] [stdout]  82 |                   let txt = try!(String::from_utf8(
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_enum` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:84:21
[INFO] [stdout]     |
[INFO] [stdout]  84 |                       try!($dec.kernel().raw_data(inf, 1 << 31)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_enum` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:30:13
[INFO] [stdout]     |
[INFO] [stdout]  30 |               try!($dec.skip().map_err(|e|
[INFO] [stdout]     |               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:46:39
[INFO] [stdout]     |
[INFO] [stdout]  46 |                           $fname = Some(try!(
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:50:22
[INFO] [stdout]     |
[INFO] [stdout]  50 |                   _ => try!($dec.skip().map_err(|e|
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:55:26
[INFO] [stdout]     |
[INFO] [stdout]  55 |               let $fname = try!($fname.ok_or(
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:46:39
[INFO] [stdout]     |
[INFO] [stdout]  46 |                           $fname = Some(try!(
[INFO] [stdout]     |                                         ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:50:22
[INFO] [stdout]     |
[INFO] [stdout]  50 |                   _ => try!($dec.skip().map_err(|e|
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/enums.rs:55:26
[INFO] [stdout]     |
[INFO] [stdout]  55 |               let $fname = try!($fname.ok_or(
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /     probor_enum_encoder_decoder!(Multi {
[INFO] [stdout] 190 | |         #0 One(),
[INFO] [stdout] 191 | |         #1 Two(x #1),
[INFO] [stdout] 192 | |         #5 Three(x #1, y #2),
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_decode_variant` which comes from the expansion of the macro `probor_enum_encoder_decoder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |           try!($encoder.array(_probor_max!( $($n,)* ) + 1));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:43:9
[INFO] [stdout]     |
[INFO] [stdout]  43 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:43:9
[INFO] [stdout]     |
[INFO] [stdout]  43 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:15:66
[INFO] [stdout]     |
[INFO] [stdout]  15 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:15:66
[INFO] [stdout]     |
[INFO] [stdout]  15 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |           try!($encoder.array(_probor_max!( $($n,)* ) + 1));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:43:9
[INFO] [stdout]     |
[INFO] [stdout]  43 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:43:9
[INFO] [stdout]     |
[INFO] [stdout]  43 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:15:66
[INFO] [stdout]     |
[INFO] [stdout]  15 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:15:66
[INFO] [stdout]     |
[INFO] [stdout]  15 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:99:9
[INFO] [stdout]     |
[INFO] [stdout]  99 |           try!($encoder.object(_probor_count!( $($item)* )));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:79:9
[INFO] [stdout]     |
[INFO] [stdout]  79 |           try!($encoder.text(stringify!($field)));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:80:9
[INFO] [stdout]     |
[INFO] [stdout]  80 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:21:9
[INFO] [stdout]     |
[INFO] [stdout]  21 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:22:66
[INFO] [stdout]     |
[INFO] [stdout]  22 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |           try!($encoder.array(_probor_max!( $($n,)* ) + 1));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |           try!($encoder.array(_probor_max!( $($n,)* ) + 1));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |           try!($encoder.array(_probor_max!( $($n,)* ) + 1));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 |           try!($encoder.array(_probor_max!( $($n,)* ) + 1));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:26:13
[INFO] [stdout]     |
[INFO] [stdout]  26 |               try!($encoder.null());
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |               Some(ref x) => try!($crate::Encodable::encode(x, $encoder)),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:38:21
[INFO] [stdout]     |
[INFO] [stdout]  38 |               None => try!($encoder.null()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:37:21
[INFO] [stdout]     |
[INFO] [stdout]  37 |               $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:99:9
[INFO] [stdout]     |
[INFO] [stdout]  99 |           try!($encoder.object(_probor_count!( $($item)* )));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:79:9
[INFO] [stdout]     |
[INFO] [stdout]  79 |           try!($encoder.text(stringify!($field)));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:80:9
[INFO] [stdout]     |
[INFO] [stdout]  80 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:79:9
[INFO] [stdout]     |
[INFO] [stdout]  79 |           try!($encoder.text(stringify!($field)));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:80:9
[INFO] [stdout]     |
[INFO] [stdout]  80 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:79:9
[INFO] [stdout]     |
[INFO] [stdout]  79 |           try!($encoder.text(stringify!($field)));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode_struct.rs:80:9
[INFO] [stdout]     |
[INFO] [stdout]  80 |           try!($crate::Encodable::encode(&$me.$field, $encoder));
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_encode_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/decode_struct.rs:74:34
[INFO] [stdout]     |
[INFO] [stdout]  74 |                       info: inf @ 0...30
[INFO] [stdout]     |                                    ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:76:38
[INFO] [stdout]     |
[INFO] [stdout]  76 |                       let object_num = try!($decoder.kernel().unsigned(inf)
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:111:33
[INFO] [stdout]     |
[INFO] [stdout] 111 |                           $item = try!($crate::Decodable::decode_opt($decoder)
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                       try!($decoder.skip().map_err(|e|
[INFO] [stdout]     |                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:29:9
[INFO] [stdout]     |
[INFO] [stdout]  29 |           try!($decoder.skip()
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |                       let idx = try!($decoder.kernel().u64(&(ty, inf))
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:21:9
[INFO] [stdout]     |
[INFO] [stdout]  21 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:21:9
[INFO] [stdout]     |
[INFO] [stdout]  21 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode_struct.rs:21:9
[INFO] [stdout]     |
[INFO] [stdout]  21 |           try!($name.ok_or(
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:22:66
[INFO] [stdout]     |
[INFO] [stdout]  22 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:22:66
[INFO] [stdout]     |
[INFO] [stdout]  22 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/decode_struct.rs:22:66
[INFO] [stdout]     |
[INFO] [stdout]  22 |               $crate::DecodeError::AbsentField(stringify!($name))));
[INFO] [stdout]     |                                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:73:32
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn cause(&self) -> Option<&Error> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `probor_enc_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_encode_pos_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_skip_to` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_parse_fields_num` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_require_field` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/tuples.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..]));
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/sequences.rs:79:13
[INFO] [stdout]    |
[INFO] [stdout] 79 |         let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..]));
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/maps.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..]));
[INFO] [stdout]    |             ----^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/enums.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..]));
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/macros.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |         let mut d = &mut Decoder::new(Config::default(), Cursor::new(vec));
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^ the arithmetic operation produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]   --> examples/search.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / probor_struct!(
[INFO] [stdout]  8 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout]  9 | | struct Page {
[INFO] [stdout] 10 | |     url: String => (#0),
[INFO] [stdout] 11 | |     title: String => (#1),
[INFO] [stdout] 12 | |     snippet: Option<String> => (#2 optional),
[INFO] [stdout] 13 | | });
[INFO] [stdout]    | |__^ the arithmetic operation produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^ the arithmetic operation produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]   --> examples/search.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / probor_struct!(
[INFO] [stdout] 16 | | #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 17 | | struct SearchResults {
[INFO] [stdout] 18 | |     total_results: u64 => (#0),
[INFO] [stdout] 19 | |     results: Vec<Page> => (#1),
[INFO] [stdout] 20 | | });
[INFO] [stdout]    | |__^ the arithmetic operation produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | /     probor_struct!(
[INFO] [stdout] 113 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 114 | |     struct Page {
[INFO] [stdout] 115 | |         url: String => (#0),
[INFO] [stdout] 116 | |         title: String => (#1),
[INFO] [stdout] 117 | |         snippet: Option<String> => (#2 optional),
[INFO] [stdout] 118 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     probor_struct!(
[INFO] [stdout] 121 | |     #[derive(PartialEq, Eq, Debug)]
[INFO] [stdout] 122 | |     struct SearchResults {
[INFO] [stdout] 123 | |         total_results: u64 => (#0),
[INFO] [stdout] 124 | |         results: Vec<Page> => (#1),
[INFO] [stdout] 125 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     probor_struct!(
[INFO] [stdout] 175 | |     pub struct VersionInfo {
[INFO] [stdout] 176 | |         pub version: u8 => (),
[INFO] [stdout] 177 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     probor_struct!(
[INFO] [stdout] 193 | |     #[derive(Debug, PartialEq)]
[INFO] [stdout] 194 | |     struct Three {
[INFO] [stdout] 195 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 196 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 197 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 198 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | /     probor_struct!(
[INFO] [stdout] 201 | |     struct TwoThree {
[INFO] [stdout] 202 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 203 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 204 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 | /     probor_struct!(
[INFO] [stdout] 207 | |     struct OneThree {
[INFO] [stdout] 208 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 209 | |         three: Option<u8> => (#2 optional),
[INFO] [stdout] 210 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:206:5
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 | /     probor_struct!(
[INFO] [stdout] 213 | |     struct OneTwo {
[INFO] [stdout] 214 | |         one: Option<u8> => (#0 optional),
[INFO] [stdout] 215 | |         two: Option<u8> => (#1 optional),
[INFO] [stdout] 216 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:63:25
[INFO] [stdout]     |
[INFO] [stdout]  63 |                           (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                           ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_struct` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused arithmetic operation that must be used
[INFO] [stdout]    --> src/decode_struct.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                       (idx+1); // silence warning but expect to be optimized
[INFO] [stdout]     |                       ^^^^^^^ the arithmetic operation produces a value
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     probor_struct!(
[INFO] [stdout] 219 | |     struct Named {
[INFO] [stdout] 220 | |         one: u8 => (),
[INFO] [stdout] 221 | |         two: u8 => (),
[INFO] [stdout] 222 | |         three: u8 => (),
[INFO] [stdout] 223 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `_probor_dec_named` which comes from the expansion of the macro `probor_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    --> src/macros.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     let _ = probor_struct!(
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `probor` (lib test) due to 16 previous errors; 227 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2987f5a29b1e3273b87c0f9b692347b7eff8635212fb3fe9b4a84b0285444129", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2987f5a29b1e3273b87c0f9b692347b7eff8635212fb3fe9b4a84b0285444129", kill_on_drop: false }`
[INFO] [stdout] 2987f5a29b1e3273b87c0f9b692347b7eff8635212fb3fe9b4a84b0285444129
