[INFO] cloning repository https://github.com/jfrikker/minebot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jfrikker/minebot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfrikker%2Fminebot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfrikker%2Fminebot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c099979f403c061621d79f8e7adbafee96e5170 [INFO] checking jfrikker/minebot against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfrikker%2Fminebot" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jfrikker/minebot on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking git repo https://github.com/jfrikker/minebot [INFO] finished tweaking git repo https://github.com/jfrikker/minebot [INFO] tweaked toml for git repo https://github.com/jfrikker/minebot written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/jfrikker/minebot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6bd9de057c473e0a270a8f01e32872bfba0569e38ca499417420c5a987b51f04 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6bd9de057c473e0a270a8f01e32872bfba0569e38ca499417420c5a987b51f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6bd9de057c473e0a270a8f01e32872bfba0569e38ca499417420c5a987b51f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bd9de057c473e0a270a8f01e32872bfba0569e38ca499417420c5a987b51f04", kill_on_drop: false }` [INFO] [stdout] 6bd9de057c473e0a270a8f01e32872bfba0569e38ca499417420c5a987b51f04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71e08fa0438752a3ab9dd0651a75ac627dfb2527c7fc77535fd6cb2f6a62217e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "71e08fa0438752a3ab9dd0651a75ac627dfb2527c7fc77535fd6cb2f6a62217e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking json v0.11.14 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking indexmap v1.0.2 [INFO] [stderr] Checking divrem v0.1.0 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Compiling cpython v0.2.1 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking nbt v0.1.0 (/opt/rustwide/workdir/nbt) [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Checking pathfinding v1.1.12 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Compiling darling_core v0.3.2 [INFO] [stderr] Compiling python27-sys v0.2.1 [INFO] [stderr] Compiling darling_macro v0.3.2 [INFO] [stderr] Compiling darling v0.3.2 [INFO] [stderr] Checking nbt-derive v0.1.0 (/opt/rustwide/workdir/nbt-derive) [INFO] [stderr] Checking packets v0.1.0 (/opt/rustwide/workdir/packets) [INFO] [stderr] Checking minebot v0.1.0 (/opt/rustwide/workdir/minebot) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> minebot/src/gamestate.rs:273:66 [INFO] [stdout] | [INFO] [stdout] 273 | fn load_single_chunk(chunk: &mut Chunk, y_offset: u8, data: &mut Buf) { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> minebot/src/gamestate.rs:419:26 [INFO] [stdout] | [INFO] [stdout] 419 | fn read_varint(buf: &mut Buf) -> i32 { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Buf` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> minebot/src/gamestate.rs:273:66 [INFO] [stdout] | [INFO] [stdout] 273 | fn load_single_chunk(chunk: &mut Chunk, y_offset: u8, data: &mut Buf) { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> minebot/src/gamestate.rs:419:26 [INFO] [stdout] | [INFO] [stdout] 419 | fn read_varint(buf: &mut Buf) -> i32 { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Buf` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> minebot/src/lib.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 220 | / quick_error! { [INFO] [stdout] 221 | | #[derive(Debug)] [INFO] [stdout] 222 | | pub enum Error { [INFO] [stdout] 223 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 228 | | } [INFO] [stdout] 229 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> minebot/src/lib.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 220 | / quick_error! { [INFO] [stdout] 221 | | #[derive(Debug)] [INFO] [stdout] 222 | | pub enum Error { [INFO] [stdout] 223 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 228 | | } [INFO] [stdout] 229 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> minebot/src/lib.rs:224:29 [INFO] [stdout] | [INFO] [stdout] 224 | description(err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> minebot/src/lib.rs:224:29 [INFO] [stdout] | [INFO] [stdout] 224 | description(err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> minebot/src/lib.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 192 | let position = self.gamestate.my_position(); [INFO] [stdout] | -------------- immutable borrow occurs here [INFO] [stdout] 193 | self.send(ClientPacket::PlayerPositionAndLook { [INFO] [stdout] | ^^^^ mutable borrow occurs here [INFO] [stdout] 194 | x: position.x(), [INFO] [stdout] | -------- immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> minebot/src/lib.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 192 | let position = self.gamestate.my_position(); [INFO] [stdout] | -------------- immutable borrow occurs here [INFO] [stdout] 193 | self.send(ClientPacket::PlayerPositionAndLook { [INFO] [stdout] | ^^^^ mutable borrow occurs here [INFO] [stdout] 194 | x: position.x(), [INFO] [stdout] | -------- immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `damage` [INFO] [stdout] --> minebot/src/gamestate.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | damage: PerBlock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `damage` [INFO] [stdout] --> minebot/src/gamestate.rs:386:12 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn damage(&self, addr: LocalAddr) -> u8 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_damage` [INFO] [stdout] --> minebot/src/gamestate.rs:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | pub fn set_damage(&mut self, addr: LocalAddr, val: u8) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `light_level` [INFO] [stdout] --> minebot/src/gamestate.rs:394:12 [INFO] [stdout] | [INFO] [stdout] 394 | pub fn light_level(&self, addr: LocalAddr) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `skylight_level` [INFO] [stdout] --> minebot/src/gamestate.rs:402:12 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn skylight_level(&self, addr: LocalAddr) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `damage` [INFO] [stdout] --> minebot/src/gamestate.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | damage: PerBlock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `damage` [INFO] [stdout] --> minebot/src/gamestate.rs:386:12 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn damage(&self, addr: LocalAddr) -> u8 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_damage` [INFO] [stdout] --> minebot/src/gamestate.rs:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | pub fn set_damage(&mut self, addr: LocalAddr, val: u8) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `light_level` [INFO] [stdout] --> minebot/src/gamestate.rs:394:12 [INFO] [stdout] | [INFO] [stdout] 394 | pub fn light_level(&self, addr: LocalAddr) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `skylight_level` [INFO] [stdout] --> minebot/src/gamestate.rs:402:12 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn skylight_level(&self, addr: LocalAddr) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking minebot-py v0.1.0 (/opt/rustwide/workdir/minebot-py) [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*client` as mutable because it is also borrowed as immutable [INFO] [stdout] --> minebot/src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 23 | let position = client.my_position(); [INFO] [stdout] | ------ immutable borrow occurs here [INFO] [stdout] 24 | client.say(format!("My position is: ({}, {}, {})", position.x(), position.y(), position.z())) [INFO] [stdout] | ^^^^^^ mutable borrow occurs here -------- immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*client` as mutable because it is also borrowed as immutable [INFO] [stdout] --> minebot/src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 23 | let position = client.my_position(); [INFO] [stdout] | ------ immutable borrow occurs here [INFO] [stdout] 24 | client.say(format!("My position is: ({}, {}, {})", position.x(), position.y(), position.z())) [INFO] [stdout] | ^^^^^^ mutable borrow occurs here -------- immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / py_class!(class MinebotClient |py| { [INFO] [stdout] 12 | | data client: RefCell; [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | def listen_for(&self, matchers: &EventMatchers) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / py_class!(class EventMatchers |py| { [INFO] [stdout] 77 | | data matchers: RefCell; [INFO] [stdout] 78 | | [INFO] [stdout] 79 | | def __new__(_cls) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | / py_class!(class Event |py| { [INFO] [stdout] 100 | | data event: events::Event; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | def is_chat(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_impl_from_py_object_for_python_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> minebot-py/src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / py_class!(class BlockState |py| { [INFO] [stdout] 168 | | data id: blocks::BlockState; [INFO] [stdout] 169 | | [INFO] [stdout] 170 | | def get_id(&self) -> PyResult { [INFO] [stdout] ... | [INFO] [stdout] 176 | | } [INFO] [stdout] 177 | | }); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `py_class_init_members` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.96s [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "71e08fa0438752a3ab9dd0651a75ac627dfb2527c7fc77535fd6cb2f6a62217e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71e08fa0438752a3ab9dd0651a75ac627dfb2527c7fc77535fd6cb2f6a62217e", kill_on_drop: false }` [INFO] [stdout] 71e08fa0438752a3ab9dd0651a75ac627dfb2527c7fc77535fd6cb2f6a62217e