Oct 11 04:52:31.139 INFO testing RCasatta/ots-aggregator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:52:31.139 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:52:31.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:52:31.525 INFO blam! d3919923d31ace20de478fe75f688e734b112818936a8cd83b059f1a6b854b46 Oct 11 04:52:31.528 INFO running `"docker" "start" "-a" "d3919923d31ace20de478fe75f688e734b112818936a8cd83b059f1a6b854b46"` Oct 11 04:52:32.792 INFO kablam! usermod: no changes Oct 11 04:52:33.044 INFO kablam! Compiling iovec v0.1.2 Oct 11 04:52:33.044 INFO kablam! Compiling net2 v0.2.32 Oct 11 04:52:33.056 INFO kablam! Compiling memchr v2.0.1 Oct 11 04:52:33.069 INFO kablam! Compiling rand v0.4.2 Oct 11 04:52:33.075 INFO kablam! Compiling atty v0.2.8 Oct 11 04:52:33.078 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 11 04:52:33.078 INFO kablam! Compiling openssl-sys v0.9.31 Oct 11 04:52:36.385 INFO kablam! Compiling bytes v0.4.6 Oct 11 04:52:36.536 INFO kablam! Compiling clap v2.31.1 Oct 11 04:52:36.561 INFO kablam! Compiling aho-corasick v0.6.4 Oct 11 04:52:39.452 INFO kablam! Compiling openssl v0.9.24 Oct 11 04:52:39.483 INFO kablam! Compiling mio v0.6.13 Oct 11 04:52:41.936 INFO kablam! Compiling regex v0.2.10 Oct 11 04:52:43.212 INFO kablam! Compiling rand v0.3.22 Oct 11 04:52:43.399 INFO kablam! Compiling tokio-io v0.1.5 Oct 11 04:52:45.410 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 04:52:50.084 INFO kablam! Compiling tokio-core v0.1.12 Oct 11 04:52:50.085 INFO kablam! Compiling tokio v0.1.1 Oct 11 04:53:07.792 INFO kablam! Compiling native-tls v0.1.5 Oct 11 04:53:09.681 INFO kablam! Compiling env_logger v0.4.3 Oct 11 04:53:09.888 INFO kablam! Compiling env_logger v0.5.5 Oct 11 04:53:09.948 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 04:53:12.837 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 04:53:15.648 INFO kablam! Compiling opentimestamps v0.1.2 Oct 11 04:53:18.444 INFO kablam! Compiling hyper v0.11.22 Oct 11 04:53:30.328 INFO kablam! Compiling hyper-tls v0.1.3 Oct 11 04:53:34.372 INFO kablam! Compiling ots-aggregator v0.1.0 (/source) Oct 11 04:53:39.264 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 04:53:39.264 INFO kablam! --> src/merkle.rs:29:50 Oct 11 04:53:39.264 INFO kablam! | Oct 11 04:53:39.264 INFO kablam! 29 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 11 04:53:39.264 INFO kablam! | ^^^^^^^^^ Oct 11 04:53:39.265 INFO kablam! | Oct 11 04:53:39.265 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 11 04:53:39.265 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 04:53:39.265 INFO kablam! = note: for more information, see issue #48919 Oct 11 04:53:39.265 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 11 04:53:39.276 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 04:53:39.276 INFO kablam! Oct 11 04:53:39.304 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 04:53:39.304 INFO kablam! --> src/timer.rs:55:60 Oct 11 04:53:39.304 INFO kablam! | Oct 11 04:53:39.304 INFO kablam! 55 | res.status(), start.elapsed().as_millis()); Oct 11 04:53:39.304 INFO kablam! | ^^^^^^^^^ Oct 11 04:53:39.304 INFO kablam! | Oct 11 04:53:39.304 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 04:53:39.304 INFO kablam! = note: for more information, see issue #48919 Oct 11 04:53:39.304 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 11 04:53:39.304 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 04:53:39.304 INFO kablam! Oct 11 04:53:54.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 11 04:53:54.708 INFO kablam! su: No module specific data is present Oct 11 04:53:55.293 INFO running `"docker" "rm" "-f" "d3919923d31ace20de478fe75f688e734b112818936a8cd83b059f1a6b854b46"` Oct 11 04:53:55.548 INFO blam! d3919923d31ace20de478fe75f688e734b112818936a8cd83b059f1a6b854b46 Oct 11 04:53:55.560 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:53:55.562 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:53:56.248 INFO blam! 860e356d76c80c7e053d81f7e235bac1b6a9abe3a8dfa6763aba948ea4f1cb4f Oct 11 04:53:56.248 INFO running `"docker" "start" "-a" "860e356d76c80c7e053d81f7e235bac1b6a9abe3a8dfa6763aba948ea4f1cb4f"` Oct 11 04:53:57.248 INFO kablam! usermod: no changes Oct 11 04:53:57.502 INFO kablam! Compiling ots-aggregator v0.1.0 (/source) Oct 11 04:54:01.059 INFO kablam! warning: unused imports: `Write`, `self` Oct 11 04:54:01.059 INFO kablam! --> examples/load_testing.rs:6:15 Oct 11 04:54:01.059 INFO kablam! | Oct 11 04:54:01.059 INFO kablam! 6 | use std::io::{self, Write}; Oct 11 04:54:01.059 INFO kablam! | ^^^^ ^^^^^ Oct 11 04:54:01.059 INFO kablam! | Oct 11 04:54:01.059 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:54:01.059 INFO kablam! Oct 11 04:54:01.148 INFO kablam! warning: unused variable: `i` Oct 11 04:54:01.148 INFO kablam! --> examples/load_testing.rs:38:9 Oct 11 04:54:01.148 INFO kablam! | Oct 11 04:54:01.148 INFO kablam! 38 | for i in 0..100 { Oct 11 04:54:01.148 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:54:01.148 INFO kablam! | Oct 11 04:54:01.148 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:54:01.148 INFO kablam! Oct 11 04:54:01.168 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:54:01.168 INFO kablam! --> examples/load_testing.rs:22:9 Oct 11 04:54:01.168 INFO kablam! | Oct 11 04:54:01.168 INFO kablam! 22 | start(arg1); Oct 11 04:54:01.168 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:54:01.168 INFO kablam! | Oct 11 04:54:01.168 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:54:01.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:54:01.168 INFO kablam! Oct 11 04:54:03.496 INFO kablam! warning: unused import: `merkle::Sha256Hash` Oct 11 04:54:03.496 INFO kablam! --> src/merkle.rs:121:9 Oct 11 04:54:03.496 INFO kablam! | Oct 11 04:54:03.496 INFO kablam! 121 | use merkle::Sha256Hash; Oct 11 04:54:03.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:54:03.496 INFO kablam! | Oct 11 04:54:03.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:54:03.499 INFO kablam! Oct 11 04:54:03.677 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 04:54:03.677 INFO kablam! --> src/merkle.rs:29:50 Oct 11 04:54:03.677 INFO kablam! | Oct 11 04:54:03.677 INFO kablam! 29 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 11 04:54:03.677 INFO kablam! | ^^^^^^^^^ Oct 11 04:54:03.677 INFO kablam! | Oct 11 04:54:03.677 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 11 04:54:03.677 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 04:54:03.677 INFO kablam! = note: for more information, see issue #48919 Oct 11 04:54:03.677 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 11 04:54:03.677 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 04:54:03.677 INFO kablam! Oct 11 04:54:03.724 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 04:54:03.724 INFO kablam! --> src/timer.rs:55:60 Oct 11 04:54:03.724 INFO kablam! | Oct 11 04:54:03.724 INFO kablam! 55 | res.status(), start.elapsed().as_millis()); Oct 11 04:54:03.724 INFO kablam! | ^^^^^^^^^ Oct 11 04:54:03.724 INFO kablam! | Oct 11 04:54:03.724 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 04:54:03.724 INFO kablam! = note: for more information, see issue #48919 Oct 11 04:54:03.724 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 11 04:54:03.724 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 04:54:03.724 INFO kablam! Oct 11 04:54:06.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.07s Oct 11 04:54:06.389 INFO kablam! su: No module specific data is present Oct 11 04:54:06.672 INFO running `"docker" "rm" "-f" "860e356d76c80c7e053d81f7e235bac1b6a9abe3a8dfa6763aba948ea4f1cb4f"` Oct 11 04:54:06.756 INFO blam! 860e356d76c80c7e053d81f7e235bac1b6a9abe3a8dfa6763aba948ea4f1cb4f Oct 11 04:54:06.758 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:54:06.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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:54:07.022 INFO blam! bee422f295301989210fd394b4844fb15f2d5b808f3eab8c075cd72212d8dc39 Oct 11 04:54:07.025 INFO running `"docker" "start" "-a" "bee422f295301989210fd394b4844fb15f2d5b808f3eab8c075cd72212d8dc39"` Oct 11 04:54:07.683 INFO kablam! usermod: no changes Oct 11 04:54:07.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 04:54:07.884 INFO kablam! Running /target/debug/deps/ots_aggregator-846650f6d79b0c00 Oct 11 04:54:07.900 INFO blam! Oct 11 04:54:07.900 INFO blam! running 2 tests Oct 11 04:54:07.904 INFO blam! test merkle::tests::test_sha256 ... ok Oct 11 04:54:07.912 INFO blam! test merkle::tests::test_make ... ok Oct 11 04:54:07.912 INFO blam! Oct 11 04:54:07.912 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:54:07.912 INFO blam! Oct 11 04:54:07.916 INFO kablam! Running /target/debug/deps/aggregator-d71ef41094d6229b Oct 11 04:54:07.918 INFO blam! Oct 11 04:54:07.918 INFO blam! running 0 tests Oct 11 04:54:07.918 INFO blam! Oct 11 04:54:07.918 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:54:07.918 INFO blam! Oct 11 04:54:07.918 INFO kablam! Doc-tests ots-aggregator Oct 11 04:54:16.508 INFO blam! Oct 11 04:54:16.508 INFO blam! running 0 tests Oct 11 04:54:16.508 INFO blam! Oct 11 04:54:16.508 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:54:16.508 INFO blam! Oct 11 04:54:16.511 INFO kablam! su: No module specific data is present Oct 11 04:54:17.108 INFO running `"docker" "rm" "-f" "bee422f295301989210fd394b4844fb15f2d5b808f3eab8c075cd72212d8dc39"` Oct 11 04:54:17.428 INFO blam! bee422f295301989210fd394b4844fb15f2d5b808f3eab8c075cd72212d8dc39