Oct 31 20:55:41.326 INFO checking skynet-ltd/blockchain-rust against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:55:41.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 20:55:41.900 INFO blam! 54f3b4e1878100f70485f6e2bf84b18ad976d0cbc9f9745eae8c1e78a5de0a95 Oct 31 20:55:41.908 INFO running `"docker" "start" "-a" "54f3b4e1878100f70485f6e2bf84b18ad976d0cbc9f9745eae8c1e78a5de0a95"` Oct 31 20:55:43.132 INFO kablam! usermod: no changes Oct 31 20:55:43.566 INFO kablam! Checking fs2 v0.4.3 Oct 31 20:55:43.572 INFO kablam! Checking term v0.5.1 Oct 31 20:55:43.585 INFO kablam! Checking want v0.0.4 Oct 31 20:55:43.586 INFO kablam! Checking bytes v0.4.9 Oct 31 20:55:43.586 INFO kablam! Checking mio v0.6.15 Oct 31 20:55:43.586 INFO kablam! Checking csv-core v0.1.4 Oct 31 20:55:43.588 INFO kablam! Checking criterion-plot v0.2.4 Oct 31 20:55:43.588 INFO kablam! Checking backtrace-sys v0.1.23 Oct 31 20:55:45.150 INFO kablam! Checking criterion-stats v0.2.4 Oct 31 20:55:45.671 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 31 20:55:45.937 INFO kablam! Compiling serde_derive v1.0.70 Oct 31 20:55:48.073 INFO kablam! Checking backtrace v0.3.9 Oct 31 20:55:49.022 INFO kablam! Checking chrono v0.4.5 Oct 31 20:55:50.134 INFO kablam! Checking itertools-num v0.1.1 Oct 31 20:55:50.883 INFO kablam! Checking regex v1.0.2 Oct 31 20:55:51.070 INFO kablam! Checking regex v0.2.11 Oct 31 20:55:51.558 INFO kablam! Checking csv v1.0.0 Oct 31 20:55:51.977 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 31 20:55:52.314 INFO kablam! Checking failure v0.1.2 Oct 31 20:55:55.544 INFO kablam! Checking tokio-io v0.1.7 Oct 31 20:55:55.637 INFO kablam! Checking http v0.1.8 Oct 31 20:55:55.960 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 31 20:56:03.081 INFO kablam! Checking tokio-reactor v0.1.2 Oct 31 20:56:03.081 INFO kablam! Checking tokio-codec v0.1.0 Oct 31 20:56:05.325 INFO kablam! Checking simplelog v0.5.2 Oct 31 20:56:06.408 INFO kablam! Checking tokio-fs v0.1.2 Oct 31 20:56:07.873 INFO kablam! Checking tokio-tcp v0.1.0 Oct 31 20:56:07.874 INFO kablam! Checking tokio-udp v0.1.1 Oct 31 20:56:09.869 INFO kablam! Checking handlebars v0.32.4 Oct 31 20:56:10.925 INFO kablam! Checking tokio v0.1.7 Oct 31 20:56:14.933 INFO kablam! Checking tokio-core v0.1.17 Oct 31 20:56:19.369 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 20:56:26.124 INFO kablam! Checking hyper v0.11.27 Oct 31 20:56:33.328 INFO kablam! Checking criterion v0.2.4 Oct 31 20:56:39.676 INFO kablam! Checking shio v0.3.0 Oct 31 20:56:41.368 INFO kablam! Checking zp-blockchain v0.1.0 (/source) Oct 31 20:56:43.908 INFO kablam! warning: unused import: `super::BlockChain` Oct 31 20:56:43.909 INFO kablam! --> src/lib/rest/api.rs:2:5 Oct 31 20:56:43.910 INFO kablam! | Oct 31 20:56:43.911 INFO kablam! 2 | use super::BlockChain; Oct 31 20:56:43.911 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 20:56:43.912 INFO kablam! | Oct 31 20:56:43.913 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:56:43.913 INFO kablam! Oct 31 20:56:43.914 INFO kablam! warning: unused import: `shio::data::Data` Oct 31 20:56:43.914 INFO kablam! --> src/lib/rest/api.rs:9:5 Oct 31 20:56:43.915 INFO kablam! | Oct 31 20:56:43.915 INFO kablam! 9 | use shio::data::Data; Oct 31 20:56:43.916 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 20:56:43.917 INFO kablam! Oct 31 20:56:43.917 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 31 20:56:43.917 INFO kablam! --> src/lib/registry/mod.rs:2:5 Oct 31 20:56:43.917 INFO kablam! | Oct 31 20:56:43.917 INFO kablam! 2 | use std::borrow::Borrow; Oct 31 20:56:43.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:43.917 INFO kablam! Oct 31 20:56:43.917 INFO kablam! warning: unused import: `self::block::Block` Oct 31 20:56:43.917 INFO kablam! --> src/lib/mod.rs:6:5 Oct 31 20:56:43.917 INFO kablam! | Oct 31 20:56:43.924 INFO kablam! 6 | use self::block::Block; Oct 31 20:56:43.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:56:43.924 INFO kablam! Oct 31 20:56:44.193 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.194 INFO kablam! --> benches/../src/lib/rest/api.rs:4:5 Oct 31 20:56:44.195 INFO kablam! | Oct 31 20:56:44.196 INFO kablam! 4 | use shio::context::Context; Oct 31 20:56:44.196 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.197 INFO kablam! Oct 31 20:56:44.200 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.200 INFO kablam! --> benches/../src/lib/rest/api.rs:5:5 Oct 31 20:56:44.201 INFO kablam! | Oct 31 20:56:44.202 INFO kablam! 5 | use shio::response::{Response}; Oct 31 20:56:44.202 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.203 INFO kablam! Oct 31 20:56:44.216 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.217 INFO kablam! --> benches/../src/lib/rest/api.rs:6:5 Oct 31 20:56:44.218 INFO kablam! | Oct 31 20:56:44.219 INFO kablam! 6 | use shio::ext::BoxFuture; Oct 31 20:56:44.219 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.220 INFO kablam! Oct 31 20:56:44.264 INFO kablam! error[E0432]: unresolved import `shio` Oct 31 20:56:44.265 INFO kablam! --> benches/../src/lib/rest/api.rs:7:5 Oct 31 20:56:44.266 INFO kablam! | Oct 31 20:56:44.266 INFO kablam! 7 | use shio::errors; Oct 31 20:56:44.267 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.267 INFO kablam! Oct 31 20:56:44.270 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.270 INFO kablam! --> benches/../src/lib/rest/api.rs:9:5 Oct 31 20:56:44.271 INFO kablam! | Oct 31 20:56:44.271 INFO kablam! 9 | use shio::data::Data; Oct 31 20:56:44.271 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.272 INFO kablam! Oct 31 20:56:44.274 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.274 INFO kablam! --> benches/../src/lib/rest/api.rs:10:5 Oct 31 20:56:44.284 INFO kablam! | Oct 31 20:56:44.284 INFO kablam! 10 | use shio::prelude::{Stream,Future,FutureExt}; Oct 31 20:56:44.284 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.285 INFO kablam! Oct 31 20:56:44.291 INFO kablam! warning: unused import: `super::BlockChain` Oct 31 20:56:44.291 INFO kablam! --> src/lib/rest/api.rs:2:5 Oct 31 20:56:44.296 INFO kablam! | Oct 31 20:56:44.296 INFO kablam! 2 | use super::BlockChain; Oct 31 20:56:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.296 INFO kablam! | Oct 31 20:56:44.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:56:44.296 INFO kablam! Oct 31 20:56:44.296 INFO kablam! warning: unused import: `shio::data::Data` Oct 31 20:56:44.296 INFO kablam! --> src/lib/rest/api.rs:9:5 Oct 31 20:56:44.296 INFO kablam! | Oct 31 20:56:44.296 INFO kablam! 9 | use shio::data::Data; Oct 31 20:56:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 20:56:44.296 INFO kablam! Oct 31 20:56:44.296 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 31 20:56:44.296 INFO kablam! --> src/lib/registry/mod.rs:2:5 Oct 31 20:56:44.296 INFO kablam! | Oct 31 20:56:44.296 INFO kablam! 2 | use std::borrow::Borrow; Oct 31 20:56:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.296 INFO kablam! Oct 31 20:56:44.296 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 31 20:56:44.296 INFO kablam! --> src/lib/registry/mod.rs:131:9 Oct 31 20:56:44.296 INFO kablam! | Oct 31 20:56:44.296 INFO kablam! 131 | use std::net::Ipv4Addr; Oct 31 20:56:44.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.296 INFO kablam! Oct 31 20:56:44.296 INFO kablam! warning: unused import: `self::block::Block` Oct 31 20:56:44.296 INFO kablam! --> src/lib/mod.rs:6:5 Oct 31 20:56:44.301 INFO kablam! | Oct 31 20:56:44.301 INFO kablam! 6 | use self::block::Block; Oct 31 20:56:44.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.301 INFO kablam! Oct 31 20:56:44.327 INFO kablam! error[E0432]: unresolved import `serde_json` Oct 31 20:56:44.327 INFO kablam! --> benches/../src/lib/rest/api.rs:8:5 Oct 31 20:56:44.327 INFO kablam! | Oct 31 20:56:44.327 INFO kablam! 8 | use serde_json; Oct 31 20:56:44.327 INFO kablam! | ^^^^^^^^^^ no `serde_json` in the root Oct 31 20:56:44.332 INFO kablam! Oct 31 20:56:44.360 INFO kablam! error[E0432]: unresolved import `hyper` Oct 31 20:56:44.360 INFO kablam! --> benches/../src/lib/rest/api.rs:12:5 Oct 31 20:56:44.360 INFO kablam! | Oct 31 20:56:44.360 INFO kablam! 12 | use hyper::header; Oct 31 20:56:44.360 INFO kablam! | ^^^^^ Maybe a missing `extern crate hyper;`? Oct 31 20:56:44.368 INFO kablam! Oct 31 20:56:44.371 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.371 INFO kablam! --> benches/../src/lib/rest/shared.rs:3:5 Oct 31 20:56:44.371 INFO kablam! | Oct 31 20:56:44.371 INFO kablam! 3 | use shio::context::Key; Oct 31 20:56:44.371 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.372 INFO kablam! Oct 31 20:56:44.373 INFO kablam! error[E0432]: unresolved import `lib` Oct 31 20:56:44.373 INFO kablam! --> benches/../src/lib/rest/shared.rs:1:5 Oct 31 20:56:44.373 INFO kablam! | Oct 31 20:56:44.373 INFO kablam! 1 | use lib::BlockChain; Oct 31 20:56:44.373 INFO kablam! | ^^^ Maybe a missing `extern crate lib;`? Oct 31 20:56:44.374 INFO kablam! Oct 31 20:56:44.413 INFO kablam! error[E0432]: unresolved imports `Mutex`, `Arc` Oct 31 20:56:44.413 INFO kablam! --> benches/../src/lib/rest/shared.rs:4:6 Oct 31 20:56:44.413 INFO kablam! | Oct 31 20:56:44.413 INFO kablam! 4 | use {Mutex,Arc}; Oct 31 20:56:44.413 INFO kablam! | ^^^^^ ^^^ no `Arc` in the root Oct 31 20:56:44.413 INFO kablam! | | Oct 31 20:56:44.413 INFO kablam! | no `Mutex` in the root Oct 31 20:56:44.416 INFO kablam! Oct 31 20:56:44.464 INFO kablam! error[E0432]: unresolved import `lib` Oct 31 20:56:44.464 INFO kablam! --> benches/../src/lib/rest/mod.rs:4:5 Oct 31 20:56:44.472 INFO kablam! | Oct 31 20:56:44.472 INFO kablam! 4 | use lib::BlockChain; Oct 31 20:56:44.472 INFO kablam! | ^^^ Maybe a missing `extern crate lib;`? Oct 31 20:56:44.473 INFO kablam! Oct 31 20:56:44.476 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.476 INFO kablam! --> benches/../src/lib/rest/mod.rs:9:5 Oct 31 20:56:44.476 INFO kablam! | Oct 31 20:56:44.476 INFO kablam! 9 | use shio::router::Router; Oct 31 20:56:44.476 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.477 INFO kablam! Oct 31 20:56:44.480 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate shio;`? Oct 31 20:56:44.480 INFO kablam! --> benches/../src/lib/rest/mod.rs:10:5 Oct 31 20:56:44.480 INFO kablam! | Oct 31 20:56:44.492 INFO kablam! 10 | use shio::http::Method; Oct 31 20:56:44.492 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.492 INFO kablam! Oct 31 20:56:44.494 INFO kablam! error[E0432]: unresolved import `shio` Oct 31 20:56:44.494 INFO kablam! --> benches/../src/lib/rest/mod.rs:8:5 Oct 31 20:56:44.494 INFO kablam! | Oct 31 20:56:44.494 INFO kablam! 8 | use shio::Shio; Oct 31 20:56:44.494 INFO kablam! | ^^^^ Maybe a missing `extern crate shio;`? Oct 31 20:56:44.494 INFO kablam! Oct 31 20:56:44.496 INFO kablam! error[E0432]: unresolved import `Mutex` Oct 31 20:56:44.496 INFO kablam! --> benches/../src/lib/rest/mod.rs:13:5 Oct 31 20:56:44.496 INFO kablam! | Oct 31 20:56:44.496 INFO kablam! 13 | use Mutex; Oct 31 20:56:44.496 INFO kablam! | ^^^^^ no `Mutex` in the root Oct 31 20:56:44.496 INFO kablam! Oct 31 20:56:44.543 INFO kablam! error[E0432]: unresolved import `Arc` Oct 31 20:56:44.543 INFO kablam! --> benches/../src/lib/rest/mod.rs:14:5 Oct 31 20:56:44.543 INFO kablam! | Oct 31 20:56:44.543 INFO kablam! 14 | use Arc; Oct 31 20:56:44.543 INFO kablam! | ^^^ no `Arc` in the root Oct 31 20:56:44.548 INFO kablam! Oct 31 20:56:44.549 INFO kablam! error[E0432]: unresolved import `fs2` Oct 31 20:56:44.549 INFO kablam! --> benches/../src/lib/registry/mod.rs:1:5 Oct 31 20:56:44.549 INFO kablam! | Oct 31 20:56:44.549 INFO kablam! 1 | use fs2::FileExt; Oct 31 20:56:44.549 INFO kablam! | ^^^ Maybe a missing `extern crate fs2;`? Oct 31 20:56:44.549 INFO kablam! Oct 31 20:56:44.551 INFO kablam! error: cannot find derive macro `Deserialize` in this scope Oct 31 20:56:44.551 INFO kablam! --> benches/../src/lib/block/mod.rs:8:21 Oct 31 20:56:44.551 INFO kablam! | Oct 31 20:56:44.551 INFO kablam! 8 | #[derive(Serialize, Deserialize, Debug, Clone)] Oct 31 20:56:44.551 INFO kablam! | ^^^^^^^^^^^ Oct 31 20:56:44.556 INFO kablam! Oct 31 20:56:44.556 INFO kablam! error: cannot find derive macro `Serialize` in this scope Oct 31 20:56:44.556 INFO kablam! --> benches/../src/lib/block/mod.rs:8:10 Oct 31 20:56:44.556 INFO kablam! | Oct 31 20:56:44.556 INFO kablam! 8 | #[derive(Serialize, Deserialize, Debug, Clone)] Oct 31 20:56:44.556 INFO kablam! | ^^^^^^^^^ Oct 31 20:56:44.557 INFO kablam! Oct 31 20:56:44.557 INFO kablam! error: cannot find derive macro `Deserialize` in this scope Oct 31 20:56:44.557 INFO kablam! --> benches/../src/lib/rest/api.rs:14:17 Oct 31 20:56:44.557 INFO kablam! | Oct 31 20:56:44.557 INFO kablam! 14 | #[derive(Debug, Deserialize)] Oct 31 20:56:44.557 INFO kablam! | ^^^^^^^^^^^ Oct 31 20:56:44.557 INFO kablam! Oct 31 20:56:44.566 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Response` Oct 31 20:56:44.566 INFO kablam! --> benches/../src/lib/rest/api.rs:23:9 Oct 31 20:56:44.566 INFO kablam! | Oct 31 20:56:44.566 INFO kablam! 23 | Response::with(ctx.shared().get::().clone()) Oct 31 20:56:44.566 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Response` Oct 31 20:56:44.568 INFO kablam! Oct 31 20:56:44.576 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Response` Oct 31 20:56:44.576 INFO kablam! --> benches/../src/lib/rest/api.rs:30:9 Oct 31 20:56:44.576 INFO kablam! | Oct 31 20:56:44.576 INFO kablam! 30 | Response::with(serialized) Oct 31 20:56:44.576 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Response` Oct 31 20:56:44.576 INFO kablam! Oct 31 20:56:44.590 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Response` Oct 31 20:56:44.590 INFO kablam! --> benches/../src/lib/rest/api.rs:38:16 Oct 31 20:56:44.590 INFO kablam! | Oct 31 20:56:44.590 INFO kablam! 38 | Ok(Response::build().header(header::ContentType::json()).body(r#"{"code":200,"status":true}"#)) Oct 31 20:56:44.590 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Response` Oct 31 20:56:44.590 INFO kablam! Oct 31 20:56:44.617 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Method` Oct 31 20:56:44.617 INFO kablam! --> benches/../src/lib/rest/mod.rs:38:28 Oct 31 20:56:44.617 INFO kablam! | Oct 31 20:56:44.617 INFO kablam! 38 | self.server.route((Method::GET,"/",API::index)); Oct 31 20:56:44.628 INFO kablam! | ^^^^^^ Use of undeclared type or module `Method` Oct 31 20:56:44.628 INFO kablam! Oct 31 20:56:44.629 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Method` Oct 31 20:56:44.629 INFO kablam! --> benches/../src/lib/rest/mod.rs:39:28 Oct 31 20:56:44.629 INFO kablam! | Oct 31 20:56:44.629 INFO kablam! 39 | self.server.route((Method::GET,"/blocks",API::blocks)); Oct 31 20:56:44.629 INFO kablam! | ^^^^^^ Use of undeclared type or module `Method` Oct 31 20:56:44.629 INFO kablam! Oct 31 20:56:44.631 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Method` Oct 31 20:56:44.631 INFO kablam! --> benches/../src/lib/rest/mod.rs:40:28 Oct 31 20:56:44.631 INFO kablam! | Oct 31 20:56:44.631 INFO kablam! 40 | self.server.route((Method::POST,"/mine",API::add_mine)); Oct 31 20:56:44.631 INFO kablam! | ^^^^^^ Use of undeclared type or module `Method` Oct 31 20:56:44.631 INFO kablam! Oct 31 20:56:44.635 INFO kablam! error[E0412]: cannot find type `Context` in this scope Oct 31 20:56:44.635 INFO kablam! --> benches/../src/lib/rest/api.rs:22:23 Oct 31 20:56:44.635 INFO kablam! | Oct 31 20:56:44.640 INFO kablam! 22 | pub fn index(ctx: Context)->Response{ Oct 31 20:56:44.640 INFO kablam! | ^^^^^^^ not found in this scope Oct 31 20:56:44.640 INFO kablam! Oct 31 20:56:44.641 INFO kablam! error[E0412]: cannot find type `Response` in this scope Oct 31 20:56:44.641 INFO kablam! --> benches/../src/lib/rest/api.rs:22:33 Oct 31 20:56:44.641 INFO kablam! | Oct 31 20:56:44.641 INFO kablam! 22 | pub fn index(ctx: Context)->Response{ Oct 31 20:56:44.641 INFO kablam! | ^^^^^^^^ not found in this scope Oct 31 20:56:44.641 INFO kablam! Oct 31 20:56:44.643 INFO kablam! error[E0412]: cannot find type `Context` in this scope Oct 31 20:56:44.643 INFO kablam! --> benches/../src/lib/rest/api.rs:26:24 Oct 31 20:56:44.643 INFO kablam! | Oct 31 20:56:44.643 INFO kablam! 26 | pub fn blocks(ctx: Context)->Response{ Oct 31 20:56:44.643 INFO kablam! | ^^^^^^^ not found in this scope Oct 31 20:56:44.643 INFO kablam! Oct 31 20:56:44.645 INFO kablam! error[E0412]: cannot find type `Response` in this scope Oct 31 20:56:44.645 INFO kablam! --> benches/../src/lib/rest/api.rs:26:34 Oct 31 20:56:44.645 INFO kablam! | Oct 31 20:56:44.645 INFO kablam! 26 | pub fn blocks(ctx: Context)->Response{ Oct 31 20:56:44.645 INFO kablam! | ^^^^^^^^ not found in this scope Oct 31 20:56:44.645 INFO kablam! Oct 31 20:56:44.646 INFO kablam! error[E0412]: cannot find type `Context` in this scope Oct 31 20:56:44.646 INFO kablam! --> benches/../src/lib/rest/api.rs:32:26 Oct 31 20:56:44.646 INFO kablam! | Oct 31 20:56:44.646 INFO kablam! 32 | pub fn add_mine(ctx: Context) ->BoxFuture{ Oct 31 20:56:44.646 INFO kablam! | ^^^^^^^ not found in this scope Oct 31 20:56:44.647 INFO kablam! Oct 31 20:56:44.648 INFO kablam! error[E0412]: cannot find type `BoxFuture` in this scope Oct 31 20:56:44.648 INFO kablam! --> benches/../src/lib/rest/api.rs:32:37 Oct 31 20:56:44.648 INFO kablam! | Oct 31 20:56:44.648 INFO kablam! 32 | pub fn add_mine(ctx: Context) ->BoxFuture{ Oct 31 20:56:44.648 INFO kablam! | ^^^^^^^^^ not found in this scope Oct 31 20:56:44.648 INFO kablam! Oct 31 20:56:44.650 INFO kablam! error[E0412]: cannot find type `Response` in this scope Oct 31 20:56:44.650 INFO kablam! --> benches/../src/lib/rest/api.rs:32:47 Oct 31 20:56:44.650 INFO kablam! | Oct 31 20:56:44.650 INFO kablam! 32 | pub fn add_mine(ctx: Context) ->BoxFuture{ Oct 31 20:56:44.650 INFO kablam! | ^^^^^^^^ not found in this scope Oct 31 20:56:44.650 INFO kablam! Oct 31 20:56:44.652 INFO kablam! error[E0405]: cannot find trait `Key` in this scope Oct 31 20:56:44.652 INFO kablam! --> benches/../src/lib/rest/shared.rs:8:6 Oct 31 20:56:44.652 INFO kablam! | Oct 31 20:56:44.652 INFO kablam! 8 | impl Key for SharedBlockChain{ Oct 31 20:56:44.652 INFO kablam! | ^^^ not found in this scope Oct 31 20:56:44.652 INFO kablam! Oct 31 20:56:44.654 INFO kablam! error[E0405]: cannot find trait `Key` in this scope Oct 31 20:56:44.654 INFO kablam! --> benches/../src/lib/rest/shared.rs:14:6 Oct 31 20:56:44.654 INFO kablam! | Oct 31 20:56:44.654 INFO kablam! 14 | impl Key for HtmlData{ Oct 31 20:56:44.654 INFO kablam! | ^^^ not found in this scope Oct 31 20:56:44.654 INFO kablam! Oct 31 20:56:44.655 INFO kablam! error[E0412]: cannot find type `Router` in this scope Oct 31 20:56:44.655 INFO kablam! --> benches/../src/lib/rest/mod.rs:19:18 Oct 31 20:56:44.655 INFO kablam! | Oct 31 20:56:44.655 INFO kablam! 19 | server: Shio, Oct 31 20:56:44.655 INFO kablam! | ^^^^^^ not found in this scope Oct 31 20:56:44.655 INFO kablam! Oct 31 20:56:44.657 INFO kablam! error[E0603]: struct `Block` is private Oct 31 20:56:44.657 INFO kablam! --> benches/block.rs:13:28 Oct 31 20:56:44.657 INFO kablam! | Oct 31 20:56:44.657 INFO kablam! 13 | let _ = block::Block::genesis(); Oct 31 20:56:44.657 INFO kablam! | ^^^^^ Oct 31 20:56:44.657 INFO kablam! Oct 31 20:56:44.660 INFO kablam! error: aborting due to 38 previous errors Oct 31 20:56:44.660 INFO kablam! Oct 31 20:56:44.660 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433, E0603. Oct 31 20:56:44.661 INFO kablam! For more information about an error, try `rustc --explain E0405`. Oct 31 20:56:44.688 INFO kablam! error: Could not compile `zp-blockchain`. Oct 31 20:56:44.689 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 20:56:44.878 INFO kablam! warning: method is never used: `get_hash` Oct 31 20:56:44.878 INFO kablam! --> src/lib/block/mod.rs:45:5 Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! 45 | pub fn get_hash(&self)->String{ Oct 31 20:56:44.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:56:44.878 INFO kablam! Oct 31 20:56:44.878 INFO kablam! warning: method is never used: `block_hash` Oct 31 20:56:44.878 INFO kablam! --> src/lib/block/mod.rs:60:5 Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! 60 | pub fn block_hash(block: &Block) ->String{ Oct 31 20:56:44.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.878 INFO kablam! Oct 31 20:56:44.878 INFO kablam! warning: method is never used: `verify_chain` Oct 31 20:56:44.878 INFO kablam! --> src/lib/blockchain/mod.rs:38:5 Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! 38 | fn verify_chain(&self,chain: &Vec) ->bool{ Oct 31 20:56:44.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.878 INFO kablam! Oct 31 20:56:44.878 INFO kablam! warning: method is never used: `replace_chain` Oct 31 20:56:44.878 INFO kablam! --> src/lib/blockchain/mod.rs:50:5 Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! 50 | pub fn replace_chain(&mut self, chain: &Vec)->bool{ Oct 31 20:56:44.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.878 INFO kablam! Oct 31 20:56:44.878 INFO kablam! warning: struct is never constructed: `RegistryError` Oct 31 20:56:44.878 INFO kablam! --> src/lib/registry/mod.rs:14:1 Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! 14 | pub struct RegistryError(String); Oct 31 20:56:44.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.878 INFO kablam! Oct 31 20:56:44.878 INFO kablam! warning: method is never used: `generate_next` Oct 31 20:56:44.878 INFO kablam! --> src/lib/registry/mod.rs:36:5 Oct 31 20:56:44.878 INFO kablam! | Oct 31 20:56:44.878 INFO kablam! 36 | pub fn generate_next(reg: &mut Registry) -> Result { Oct 31 20:56:44.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.878 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `new` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:55:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 55 | pub fn new(path: &str) -> Self { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `init` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:63:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 63 | pub fn init(&mut self, addr: &str) { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `add` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:68:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 68 | fn add(&mut self, addr: &str) { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `read_all` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:83:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 83 | fn read_all(&mut self, f: &mut File) { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `write_all` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:93:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 93 | fn write_all(&mut self, f: &mut File) { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `siblings_addrs` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:99:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 99 | pub fn siblings_addrs(&mut self) -> Vec { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:44.879 INFO kablam! warning: method is never used: `last_sibling` Oct 31 20:56:44.879 INFO kablam! --> src/lib/registry/mod.rs:118:5 Oct 31 20:56:44.879 INFO kablam! | Oct 31 20:56:44.879 INFO kablam! 118 | pub fn last_sibling(&mut self) -> Ipv4Addr { Oct 31 20:56:44.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:44.879 INFO kablam! Oct 31 20:56:45.076 INFO kablam! warning: method is never used: `init` Oct 31 20:56:45.076 INFO kablam! --> src/lib/registry/mod.rs:63:5 Oct 31 20:56:45.076 INFO kablam! | Oct 31 20:56:45.076 INFO kablam! 63 | pub fn init(&mut self, addr: &str) { Oct 31 20:56:45.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:45.076 INFO kablam! | Oct 31 20:56:45.076 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:56:45.076 INFO kablam! Oct 31 20:56:45.076 INFO kablam! warning: method is never used: `add` Oct 31 20:56:45.076 INFO kablam! --> src/lib/registry/mod.rs:68:5 Oct 31 20:56:45.076 INFO kablam! | Oct 31 20:56:45.076 INFO kablam! 68 | fn add(&mut self, addr: &str) { Oct 31 20:56:45.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:45.076 INFO kablam! Oct 31 20:56:45.076 INFO kablam! warning: method is never used: `write_all` Oct 31 20:56:45.076 INFO kablam! --> src/lib/registry/mod.rs:93:5 Oct 31 20:56:45.076 INFO kablam! | Oct 31 20:56:45.076 INFO kablam! 93 | fn write_all(&mut self, f: &mut File) { Oct 31 20:56:45.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:56:45.077 INFO kablam! Oct 31 20:56:45.176 INFO kablam! error: build failed Oct 31 20:56:45.180 INFO kablam! su: No module specific data is present Oct 31 20:56:46.368 INFO running `"docker" "rm" "-f" "54f3b4e1878100f70485f6e2bf84b18ad976d0cbc9f9745eae8c1e78a5de0a95"` Oct 31 20:56:46.712 INFO blam! 54f3b4e1878100f70485f6e2bf84b18ad976d0cbc9f9745eae8c1e78a5de0a95