Oct 10 14:42:31.866 INFO testing skynet-ltd/blockchain-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:42:31.866 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:42:31.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:42:32.422 INFO blam! 0b1c48faf296ea2c4c45af6eb8630713580be9e31f40dc73d9e1f04c10f71b17 Oct 10 14:42:32.424 INFO running `"docker" "start" "-a" "0b1c48faf296ea2c4c45af6eb8630713580be9e31f40dc73d9e1f04c10f71b17"` Oct 10 14:42:32.884 INFO kablam! usermod: no changes Oct 10 14:42:33.097 INFO kablam! Compiling fs2 v0.4.3 Oct 10 14:42:33.097 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 14:42:33.097 INFO kablam! Compiling http v0.1.8 Oct 10 14:42:33.097 INFO kablam! Compiling syn v0.14.7 Oct 10 14:42:33.098 INFO kablam! Compiling rust-crypto v0.2.36 Oct 10 14:42:33.098 INFO kablam! Compiling regex v0.2.11 Oct 10 14:42:33.099 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 10 14:42:38.060 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 14:42:38.060 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 14:42:42.948 INFO kablam! Compiling tokio-fs v0.1.2 Oct 10 14:42:49.044 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 14:42:49.160 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 14:42:56.682 INFO kablam! Compiling tokio v0.1.7 Oct 10 14:43:01.516 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 14:43:04.529 INFO kablam! Compiling serde_derive v1.0.70 Oct 10 14:43:08.024 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 14:43:12.984 INFO kablam! Compiling hyper v0.11.27 Oct 10 14:43:30.758 INFO kablam! Compiling shio v0.3.0 Oct 10 14:43:35.636 INFO kablam! Compiling zp-blockchain v0.1.0 (/source) Oct 10 14:43:39.120 INFO kablam! warning: unused import: `super::BlockChain` Oct 10 14:43:39.120 INFO kablam! --> src/lib/rest/api.rs:2:5 Oct 10 14:43:39.120 INFO kablam! | Oct 10 14:43:39.120 INFO kablam! 2 | use super::BlockChain; Oct 10 14:43:39.120 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.120 INFO kablam! | Oct 10 14:43:39.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:43:39.120 INFO kablam! Oct 10 14:43:39.120 INFO kablam! warning: unused import: `shio::data::Data` Oct 10 14:43:39.120 INFO kablam! --> src/lib/rest/api.rs:9:5 Oct 10 14:43:39.120 INFO kablam! | Oct 10 14:43:39.120 INFO kablam! 9 | use shio::data::Data; Oct 10 14:43:39.120 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:43:39.120 INFO kablam! Oct 10 14:43:39.120 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 10 14:43:39.120 INFO kablam! --> src/lib/registry/mod.rs:2:5 Oct 10 14:43:39.120 INFO kablam! | Oct 10 14:43:39.120 INFO kablam! 2 | use std::borrow::Borrow; Oct 10 14:43:39.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.120 INFO kablam! Oct 10 14:43:39.120 INFO kablam! warning: unused import: `self::block::Block` Oct 10 14:43:39.120 INFO kablam! --> src/lib/mod.rs:6:5 Oct 10 14:43:39.120 INFO kablam! | Oct 10 14:43:39.120 INFO kablam! 6 | use self::block::Block; Oct 10 14:43:39.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.120 INFO kablam! Oct 10 14:43:39.684 INFO kablam! warning: method is never used: `get_hash` Oct 10 14:43:39.684 INFO kablam! --> src/lib/block/mod.rs:45:5 Oct 10 14:43:39.684 INFO kablam! | Oct 10 14:43:39.684 INFO kablam! 45 | pub fn get_hash(&self)->String{ Oct 10 14:43:39.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.684 INFO kablam! | Oct 10 14:43:39.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:43:39.684 INFO kablam! Oct 10 14:43:39.684 INFO kablam! warning: method is never used: `block_hash` Oct 10 14:43:39.684 INFO kablam! --> src/lib/block/mod.rs:60:5 Oct 10 14:43:39.684 INFO kablam! | Oct 10 14:43:39.684 INFO kablam! 60 | pub fn block_hash(block: &Block) ->String{ Oct 10 14:43:39.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.684 INFO kablam! Oct 10 14:43:39.684 INFO kablam! warning: method is never used: `verify_chain` Oct 10 14:43:39.684 INFO kablam! --> src/lib/blockchain/mod.rs:38:5 Oct 10 14:43:39.684 INFO kablam! | Oct 10 14:43:39.684 INFO kablam! 38 | fn verify_chain(&self,chain: &Vec) ->bool{ Oct 10 14:43:39.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.684 INFO kablam! Oct 10 14:43:39.684 INFO kablam! warning: method is never used: `replace_chain` Oct 10 14:43:39.684 INFO kablam! --> src/lib/blockchain/mod.rs:50:5 Oct 10 14:43:39.684 INFO kablam! | Oct 10 14:43:39.684 INFO kablam! 50 | pub fn replace_chain(&mut self, chain: &Vec)->bool{ Oct 10 14:43:39.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.684 INFO kablam! Oct 10 14:43:39.684 INFO kablam! warning: struct is never constructed: `RegistryError` Oct 10 14:43:39.684 INFO kablam! --> src/lib/registry/mod.rs:14:1 Oct 10 14:43:39.684 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 14 | pub struct RegistryError(String); Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `generate_next` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:36:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 36 | pub fn generate_next(reg: &mut Registry) -> Result { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `new` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:55:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 55 | pub fn new(path: &str) -> Self { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `init` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:63:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 63 | pub fn init(&mut self, addr: &str) { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `add` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:68:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 68 | fn add(&mut self, addr: &str) { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `read_all` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:83:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 83 | fn read_all(&mut self, f: &mut File) { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `write_all` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:93:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 93 | fn write_all(&mut self, f: &mut File) { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `siblings_addrs` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:99:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 99 | pub fn siblings_addrs(&mut self) -> Vec { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:39.685 INFO kablam! warning: method is never used: `last_sibling` Oct 10 14:43:39.685 INFO kablam! --> src/lib/registry/mod.rs:118:5 Oct 10 14:43:39.685 INFO kablam! | Oct 10 14:43:39.685 INFO kablam! 118 | pub fn last_sibling(&mut self) -> Ipv4Addr { Oct 10 14:43:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:43:39.685 INFO kablam! Oct 10 14:43:45.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 10 14:43:45.736 INFO kablam! su: No module specific data is present Oct 10 14:43:46.484 INFO running `"docker" "rm" "-f" "0b1c48faf296ea2c4c45af6eb8630713580be9e31f40dc73d9e1f04c10f71b17"` Oct 10 14:43:46.756 INFO blam! 0b1c48faf296ea2c4c45af6eb8630713580be9e31f40dc73d9e1f04c10f71b17 Oct 10 14:43:46.760 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:43:46.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:43:47.157 INFO blam! f702bdf3e181538d7765d2c20a075046dd52d90e1673e0afaaaa964970611d94 Oct 10 14:43:47.159 INFO running `"docker" "start" "-a" "f702bdf3e181538d7765d2c20a075046dd52d90e1673e0afaaaa964970611d94"` Oct 10 14:43:48.019 INFO kablam! usermod: no changes Oct 10 14:43:48.332 INFO kablam! Compiling term v0.5.1 Oct 10 14:43:48.350 INFO kablam! Compiling criterion-plot v0.2.4 Oct 10 14:43:48.353 INFO kablam! Compiling criterion-stats v0.2.4 Oct 10 14:43:48.353 INFO kablam! Compiling synstructure v0.9.0 Oct 10 14:43:48.354 INFO kablam! Compiling chrono v0.4.5 Oct 10 14:43:48.355 INFO kablam! Compiling regex v1.0.2 Oct 10 14:43:54.668 INFO kablam! Compiling simplelog v0.5.2 Oct 10 14:43:56.304 INFO kablam! Compiling failure_derive v0.1.2 Oct 10 14:44:01.680 INFO kablam! Compiling handlebars v0.32.4 Oct 10 14:44:03.884 INFO kablam! Compiling failure v0.1.2 Oct 10 14:44:11.084 INFO kablam! Compiling criterion v0.2.4 Oct 10 14:44:20.840 INFO kablam! Compiling zp-blockchain v0.1.0 (/source) Oct 10 14:44:24.204 INFO kablam! warning: unused import: `super::BlockChain` Oct 10 14:44:24.204 INFO kablam! --> src/lib/rest/api.rs:2:5 Oct 10 14:44:24.204 INFO kablam! | Oct 10 14:44:24.204 INFO kablam! 2 | use super::BlockChain; Oct 10 14:44:24.204 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.204 INFO kablam! | Oct 10 14:44:24.204 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:44:24.204 INFO kablam! Oct 10 14:44:24.204 INFO kablam! warning: unused import: `shio::data::Data` Oct 10 14:44:24.204 INFO kablam! --> src/lib/rest/api.rs:9:5 Oct 10 14:44:24.204 INFO kablam! | Oct 10 14:44:24.204 INFO kablam! 9 | use shio::data::Data; Oct 10 14:44:24.204 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:44:24.204 INFO kablam! Oct 10 14:44:24.205 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 10 14:44:24.205 INFO kablam! --> src/lib/registry/mod.rs:2:5 Oct 10 14:44:24.205 INFO kablam! | Oct 10 14:44:24.205 INFO kablam! 2 | use std::borrow::Borrow; Oct 10 14:44:24.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.205 INFO kablam! Oct 10 14:44:24.205 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 10 14:44:24.205 INFO kablam! --> src/lib/registry/mod.rs:131:9 Oct 10 14:44:24.205 INFO kablam! | Oct 10 14:44:24.205 INFO kablam! 131 | use std::net::Ipv4Addr; Oct 10 14:44:24.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.205 INFO kablam! Oct 10 14:44:24.205 INFO kablam! warning: unused import: `self::block::Block` Oct 10 14:44:24.205 INFO kablam! --> src/lib/mod.rs:6:5 Oct 10 14:44:24.205 INFO kablam! | Oct 10 14:44:24.205 INFO kablam! 6 | use self::block::Block; Oct 10 14:44:24.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.205 INFO kablam! Oct 10 14:44:24.592 INFO kablam! warning: method is never used: `init` Oct 10 14:44:24.592 INFO kablam! --> src/lib/registry/mod.rs:63:5 Oct 10 14:44:24.592 INFO kablam! | Oct 10 14:44:24.592 INFO kablam! 63 | pub fn init(&mut self, addr: &str) { Oct 10 14:44:24.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.592 INFO kablam! | Oct 10 14:44:24.592 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:44:24.592 INFO kablam! Oct 10 14:44:24.592 INFO kablam! warning: method is never used: `add` Oct 10 14:44:24.592 INFO kablam! --> src/lib/registry/mod.rs:68:5 Oct 10 14:44:24.592 INFO kablam! | Oct 10 14:44:24.592 INFO kablam! 68 | fn add(&mut self, addr: &str) { Oct 10 14:44:24.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.592 INFO kablam! Oct 10 14:44:24.592 INFO kablam! warning: method is never used: `write_all` Oct 10 14:44:24.592 INFO kablam! --> src/lib/registry/mod.rs:93:5 Oct 10 14:44:24.592 INFO kablam! | Oct 10 14:44:24.592 INFO kablam! 93 | fn write_all(&mut self, f: &mut File) { Oct 10 14:44:24.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:44:24.592 INFO kablam! Oct 10 14:44:27.376 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.33s Oct 10 14:44:27.383 INFO kablam! su: No module specific data is present Oct 10 14:44:28.321 INFO running `"docker" "rm" "-f" "f702bdf3e181538d7765d2c20a075046dd52d90e1673e0afaaaa964970611d94"` Oct 10 14:44:28.719 INFO blam! f702bdf3e181538d7765d2c20a075046dd52d90e1673e0afaaaa964970611d94 Oct 10 14:44:28.724 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:44:28.724 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:44:29.164 INFO blam! be26f6019c06769ac5d630f00f785cb5100c7aa57d264e53ba0208ea9df4f733 Oct 10 14:44:29.165 INFO running `"docker" "start" "-a" "be26f6019c06769ac5d630f00f785cb5100c7aa57d264e53ba0208ea9df4f733"` Oct 10 14:44:30.238 INFO kablam! usermod: no changes Oct 10 14:44:30.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 10 14:44:30.516 INFO kablam! Running /target/debug/deps/zp_blockchain-be4f85698c036b8a Oct 10 14:44:30.517 INFO blam! Oct 10 14:44:30.517 INFO blam! running 6 tests Oct 10 14:44:30.517 INFO blam! test lib::block::tests::test_block ... ok Oct 10 14:44:30.532 INFO blam! test lib::block::tests::test_eq ... ok Oct 10 14:44:30.532 INFO blam! test lib::blockchain::tests::test_add_data ... ok Oct 10 14:44:30.532 INFO blam! test lib::blockchain::tests::test_replace_chain ... ok Oct 10 14:44:30.532 INFO blam! test lib::blockchain::tests::test_verify_chain ... ok Oct 10 14:44:30.585 INFO blam! test lib::registry::tests::test_generate ... FAILED Oct 10 14:44:30.585 INFO blam! Oct 10 14:44:30.585 INFO blam! failures: Oct 10 14:44:30.585 INFO blam! Oct 10 14:44:30.585 INFO blam! ---- lib::registry::tests::test_generate stdout ---- Oct 10 14:44:30.585 INFO blam! try opentest.csv Oct 10 14:44:30.585 INFO blam! thread 'lib::registry::tests::test_generate' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 10 14:44:30.585 INFO blam! stack backtrace: Oct 10 14:44:30.585 INFO blam! 0: 0x55f7505086be - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 14:44:30.585 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 14:44:30.585 INFO blam! 1: 0x55f750511566 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 14:44:30.585 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 14:44:30.585 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 14:44:30.585 INFO blam! 2: 0x55f75050c2bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:211 Oct 10 14:44:30.585 INFO blam! 3: 0x55f75050bfcb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:221 Oct 10 14:44:30.585 INFO blam! 4: 0x55f75050c96c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:476 Oct 10 14:44:30.585 INFO blam! 5: 0x55f75050c529 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:390 Oct 10 14:44:30.585 INFO blam! 6: 0x55f75050c425 - rust_begin_unwind Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:325 Oct 10 14:44:30.585 INFO blam! 7: 0x55f75054c5bb - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 14:44:30.585 INFO blam! at libcore/panicking.rs:77 Oct 10 14:44:30.585 INFO blam! 8: 0x55f7504fcef3 - core::result::unwrap_failed::hc6f2e2a36e560302 Oct 10 14:44:30.585 INFO blam! at libcore/macros.rs:26 Oct 10 14:44:30.585 INFO blam! 9: 0x55f750495a9b - >::unwrap::h7a3fbc7d967871ac Oct 10 14:44:30.585 INFO blam! at libcore/result.rs:808 Oct 10 14:44:30.585 INFO blam! 10: 0x55f750491a5d - zp_blockchain::lib::registry::Registry::siblings_addrs::h97f174936383f5fc Oct 10 14:44:30.585 INFO blam! at src/lib/registry/mod.rs:101 Oct 10 14:44:30.585 INFO blam! 11: 0x55f750491cea - zp_blockchain::lib::registry::Registry::last_sibling::he702679607ee50bf Oct 10 14:44:30.585 INFO blam! at src/lib/registry/mod.rs:119 Oct 10 14:44:30.585 INFO blam! 12: 0x55f750490f9d - zp_blockchain::lib::registry::Registry::generate_next::hfa336c652b57b63a Oct 10 14:44:30.585 INFO blam! at src/lib/registry/mod.rs:37 Oct 10 14:44:30.585 INFO blam! 13: 0x55f750493244 - zp_blockchain::lib::registry::tests::test_generate::h9e6d82c16d3a50e9 Oct 10 14:44:30.585 INFO blam! at src/lib/registry/mod.rs:136 Oct 10 14:44:30.585 INFO blam! 14: 0x55f7504931e9 - zp_blockchain::lib::registry::tests::test_generate::{{closure}}::hc950d1a036ddb204 Oct 10 14:44:30.585 INFO blam! at src/lib/registry/mod.rs:133 Oct 10 14:44:30.585 INFO blam! 15: 0x55f75048a8ed - core::ops::function::FnOnce::call_once::h43eec0cf2256546f Oct 10 14:44:30.585 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:44:30.585 INFO blam! 16: 0x55f75049a19e - >::call_box::h95b7cb918af67b5d Oct 10 14:44:30.585 INFO blam! at libtest/lib.rs:1468 Oct 10 14:44:30.585 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:44:30.585 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:44:30.585 INFO blam! 17: 0x55f75051c739 - __rust_maybe_catch_panic Oct 10 14:44:30.585 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:44:30.585 INFO blam! 18: 0x55f7504baced - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:289 Oct 10 14:44:30.585 INFO blam! at libstd/panic.rs:392 Oct 10 14:44:30.585 INFO blam! at libtest/lib.rs:1423 Oct 10 14:44:30.585 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 14:44:30.585 INFO blam! 19: 0x55f7504bb8f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 14:44:30.585 INFO blam! at libstd/thread/mod.rs:409 Oct 10 14:44:30.585 INFO blam! at libstd/panic.rs:313 Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:310 Oct 10 14:44:30.585 INFO blam! 20: 0x55f75051c739 - __rust_maybe_catch_panic Oct 10 14:44:30.585 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:44:30.585 INFO blam! 21: 0x55f7504a8eb6 - >::call_box::h96125cb29a9ba44b Oct 10 14:44:30.585 INFO blam! at libstd/panicking.rs:289 Oct 10 14:44:30.585 INFO blam! at libstd/panic.rs:392 Oct 10 14:44:30.585 INFO blam! at libstd/thread/mod.rs:408 Oct 10 14:44:30.585 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:44:30.585 INFO blam! 22: 0x55f75050a6fa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 14:44:30.586 INFO blam! at liballoc/boxed.rs:682 Oct 10 14:44:30.586 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 14:44:30.586 INFO blam! 23: 0x55f7504ffad5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 14:44:30.586 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 14:44:30.586 INFO blam! 24: 0x7f23d74ae6b9 - start_thread Oct 10 14:44:30.586 INFO blam! 25: 0x7f23d6fce41c - clone Oct 10 14:44:30.586 INFO blam! 26: 0x0 - Oct 10 14:44:30.586 INFO blam! Oct 10 14:44:30.586 INFO blam! Oct 10 14:44:30.586 INFO blam! failures: Oct 10 14:44:30.586 INFO blam! lib::registry::tests::test_generate Oct 10 14:44:30.586 INFO blam! Oct 10 14:44:30.586 INFO blam! test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:44:30.586 INFO blam! Oct 10 14:44:30.603 INFO kablam! error: test failed, to rerun pass '--bin zp-blockchain' Oct 10 14:44:30.608 INFO kablam! su: No module specific data is present Oct 10 14:44:31.197 INFO running `"docker" "rm" "-f" "be26f6019c06769ac5d630f00f785cb5100c7aa57d264e53ba0208ea9df4f733"` Oct 10 14:44:31.471 INFO blam! be26f6019c06769ac5d630f00f785cb5100c7aa57d264e53ba0208ea9df4f733