[INFO] fetching crate cc_talk_host 0.0.2... [INFO] testing cc_talk_host-0.0.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate cc_talk_host 0.0.2 into /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cc_talk_host 0.0.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07ff4b375409b7202d4f45dbf2794feca5d7123cba6716575b7645ec115ae3c8 [INFO] running `Command { std: "docker" "start" "-a" "07ff4b375409b7202d4f45dbf2794feca5d7123cba6716575b7645ec115ae3c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07ff4b375409b7202d4f45dbf2794feca5d7123cba6716575b7645ec115ae3c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07ff4b375409b7202d4f45dbf2794feca5d7123cba6716575b7645ec115ae3c8", kill_on_drop: false }` [INFO] [stdout] 07ff4b375409b7202d4f45dbf2794feca5d7123cba6716575b7645ec115ae3c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8d99fb8212c9ebb276ca533bf4477b143ed72f9766db8457c3ce13d82817980 [INFO] running `Command { std: "docker" "start" "-a" "c8d99fb8212c9ebb276ca533bf4477b143ed72f9766db8457c3ce13d82817980", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling hash32 v0.3.1 [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 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 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 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 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 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 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 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 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.63s [INFO] running `Command { std: "docker" "inspect" "c8d99fb8212c9ebb276ca533bf4477b143ed72f9766db8457c3ce13d82817980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8d99fb8212c9ebb276ca533bf4477b143ed72f9766db8457c3ce13d82817980", kill_on_drop: false }` [INFO] [stdout] c8d99fb8212c9ebb276ca533bf4477b143ed72f9766db8457c3ce13d82817980 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22fc9a2f59163091a9535e8cc2edffbd7edcb1e0fc7d8276e31eaf40ce27621e [INFO] running `Command { std: "docker" "start" "-a" "22fc9a2f59163091a9535e8cc2edffbd7edcb1e0fc7d8276e31eaf40ce27621e", 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 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 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 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 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 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 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 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 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] 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 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 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 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 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 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 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 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 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 1.01s [INFO] running `Command { std: "docker" "inspect" "22fc9a2f59163091a9535e8cc2edffbd7edcb1e0fc7d8276e31eaf40ce27621e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22fc9a2f59163091a9535e8cc2edffbd7edcb1e0fc7d8276e31eaf40ce27621e", kill_on_drop: false }` [INFO] [stdout] 22fc9a2f59163091a9535e8cc2edffbd7edcb1e0fc7d8276e31eaf40ce27621e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5304a3934829284cf4d53e4cf2b7e97ab889afcac1a54648a9f4a12d9c02a260 [INFO] running `Command { std: "docker" "start" "-a" "5304a3934829284cf4d53e4cf2b7e97ab889afcac1a54648a9f4a12d9c02a260", 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 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 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 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 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 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 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 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 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: `cc_talk_host` (lib) generated 14 warnings [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 test) generated 15 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [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::product_code ... ok [INFO] [stdout] test commands::core::core_commands::test::request_build_code ... ok [INFO] [stdout] test commands::core::core_commands::test::simple_poll_command ... 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::data_storage_not_available ... ok [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_plus::core_plus_commands::test::request_valid_serial_number ... 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::test_data_stream ... 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::data_storage_availability ... ok [INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_software_revision ... ok [INFO] [stdout] test commands::core_plus::core_plus_commands::test::request_last_modification_date ... 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::request_base_year_works_with_all_base_year ... ok [INFO] [stdout] test commands::core::core_commands::test::request_encryption_support - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [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" "5304a3934829284cf4d53e4cf2b7e97ab889afcac1a54648a9f4a12d9c02a260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5304a3934829284cf4d53e4cf2b7e97ab889afcac1a54648a9f4a12d9c02a260", kill_on_drop: false }` [INFO] [stdout] 5304a3934829284cf4d53e4cf2b7e97ab889afcac1a54648a9f4a12d9c02a260