[INFO] cloning repository https://github.com/i-vt/MineBTCandXMR [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/i-vt/MineBTCandXMR" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fi-vt%2FMineBTCandXMR", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fi-vt%2FMineBTCandXMR'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 50197696e290398594d00d684e5d27c87f016d2c [INFO] testing i-vt/MineBTCandXMR against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fi-vt%2FMineBTCandXMR" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/i-vt/MineBTCandXMR [INFO] finished tweaking git repo https://github.com/i-vt/MineBTCandXMR [INFO] tweaked toml for git repo https://github.com/i-vt/MineBTCandXMR written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/i-vt/MineBTCandXMR on toolchain 1.98.0-beta.8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/i-vt/MineBTCandXMR 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded socket2 v0.6.4 [INFO] [stderr] Downloaded memchr v2.8.2 [INFO] [stderr] Downloaded quote v1.0.46 [INFO] [stderr] Downloaded bitflags v2.13.0 [INFO] [stderr] Downloaded bytes v1.12.0 [INFO] [stderr] Downloaded cc v1.2.65 [INFO] [stderr] Downloaded zerocopy-derive v0.8.52 [INFO] [stderr] Downloaded mio v1.2.1 [INFO] [stderr] Downloaded syn v2.0.118 [INFO] [stderr] Downloaded zerocopy v0.8.52 [INFO] [stderr] Downloaded tokio v1.52.3 [INFO] [stderr] Downloaded randomx-rs v1.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57 [INFO] running `Command { std: "docker" "start" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling typenum v1.20.1 [INFO] [stderr] Compiling zerocopy v0.8.52 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling cc v1.2.65 [INFO] [stderr] Compiling smallvec v1.15.2 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling syn v2.0.118 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling randomx-rs v1.4.1 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling log v0.4.33 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling anyhow v1.0.103 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling mio v1.2.1 [INFO] [stderr] Compiling socket2 v0.6.4 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling bytes v1.12.0 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rand v0.8.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling tokio v1.52.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling ferrite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 2m 20s [INFO] running `Command { std: "docker" "inspect" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling typenum v1.20.1 [INFO] [stderr] Compiling smallvec v1.15.2 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling zerocopy v0.8.52 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling log v0.4.33 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.6.4 [INFO] [stderr] Compiling mio v1.2.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Compiling bytes v1.12.0 [INFO] [stderr] Compiling randomx-rs v1.4.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling tokio v1.52.3 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling anyhow v1.0.103 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.6 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling ferrite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 1m 27s [INFO] running `Command { std: "docker" "inspect" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.13s [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test config::tests::coin_defaults_to_btc_when_omitted ... ok [INFO] [stdout] test config::tests::cpu_cap_100_is_default_when_omitted ... ok [INFO] [stdout] test config::tests::cpu_cap_zero_rejected ... ok [INFO] [stdout] test config::tests::empty_address_rejected ... ok [INFO] [stdout] test config::tests::explicit_cpu_cap_is_respected ... ok [INFO] [stdout] test config::tests::invalid_toml_syntax_rejected ... ok [INFO] [stdout] test config::tests::threads_7_returns_7 ... ok [INFO] [stdout] test config::tests::threads_explicit_n_returns_n ... ok [INFO] [stdout] test config::tests::threads_zero_resolves_to_num_cpus ... ok [INFO] [stdout] test config::tests::valid_btc_config_parses ... ok [INFO] [stdout] test config::tests::zero_port_rejected ... ok [INFO] [stdout] test config::tests::valid_xmr_config_parses ... ok [INFO] [stdout] test mining::tests::dsha256_deterministic ... ok [INFO] [stdout] test mining::tests::dsha256_differs_on_different_input ... ok [INFO] [stdout] test mining::tests::dsha256_genesis_block ... ok [INFO] [stdout] test mining::tests::merkle_root_genesis_coinbase ... ok [INFO] [stdout] test mining::tests::merkle_root_no_branch_equals_coinbase_hash ... ok [INFO] [stdout] test mining::tests::merkle_root_with_one_branch ... ok [INFO] [stdout] test mining::tests::mine_finds_nonce_with_easy_target ... ok [INFO] [stdout] test config::tests::cpu_cap_over_100_rejected ... ok [INFO] [stdout] test mining::tests::dsha256_always_32_bytes ... ok [INFO] [stdout] test mining::tests::nbits_to_target_genesis_difficulty ... ok [INFO] [stdout] test mining::tests::nbits_to_target_large_coefficient ... ok [INFO] [stdout] test mining::tests::nbits_to_target_always_32_bytes ... ok [INFO] [stdout] test state::tests::new_state_has_no_work ... ok [INFO] [stdout] test state::tests::new_state_not_shutdown ... ok [INFO] [stdout] test state::tests::replacing_work_unit_updates_and_bumps_gen ... ok [INFO] [stdout] test state::tests::work_unit_bitcoin_variant_stores_and_retrieves ... ok [INFO] [stdout] test state::tests::work_unit_monero_variant_stores_and_retrieves ... ok [INFO] [stdout] test stratum::tests::decode_4bytes_parses_correctly ... ok [INFO] [stdout] test stratum::tests::decode_4bytes_rejects_invalid_hex ... ok [INFO] [stdout] test state::tests::new_state_counters_are_zero ... ok [INFO] [stdout] test state::tests::found_block_bitcoin_can_be_sent_over_channel ... ok [INFO] [stdout] test stratum::tests::decode_4bytes_rejects_wrong_length ... ok [INFO] [stdout] test state::tests::found_block_monero_can_be_sent_over_channel ... ok [INFO] [stdout] test stratum::tests::decode_prevhash_all_zeros_stays_zero ... ok [INFO] [stdout] test stratum::tests::decode_prevhash_rejects_invalid_hex ... ok [INFO] [stdout] test stratum::tests::decode_prevhash_rejects_wrong_length ... ok [INFO] [stdout] test stratum::tests::decode_prevhash_swaps_each_32bit_word ... ok [INFO] [stdout] test stratum::tests::parse_notify_accepts_nonempty_merkle_branch ... ok [INFO] [stdout] test stratum::tests::parse_notify_prevhash_is_word_swapped ... ok [INFO] [stdout] test stratum::tests::parse_notify_rejects_invalid_merkle_branch_entry ... ok [INFO] [stdout] test stratum::tests::parse_notify_rejects_too_few_params ... ok [INFO] [stdout] test stratum::tests::parse_notify_sets_target_from_nbits ... ok [INFO] [stdout] test stratum::tests::parse_notify_valid_job ... ok [INFO] [stdout] test stratum::tests::parse_subscribe_valid_response ... ok [INFO] [stdout] test stratum::tests::parse_subscribe_rejects_error_response ... ok [INFO] [stdout] test stratum::tests::parse_subscribe_rejects_invalid_json ... ok [INFO] [stdout] test stratum::tests::parse_subscribe_rejects_truncated_result ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_blob_larger_than_minimum_ok ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_nonce_offset_writable ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_blob_too_short ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_missing_seed_hash ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_missing_blob ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_missing_job_id ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_wrong_seed_hash_length ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_missing_target ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_rejects_unexpected_target_length ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_target_0xffffffff_is_max ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_valid_4byte_target ... ok [INFO] [stdout] test xmr_stratum::tests::parse_job_valid_8byte_target_uses_first_4 ... ok [INFO] [stdout] test mining::tests::mine_returns_none_at_deadline ... ok [INFO] [stdout] test mining::tests::mine_returns_none_on_shutdown ... ok [INFO] [stdout] test mining::tests::mine_increments_hash_count ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/ferrite-689b340b101c07ea) [INFO] [stdout] test mining::tests::mine_returns_none_on_stale_work ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57", kill_on_drop: false }` [INFO] [stdout] d9e1f435dc28ba30e805b5174a3c0fa75f60e58c2817c63e90192f47cd4cfa57