[INFO] updating cached repository https://github.com/dpc/rust-bitcoin-indexer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 331b65d75bbb3c426187ed8a0f18bbad8127b480 [INFO] testing dpc/rust-bitcoin-indexer against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpc%2Frust-bitcoin-indexer" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dpc/rust-bitcoin-indexer on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dpc/rust-bitcoin-indexer [INFO] finished tweaking git repo https://github.com/dpc/rust-bitcoin-indexer [INFO] tweaked toml for git repo https://github.com/dpc/rust-bitcoin-indexer written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/dpc/rust-bitcoin-indexer already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9097f644af45ee5bd83c79475f5b3a0222d3091a56c83c4019c408b09426540a [INFO] running `"docker" "start" "-a" "9097f644af45ee5bd83c79475f5b3a0222d3091a56c83c4019c408b09426540a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling bech32 v0.6.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling default v0.1.2 [INFO] [stderr] Compiling insideout v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling bitcoin-bech32 v0.9.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling common_failures v0.1.1 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling bitcoin_hashes v0.3.2 [INFO] [stderr] Compiling serde_test v1.0.90 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling strason v0.4.0 [INFO] [stderr] Compiling bitcoin-amount v0.1.4 [INFO] [stderr] Compiling jsonrpc v0.11.0 [INFO] [stderr] Compiling bitcoin v0.18.0 [INFO] [stderr] Compiling bitcoincore-rpc-json v0.6.0 (https://github.com/dpc/rust-bitcoincore-rpc?branch=more-calls#7c9684f4) [INFO] [stderr] Compiling bitcoincore-rpc v0.6.0 (https://github.com/dpc/rust-bitcoincore-rpc?branch=more-calls#7c9684f4) [INFO] [stderr] Compiling bitcoin-indexer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:47:52 [INFO] [stderr] | [INFO] [stderr] 47 | fn query<'a>(&'a self, query: &str, params: &[&pg::ToSql]) -> pg::Result; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn pg::ToSql` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:51:52 [INFO] [stderr] | [INFO] [stderr] 51 | fn query<'a>(&'a self, query: &str, params: &[&pg::ToSql]) -> pg::Result { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn pg::ToSql` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | fn query<'b>(&'b self, query: &str, params: &[&pg::ToSql]) -> pg::Result { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn pg::ToSql` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:574:12 [INFO] [stderr] | [INFO] [stderr] 574 | conn: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:653:16 [INFO] [stderr] | [INFO] [stderr] 653 | conn: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:729:16 [INFO] [stderr] | [INFO] [stderr] 729 | conn: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `"docker" "inspect" "9097f644af45ee5bd83c79475f5b3a0222d3091a56c83c4019c408b09426540a"` [INFO] running `"docker" "rm" "-f" "9097f644af45ee5bd83c79475f5b3a0222d3091a56c83c4019c408b09426540a"` [INFO] [stdout] 9097f644af45ee5bd83c79475f5b3a0222d3091a56c83c4019c408b09426540a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] e3146b5e97961ff71670c47fb977488b0b0b57135e0addb47e5f0ca88eac82e7 [INFO] running `"docker" "start" "-a" "e3146b5e97961ff71670c47fb977488b0b0b57135e0addb47e5f0ca88eac82e7"` [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling quickcheck_macros v0.8.0 [INFO] [stderr] Compiling quickcheck v0.8.2 [INFO] [stderr] Compiling tinytemplate v1.0.1 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling bitcoin-indexer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:47:52 [INFO] [stderr] | [INFO] [stderr] 47 | fn query<'a>(&'a self, query: &str, params: &[&pg::ToSql]) -> pg::Result; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn pg::ToSql` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:51:52 [INFO] [stderr] | [INFO] [stderr] 51 | fn query<'a>(&'a self, query: &str, params: &[&pg::ToSql]) -> pg::Result { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn pg::ToSql` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | fn query<'b>(&'b self, query: &str, params: &[&pg::ToSql]) -> pg::Result { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn pg::ToSql` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:574:12 [INFO] [stderr] | [INFO] [stderr] 574 | conn: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:653:16 [INFO] [stderr] | [INFO] [stderr] 653 | conn: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db/pg.rs:729:16 [INFO] [stderr] | [INFO] [stderr] 729 | conn: &GenericConnection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenericConnection` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.03s [INFO] running `"docker" "inspect" "e3146b5e97961ff71670c47fb977488b0b0b57135e0addb47e5f0ca88eac82e7"` [INFO] running `"docker" "rm" "-f" "e3146b5e97961ff71670c47fb977488b0b0b57135e0addb47e5f0ca88eac82e7"` [INFO] [stdout] e3146b5e97961ff71670c47fb977488b0b0b57135e0addb47e5f0ca88eac82e7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] b81e8bdad0c39fd033bfa173c7797ee400f8f7775ae330d5f0744f0581af5330 [INFO] running `"docker" "start" "-a" "b81e8bdad0c39fd033bfa173c7797ee400f8f7775ae330d5f0744f0581af5330"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bitcoin_indexer-d7f2d90a309a9e55 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::prefetcher_reorg_reliability_fixed ... ok [INFO] [stdout] test tests::prefetcher_reorg_reliability_quickcheck ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bitcoin_indexer-a11a3cc37d1a7847 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/example_subscriber-265ecf4d69564eae [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mempool_indexer-504bd0c4870f4d05 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/updater-e247117b5d59b928 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests bitcoin-indexer [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "b81e8bdad0c39fd033bfa173c7797ee400f8f7775ae330d5f0744f0581af5330"` [INFO] running `"docker" "rm" "-f" "b81e8bdad0c39fd033bfa173c7797ee400f8f7775ae330d5f0744f0581af5330"` [INFO] [stdout] b81e8bdad0c39fd033bfa173c7797ee400f8f7775ae330d5f0744f0581af5330