[INFO] cloning repository https://github.com/Kixunil/btc-rpc-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kixunil/btc-rpc-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKixunil%2Fbtc-rpc-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKixunil%2Fbtc-rpc-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62b7cb0bf07ea96380e9934df69659bf4f6bfdbb [INFO] testing Kixunil/btc-rpc-proxy against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKixunil%2Fbtc-rpc-proxy" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kixunil/btc-rpc-proxy on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Kixunil/btc-rpc-proxy [INFO] finished tweaking git repo https://github.com/Kixunil/btc-rpc-proxy [INFO] tweaked toml for git repo https://github.com/Kixunil/btc-rpc-proxy written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/Kixunil/btc-rpc-proxy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c41edd84b7a821509d74d107a3d701a4858131c9ce7f96ed176a0c953c1aa5e [INFO] running `Command { std: "docker" "start" "-a" "0c41edd84b7a821509d74d107a3d701a4858131c9ce7f96ed176a0c953c1aa5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c41edd84b7a821509d74d107a3d701a4858131c9ce7f96ed176a0c953c1aa5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c41edd84b7a821509d74d107a3d701a4858131c9ce7f96ed176a0c953c1aa5e", kill_on_drop: false }` [INFO] [stdout] 0c41edd84b7a821509d74d107a3d701a4858131c9ce7f96ed176a0c953c1aa5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 486d51cfe4a346fd2d746c5bcacdd01c2d7e99e552c7e0015150119507f0eaa3 [INFO] running `Command { std: "docker" "start" "-a" "486d51cfe4a346fd2d746c5bcacdd01c2d7e99e552c7e0015150119507f0eaa3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling arc-swap v0.4.8 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling configure_me_codegen v0.4.0 [INFO] [stderr] Compiling roff v0.1.0 [INFO] [stderr] Compiling fmt2io v0.1.0 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Compiling bech32 v0.7.2 [INFO] [stderr] Compiling parse_arg v0.1.4 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling secp256k1-sys v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling man v0.1.1 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling slog-async v2.6.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling socks v0.3.3 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bitcoin_hashes v0.9.0 [INFO] [stderr] Compiling secp256k1 v0.19.0 [INFO] [stderr] Compiling serde_test v1.0.117 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling libsystemd v0.2.1 [INFO] [stderr] Compiling linear-map v1.2.0 [INFO] [stderr] Compiling systemd_socket v0.1.1 [INFO] [stderr] Compiling cargo_toml v0.8.1 [INFO] [stderr] Compiling configure_me v0.4.0 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling bitcoin v0.25.2 [INFO] [stderr] Compiling btc-rpc-proxy v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "486d51cfe4a346fd2d746c5bcacdd01c2d7e99e552c7e0015150119507f0eaa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "486d51cfe4a346fd2d746c5bcacdd01c2d7e99e552c7e0015150119507f0eaa3", kill_on_drop: false }` [INFO] [stdout] 486d51cfe4a346fd2d746c5bcacdd01c2d7e99e552c7e0015150119507f0eaa3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11f6d205d672cf6a51b75f2cf30630842590c098e1501c44a126a8da7cf210dc [INFO] running `Command { std: "docker" "start" "-a" "11f6d205d672cf6a51b75f2cf30630842590c098e1501c44a126a8da7cf210dc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling btc-rpc-proxy v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.10s [INFO] running `Command { std: "docker" "inspect" "11f6d205d672cf6a51b75f2cf30630842590c098e1501c44a126a8da7cf210dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11f6d205d672cf6a51b75f2cf30630842590c098e1501c44a126a8da7cf210dc", kill_on_drop: false }` [INFO] [stdout] 11f6d205d672cf6a51b75f2cf30630842590c098e1501c44a126a8da7cf210dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 564b92b7c7b249df975294d22c728ff0396823e192f969b1f8f0ebd20c740a8c [INFO] running `Command { std: "docker" "start" "-a" "564b92b7c7b249df975294d22c728ff0396823e192f969b1f8f0ebd20c740a8c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/btc_rpc_proxy-7a082c52382982d2) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test users::tests::default_fetch_blocks_some_false_false ... ok [INFO] [stdout] test users::tests::default_fetch_blocks_none_true ... ok [INFO] [stdout] test users::tests::default_fetch_blocks_none_false ... ok [INFO] [stdout] test users::tests::default_fetch_blocks_some_true_false ... ok [INFO] [stdout] test users::tests::default_fetch_blocks_some_false_true ... ok [INFO] [stdout] test users::tests::default_fetch_blocks_some_true_true ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/btc_rpc_proxy-186e0edada3e38db) [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 btc_rpc_proxy [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" "564b92b7c7b249df975294d22c728ff0396823e192f969b1f8f0ebd20c740a8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "564b92b7c7b249df975294d22c728ff0396823e192f969b1f8f0ebd20c740a8c", kill_on_drop: false }` [INFO] [stdout] 564b92b7c7b249df975294d22c728ff0396823e192f969b1f8f0ebd20c740a8c