[INFO] cloning repository https://github.com/killcodeio/killer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/killcodeio/killer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillcodeio%2Fkiller", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillcodeio%2Fkiller'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 57b5c1d11af8b718ab2046ea7d2a2113ad2a5c44
[INFO] testing killcodeio/killer against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillcodeio%2Fkiller" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/killcodeio/killer
[INFO] finished tweaking git repo https://github.com/killcodeio/killer
[INFO] tweaked toml for git repo https://github.com/killcodeio/killer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/killcodeio/killer on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/killcodeio/killer 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81f2dee5b0fa687a88e61a112fb084a1a7242934ceded8d0c116d33b846feaf5
[INFO] running `Command { std: "docker" "start" "-a" "81f2dee5b0fa687a88e61a112fb084a1a7242934ceded8d0c116d33b846feaf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81f2dee5b0fa687a88e61a112fb084a1a7242934ceded8d0c116d33b846feaf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81f2dee5b0fa687a88e61a112fb084a1a7242934ceded8d0c116d33b846feaf5", kill_on_drop: false }`
[INFO] [stdout] 81f2dee5b0fa687a88e61a112fb084a1a7242934ceded8d0c116d33b846feaf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc926307291d47fc74e531f7dd6f2dafcbcaaca5c10b9aaeb4e43faf7d17e183
[INFO] running `Command { std: "docker" "start" "-a" "bc926307291d47fc74e531f7dd6f2dafcbcaaca5c10b9aaeb4e43faf7d17e183", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling kc-killer v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stdout] warning: unused imports: `create_signature` and `verify_signature`
[INFO] [stdout]  --> src/verification/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use hmac::{create_signature, verify_signature};
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fingerprint::get_machine_fingerprint`
[INFO] [stdout]  --> src/verification/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use fingerprint::get_machine_fingerprint;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VerifyResponse`
[INFO] [stdout]  --> src/verification/mod.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use network::{verify_license, VerifyResponse};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::execute_sync`
[INFO] [stdout]  --> src/execution/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use sync::execute_sync;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_mode::execute_async`
[INFO] [stdout]  --> src/execution/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use async_mode::execute_async;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::process::parent_id`
[INFO] [stdout]   --> src/security/kill_parent.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::process::parent_id;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `secure_delete_file`
[INFO] [stdout]  --> src/security/mod.rs:5:40
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use destruct::{secure_delete_self, secure_delete_file};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/main.rs:120:16
[INFO] [stdout]     |
[INFO] [stdout] 120 |             Ok(response) => {
[INFO] [stdout]     |                ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_signature` is never used
[INFO] [stdout]   --> src/verification/hmac.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn verify_signature(data: &str, secret: &str, signature: &str) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `message` and `expires_in` are never read
[INFO] [stdout]   --> src/verification/network.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct VerifyResponse {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 19 |     pub authorized: bool,
[INFO] [stdout] 20 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub expires_in: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute_sync` is never used
[INFO] [stdout]   --> src/execution/sync.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn execute_sync(config: &Config) -> ! {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chain_to_base` is never used
[INFO] [stdout]   --> src/execution/sync.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn chain_to_base(base_path: &str) -> ! {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute_async` is never used
[INFO] [stdout]   --> src/execution/async_mode.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn execute_async(config: &Config) -> ! {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `kill_process_tree` is never used
[INFO] [stdout]   --> src/execution/async_mode.rs:74:4
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn kill_process_tree(pid: i32) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `secure_delete_file` is never used
[INFO] [stdout]    --> src/security/destruct.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub fn secure_delete_file(file_path: &str) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Platform` is never used
[INFO] [stdout]  --> src/utils/platform.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Platform {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `detect_platform` is never used
[INFO] [stdout]   --> src/utils/platform.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn detect_platform() -> Platform {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/utils/platform.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl Platform {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 53 |     pub fn name(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.58s
[INFO] running `Command { std: "docker" "inspect" "bc926307291d47fc74e531f7dd6f2dafcbcaaca5c10b9aaeb4e43faf7d17e183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc926307291d47fc74e531f7dd6f2dafcbcaaca5c10b9aaeb4e43faf7d17e183", kill_on_drop: false }`
[INFO] [stdout] bc926307291d47fc74e531f7dd6f2dafcbcaaca5c10b9aaeb4e43faf7d17e183
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d967c820d7c5b6349b9f33a6e412da9f4f14bf46ea0a39cee4497d29cb8a3c96
[INFO] running `Command { std: "docker" "start" "-a" "d967c820d7c5b6349b9f33a6e412da9f4f14bf46ea0a39cee4497d29cb8a3c96", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling kc-killer v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]   --> src/config/loader.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     use std::io::Write;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tempfile::NamedTempFile`
[INFO] [stdout]   --> src/config/loader.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     use tempfile::NamedTempFile;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `create_signature` and `verify_signature`
[INFO] [stdout]  --> src/verification/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use hmac::{create_signature, verify_signature};
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fingerprint::get_machine_fingerprint`
[INFO] [stdout]  --> src/verification/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use fingerprint::get_machine_fingerprint;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `VerifyResponse`
[INFO] [stdout]  --> src/verification/mod.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use network::{verify_license, VerifyResponse};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/execution/sync.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::execute_sync`
[INFO] [stdout]  --> src/execution/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use sync::execute_sync;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_mode::execute_async`
[INFO] [stdout]  --> src/execution/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use async_mode::execute_async;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::process::parent_id`
[INFO] [stdout]   --> src/security/kill_parent.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::process::parent_id;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `secure_delete_file`
[INFO] [stdout]  --> src/security/mod.rs:5:40
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use destruct::{secure_delete_self, secure_delete_file};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `base_binary_path` and `kill_method` in initializer of `schema::Config`
[INFO] [stdout]    --> src/config/schema.rs:123:26
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let mut config = Config {
[INFO] [stdout]     |                          ^^^^^^ missing `base_binary_path` and `kill_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: cannot add `&str` to `&str`
[INFO] [stdout]   --> src/verification/hmac.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let data = "lic_12345" + "1234567890";
[INFO] [stdout]    |                    ----------- ^ ------------ &str
[INFO] [stdout]    |                    |           |
[INFO] [stdout]    |                    |           `+` cannot be used to concatenate two `&str` strings
[INFO] [stdout]    |                    &str
[INFO] [stdout]    |
[INFO] [stdout]    = note: string concatenation requires an owned `String` on the left
[INFO] [stdout] help: create an owned `String` from a string reference
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let data = "lic_12345".to_owned() + "1234567890";
[INFO] [stdout]    |                               +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/main.rs:120:16
[INFO] [stdout]     |
[INFO] [stdout] 120 |             Ok(response) => {
[INFO] [stdout]     |                ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0369.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kc-killer` (bin "kc-killer" test) due to 2 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d967c820d7c5b6349b9f33a6e412da9f4f14bf46ea0a39cee4497d29cb8a3c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d967c820d7c5b6349b9f33a6e412da9f4f14bf46ea0a39cee4497d29cb8a3c96", kill_on_drop: false }`
[INFO] [stdout] d967c820d7c5b6349b9f33a6e412da9f4f14bf46ea0a39cee4497d29cb8a3c96
