[INFO] fetching crate bakery 0.1.3... [INFO] testing bakery-0.1.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate bakery 0.1.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate bakery 0.1.3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bakery 0.1.3 [INFO] finished tweaking crates.io crate bakery 0.1.3 [INFO] tweaked toml for crates.io crate bakery 0.1.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bakery-derive v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1ed657c855504564f40a9e58c9d8c9ae3ecf8fe310b99d292ef23a84fe55ba9 [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" "b1ed657c855504564f40a9e58c9d8c9ae3ecf8fe310b99d292ef23a84fe55ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1ed657c855504564f40a9e58c9d8c9ae3ecf8fe310b99d292ef23a84fe55ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1ed657c855504564f40a9e58c9d8c9ae3ecf8fe310b99d292ef23a84fe55ba9", kill_on_drop: false }` [INFO] [stdout] b1ed657c855504564f40a9e58c9d8c9ae3ecf8fe310b99d292ef23a84fe55ba9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4ea0c5def5b612348366e260f1898fceab289fed00967cc7eae2bef50db35d41 [INFO] running `Command { std: "docker" "start" "-a" "4ea0c5def5b612348366e260f1898fceab289fed00967cc7eae2bef50db35d41", kill_on_drop: false }` [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling bakery-derive v0.1.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling bakery v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `node_enum` [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | node_enum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_name` [INFO] [stdout] --> src/lib.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | node_name: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data_nid` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | data_nid: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nid` [INFO] [stdout] --> src/lib.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | nid: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expected` [INFO] [stdout] --> src/lib.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | expected: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current` [INFO] [stdout] --> src/lib.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | current: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IOError` [INFO] [stdout] --> src/lib.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | IOError(std::io::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_tuple` [INFO] [stdout] --> src/lib.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | node_tuple: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_data` [INFO] [stdout] --> src/lib.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | node_data: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `path` [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | path: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node` [INFO] [stdout] --> src/lib.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | node: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `source` [INFO] [stdout] --> src/lib.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | source: Rc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start` [INFO] [stdout] --> src/lib.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | start: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end` [INFO] [stdout] --> src/lib.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | end: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `name_or_anonymous` [INFO] [stdout] --> src/lib.rs:254:8 [INFO] [stdout] | [INFO] [stdout] 254 | fn name_or_anonymous(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `node_path` [INFO] [stdout] --> src/lib.rs:921:8 [INFO] [stdout] | [INFO] [stdout] 921 | fn node_path(&self, id: u32) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_errors` [INFO] [stdout] --> src/lib.rs:1688:4 [INFO] [stdout] | [INFO] [stdout] 1688 | fn print_errors(tree: &NodeTree, errors: &Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.58s [INFO] running `Command { std: "docker" "inspect" "4ea0c5def5b612348366e260f1898fceab289fed00967cc7eae2bef50db35d41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ea0c5def5b612348366e260f1898fceab289fed00967cc7eae2bef50db35d41", kill_on_drop: false }` [INFO] [stdout] 4ea0c5def5b612348366e260f1898fceab289fed00967cc7eae2bef50db35d41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0f01d5f8584d7457e61c5a5d6ea5505415e876b22d847460253e8b87011665e2 [INFO] running `Command { std: "docker" "start" "-a" "0f01d5f8584d7457e61c5a5d6ea5505415e876b22d847460253e8b87011665e2", kill_on_drop: false }` [INFO] [stderr] Compiling bakery v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `node_enum` [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | node_enum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_name` [INFO] [stdout] --> src/lib.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | node_name: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data_nid` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | data_nid: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nid` [INFO] [stdout] --> src/lib.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | nid: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expected` [INFO] [stdout] --> src/lib.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | expected: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current` [INFO] [stdout] --> src/lib.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | current: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IOError` [INFO] [stdout] --> src/lib.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | IOError(std::io::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_tuple` [INFO] [stdout] --> src/lib.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | node_tuple: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_data` [INFO] [stdout] --> src/lib.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | node_data: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `path` [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | path: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node` [INFO] [stdout] --> src/lib.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | node: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `source` [INFO] [stdout] --> src/lib.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | source: Rc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start` [INFO] [stdout] --> src/lib.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | start: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end` [INFO] [stdout] --> src/lib.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | end: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `name_or_anonymous` [INFO] [stdout] --> src/lib.rs:254:8 [INFO] [stdout] | [INFO] [stdout] 254 | fn name_or_anonymous(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `node_path` [INFO] [stdout] --> src/lib.rs:921:8 [INFO] [stdout] | [INFO] [stdout] 921 | fn node_path(&self, id: u32) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_errors` [INFO] [stdout] --> src/lib.rs:1688:4 [INFO] [stdout] | [INFO] [stdout] 1688 | fn print_errors(tree: &NodeTree, errors: &Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/test_enum.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Recipe, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/test_enum.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Recipe, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/test_enum.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Recipe, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/test_enum.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Recipe, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/test_enum.rs:87:14 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Recipe, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_basic_enum::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:16:57 [INFO] [stdout] | [INFO] [stdout] 16 | test_compile_ser(rec, "A", Some(&hex!("00000000")), E::A); [INFO] [stdout] | ---------------- ^^^^ the trait `Recipe` is not implemented for `test_basic_enum::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_basic_enum::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:17:57 [INFO] [stdout] | [INFO] [stdout] 17 | test_compile_ser(rec, "B", Some(&hex!("01000000")), E::B); [INFO] [stdout] | ---------------- ^^^^ the trait `Recipe` is not implemented for `test_basic_enum::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_basic_enum::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:18:57 [INFO] [stdout] | [INFO] [stdout] 18 | test_compile_ser(rec, "C", Some(&hex!("02000000")), E::C); [INFO] [stdout] | ---------------- ^^^^ the trait `Recipe` is not implemented for `test_basic_enum::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:30:68 [INFO] [stdout] | [INFO] [stdout] 30 | test_compile_ser(rec, "A(0)", Some(&hex!("0000000000000000")), E::A(0)); [INFO] [stdout] | ---------------- required by a bound introduced by this call ^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:31:68 [INFO] [stdout] | [INFO] [stdout] 31 | test_compile_ser(rec, "A(1)", Some(&hex!("0000000001000000")), E::A(1)); [INFO] [stdout] | ---------------- required by a bound introduced by this call ^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 32 | test_compile_ser( [INFO] [stdout] | ---------------- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 36 | E::A(887668751), [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:38:65 [INFO] [stdout] | [INFO] [stdout] 38 | test_compile_ser(rec, "B(true)", Some(&hex!("0100000001")), E::B(true)); [INFO] [stdout] | ---------------- ^^^^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:39:66 [INFO] [stdout] | [INFO] [stdout] 39 | test_compile_ser(rec, "B(false)", Some(&hex!("0100000000")), E::B(false)); [INFO] [stdout] | ---------------- required by a bound introduced by this call ^^^^^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 40 | test_compile_ser( [INFO] [stdout] | ---------------- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 44 | E::C(1627069767, false), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_tuple::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 46 | test_compile_ser( [INFO] [stdout] | ---------------- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 50 | E::C(-453981819, true), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Recipe` is not implemented for `test_enum_tuple::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_struct::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 63 | test_compile_ser( [INFO] [stdout] | ---------------- required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 67 | E::A { a: 42 }, [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Recipe` is not implemented for `test_enum_struct::E` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_empty_struct::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:80:61 [INFO] [stdout] | [INFO] [stdout] 80 | test_compile_ser(rec, "A { }", Some(&hex!("00000000")), E::A {}); [INFO] [stdout] | ---------------- ^^^^^^^ the trait `Recipe` is not implemented for `test_enum_empty_struct::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_empty_struct::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:81:61 [INFO] [stdout] | [INFO] [stdout] 81 | test_compile_ser(rec, "B { }", Some(&hex!("01000000")), E::B {}); [INFO] [stdout] | ---------------- ^^^^^^^ the trait `Recipe` is not implemented for `test_enum_empty_struct::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_enum_empty_struct::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:82:61 [INFO] [stdout] | [INFO] [stdout] 82 | test_compile_ser(rec, "C { }", Some(&hex!("02000000")), E::C {}); [INFO] [stdout] | ---------------- ^^^^^^^ the trait `Recipe` is not implemented for `test_enum_empty_struct::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_inline_enum::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:94:57 [INFO] [stdout] | [INFO] [stdout] 94 | test_compile_ser(rec, "A", Some(&hex!("00000000")), E::A); [INFO] [stdout] | ---------------- ^^^^ the trait `Recipe` is not implemented for `test_inline_enum::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_inline_enum::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:95:57 [INFO] [stdout] | [INFO] [stdout] 95 | test_compile_ser(rec, "B", Some(&hex!("01000000")), E::B); [INFO] [stdout] | ---------------- ^^^^ the trait `Recipe` is not implemented for `test_inline_enum::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `test_inline_enum::E: Recipe` is not satisfied [INFO] [stdout] --> tests/test_enum.rs:96:57 [INFO] [stdout] | [INFO] [stdout] 96 | test_compile_ser(rec, "C", Some(&hex!("02000000")), E::C); [INFO] [stdout] | ---------------- ^^^^ the trait `Recipe` is not implemented for `test_inline_enum::E` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `test_compile_ser` [INFO] [stdout] --> tests/common/mod.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn test_compile_ser(rec: &str, dat: &str, bin: Option<&[u8]>, val: T) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 48 | where [INFO] [stdout] 49 | T: Recipe + Debug + Serialize + PartialEq + for<'a> Deserialize<'a>, [INFO] [stdout] | ^^^^^^ required by this bound in `test_compile_ser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bakery` due to 23 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_and` [INFO] [stdout] --> tests/common/mod.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vec_and(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_compile_mask` [INFO] [stdout] --> tests/common/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn test_compile_mask(rec: &str, dat: &str, expect: &[u8], mask: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_load_from_string` [INFO] [stdout] --> tests/common/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn test_load_from_string(dat: &str, expected: T) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_enum` [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | node_enum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_name` [INFO] [stdout] --> src/lib.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | node_name: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data_nid` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | data_nid: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nid` [INFO] [stdout] --> src/lib.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | nid: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expected` [INFO] [stdout] --> src/lib.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | expected: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current` [INFO] [stdout] --> src/lib.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | current: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IOError` [INFO] [stdout] --> src/lib.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | IOError(std::io::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_tuple` [INFO] [stdout] --> src/lib.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | node_tuple: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_data` [INFO] [stdout] --> src/lib.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | node_data: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `path` [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | path: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node` [INFO] [stdout] --> src/lib.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | node: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `source` [INFO] [stdout] --> src/lib.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | source: Rc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start` [INFO] [stdout] --> src/lib.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | start: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `end` [INFO] [stdout] --> src/lib.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | end: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SourceLocation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `name_or_anonymous` [INFO] [stdout] --> src/lib.rs:254:8 [INFO] [stdout] | [INFO] [stdout] 254 | fn name_or_anonymous(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `node_path` [INFO] [stdout] --> src/lib.rs:921:8 [INFO] [stdout] | [INFO] [stdout] 921 | fn node_path(&self, id: u32) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_errors` [INFO] [stdout] --> src/lib.rs:1688:4 [INFO] [stdout] | [INFO] [stdout] 1688 | fn print_errors(tree: &NodeTree, errors: &Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0f01d5f8584d7457e61c5a5d6ea5505415e876b22d847460253e8b87011665e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f01d5f8584d7457e61c5a5d6ea5505415e876b22d847460253e8b87011665e2", kill_on_drop: false }` [INFO] [stdout] 0f01d5f8584d7457e61c5a5d6ea5505415e876b22d847460253e8b87011665e2