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