[INFO] updating cached repository https://github.com/AtsukiTak/yabitcoin [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] 3611442c2f4ef5f8818dfee33b9e9e10919fda6c [INFO] testing AtsukiTak/yabitcoin against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtsukiTak%2Fyabitcoin" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AtsukiTak/yabitcoin on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AtsukiTak/yabitcoin [INFO] finished tweaking git repo https://github.com/AtsukiTak/yabitcoin [INFO] tweaked toml for git repo https://github.com/AtsukiTak/yabitcoin written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/AtsukiTak/yabitcoin already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 72f71815b1235b003c18267e9e3dd15094c126fafe9054da7d379e9b41ebd7b7 [INFO] running `"docker" "start" "-a" "72f71815b1235b003c18267e9e3dd15094c126fafe9054da7d379e9b41ebd7b7"` [INFO] [stderr] Compiling bech32 v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling secp256k1 v0.11.1 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-io v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling actix_derive v0.3.0 [INFO] [stderr] Compiling bitcoin-bech32 v0.8.0 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.5 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.1 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling tokio-signal v0.2.5 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling trust-dns-proto v0.4.0 [INFO] [stderr] Compiling tokio v0.1.8 [INFO] [stderr] Compiling bitcoin v0.14.1 [INFO] [stderr] Compiling trust-dns-resolver v0.9.1 [INFO] [stderr] Compiling actix v0.7.4 [INFO] [stderr] Compiling yabitcoin v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot find type `Addr` in this scope [INFO] [stderr] --> src/lib/connection/connection_pool.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Message)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Connection` in this scope [INFO] [stderr] --> src/lib/connection/connection_pool.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Message)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/connection/connection_pool.rs:223:59 [INFO] [stderr] | [INFO] [stderr] 223 | fn query_dns_seeds(seeds: &'static [&'static str]) -> Box, Error = ResolveError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = ResolveError>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.28s [INFO] running `"docker" "inspect" "72f71815b1235b003c18267e9e3dd15094c126fafe9054da7d379e9b41ebd7b7"` [INFO] running `"docker" "rm" "-f" "72f71815b1235b003c18267e9e3dd15094c126fafe9054da7d379e9b41ebd7b7"` [INFO] [stdout] 72f71815b1235b003c18267e9e3dd15094c126fafe9054da7d379e9b41ebd7b7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 6ea4cc94413f8929ee200e4b8f0c40850c92f8bc150d2bd2a1ef4e8117a65a4c [INFO] running `"docker" "start" "-a" "6ea4cc94413f8929ee200e4b8f0c40850c92f8bc150d2bd2a1ef4e8117a65a4c"` [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling regex v1.0.4 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling yabitcoin v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot find type `Addr` in this scope [INFO] [stderr] --> src/lib/connection/connection_pool.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Message)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Connection` in this scope [INFO] [stderr] --> src/lib/connection/connection_pool.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Message)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/connection/connection_pool.rs:223:59 [INFO] [stderr] | [INFO] [stderr] 223 | fn query_dns_seeds(seeds: &'static [&'static str]) -> Box, Error = ResolveError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = ResolveError>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libyabitcoin::peer` [INFO] [stderr] --> examples/ibd.rs:16:57 [INFO] [stderr] | [INFO] [stderr] 16 | use libyabitcoin::{blockchain::{BlockChain, BlockData}, peer::{Socket, Connection, Peer}}; [INFO] [stderr] | ^^^^ could not find `peer` in `libyabitcoin` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Future` [INFO] [stderr] --> examples/ibd.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `yabitcoin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6ea4cc94413f8929ee200e4b8f0c40850c92f8bc150d2bd2a1ef4e8117a65a4c"` [INFO] running `"docker" "rm" "-f" "6ea4cc94413f8929ee200e4b8f0c40850c92f8bc150d2bd2a1ef4e8117a65a4c"` [INFO] [stdout] 6ea4cc94413f8929ee200e4b8f0c40850c92f8bc150d2bd2a1ef4e8117a65a4c