[INFO] updating cached repository https://github.com/Andrii32/rust-bitcoin-explore [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ab80b3c4b171c693c7c2a11ca02ff42f498ff27 [INFO] testing Andrii32/rust-bitcoin-explore against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrii32%2Frust-bitcoin-explore" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Andrii32/rust-bitcoin-explore on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Andrii32/rust-bitcoin-explore [INFO] finished tweaking git repo https://github.com/Andrii32/rust-bitcoin-explore [INFO] tweaked toml for git repo https://github.com/Andrii32/rust-bitcoin-explore written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Andrii32/rust-bitcoin-explore already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] edc1d49eac87a023019c37305edfe3ab27e3cbc85b4e581fa328f1bec64a9f05 [INFO] running `"docker" "start" "-a" "edc1d49eac87a023019c37305edfe3ab27e3cbc85b4e581fa328f1bec64a9f05"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling rust-base58 v0.0.4 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling rust-bitcoin-explore v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Error` [INFO] [stderr] --> src/main.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use errors::{Error}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_hex` [INFO] [stderr] --> src/public.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn to_hex(&self) -> String{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.37s [INFO] running `"docker" "inspect" "edc1d49eac87a023019c37305edfe3ab27e3cbc85b4e581fa328f1bec64a9f05"` [INFO] running `"docker" "rm" "-f" "edc1d49eac87a023019c37305edfe3ab27e3cbc85b4e581fa328f1bec64a9f05"` [INFO] [stdout] edc1d49eac87a023019c37305edfe3ab27e3cbc85b4e581fa328f1bec64a9f05 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1064159c04b7d447126aa3f1e795ef605b477fbd624eecec49671c9a5c9671ba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1064159c04b7d447126aa3f1e795ef605b477fbd624eecec49671c9a5c9671ba"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rust-bitcoin-explore v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `to_hex` [INFO] [stderr] --> src/public.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn to_hex(&self) -> String{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "1064159c04b7d447126aa3f1e795ef605b477fbd624eecec49671c9a5c9671ba"` [INFO] running `"docker" "rm" "-f" "1064159c04b7d447126aa3f1e795ef605b477fbd624eecec49671c9a5c9671ba"` [INFO] [stdout] 1064159c04b7d447126aa3f1e795ef605b477fbd624eecec49671c9a5c9671ba [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 46fd9fa5aa2f537b03d275bff27490ce5b75c319169131afcb856332c4392d44 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "46fd9fa5aa2f537b03d275bff27490ce5b75c319169131afcb856332c4392d44"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: method is never used: `to_hex` [INFO] [stderr] --> src/public.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn to_hex(&self) -> String{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_bitcoin_explore-23b2f713dfd4eb40 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_from_hex_invalid_hex ... ok [INFO] [stdout] test test_from_hex_invalid_key ... ok [INFO] [stdout] test test_from_hex_success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "46fd9fa5aa2f537b03d275bff27490ce5b75c319169131afcb856332c4392d44"` [INFO] running `"docker" "rm" "-f" "46fd9fa5aa2f537b03d275bff27490ce5b75c319169131afcb856332c4392d44"` [INFO] [stdout] 46fd9fa5aa2f537b03d275bff27490ce5b75c319169131afcb856332c4392d44