Oct 11 04:32:11.461 INFO testing ShaunApps/learning-rust-and-bitcoin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:32:11.461 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:32:11.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 04:32:11.766 INFO blam! 3aee1ed34c5dc983720c1d44a2dda7d5abd8aca65b66197dbcc5452768ce7264 Oct 11 04:32:11.772 INFO running `"docker" "start" "-a" "3aee1ed34c5dc983720c1d44a2dda7d5abd8aca65b66197dbcc5452768ce7264"` Oct 11 04:32:12.379 INFO kablam! usermod: no changes Oct 11 04:32:12.564 INFO kablam! Compiling want v0.0.5 Oct 11 04:32:12.565 INFO kablam! Compiling tokio-io v0.1.7 Oct 11 04:32:12.565 INFO kablam! Compiling http v0.1.6 Oct 11 04:32:12.565 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 11 04:32:14.968 INFO kablam! Compiling tokio-codec v0.1.0 Oct 11 04:32:14.968 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 11 04:32:16.288 INFO kablam! Compiling tokio-fs v0.1.1 Oct 11 04:32:18.308 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 11 04:32:18.308 INFO kablam! Compiling tokio-udp v0.1.1 Oct 11 04:32:21.120 INFO kablam! Compiling tokio v0.1.7 Oct 11 04:32:24.878 INFO kablam! Compiling h2 v0.1.10 Oct 11 04:32:30.088 INFO kablam! Compiling hyper v0.12.2 Oct 11 04:32:35.931 INFO kablam! Compiling crypto v0.1.0 (/source) Oct 11 04:32:37.595 INFO kablam! warning: unused `#[macro_use]` import Oct 11 04:32:37.595 INFO kablam! --> src/main.rs:5:1 Oct 11 04:32:37.595 INFO kablam! | Oct 11 04:32:37.595 INFO kablam! 5 | #[macro_use] Oct 11 04:32:37.595 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:32:37.595 INFO kablam! | Oct 11 04:32:37.595 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:32:37.595 INFO kablam! Oct 11 04:32:37.595 INFO kablam! warning: unused imports: `Error`, `Value` Oct 11 04:32:37.595 INFO kablam! --> src/main.rs:8:18 Oct 11 04:32:37.595 INFO kablam! | Oct 11 04:32:37.595 INFO kablam! 8 | use serde_json::{Value, Error}; Oct 11 04:32:37.595 INFO kablam! | ^^^^^ ^^^^^ Oct 11 04:32:37.595 INFO kablam! Oct 11 04:32:37.595 INFO kablam! warning: unused imports: `Digest`, `Sha256` Oct 11 04:32:37.595 INFO kablam! --> src/main.rs:10:12 Oct 11 04:32:37.595 INFO kablam! | Oct 11 04:32:37.595 INFO kablam! 10 | use sha2::{Sha256, Digest}; Oct 11 04:32:37.595 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 04:32:37.595 INFO kablam! Oct 11 04:32:37.595 INFO kablam! warning: unused import: `std::env` Oct 11 04:32:37.595 INFO kablam! --> src/main.rs:11:5 Oct 11 04:32:37.595 INFO kablam! | Oct 11 04:32:37.595 INFO kablam! 11 | use std::env; Oct 11 04:32:37.596 INFO kablam! | ^^^^^^^^ Oct 11 04:32:37.596 INFO kablam! Oct 11 04:32:37.596 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 11 04:32:37.596 INFO kablam! --> src/main.rs:12:17 Oct 11 04:32:37.596 INFO kablam! | Oct 11 04:32:37.596 INFO kablam! 12 | use hyper::rt::{self, Future, Stream}; Oct 11 04:32:37.596 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 11 04:32:37.596 INFO kablam! Oct 11 04:32:37.596 INFO kablam! warning: unused import: `std::env` Oct 11 04:32:37.596 INFO kablam! --> src/utxos/mod.rs:4:5 Oct 11 04:32:37.596 INFO kablam! | Oct 11 04:32:37.596 INFO kablam! 4 | use std::env; Oct 11 04:32:37.596 INFO kablam! | ^^^^^^^^ Oct 11 04:32:37.596 INFO kablam! Oct 11 04:32:37.596 INFO kablam! warning: unused imports: `Write`, `self` Oct 11 04:32:37.596 INFO kablam! --> src/utxos/mod.rs:5:15 Oct 11 04:32:37.596 INFO kablam! | Oct 11 04:32:37.596 INFO kablam! 5 | use std::io::{self, Write}; Oct 11 04:32:37.596 INFO kablam! | ^^^^ ^^^^^ Oct 11 04:32:37.596 INFO kablam! Oct 11 04:32:37.596 INFO kablam! warning: unused import: `std::str` Oct 11 04:32:37.596 INFO kablam! --> src/utxos/mod.rs:6:5 Oct 11 04:32:37.596 INFO kablam! | Oct 11 04:32:37.597 INFO kablam! 6 | use std::str; Oct 11 04:32:37.597 INFO kablam! | ^^^^^^^^ Oct 11 04:32:37.597 INFO kablam! Oct 11 04:32:37.597 INFO kablam! warning: unused import: `hyper::Client` Oct 11 04:32:37.597 INFO kablam! --> src/utxos/mod.rs:8:5 Oct 11 04:32:37.597 INFO kablam! | Oct 11 04:32:37.597 INFO kablam! 8 | use hyper::Client; Oct 11 04:32:37.597 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:32:37.597 INFO kablam! Oct 11 04:32:37.597 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 11 04:32:37.597 INFO kablam! --> src/utxos/mod.rs:9:17 Oct 11 04:32:37.597 INFO kablam! | Oct 11 04:32:37.597 INFO kablam! 9 | use hyper::rt::{self, Future, Stream}; Oct 11 04:32:37.597 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 11 04:32:37.597 INFO kablam! Oct 11 04:32:37.597 INFO kablam! warning: unused imports: `Error`, `Value` Oct 11 04:32:37.597 INFO kablam! --> src/utxos/mod.rs:11:18 Oct 11 04:32:37.597 INFO kablam! | Oct 11 04:32:37.597 INFO kablam! 11 | use serde_json::{Value, Error}; Oct 11 04:32:37.597 INFO kablam! | ^^^^^ ^^^^^ Oct 11 04:32:37.597 INFO kablam! Oct 11 04:32:37.597 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 04:32:37.597 INFO kablam! --> src/field_element.rs:20:23 Oct 11 04:32:37.597 INFO kablam! | Oct 11 04:32:37.597 INFO kablam! 20 | let exp_num = (num.pow(other) % self.prime); Oct 11 04:32:37.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:32:37.598 INFO kablam! | Oct 11 04:32:37.598 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:32:37.598 INFO kablam! Oct 11 04:32:37.598 INFO kablam! warning: unused import: `FieldElement` Oct 11 04:32:37.598 INFO kablam! --> src/elliptic_curves.rs:7:21 Oct 11 04:32:37.598 INFO kablam! | Oct 11 04:32:37.598 INFO kablam! 7 | use field_element::{FieldElement}; Oct 11 04:32:37.598 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:32:37.598 INFO kablam! Oct 11 04:32:37.598 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:32:37.598 INFO kablam! --> src/elliptic_curves.rs:31:12 Oct 11 04:32:37.598 INFO kablam! | Oct 11 04:32:37.598 INFO kablam! 31 | if (self.a != other.a || self.b != other.b) { panic!("Points are not on the same curve!")} Oct 11 04:32:37.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:32:37.598 INFO kablam! Oct 11 04:32:37.598 INFO kablam! warning: unused import: `std::fs::File` Oct 11 04:32:37.598 INFO kablam! --> src/main.rs:18:5 Oct 11 04:32:37.598 INFO kablam! | Oct 11 04:32:37.598 INFO kablam! 18 | use std::fs::File; Oct 11 04:32:37.598 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:32:37.598 INFO kablam! Oct 11 04:32:37.598 INFO kablam! warning: unused import: `std::path::Path` Oct 11 04:32:37.598 INFO kablam! --> src/main.rs:19:5 Oct 11 04:32:37.598 INFO kablam! | Oct 11 04:32:37.599 INFO kablam! 19 | use std::path::Path; Oct 11 04:32:37.599 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:32:37.599 INFO kablam! Oct 11 04:32:37.599 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:32:37.599 INFO kablam! --> src/main.rs:20:5 Oct 11 04:32:37.599 INFO kablam! | Oct 11 04:32:37.599 INFO kablam! 20 | use std::io::prelude::*; Oct 11 04:32:37.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:32:37.599 INFO kablam! Oct 11 04:32:37.756 INFO kablam! warning: unused variable: `data` Oct 11 04:32:37.756 INFO kablam! --> src/main.rs:28:5 Oct 11 04:32:37.756 INFO kablam! | Oct 11 04:32:37.756 INFO kablam! 28 | let data = r#"[ Oct 11 04:32:37.756 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 04:32:37.756 INFO kablam! | Oct 11 04:32:37.756 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:32:37.756 INFO kablam! Oct 11 04:32:38.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.77s Oct 11 04:32:38.180 INFO kablam! su: No module specific data is present Oct 11 04:32:38.790 INFO running `"docker" "rm" "-f" "3aee1ed34c5dc983720c1d44a2dda7d5abd8aca65b66197dbcc5452768ce7264"` Oct 11 04:32:39.088 INFO blam! 3aee1ed34c5dc983720c1d44a2dda7d5abd8aca65b66197dbcc5452768ce7264 Oct 11 04:32:39.090 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:32:39.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 04:32:39.556 INFO blam! 82e118bc59c443e9f66a6a425fbb0bfa5b51f4de6b9c7bc1396f22bdcbe7997d Oct 11 04:32:39.558 INFO running `"docker" "start" "-a" "82e118bc59c443e9f66a6a425fbb0bfa5b51f4de6b9c7bc1396f22bdcbe7997d"` Oct 11 04:32:41.084 INFO kablam! usermod: no changes Oct 11 04:32:41.306 INFO kablam! Compiling regex v1.0.1 Oct 11 04:32:50.163 INFO kablam! Compiling env_logger v0.5.10 Oct 11 04:32:51.953 INFO kablam! Compiling pretty_env_logger v0.2.3 Oct 11 04:32:53.132 INFO kablam! Compiling crypto v0.1.0 (/source) Oct 11 04:32:54.829 INFO kablam! warning: unused `#[macro_use]` import Oct 11 04:32:54.829 INFO kablam! --> src/main.rs:5:1 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 5 | #[macro_use] Oct 11 04:32:54.829 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused imports: `Error`, `Value` Oct 11 04:32:54.829 INFO kablam! --> src/main.rs:8:18 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 8 | use serde_json::{Value, Error}; Oct 11 04:32:54.829 INFO kablam! | ^^^^^ ^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused import: `Digest` Oct 11 04:32:54.829 INFO kablam! --> src/main.rs:10:20 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 10 | use sha2::{Sha256, Digest}; Oct 11 04:32:54.829 INFO kablam! | ^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused import: `std::env` Oct 11 04:32:54.829 INFO kablam! --> src/main.rs:11:5 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 11 | use std::env; Oct 11 04:32:54.829 INFO kablam! | ^^^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 11 04:32:54.829 INFO kablam! --> src/main.rs:12:17 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 12 | use hyper::rt::{self, Future, Stream}; Oct 11 04:32:54.829 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused import: `std::env` Oct 11 04:32:54.829 INFO kablam! --> src/utxos/mod.rs:4:5 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 4 | use std::env; Oct 11 04:32:54.829 INFO kablam! | ^^^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused imports: `Write`, `self` Oct 11 04:32:54.829 INFO kablam! --> src/utxos/mod.rs:5:15 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 5 | use std::io::{self, Write}; Oct 11 04:32:54.829 INFO kablam! | ^^^^ ^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused import: `std::str` Oct 11 04:32:54.829 INFO kablam! --> src/utxos/mod.rs:6:5 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 6 | use std::str; Oct 11 04:32:54.829 INFO kablam! | ^^^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused import: `hyper::Client` Oct 11 04:32:54.829 INFO kablam! --> src/utxos/mod.rs:8:5 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 8 | use hyper::Client; Oct 11 04:32:54.829 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 11 04:32:54.829 INFO kablam! --> src/utxos/mod.rs:9:17 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 9 | use hyper::rt::{self, Future, Stream}; Oct 11 04:32:54.829 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unused imports: `Error`, `Value` Oct 11 04:32:54.829 INFO kablam! --> src/utxos/mod.rs:11:18 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 11 | use serde_json::{Value, Error}; Oct 11 04:32:54.829 INFO kablam! | ^^^^^ ^^^^^ Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 04:32:54.829 INFO kablam! --> src/field_element.rs:20:23 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 20 | let exp_num = (num.pow(other) % self.prime); Oct 11 04:32:54.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:32:54.829 INFO kablam! Oct 11 04:32:54.829 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:32:54.829 INFO kablam! --> src/elliptic_curves.rs:31:12 Oct 11 04:32:54.829 INFO kablam! | Oct 11 04:32:54.829 INFO kablam! 31 | if (self.a != other.a || self.b != other.b) { panic!("Points are not on the same curve!")} Oct 11 04:32:54.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:32:54.830 INFO kablam! Oct 11 04:32:54.830 INFO kablam! warning: unused import: `std::fs::File` Oct 11 04:32:54.830 INFO kablam! --> src/main.rs:18:5 Oct 11 04:32:54.830 INFO kablam! | Oct 11 04:32:54.830 INFO kablam! 18 | use std::fs::File; Oct 11 04:32:54.830 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:32:54.830 INFO kablam! Oct 11 04:32:54.830 INFO kablam! warning: unused import: `std::path::Path` Oct 11 04:32:54.830 INFO kablam! --> src/main.rs:19:5 Oct 11 04:32:54.830 INFO kablam! | Oct 11 04:32:54.830 INFO kablam! 19 | use std::path::Path; Oct 11 04:32:54.830 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:32:54.830 INFO kablam! Oct 11 04:32:54.830 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:32:54.830 INFO kablam! --> src/main.rs:20:5 Oct 11 04:32:54.830 INFO kablam! | Oct 11 04:32:54.830 INFO kablam! 20 | use std::io::prelude::*; Oct 11 04:32:54.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:32:54.830 INFO kablam! Oct 11 04:32:54.992 INFO kablam! warning: unused variable: `data` Oct 11 04:32:54.992 INFO kablam! --> src/main.rs:28:5 Oct 11 04:32:54.992 INFO kablam! | Oct 11 04:32:54.992 INFO kablam! 28 | let data = r#"[ Oct 11 04:32:54.992 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 04:32:54.992 INFO kablam! | Oct 11 04:32:54.992 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:32:54.992 INFO kablam! Oct 11 04:32:56.250 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.13s Oct 11 04:32:56.268 INFO kablam! su: No module specific data is present Oct 11 04:32:56.812 INFO running `"docker" "rm" "-f" "82e118bc59c443e9f66a6a425fbb0bfa5b51f4de6b9c7bc1396f22bdcbe7997d"` Oct 11 04:32:57.140 INFO blam! 82e118bc59c443e9f66a6a425fbb0bfa5b51f4de6b9c7bc1396f22bdcbe7997d Oct 11 04:32:57.152 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:32:57.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 04:32:57.816 INFO blam! 3db46aeb7b0bb393b6d4b7f9690119c8d563714493816dc1ce0470f772bc0dc4 Oct 11 04:32:57.818 INFO running `"docker" "start" "-a" "3db46aeb7b0bb393b6d4b7f9690119c8d563714493816dc1ce0470f772bc0dc4"` Oct 11 04:32:59.357 INFO kablam! usermod: no changes Oct 11 04:32:59.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 11 04:32:59.636 INFO kablam! Running /target/debug/deps/crypto-262036fe374a4ebe Oct 11 04:32:59.637 INFO blam! Oct 11 04:32:59.637 INFO blam! running 13 tests Oct 11 04:32:59.649 INFO blam! test elliptic_curves::tests::ecc_new_test ... ok Oct 11 04:32:59.649 INFO blam! test elliptic_curves::tests::comb_point_ecc0 ... ok Oct 11 04:32:59.649 INFO blam! test elliptic_curves::tests::test_add0 ... ok Oct 11 04:32:59.649 INFO blam! test field_element::tests::field_element_exp_test ... ok Oct 11 04:32:59.649 INFO blam! test field_element::tests::field_element_sub2_test ... ok Oct 11 04:32:59.656 INFO blam! test field_element::tests::field_element_div_test ... ok Oct 11 04:32:59.664 INFO blam! test field_element::tests::field_element_add_test ... ok Oct 11 04:32:59.665 INFO blam! test elliptic_curves::tests::test_add1 ... ok Oct 11 04:32:59.665 INFO blam! test field_element::tests::field_element_sub_test ... ok Oct 11 04:32:59.665 INFO blam! test field_element::tests::field_element_mul_test ... ok Oct 11 04:32:59.665 INFO blam! test field_element::tests::field_element_new_test ... ok Oct 11 04:32:59.665 INFO blam! test field_element::tests::field_element_div2_test ... ok Oct 11 04:32:59.665 INFO blam! test tests::sha256_hello_world_test ... ok Oct 11 04:32:59.665 INFO blam! Oct 11 04:32:59.665 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:32:59.665 INFO blam! Oct 11 04:32:59.673 INFO kablam! su: No module specific data is present Oct 11 04:33:00.381 INFO running `"docker" "rm" "-f" "3db46aeb7b0bb393b6d4b7f9690119c8d563714493816dc1ce0470f772bc0dc4"` Oct 11 04:33:00.656 INFO blam! 3db46aeb7b0bb393b6d4b7f9690119c8d563714493816dc1ce0470f772bc0dc4