Oct 15 07:29:36.715 INFO testing RCasatta/ots-aggregator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:29:36.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:29:36.935 INFO blam! 812e44f69a089e9fd5915c6005e4a24863dc8a1aa6317a5c0a5c7e429d1477c2 Oct 15 07:29:36.936 INFO running `"docker" "start" "-a" "812e44f69a089e9fd5915c6005e4a24863dc8a1aa6317a5c0a5c7e429d1477c2"` Oct 15 07:29:37.543 INFO kablam! usermod: no changes Oct 15 07:29:37.771 INFO kablam! Compiling libc v0.2.38 Oct 15 07:29:39.303 INFO kablam! Compiling iovec v0.1.2 Oct 15 07:29:39.303 INFO kablam! Compiling net2 v0.2.32 Oct 15 07:29:39.303 INFO kablam! Compiling rand v0.4.2 Oct 15 07:29:39.303 INFO kablam! Compiling openssl-sys v0.9.31 Oct 15 07:29:39.303 INFO kablam! Compiling memchr v2.0.1 Oct 15 07:29:39.303 INFO kablam! Compiling num_cpus v1.8.0 Oct 15 07:29:39.303 INFO kablam! Compiling time v0.1.39 Oct 15 07:29:39.303 INFO kablam! Compiling atty v0.2.8 Oct 15 07:29:42.907 INFO kablam! Compiling clap v2.31.1 Oct 15 07:29:43.347 INFO kablam! Compiling aho-corasick v0.6.4 Oct 15 07:29:43.467 INFO kablam! Compiling bytes v0.4.6 Oct 15 07:29:43.467 INFO kablam! Compiling mio v0.6.13 Oct 15 07:29:43.559 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 07:29:47.081 INFO kablam! Compiling openssl v0.9.24 Oct 15 07:29:51.011 INFO kablam! Compiling regex v0.2.10 Oct 15 07:29:51.011 INFO kablam! Compiling tokio-io v0.1.5 Oct 15 07:29:51.163 INFO kablam! Compiling rand v0.3.22 Oct 15 07:29:53.083 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 07:29:55.912 INFO kablam! Compiling tokio-core v0.1.12 Oct 15 07:29:55.931 INFO kablam! Compiling tokio v0.1.1 Oct 15 07:30:04.977 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 07:30:11.066 INFO kablam! Compiling native-tls v0.1.5 Oct 15 07:30:12.923 INFO kablam! Compiling env_logger v0.4.3 Oct 15 07:30:12.923 INFO kablam! Compiling env_logger v0.5.5 Oct 15 07:30:13.951 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 07:30:16.463 INFO kablam! Compiling hyper v0.11.22 Oct 15 07:30:21.727 INFO kablam! Compiling opentimestamps v0.1.2 Oct 15 07:30:30.027 INFO kablam! Compiling hyper-tls v0.1.3 Oct 15 07:30:31.994 INFO kablam! Compiling ots-aggregator v0.1.0 (/source) Oct 15 07:30:34.114 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 07:30:34.115 INFO kablam! --> src/merkle.rs:29:50 Oct 15 07:30:34.115 INFO kablam! | Oct 15 07:30:34.115 INFO kablam! 29 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 15 07:30:34.115 INFO kablam! | ^^^^^^^^^ Oct 15 07:30:34.115 INFO kablam! | Oct 15 07:30:34.115 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 15 07:30:34.115 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 07:30:34.115 INFO kablam! = note: for more information, see issue #48919 Oct 15 07:30:34.115 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 15 07:30:34.115 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 15 07:30:34.115 INFO kablam! Oct 15 07:30:34.135 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 07:30:34.135 INFO kablam! --> src/timer.rs:55:60 Oct 15 07:30:34.135 INFO kablam! | Oct 15 07:30:34.135 INFO kablam! 55 | res.status(), start.elapsed().as_millis()); Oct 15 07:30:34.135 INFO kablam! | ^^^^^^^^^ Oct 15 07:30:34.135 INFO kablam! | Oct 15 07:30:34.135 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 07:30:34.135 INFO kablam! = note: for more information, see issue #48919 Oct 15 07:30:34.135 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 15 07:30:34.135 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 15 07:30:34.135 INFO kablam! Oct 15 07:30:43.450 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 15 07:30:43.471 INFO kablam! su: No module specific data is present Oct 15 07:30:44.127 INFO running `"docker" "rm" "-f" "812e44f69a089e9fd5915c6005e4a24863dc8a1aa6317a5c0a5c7e429d1477c2"` Oct 15 07:30:44.419 INFO blam! 812e44f69a089e9fd5915c6005e4a24863dc8a1aa6317a5c0a5c7e429d1477c2 Oct 15 07:30:44.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:30:44.854 INFO blam! f733ca5a2d88c81544355afd6b2eeaf7bd12d99b92ad57bc330beb88ea8927db Oct 15 07:30:44.854 INFO running `"docker" "start" "-a" "f733ca5a2d88c81544355afd6b2eeaf7bd12d99b92ad57bc330beb88ea8927db"` Oct 15 07:30:47.231 INFO kablam! usermod: no changes Oct 15 07:30:47.467 INFO kablam! Compiling ots-aggregator v0.1.0 (/source) Oct 15 07:30:50.795 INFO kablam! warning: unused imports: `Write`, `self` Oct 15 07:30:50.795 INFO kablam! --> examples/load_testing.rs:6:15 Oct 15 07:30:50.795 INFO kablam! | Oct 15 07:30:50.796 INFO kablam! 6 | use std::io::{self, Write}; Oct 15 07:30:50.796 INFO kablam! | ^^^^ ^^^^^ Oct 15 07:30:50.796 INFO kablam! | Oct 15 07:30:50.796 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:30:50.796 INFO kablam! Oct 15 07:30:50.995 INFO kablam! warning: unused variable: `i` Oct 15 07:30:50.996 INFO kablam! --> examples/load_testing.rs:38:9 Oct 15 07:30:50.996 INFO kablam! | Oct 15 07:30:50.996 INFO kablam! 38 | for i in 0..100 { Oct 15 07:30:50.997 INFO kablam! | ^ help: consider using `_i` instead Oct 15 07:30:50.997 INFO kablam! | Oct 15 07:30:50.998 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:30:50.998 INFO kablam! Oct 15 07:30:51.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:30:51.050 INFO kablam! --> examples/load_testing.rs:22:9 Oct 15 07:30:51.051 INFO kablam! | Oct 15 07:30:51.051 INFO kablam! 22 | start(arg1); Oct 15 07:30:51.051 INFO kablam! | ^^^^^^^^^^^^ Oct 15 07:30:51.052 INFO kablam! | Oct 15 07:30:51.052 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:30:51.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:30:51.053 INFO kablam! Oct 15 07:30:54.131 INFO kablam! warning: unused import: `merkle::Sha256Hash` Oct 15 07:30:54.132 INFO kablam! --> src/merkle.rs:121:9 Oct 15 07:30:54.132 INFO kablam! | Oct 15 07:30:54.132 INFO kablam! 121 | use merkle::Sha256Hash; Oct 15 07:30:54.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:30:54.133 INFO kablam! | Oct 15 07:30:54.134 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:30:54.134 INFO kablam! Oct 15 07:30:55.055 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 07:30:55.055 INFO kablam! --> src/merkle.rs:29:50 Oct 15 07:30:55.056 INFO kablam! | Oct 15 07:30:55.056 INFO kablam! 29 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 15 07:30:55.056 INFO kablam! | ^^^^^^^^^ Oct 15 07:30:55.057 INFO kablam! | Oct 15 07:30:55.057 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 15 07:30:55.058 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 07:30:55.058 INFO kablam! = note: for more information, see issue #48919 Oct 15 07:30:55.058 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 15 07:30:55.059 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 15 07:30:55.059 INFO kablam! Oct 15 07:30:55.344 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 07:30:55.344 INFO kablam! --> src/timer.rs:55:60 Oct 15 07:30:55.344 INFO kablam! | Oct 15 07:30:55.344 INFO kablam! 55 | res.status(), start.elapsed().as_millis()); Oct 15 07:30:55.344 INFO kablam! | ^^^^^^^^^ Oct 15 07:30:55.344 INFO kablam! | Oct 15 07:30:55.344 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 07:30:55.344 INFO kablam! = note: for more information, see issue #48919 Oct 15 07:30:55.344 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 15 07:30:55.345 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 15 07:30:55.345 INFO kablam! Oct 15 07:31:00.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.55s Oct 15 07:31:00.819 INFO kablam! su: No module specific data is present Oct 15 07:31:01.883 INFO running `"docker" "rm" "-f" "f733ca5a2d88c81544355afd6b2eeaf7bd12d99b92ad57bc330beb88ea8927db"` Oct 15 07:31:02.111 INFO blam! f733ca5a2d88c81544355afd6b2eeaf7bd12d99b92ad57bc330beb88ea8927db Oct 15 07:31:02.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:31:02.675 INFO blam! 3169044f4beca37524618872012eb16619fb5cfbe86373380d07d12977244859 Oct 15 07:31:02.678 INFO running `"docker" "start" "-a" "3169044f4beca37524618872012eb16619fb5cfbe86373380d07d12977244859"` Oct 15 07:31:03.999 INFO kablam! usermod: no changes Oct 15 07:31:04.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 07:31:04.224 INFO kablam! Running /target/debug/deps/ots_aggregator-846650f6d79b0c00 Oct 15 07:31:04.226 INFO blam! Oct 15 07:31:04.226 INFO blam! running 2 tests Oct 15 07:31:04.231 INFO blam! test merkle::tests::test_sha256 ... ok Oct 15 07:31:04.231 INFO blam! test merkle::tests::test_make ... ok Oct 15 07:31:04.231 INFO blam! Oct 15 07:31:04.231 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:31:04.231 INFO blam! Oct 15 07:31:04.235 INFO kablam! Running /target/debug/deps/aggregator-d71ef41094d6229b Oct 15 07:31:04.235 INFO kablam! Doc-tests ots-aggregator Oct 15 07:31:04.235 INFO blam! Oct 15 07:31:04.235 INFO blam! running 0 tests Oct 15 07:31:04.235 INFO blam! Oct 15 07:31:04.235 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:31:04.235 INFO blam! Oct 15 07:31:08.141 INFO blam! Oct 15 07:31:08.142 INFO blam! running 0 tests Oct 15 07:31:08.142 INFO blam! Oct 15 07:31:08.142 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:31:08.143 INFO blam! Oct 15 07:31:08.151 INFO kablam! su: No module specific data is present Oct 15 07:31:08.699 INFO running `"docker" "rm" "-f" "3169044f4beca37524618872012eb16619fb5cfbe86373380d07d12977244859"` Oct 15 07:31:09.015 INFO blam! 3169044f4beca37524618872012eb16619fb5cfbe86373380d07d12977244859