[INFO] cloning repository https://github.com/tiqwab/simple-bitcoin-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiqwab/simple-bitcoin-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiqwab%2Fsimple-bitcoin-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiqwab%2Fsimple-bitcoin-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 386f377b4552f3f535538318fafa5032d36e1a2e
[INFO] testing tiqwab/simple-bitcoin-rust against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiqwab%2Fsimple-bitcoin-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tiqwab/simple-bitcoin-rust
[INFO] finished tweaking git repo https://github.com/tiqwab/simple-bitcoin-rust
[INFO] tweaked toml for git repo https://github.com/tiqwab/simple-bitcoin-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tiqwab/simple-bitcoin-rust on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tiqwab/simple-bitcoin-rust 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.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6
[INFO] running `Command { std: "docker" "start" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", 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" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", 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" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.117
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling libm v0.2.2
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling tracing-core v0.1.23
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling zstd-safe v4.1.4+zstd.1.5.2
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling local-waker v0.1.2
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling httparse v1.6.0
[INFO] [stderr]    Compiling const-oid v0.6.2
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling firestorm v0.5.0
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling num_threads v0.1.3
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling tracing v0.1.31
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling base64ct v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling pem-rfc7468 v0.2.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.0
[INFO] [stderr]    Compiling brotli v3.3.3
[INFO] [stderr]    Compiling num-bigint-dig v0.7.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]    Compiling zstd-sys v1.6.3+zstd.1.5.2
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling crypto-bigint v0.2.11
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling time v0.3.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling anyhow v1.0.53
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling der v0.4.5
[INFO] [stderr]    Compiling actix-router v0.5.0
[INFO] [stderr]    Compiling spki v0.4.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling zeroize_derive v1.3.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling actix-web-codegen v4.0.0
[INFO] [stderr]    Compiling zeroize v1.4.3
[INFO] [stderr]    Compiling tokio v1.16.1
[INFO] [stderr]    Compiling pkcs1 v0.2.4
[INFO] [stderr]    Compiling pkcs8 v0.7.6
[INFO] [stderr]    Compiling clap_derive v3.1.2
[INFO] [stderr]    Compiling async-recursion v1.0.0
[INFO] [stderr]    Compiling rsa v0.5.0
[INFO] [stderr]    Compiling clap v3.1.2
[INFO] [stderr]    Compiling tokio-util v0.7.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling local-channel v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling h2 v0.3.11
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling zstd v0.10.0+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.0.3
[INFO] [stderr]    Compiling actix-web v4.0.1
[INFO] [stderr]    Compiling actix-cors v0.6.1
[INFO] [stderr]    Compiling simple-bitcoin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", 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" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling simple-bitcoin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]    --> src/blockchain/manager.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 |     use chrono::{Duration, Utc};
[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 variable: `tx1`
[INFO] [stdout]    --> src/blockchain/transaction.rs:358:14
[INFO] [stdout]     |
[INFO] [stdout] 358 |         let (tx1, tx2, txs) = generate_sample();
[INFO] [stdout]     |              ^^^ help: if this is intentional, prefix it with an underscore: `_tx1`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.18s
[INFO] running `Command { std: "docker" "inspect" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", 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" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Duration`
[INFO] [stderr]    --> src/blockchain/manager.rs:195:18
[INFO] [stderr]     |
[INFO] [stderr] 195 |     use chrono::{Duration, Utc};
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tx1`
[INFO] [stderr]    --> src/blockchain/transaction.rs:358:14
[INFO] [stderr]     |
[INFO] [stderr] 358 |         let (tx1, tx2, txs) = generate_sample();
[INFO] [stderr]     |              ^^^ help: if this is intentional, prefix it with an underscore: `_tx1`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `simple-bitcoin` (lib test) generated 2 warnings (run `cargo fix --lib -p simple-bitcoin --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_bitcoin-9ac4652456f604d6)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test blockchain::transaction::tests::test_get_normal_transactions ... ok
[INFO] [stdout] test blockchain::transaction::tests::test_deserialize_transactions ... ok
[INFO] [stdout] test blockchain::transaction::tests::test_round_trip_transactions ... ok
[INFO] [stdout] test blockchain::manager::tests::test_resolve_conflicts_shorter_than_mine ... ok
[INFO] [stdout] test blockchain::transaction::tests::test_get_transactions ... ok
[INFO] [stdout] test blockchain::block::tests::test_is_valid_returns_false_with_excessive_incentive ... ok
[INFO] [stdout] test blockchain::transaction::tests::test_get_transaction_at ... ok
[INFO] [stdout] test message::tests::test_deserialize_message_core_list ... ok
[INFO] [stdout] test util::tests::test_to_hex ... ok
[INFO] [stdout] test message::tests::test_round_trip_message_core_list ... ok
[INFO] [stdout] test util::tests::test_to_bytes ... ok
[INFO] [stdout] test message::tests::test_deserialize_message_application_enhanced ... ok
[INFO] [stdout] test message::tests::test_round_trip_message_core_application_enhanced ... ok
[INFO] [stdout] test blockchain::manager::tests::test_remove_useless_transactions ... ok
[INFO] [stdout] test blockchain::manager::tests::test_resolve_conflicts_longer_than_mine ... ok
[INFO] [stdout] test blockchain::block::tests::test_block_mine ... ok
[INFO] [stdout] test blockchain::utxo::tests::test_create_transaction_for ... ok
[INFO] [stdout] test key_manager::tests::test_sign_and_verify ... ok
[INFO] [stdout] test blockchain::utxo::tests::test_refresh_utxos ... ok
[INFO] [stdout] test blockchain::manager::tests::test_is_valid_transaction_returns_err ... ok
[INFO] [stdout] test blockchain::manager::tests::test_is_valid_transaction_returns_ok ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 26.16s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/client/main.rs (/opt/rustwide/target/debug/deps/client-28ec1bfc6c060cb0)
[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] [stderr]      Running unittests src/server/main.rs (/opt/rustwide/target/debug/deps/server-93c59115d2156c96)
[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] [stderr]    Doc-tests simple_bitcoin
[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" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6", kill_on_drop: false }`
[INFO] [stdout] 6a8fea190e6aaf9cc0396ee96e11b2b241cf11bc7cb1dcab6581ba9a489db3f6
