[INFO] fetching crate cc_talk_host 0.0.2...
[INFO] testing cc_talk_host-0.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate cc_talk_host 0.0.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate cc_talk_host 0.0.2
[INFO] finished tweaking crates.io crate cc_talk_host 0.0.2
[INFO] tweaked toml for crates.io crate cc_talk_host 0.0.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cc_talk_host 0.0.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cc_talk_host 0.0.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc_talk_core v0.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23cbde2f33508b83b2c187ddac6c08acc41d0f2684508bcd6493487ba2486763
[INFO] running `Command { std: "docker" "start" "-a" "23cbde2f33508b83b2c187ddac6c08acc41d0f2684508bcd6493487ba2486763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23cbde2f33508b83b2c187ddac6c08acc41d0f2684508bcd6493487ba2486763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23cbde2f33508b83b2c187ddac6c08acc41d0f2684508bcd6493487ba2486763", kill_on_drop: false }`
[INFO] [stdout] 23cbde2f33508b83b2c187ddac6c08acc41d0f2684508bcd6493487ba2486763
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d0ec89c516ef5fd7e85e56f1b1d2960f3d3c0c4cb1f527d0755ed19cb401a202
[INFO] running `Command { std: "docker" "start" "-a" "d0ec89c516ef5fd7e85e56f1b1d2960f3d3c0c4cb1f527d0755ed19cb401a202", kill_on_drop: false }`
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling cc_talk_core v0.0.2
[INFO] [stderr]    Compiling cc_talk_host v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:155:18
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl Command for RequestEncryptionSupportCommand {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:171:36
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl BelongsTo<CoreCommandSet> for RequestEncryptionSupportCommand {}
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:83:6
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl ReadDHPublicKeyCommand {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl Command for ReadDHPublicKeyCommand {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl BelongsTo<CorePlusCommandSet> for ReadDHPublicKeyCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestEncryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:153:40
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl BelongsTo<CorePlusCommandSet> for RequestEncryptedProductIdCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestACMIEncryptedDataCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:158:40
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl BelongsTo<CorePlusCommandSet> for RequestACMIEncryptedDataCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ACMIUnencryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:201:40
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl BelongsTo<CorePlusCommandSet> for ACMIUnencryptedProductIdCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:369:40
[INFO] [stdout]     |
[INFO] [stdout] 369 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionCodeCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::StoreEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:374:40
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl BelongsTo<CorePlusCommandSet> for StoreEncryptionCodeCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:498:40
[INFO] [stdout]     |
[INFO] [stdout] 498 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionKeyCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |             buffer: [mode as u8],
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 |         &self.buffer
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<'a> SendDHPublicKeyCommand<'a> {
[INFO] [stdout]     | ----------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn new(key: &'a [u8]) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
[INFO] running `Command { std: "docker" "inspect" "d0ec89c516ef5fd7e85e56f1b1d2960f3d3c0c4cb1f527d0755ed19cb401a202", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0ec89c516ef5fd7e85e56f1b1d2960f3d3c0c4cb1f527d0755ed19cb401a202", kill_on_drop: false }`
[INFO] [stdout] d0ec89c516ef5fd7e85e56f1b1d2960f3d3c0c4cb1f527d0755ed19cb401a202
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d533943c14b14fe8c37b26420d9dd0263af8fe6a2d7c014bba75191df710c627
[INFO] running `Command { std: "docker" "start" "-a" "d533943c14b14fe8c37b26420d9dd0263af8fe6a2d7c014bba75191df710c627", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:155:18
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl Command for RequestEncryptionSupportCommand {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:171:36
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl BelongsTo<CoreCommandSet> for RequestEncryptionSupportCommand {}
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:83:6
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl ReadDHPublicKeyCommand {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl Command for ReadDHPublicKeyCommand {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl BelongsTo<CorePlusCommandSet> for ReadDHPublicKeyCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestEncryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:153:40
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl BelongsTo<CorePlusCommandSet> for RequestEncryptedProductIdCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestACMIEncryptedDataCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:158:40
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl BelongsTo<CorePlusCommandSet> for RequestACMIEncryptedDataCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ACMIUnencryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:201:40
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl BelongsTo<CorePlusCommandSet> for ACMIUnencryptedProductIdCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:369:40
[INFO] [stdout]     |
[INFO] [stdout] 369 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionCodeCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::StoreEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:374:40
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl BelongsTo<CorePlusCommandSet> for StoreEncryptionCodeCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:498:40
[INFO] [stdout]     |
[INFO] [stdout] 498 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionKeyCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cc_talk_host v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |             buffer: [mode as u8],
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 |         &self.buffer
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<'a> SendDHPublicKeyCommand<'a> {
[INFO] [stdout]     | ----------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn new(key: &'a [u8]) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:155:18
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl Command for RequestEncryptionSupportCommand {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:171:36
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl BelongsTo<CoreCommandSet> for RequestEncryptionSupportCommand {}
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stdout]    --> src/commands/core/core_commands.rs:265:19
[INFO] [stdout]     |
[INFO] [stdout] 265 |         let cmd = RequestEncryptionSupportCommand;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:83:6
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl ReadDHPublicKeyCommand {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl Command for ReadDHPublicKeyCommand {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl BelongsTo<CorePlusCommandSet> for ReadDHPublicKeyCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestEncryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:153:40
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl BelongsTo<CorePlusCommandSet> for RequestEncryptedProductIdCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestACMIEncryptedDataCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:158:40
[INFO] [stdout]     |
[INFO] [stdout] 158 | impl BelongsTo<CorePlusCommandSet> for RequestACMIEncryptedDataCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ACMIUnencryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:201:40
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl BelongsTo<CorePlusCommandSet> for ACMIUnencryptedProductIdCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:369:40
[INFO] [stdout]     |
[INFO] [stdout] 369 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionCodeCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::StoreEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:374:40
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl BelongsTo<CorePlusCommandSet> for StoreEncryptionCodeCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:498:40
[INFO] [stdout]     |
[INFO] [stdout] 498 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionKeyCommand {}
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]   --> src/commands/core_plus/core_plus_commands.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |             buffer: [mode as u8],
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 |         &self.buffer
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/commands/core_plus/core_plus_commands.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl<'a> SendDHPublicKeyCommand<'a> {
[INFO] [stdout]     | ----------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn new(key: &'a [u8]) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "d533943c14b14fe8c37b26420d9dd0263af8fe6a2d7c014bba75191df710c627", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d533943c14b14fe8c37b26420d9dd0263af8fe6a2d7c014bba75191df710c627", kill_on_drop: false }`
[INFO] [stdout] d533943c14b14fe8c37b26420d9dd0263af8fe6a2d7c014bba75191df710c627
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] afdcf9c00c904dbdf32a0176321849b6d161016b660ee0b8f09be96f7fa00ee2
[INFO] running `Command { std: "docker" "start" "-a" "afdcf9c00c904dbdf32a0176321849b6d161016b660ee0b8f09be96f7fa00ee2", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stderr]    --> src/commands/core/core_commands.rs:155:18
[INFO] [stderr]     |
[INFO] [stderr] 155 | impl Command for RequestEncryptionSupportCommand {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stderr]    --> src/commands/core/core_commands.rs:171:36
[INFO] [stderr]     |
[INFO] [stderr] 171 | impl BelongsTo<CoreCommandSet> for RequestEncryptionSupportCommand {}
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]   --> src/commands/core_plus/core_plus_commands.rs:83:6
[INFO] [stderr]    |
[INFO] [stderr] 83 | impl ReadDHPublicKeyCommand {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]   --> src/commands/core_plus/core_plus_commands.rs:93:18
[INFO] [stderr]    |
[INFO] [stderr] 93 | impl Command for ReadDHPublicKeyCommand {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:109:40
[INFO] [stderr]     |
[INFO] [stderr] 109 | impl BelongsTo<CorePlusCommandSet> for ReadDHPublicKeyCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestEncryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:153:40
[INFO] [stderr]     |
[INFO] [stderr] 153 | impl BelongsTo<CorePlusCommandSet> for RequestEncryptedProductIdCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::RequestACMIEncryptedDataCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:158:40
[INFO] [stderr]     |
[INFO] [stderr] 158 | impl BelongsTo<CorePlusCommandSet> for RequestACMIEncryptedDataCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::ACMIUnencryptedProductIdCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:201:40
[INFO] [stderr]     |
[INFO] [stderr] 201 | impl BelongsTo<CorePlusCommandSet> for ACMIUnencryptedProductIdCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:369:40
[INFO] [stderr]     |
[INFO] [stderr] 369 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionCodeCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::StoreEncryptionCodeCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:374:40
[INFO] [stderr]     |
[INFO] [stderr] 374 | impl BelongsTo<CorePlusCommandSet> for StoreEncryptionCodeCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `commands::core_plus::core_plus_commands::SwitchEncryptionKeyCommand`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:498:40
[INFO] [stderr]     |
[INFO] [stderr] 498 | impl BelongsTo<CorePlusCommandSet> for SwitchEncryptionKeyCommand {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]   --> src/commands/core_plus/core_plus_commands.rs:89:13
[INFO] [stderr]    |
[INFO] [stderr] 89 |             buffer: [mode as u8],
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `commands::core_plus::core_plus_commands::ReadDHPublicKeyCommand::buffer`: encryption is not supported yet, so this command is not implemented
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:101:10
[INFO] [stderr]     |
[INFO] [stderr] 101 |         &self.buffer
[INFO] [stderr]     |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/commands/core_plus/core_plus_commands.rs:119:8
[INFO] [stderr]     |
[INFO] [stderr] 115 | impl<'a> SendDHPublicKeyCommand<'a> {
[INFO] [stderr]     | ----------------------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 119 |     fn new(key: &'a [u8]) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `commands::core::core_commands::RequestEncryptionSupportCommand`: This command is not implemented yet.
[INFO] [stderr]    --> src/commands/core/core_commands.rs:265:19
[INFO] [stderr]     |
[INFO] [stderr] 265 |         let cmd = RequestEncryptionSupportCommand;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cc_talk_host` (lib) generated 14 warnings
[INFO] [stderr] warning: `cc_talk_host` (lib test) generated 15 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cc_talk_host-fc1f1345f5bca50d)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test commands::core::core_commands::test::category_id_command ... ok
[INFO] [stdout] test commands::core::core_commands::test::existing_manufacturer ... ok
[INFO] [stdout] test commands::core::core_commands::test::non_existing_manufacturer ... ok
[INFO] [stdout] test commands::core::core_commands::test::request_build_code ... ok
[INFO] [stdout] test commands::core::core_commands::test::product_code ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::calculate_rom_checksum ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::character_invalidates_base_year ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_valid_serial_number ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::data_storage_availability ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::data_storage_not_available ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_base_year ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_software_revision ... ok
[INFO] [stdout] test commands::core::core_commands::test::simple_poll_command ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_creation_date ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_base_year_works_with_all_base_year ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::switch_baud_rate_command ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::test_data_stream ... ok
[INFO] [stdout] test commands::core::core_commands::test::request_encryption_support - should panic ... ok
[INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_last_modification_date ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cc_talk_host
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "afdcf9c00c904dbdf32a0176321849b6d161016b660ee0b8f09be96f7fa00ee2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afdcf9c00c904dbdf32a0176321849b6d161016b660ee0b8f09be96f7fa00ee2", kill_on_drop: false }`
[INFO] [stdout] afdcf9c00c904dbdf32a0176321849b6d161016b660ee0b8f09be96f7fa00ee2
