Oct 15 06:51:08.068 INFO testing ShaunApps/learning-rust-and-bitcoin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:51:08.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 06:51:08.252 INFO blam! a255a851c325ac8338d6b830059f3e0509039d6bca09df73737f0d1b13d3796a Oct 15 06:51:08.257 INFO running `"docker" "start" "-a" "a255a851c325ac8338d6b830059f3e0509039d6bca09df73737f0d1b13d3796a"` Oct 15 06:51:08.826 INFO kablam! usermod: no changes Oct 15 06:51:09.136 INFO kablam! Compiling want v0.0.5 Oct 15 06:51:09.143 INFO kablam! Compiling http v0.1.6 Oct 15 06:51:18.155 INFO kablam! Compiling h2 v0.1.10 Oct 15 06:51:24.082 INFO kablam! Compiling hyper v0.12.2 Oct 15 06:51:30.955 INFO kablam! Compiling crypto v0.1.0 (/source) Oct 15 06:51:33.110 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:51:33.111 INFO kablam! --> src/main.rs:5:1 Oct 15 06:51:33.111 INFO kablam! | Oct 15 06:51:33.111 INFO kablam! 5 | #[macro_use] Oct 15 06:51:33.111 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:51:33.111 INFO kablam! | Oct 15 06:51:33.111 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:51:33.111 INFO kablam! Oct 15 06:51:33.111 INFO kablam! warning: unused imports: `Error`, `Value` Oct 15 06:51:33.111 INFO kablam! --> src/main.rs:8:18 Oct 15 06:51:33.111 INFO kablam! | Oct 15 06:51:33.111 INFO kablam! 8 | use serde_json::{Value, Error}; Oct 15 06:51:33.111 INFO kablam! | ^^^^^ ^^^^^ Oct 15 06:51:33.111 INFO kablam! Oct 15 06:51:33.111 INFO kablam! warning: unused imports: `Digest`, `Sha256` Oct 15 06:51:33.111 INFO kablam! --> src/main.rs:10:12 Oct 15 06:51:33.111 INFO kablam! | Oct 15 06:51:33.111 INFO kablam! 10 | use sha2::{Sha256, Digest}; Oct 15 06:51:33.111 INFO kablam! | ^^^^^^ ^^^^^^ Oct 15 06:51:33.111 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused import: `std::env` Oct 15 06:51:33.112 INFO kablam! --> src/main.rs:11:5 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 11 | use std::env; Oct 15 06:51:33.112 INFO kablam! | ^^^^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 15 06:51:33.112 INFO kablam! --> src/main.rs:12:17 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 12 | use hyper::rt::{self, Future, Stream}; Oct 15 06:51:33.112 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused import: `std::env` Oct 15 06:51:33.112 INFO kablam! --> src/utxos/mod.rs:4:5 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 4 | use std::env; Oct 15 06:51:33.112 INFO kablam! | ^^^^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused imports: `Write`, `self` Oct 15 06:51:33.112 INFO kablam! --> src/utxos/mod.rs:5:15 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 5 | use std::io::{self, Write}; Oct 15 06:51:33.112 INFO kablam! | ^^^^ ^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused import: `std::str` Oct 15 06:51:33.112 INFO kablam! --> src/utxos/mod.rs:6:5 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 6 | use std::str; Oct 15 06:51:33.112 INFO kablam! | ^^^^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused import: `hyper::Client` Oct 15 06:51:33.112 INFO kablam! --> src/utxos/mod.rs:8:5 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 8 | use hyper::Client; Oct 15 06:51:33.112 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 15 06:51:33.112 INFO kablam! --> src/utxos/mod.rs:9:17 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 9 | use hyper::rt::{self, Future, Stream}; Oct 15 06:51:33.112 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unused imports: `Error`, `Value` Oct 15 06:51:33.112 INFO kablam! --> src/utxos/mod.rs:11:18 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 11 | use serde_json::{Value, Error}; Oct 15 06:51:33.112 INFO kablam! | ^^^^^ ^^^^^ Oct 15 06:51:33.112 INFO kablam! Oct 15 06:51:33.112 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 06:51:33.112 INFO kablam! --> src/field_element.rs:20:23 Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.112 INFO kablam! 20 | let exp_num = (num.pow(other) % self.prime); Oct 15 06:51:33.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:51:33.112 INFO kablam! | Oct 15 06:51:33.113 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:51:33.113 INFO kablam! Oct 15 06:51:33.113 INFO kablam! warning: unused import: `FieldElement` Oct 15 06:51:33.113 INFO kablam! --> src/elliptic_curves.rs:7:21 Oct 15 06:51:33.113 INFO kablam! | Oct 15 06:51:33.113 INFO kablam! 7 | use field_element::{FieldElement}; Oct 15 06:51:33.113 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:51:33.113 INFO kablam! Oct 15 06:51:33.114 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:51:33.114 INFO kablam! --> src/elliptic_curves.rs:31:12 Oct 15 06:51:33.114 INFO kablam! | Oct 15 06:51:33.114 INFO kablam! 31 | if (self.a != other.a || self.b != other.b) { panic!("Points are not on the same curve!")} Oct 15 06:51:33.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:51:33.114 INFO kablam! Oct 15 06:51:33.114 INFO kablam! warning: unused import: `std::fs::File` Oct 15 06:51:33.115 INFO kablam! --> src/main.rs:18:5 Oct 15 06:51:33.115 INFO kablam! | Oct 15 06:51:33.115 INFO kablam! 18 | use std::fs::File; Oct 15 06:51:33.115 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:51:33.115 INFO kablam! Oct 15 06:51:33.115 INFO kablam! warning: unused import: `std::path::Path` Oct 15 06:51:33.115 INFO kablam! --> src/main.rs:19:5 Oct 15 06:51:33.115 INFO kablam! | Oct 15 06:51:33.115 INFO kablam! 19 | use std::path::Path; Oct 15 06:51:33.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:51:33.115 INFO kablam! Oct 15 06:51:33.115 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:51:33.115 INFO kablam! --> src/main.rs:20:5 Oct 15 06:51:33.115 INFO kablam! | Oct 15 06:51:33.115 INFO kablam! 20 | use std::io::prelude::*; Oct 15 06:51:33.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:51:33.115 INFO kablam! Oct 15 06:51:33.231 INFO kablam! warning: unused variable: `data` Oct 15 06:51:33.231 INFO kablam! --> src/main.rs:28:5 Oct 15 06:51:33.231 INFO kablam! | Oct 15 06:51:33.231 INFO kablam! 28 | let data = r#"[ Oct 15 06:51:33.231 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 06:51:33.231 INFO kablam! | Oct 15 06:51:33.231 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:51:33.231 INFO kablam! Oct 15 06:51:33.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.80s Oct 15 06:51:33.662 INFO kablam! su: No module specific data is present Oct 15 06:51:34.263 INFO running `"docker" "rm" "-f" "a255a851c325ac8338d6b830059f3e0509039d6bca09df73737f0d1b13d3796a"` Oct 15 06:51:34.510 INFO blam! a255a851c325ac8338d6b830059f3e0509039d6bca09df73737f0d1b13d3796a Oct 15 06:51:34.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 06:51:34.929 INFO blam! 202ca09511a9e1eb323e4cdebc80d90d12c7452bba2d781c4b94f5fa62ea375a Oct 15 06:51:34.930 INFO running `"docker" "start" "-a" "202ca09511a9e1eb323e4cdebc80d90d12c7452bba2d781c4b94f5fa62ea375a"` Oct 15 06:51:35.286 INFO kablam! usermod: no changes Oct 15 06:51:35.419 INFO kablam! Compiling regex v1.0.1 Oct 15 06:51:42.460 INFO kablam! Compiling env_logger v0.5.10 Oct 15 06:51:44.547 INFO kablam! Compiling pretty_env_logger v0.2.3 Oct 15 06:51:45.871 INFO kablam! Compiling crypto v0.1.0 (/source) Oct 15 06:51:47.975 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:51:47.975 INFO kablam! --> src/main.rs:5:1 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 5 | #[macro_use] Oct 15 06:51:47.975 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused imports: `Error`, `Value` Oct 15 06:51:47.975 INFO kablam! --> src/main.rs:8:18 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 8 | use serde_json::{Value, Error}; Oct 15 06:51:47.975 INFO kablam! | ^^^^^ ^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused import: `Digest` Oct 15 06:51:47.975 INFO kablam! --> src/main.rs:10:20 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 10 | use sha2::{Sha256, Digest}; Oct 15 06:51:47.975 INFO kablam! | ^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused import: `std::env` Oct 15 06:51:47.975 INFO kablam! --> src/main.rs:11:5 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 11 | use std::env; Oct 15 06:51:47.975 INFO kablam! | ^^^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 15 06:51:47.975 INFO kablam! --> src/main.rs:12:17 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 12 | use hyper::rt::{self, Future, Stream}; Oct 15 06:51:47.975 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused import: `std::env` Oct 15 06:51:47.975 INFO kablam! --> src/utxos/mod.rs:4:5 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 4 | use std::env; Oct 15 06:51:47.975 INFO kablam! | ^^^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused imports: `Write`, `self` Oct 15 06:51:47.975 INFO kablam! --> src/utxos/mod.rs:5:15 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 5 | use std::io::{self, Write}; Oct 15 06:51:47.975 INFO kablam! | ^^^^ ^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused import: `std::str` Oct 15 06:51:47.975 INFO kablam! --> src/utxos/mod.rs:6:5 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 6 | use std::str; Oct 15 06:51:47.975 INFO kablam! | ^^^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused import: `hyper::Client` Oct 15 06:51:47.975 INFO kablam! --> src/utxos/mod.rs:8:5 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 8 | use hyper::Client; Oct 15 06:51:47.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused imports: `Future`, `Stream`, `self` Oct 15 06:51:47.975 INFO kablam! --> src/utxos/mod.rs:9:17 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 9 | use hyper::rt::{self, Future, Stream}; Oct 15 06:51:47.975 INFO kablam! | ^^^^ ^^^^^^ ^^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unused imports: `Error`, `Value` Oct 15 06:51:47.975 INFO kablam! --> src/utxos/mod.rs:11:18 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 11 | use serde_json::{Value, Error}; Oct 15 06:51:47.975 INFO kablam! | ^^^^^ ^^^^^ Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 06:51:47.975 INFO kablam! --> src/field_element.rs:20:23 Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! 20 | let exp_num = (num.pow(other) % self.prime); Oct 15 06:51:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:51:47.975 INFO kablam! | Oct 15 06:51:47.975 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:51:47.975 INFO kablam! Oct 15 06:51:47.975 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:51:47.976 INFO kablam! --> src/elliptic_curves.rs:31:12 Oct 15 06:51:47.976 INFO kablam! | Oct 15 06:51:47.976 INFO kablam! 31 | if (self.a != other.a || self.b != other.b) { panic!("Points are not on the same curve!")} Oct 15 06:51:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:51:47.976 INFO kablam! Oct 15 06:51:47.976 INFO kablam! warning: unused import: `std::fs::File` Oct 15 06:51:47.976 INFO kablam! --> src/main.rs:18:5 Oct 15 06:51:47.976 INFO kablam! | Oct 15 06:51:47.976 INFO kablam! 18 | use std::fs::File; Oct 15 06:51:47.976 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:51:47.976 INFO kablam! Oct 15 06:51:47.976 INFO kablam! warning: unused import: `std::path::Path` Oct 15 06:51:47.976 INFO kablam! --> src/main.rs:19:5 Oct 15 06:51:47.976 INFO kablam! | Oct 15 06:51:47.976 INFO kablam! 19 | use std::path::Path; Oct 15 06:51:47.976 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:51:47.976 INFO kablam! Oct 15 06:51:47.976 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:51:47.986 INFO kablam! --> src/main.rs:20:5 Oct 15 06:51:47.986 INFO kablam! | Oct 15 06:51:47.986 INFO kablam! 20 | use std::io::prelude::*; Oct 15 06:51:47.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:51:47.986 INFO kablam! Oct 15 06:51:48.139 INFO kablam! warning: unused variable: `data` Oct 15 06:51:48.139 INFO kablam! --> src/main.rs:28:5 Oct 15 06:51:48.139 INFO kablam! | Oct 15 06:51:48.139 INFO kablam! 28 | let data = r#"[ Oct 15 06:51:48.139 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 06:51:48.139 INFO kablam! | Oct 15 06:51:48.139 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:51:48.139 INFO kablam! Oct 15 06:51:49.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.06s Oct 15 06:51:49.387 INFO kablam! su: No module specific data is present Oct 15 06:51:50.181 INFO running `"docker" "rm" "-f" "202ca09511a9e1eb323e4cdebc80d90d12c7452bba2d781c4b94f5fa62ea375a"` Oct 15 06:51:50.451 INFO blam! 202ca09511a9e1eb323e4cdebc80d90d12c7452bba2d781c4b94f5fa62ea375a Oct 15 06:51:50.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 06:51:50.932 INFO blam! 161654c245917d01f029036672b2f88c64a0e0408292599d795a9867b076d57c Oct 15 06:51:50.941 INFO running `"docker" "start" "-a" "161654c245917d01f029036672b2f88c64a0e0408292599d795a9867b076d57c"` Oct 15 06:51:52.254 INFO kablam! usermod: no changes Oct 15 06:51:52.469 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 06:51:52.483 INFO kablam! Running /target/debug/deps/crypto-262036fe374a4ebe Oct 15 06:51:52.512 INFO blam! Oct 15 06:51:52.512 INFO blam! running 13 tests Oct 15 06:51:52.512 INFO blam! test elliptic_curves::tests::ecc_new_test ... ok Oct 15 06:51:52.513 INFO blam! test elliptic_curves::tests::test_add0 ... ok Oct 15 06:51:52.513 INFO blam! test elliptic_curves::tests::comb_point_ecc0 ... ok Oct 15 06:51:52.513 INFO blam! test field_element::tests::field_element_sub2_test ... ok Oct 15 06:51:52.514 INFO blam! test field_element::tests::field_element_new_test ... ok Oct 15 06:51:52.514 INFO blam! test field_element::tests::field_element_mul_test ... ok Oct 15 06:51:52.514 INFO blam! test elliptic_curves::tests::test_add1 ... ok Oct 15 06:51:52.515 INFO blam! test field_element::tests::field_element_exp_test ... ok Oct 15 06:51:52.515 INFO blam! test field_element::tests::field_element_sub_test ... ok Oct 15 06:51:52.515 INFO blam! test tests::sha256_hello_world_test ... ok Oct 15 06:51:52.527 INFO blam! test field_element::tests::field_element_div_test ... ok Oct 15 06:51:52.527 INFO kablam! su: No module specific data is present Oct 15 06:51:52.527 INFO blam! test field_element::tests::field_element_div2_test ... ok Oct 15 06:51:52.528 INFO blam! test field_element::tests::field_element_add_test ... ok Oct 15 06:51:52.528 INFO blam! Oct 15 06:51:52.528 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:51:52.528 INFO blam! Oct 15 06:51:53.027 INFO running `"docker" "rm" "-f" "161654c245917d01f029036672b2f88c64a0e0408292599d795a9867b076d57c"` Oct 15 06:51:53.288 INFO blam! 161654c245917d01f029036672b2f88c64a0e0408292599d795a9867b076d57c