[INFO] cloning repository https://github.com/Nilstrieb/coldsquare [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nilstrieb/coldsquare" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fcoldsquare", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fcoldsquare'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef797d6fa270dc0c5046b62e81d6703838ff2c74 [INFO] checking Nilstrieb/coldsquare against try#39e1293fce4b650061e85dda88aa428f726a8444 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fcoldsquare" "/workspace/builds/worker-87/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-87/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nilstrieb/coldsquare on toolchain 39e1293fce4b650061e85dda88aa428f726a8444 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Nilstrieb/coldsquare [INFO] finished tweaking git repo https://github.com/Nilstrieb/coldsquare [INFO] tweaked toml for git repo https://github.com/Nilstrieb/coldsquare written to /workspace/builds/worker-87/source/Cargo.toml [INFO] crate git repo https://github.com/Nilstrieb/coldsquare already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a0b86ea909bae10e60b97feec14d453f93cc7f0410a4598a518c9f012381baa [INFO] running `Command { std: "docker" "start" "-a" "5a0b86ea909bae10e60b97feec14d453f93cc7f0410a4598a518c9f012381baa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a0b86ea909bae10e60b97feec14d453f93cc7f0410a4598a518c9f012381baa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a0b86ea909bae10e60b97feec14d453f93cc7f0410a4598a518c9f012381baa", kill_on_drop: false }` [INFO] [stdout] 5a0b86ea909bae10e60b97feec14d453f93cc7f0410a4598a518c9f012381baa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "+39e1293fce4b650061e85dda88aa428f726a8444" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc93cbf5db6e69a3056c459a92d6c455bf2259740cebfc9d887e671bcafa545c [INFO] running `Command { std: "docker" "start" "-a" "bc93cbf5db6e69a3056c459a92d6c455bf2259740cebfc9d887e671bcafa545c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking coldsquare v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::path::Prefix::Verbatim` [INFO] [stdout] --> src/parse/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Prefix::Verbatim; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Prefix::Verbatim` [INFO] [stdout] --> src/parse/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Prefix::Verbatim; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 74 | | where [INFO] [stdout] 75 | | Self: Sized; [INFO] [stdout] | |____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / fn parse_vec(data: &mut Data, len: usize) -> Result [INFO] [stdout] 80 | | where [INFO] [stdout] 81 | | Self: Sized; [INFO] [stdout] | |____________________^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | fn parse_vec(data: &mut Data, len: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:262:5 [INFO] [stdout] | [INFO] [stdout] 262 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 386 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:431:5 [INFO] [stdout] | [INFO] [stdout] 431 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:440:5 [INFO] [stdout] | [INFO] [stdout] 440 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 98 | | where [INFO] [stdout] 99 | | Self: Sized, [INFO] [stdout] | |____________________________^ [INFO] [stdout] ... [INFO] [stdout] 107 | parse_primitive!(u1); [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 #34537 [INFO] [stdout] = note: this warning originates in the macro `parse_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 98 | | where [INFO] [stdout] 99 | | Self: Sized, [INFO] [stdout] | |____________________________^ [INFO] [stdout] ... [INFO] [stdout] 108 | parse_primitive!(u2); [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 #34537 [INFO] [stdout] = note: this warning originates in the macro `parse_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 98 | | where [INFO] [stdout] 99 | | Self: Sized, [INFO] [stdout] | |____________________________^ [INFO] [stdout] ... [INFO] [stdout] 109 | parse_primitive!(u4); [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 #34537 [INFO] [stdout] = note: this warning originates in the macro `parse_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `OperandStack` [INFO] [stdout] --> src/execute/model.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct OperandStack { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 74 | | where [INFO] [stdout] 75 | | Self: Sized; [INFO] [stdout] | |____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/execute/model.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn new() -> OperandStack { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop` [INFO] [stdout] --> src/execute/model.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn pop(&mut self) -> u32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push` [INFO] [stdout] --> src/execute/model.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn push(&mut self, n: u32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `swap` [INFO] [stdout] --> src/execute/model.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn swap(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LocalVariables` [INFO] [stdout] --> src/execute/model.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct LocalVariables { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/execute/model.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(size: usize) -> LocalVariables { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store` [INFO] [stdout] --> src/execute/model.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn store(&mut self, address: u8, value: u32) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store2` [INFO] [stdout] --> src/execute/model.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn store2(&mut self, address: u8, value1: u32, value2: u32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load` [INFO] [stdout] --> src/execute/model.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn load(&self, address: u8) -> u32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load2` [INFO] [stdout] --> src/execute/model.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn load2(&self, address: u8) -> (u32, u32) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Public` [INFO] [stdout] --> src/parse/model.rs:570:5 [INFO] [stdout] | [INFO] [stdout] 570 | Public = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Final` [INFO] [stdout] --> src/parse/model.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | Final = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Super` [INFO] [stdout] --> src/parse/model.rs:574:5 [INFO] [stdout] | [INFO] [stdout] 574 | Super = 0x0020, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Interface` [INFO] [stdout] --> src/parse/model.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | Interface = 0x0200, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Abstract` [INFO] [stdout] --> src/parse/model.rs:578:5 [INFO] [stdout] | [INFO] [stdout] 578 | Abstract = 0x0400, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Synthetic` [INFO] [stdout] --> src/parse/model.rs:580:5 [INFO] [stdout] | [INFO] [stdout] 580 | Synthetic = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Annotation` [INFO] [stdout] --> src/parse/model.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | Annotation = 0x2000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Enum` [INFO] [stdout] --> src/parse/model.rs:584:5 [INFO] [stdout] | [INFO] [stdout] 584 | Enum = 0x4000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PUBLIC` [INFO] [stdout] --> src/parse/model.rs:592:5 [INFO] [stdout] | [INFO] [stdout] 592 | PUBLIC = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PRIVATE` [INFO] [stdout] --> src/parse/model.rs:594:5 [INFO] [stdout] | [INFO] [stdout] 594 | PRIVATE = 0x0002, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROTECTED` [INFO] [stdout] --> src/parse/model.rs:596:5 [INFO] [stdout] | [INFO] [stdout] 596 | PROTECTED = 0x0004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STATIC` [INFO] [stdout] --> src/parse/model.rs:598:5 [INFO] [stdout] | [INFO] [stdout] 598 | STATIC = 0x0008, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FINAL` [INFO] [stdout] --> src/parse/model.rs:600:5 [INFO] [stdout] | [INFO] [stdout] 600 | FINAL = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNCHRONIZED` [INFO] [stdout] --> src/parse/model.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 602 | SYNCHRONIZED = 0x0020, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BRIDGE` [INFO] [stdout] --> src/parse/model.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | BRIDGE = 0x0040, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VARARGS` [INFO] [stdout] --> src/parse/model.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 606 | VARARGS = 0x0080, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NATIVE` [INFO] [stdout] --> src/parse/model.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 608 | NATIVE = 0x0100, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ABSTRACT` [INFO] [stdout] --> src/parse/model.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | ABSTRACT = 0x0400, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STRICT` [INFO] [stdout] --> src/parse/model.rs:612:5 [INFO] [stdout] | [INFO] [stdout] 612 | STRICT = 0x0800, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / fn parse_vec(data: &mut Data, len: usize) -> Result [INFO] [stdout] 80 | | where [INFO] [stdout] 81 | | Self: Sized; [INFO] [stdout] | |____________________^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNTHETIC` [INFO] [stdout] --> src/parse/model.rs:614:5 [INFO] [stdout] | [INFO] [stdout] 614 | SYNTHETIC = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PUBLIC` [INFO] [stdout] --> src/parse/model.rs:622:5 [INFO] [stdout] | [INFO] [stdout] 622 | PUBLIC = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PRIVATE` [INFO] [stdout] --> src/parse/model.rs:624:5 [INFO] [stdout] | [INFO] [stdout] 624 | PRIVATE = 0x0002, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROTECTED` [INFO] [stdout] --> src/parse/model.rs:626:5 [INFO] [stdout] | [INFO] [stdout] 626 | PROTECTED = 0x0004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | fn parse_vec(data: &mut Data, len: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STATIC` [INFO] [stdout] --> src/parse/model.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | STATIC = 0x0008, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FINAL` [INFO] [stdout] --> src/parse/model.rs:630:5 [INFO] [stdout] | [INFO] [stdout] 630 | FINAL = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `INTERFACE` [INFO] [stdout] --> src/parse/model.rs:632:5 [INFO] [stdout] | [INFO] [stdout] 632 | INTERFACE = 0x0200, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ABSTRACT` [INFO] [stdout] --> src/parse/model.rs:634:5 [INFO] [stdout] | [INFO] [stdout] 634 | ABSTRACT = 0x0400, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNTHETIC` [INFO] [stdout] --> src/parse/model.rs:636:5 [INFO] [stdout] | [INFO] [stdout] 636 | SYNTHETIC = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ANNOTATION` [INFO] [stdout] --> src/parse/model.rs:638:5 [INFO] [stdout] | [INFO] [stdout] 638 | ANNOTATION = 0x2000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ENUM` [INFO] [stdout] --> src/parse/model.rs:640:5 [INFO] [stdout] | [INFO] [stdout] 640 | ENUM = 0x4000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PUBLIC` [INFO] [stdout] --> src/parse/model.rs:648:5 [INFO] [stdout] | [INFO] [stdout] 648 | PUBLIC = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PRIVATE` [INFO] [stdout] --> src/parse/model.rs:650:5 [INFO] [stdout] | [INFO] [stdout] 650 | PRIVATE = 0x0002, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROTECTED` [INFO] [stdout] --> src/parse/model.rs:652:5 [INFO] [stdout] | [INFO] [stdout] 652 | PROTECTED = 0x0004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STATIC` [INFO] [stdout] --> src/parse/model.rs:654:5 [INFO] [stdout] | [INFO] [stdout] 654 | STATIC = 0x0008, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FINAL` [INFO] [stdout] --> src/parse/model.rs:656:5 [INFO] [stdout] | [INFO] [stdout] 656 | FINAL = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:262:5 [INFO] [stdout] | [INFO] [stdout] 262 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VOLATILE` [INFO] [stdout] --> src/parse/model.rs:658:5 [INFO] [stdout] | [INFO] [stdout] 658 | VOLATILE = 0x0040, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TRANSIENT` [INFO] [stdout] --> src/parse/model.rs:660:5 [INFO] [stdout] | [INFO] [stdout] 660 | TRANSIENT = 0x0080, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNTHETIC` [INFO] [stdout] --> src/parse/model.rs:662:5 [INFO] [stdout] | [INFO] [stdout] 662 | SYNTHETIC = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ENUM` [INFO] [stdout] --> src/parse/model.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | ENUM = 0x4000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 386 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:431:5 [INFO] [stdout] | [INFO] [stdout] 431 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:440:5 [INFO] [stdout] | [INFO] [stdout] 440 | fn parse(data: &mut Data) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 98 | | where [INFO] [stdout] 99 | | Self: Sized, [INFO] [stdout] | |____________________________^ [INFO] [stdout] ... [INFO] [stdout] 107 | parse_primitive!(u1); [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 #34537 [INFO] [stdout] = note: this warning originates in the macro `parse_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 98 | | where [INFO] [stdout] 99 | | Self: Sized, [INFO] [stdout] | |____________________________^ [INFO] [stdout] ... [INFO] [stdout] 108 | parse_primitive!(u2); [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 #34537 [INFO] [stdout] = note: this warning originates in the macro `parse_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Data` in public interface (error E0446) [INFO] [stdout] --> src/parse/mod.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | / fn parse(data: &mut Data) -> Result [INFO] [stdout] 98 | | where [INFO] [stdout] 99 | | Self: Sized, [INFO] [stdout] | |____________________________^ [INFO] [stdout] ... [INFO] [stdout] 109 | parse_primitive!(u4); [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 #34537 [INFO] [stdout] = note: this warning originates in the macro `parse_primitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load2` [INFO] [stdout] --> src/execute/model.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn load2(&self, address: u8) -> (u32, u32) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Public` [INFO] [stdout] --> src/parse/model.rs:570:5 [INFO] [stdout] | [INFO] [stdout] 570 | Public = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Final` [INFO] [stdout] --> src/parse/model.rs:572:5 [INFO] [stdout] | [INFO] [stdout] 572 | Final = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Super` [INFO] [stdout] --> src/parse/model.rs:574:5 [INFO] [stdout] | [INFO] [stdout] 574 | Super = 0x0020, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Interface` [INFO] [stdout] --> src/parse/model.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | Interface = 0x0200, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Abstract` [INFO] [stdout] --> src/parse/model.rs:578:5 [INFO] [stdout] | [INFO] [stdout] 578 | Abstract = 0x0400, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Synthetic` [INFO] [stdout] --> src/parse/model.rs:580:5 [INFO] [stdout] | [INFO] [stdout] 580 | Synthetic = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Annotation` [INFO] [stdout] --> src/parse/model.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | Annotation = 0x2000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Enum` [INFO] [stdout] --> src/parse/model.rs:584:5 [INFO] [stdout] | [INFO] [stdout] 584 | Enum = 0x4000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PUBLIC` [INFO] [stdout] --> src/parse/model.rs:592:5 [INFO] [stdout] | [INFO] [stdout] 592 | PUBLIC = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PRIVATE` [INFO] [stdout] --> src/parse/model.rs:594:5 [INFO] [stdout] | [INFO] [stdout] 594 | PRIVATE = 0x0002, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROTECTED` [INFO] [stdout] --> src/parse/model.rs:596:5 [INFO] [stdout] | [INFO] [stdout] 596 | PROTECTED = 0x0004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STATIC` [INFO] [stdout] --> src/parse/model.rs:598:5 [INFO] [stdout] | [INFO] [stdout] 598 | STATIC = 0x0008, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FINAL` [INFO] [stdout] --> src/parse/model.rs:600:5 [INFO] [stdout] | [INFO] [stdout] 600 | FINAL = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNCHRONIZED` [INFO] [stdout] --> src/parse/model.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 602 | SYNCHRONIZED = 0x0020, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BRIDGE` [INFO] [stdout] --> src/parse/model.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | BRIDGE = 0x0040, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VARARGS` [INFO] [stdout] --> src/parse/model.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 606 | VARARGS = 0x0080, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NATIVE` [INFO] [stdout] --> src/parse/model.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 608 | NATIVE = 0x0100, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ABSTRACT` [INFO] [stdout] --> src/parse/model.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | ABSTRACT = 0x0400, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STRICT` [INFO] [stdout] --> src/parse/model.rs:612:5 [INFO] [stdout] | [INFO] [stdout] 612 | STRICT = 0x0800, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNTHETIC` [INFO] [stdout] --> src/parse/model.rs:614:5 [INFO] [stdout] | [INFO] [stdout] 614 | SYNTHETIC = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PUBLIC` [INFO] [stdout] --> src/parse/model.rs:622:5 [INFO] [stdout] | [INFO] [stdout] 622 | PUBLIC = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PRIVATE` [INFO] [stdout] --> src/parse/model.rs:624:5 [INFO] [stdout] | [INFO] [stdout] 624 | PRIVATE = 0x0002, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROTECTED` [INFO] [stdout] --> src/parse/model.rs:626:5 [INFO] [stdout] | [INFO] [stdout] 626 | PROTECTED = 0x0004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STATIC` [INFO] [stdout] --> src/parse/model.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | STATIC = 0x0008, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FINAL` [INFO] [stdout] --> src/parse/model.rs:630:5 [INFO] [stdout] | [INFO] [stdout] 630 | FINAL = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `INTERFACE` [INFO] [stdout] --> src/parse/model.rs:632:5 [INFO] [stdout] | [INFO] [stdout] 632 | INTERFACE = 0x0200, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ABSTRACT` [INFO] [stdout] --> src/parse/model.rs:634:5 [INFO] [stdout] | [INFO] [stdout] 634 | ABSTRACT = 0x0400, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNTHETIC` [INFO] [stdout] --> src/parse/model.rs:636:5 [INFO] [stdout] | [INFO] [stdout] 636 | SYNTHETIC = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ANNOTATION` [INFO] [stdout] --> src/parse/model.rs:638:5 [INFO] [stdout] | [INFO] [stdout] 638 | ANNOTATION = 0x2000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ENUM` [INFO] [stdout] --> src/parse/model.rs:640:5 [INFO] [stdout] | [INFO] [stdout] 640 | ENUM = 0x4000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PUBLIC` [INFO] [stdout] --> src/parse/model.rs:648:5 [INFO] [stdout] | [INFO] [stdout] 648 | PUBLIC = 0x0001, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PRIVATE` [INFO] [stdout] --> src/parse/model.rs:650:5 [INFO] [stdout] | [INFO] [stdout] 650 | PRIVATE = 0x0002, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROTECTED` [INFO] [stdout] --> src/parse/model.rs:652:5 [INFO] [stdout] | [INFO] [stdout] 652 | PROTECTED = 0x0004, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `STATIC` [INFO] [stdout] --> src/parse/model.rs:654:5 [INFO] [stdout] | [INFO] [stdout] 654 | STATIC = 0x0008, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FINAL` [INFO] [stdout] --> src/parse/model.rs:656:5 [INFO] [stdout] | [INFO] [stdout] 656 | FINAL = 0x0010, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VOLATILE` [INFO] [stdout] --> src/parse/model.rs:658:5 [INFO] [stdout] | [INFO] [stdout] 658 | VOLATILE = 0x0040, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TRANSIENT` [INFO] [stdout] --> src/parse/model.rs:660:5 [INFO] [stdout] | [INFO] [stdout] 660 | TRANSIENT = 0x0080, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SYNTHETIC` [INFO] [stdout] --> src/parse/model.rs:662:5 [INFO] [stdout] | [INFO] [stdout] 662 | SYNTHETIC = 0x1000, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ENUM` [INFO] [stdout] --> src/parse/model.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | ENUM = 0x4000, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 74 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "bc93cbf5db6e69a3056c459a92d6c455bf2259740cebfc9d887e671bcafa545c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc93cbf5db6e69a3056c459a92d6c455bf2259740cebfc9d887e671bcafa545c", kill_on_drop: false }` [INFO] [stdout] bc93cbf5db6e69a3056c459a92d6c455bf2259740cebfc9d887e671bcafa545c