Oct 13 04:46:09.353 INFO testing opentimestamps/foxglove against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:46:09.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 04:46:09.807 INFO blam! bd7e7a0f3d769ccc4d0e1201b3ed9f4084f596e25a3358c34caeb6b5922c1e6a Oct 13 04:46:09.810 INFO running `"docker" "start" "-a" "bd7e7a0f3d769ccc4d0e1201b3ed9f4084f596e25a3358c34caeb6b5922c1e6a"` Oct 13 04:46:11.946 INFO kablam! usermod: no changes Oct 13 04:46:12.259 INFO kablam! Compiling net2 v0.2.32 Oct 13 04:46:12.259 INFO kablam! Compiling memchr v2.0.1 Oct 13 04:46:12.271 INFO kablam! Compiling rand v0.4.2 Oct 13 04:46:12.271 INFO kablam! Compiling num_cpus v1.8.0 Oct 13 04:46:12.271 INFO kablam! Compiling time v0.1.39 Oct 13 04:46:12.271 INFO kablam! Compiling atty v0.2.8 Oct 13 04:46:12.271 INFO kablam! Compiling relay v0.1.1 Oct 13 04:46:12.279 INFO kablam! Compiling rand v0.5.0 Oct 13 04:46:14.355 INFO kablam! Compiling clap v2.31.1 Oct 13 04:46:14.395 INFO kablam! Compiling tokio-io v0.1.5 Oct 13 04:46:19.972 INFO kablam! Compiling openssl-sys v0.9.31 Oct 13 04:46:20.004 INFO kablam! Compiling aho-corasick v0.6.4 Oct 13 04:46:20.051 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 13 04:46:20.155 INFO kablam! Compiling mio v0.6.13 Oct 13 04:46:27.807 INFO kablam! Compiling regex v0.2.10 Oct 13 04:46:27.871 INFO kablam! Compiling openssl v0.9.24 Oct 13 04:46:28.139 INFO kablam! Compiling rand v0.3.22 Oct 13 04:46:29.747 INFO kablam! Compiling rust-crypto v0.2.36 Oct 13 04:46:35.965 INFO kablam! Compiling tokio-core v0.1.12 Oct 13 04:46:35.967 INFO kablam! Compiling tokio v0.1.1 Oct 13 04:46:57.247 INFO kablam! Compiling tokio-proto v0.1.1 Oct 13 04:46:58.731 INFO kablam! Compiling native-tls v0.1.5 Oct 13 04:47:09.674 INFO kablam! Compiling env_logger v0.4.3 Oct 13 04:47:09.928 INFO kablam! Compiling env_logger v0.5.5 Oct 13 04:47:10.737 INFO kablam! Compiling tokio-tls v0.1.4 Oct 13 04:47:11.027 INFO kablam! Compiling hyper v0.11.22 Oct 13 04:47:14.413 INFO kablam! Compiling opentimestamps v0.1.2 Oct 13 04:47:27.752 INFO kablam! Compiling hyper-tls v0.1.3 Oct 13 04:47:29.237 INFO kablam! Compiling foxglove v0.2.0 (/source) Oct 13 04:47:30.711 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 13 04:47:30.712 INFO kablam! --> src/merkle.rs:40:50 Oct 13 04:47:30.713 INFO kablam! | Oct 13 04:47:30.713 INFO kablam! 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 13 04:47:30.714 INFO kablam! | ^^^^^^^^^ Oct 13 04:47:30.715 INFO kablam! | Oct 13 04:47:30.715 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 13 04:47:30.716 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 13 04:47:30.717 INFO kablam! = note: for more information, see issue #48919 Oct 13 04:47:30.717 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 13 04:47:30.718 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 13 04:47:30.718 INFO kablam! Oct 13 04:47:30.737 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 13 04:47:30.738 INFO kablam! --> src/timer.rs:63:60 Oct 13 04:47:30.739 INFO kablam! | Oct 13 04:47:30.739 INFO kablam! 63 | res.status(), start.elapsed().as_millis()); Oct 13 04:47:30.740 INFO kablam! | ^^^^^^^^^ Oct 13 04:47:30.741 INFO kablam! | Oct 13 04:47:30.741 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 13 04:47:30.742 INFO kablam! = note: for more information, see issue #48919 Oct 13 04:47:30.743 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 13 04:47:30.743 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 13 04:47:30.744 INFO kablam! Oct 13 04:47:42.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 13 04:47:42.931 INFO kablam! su: No module specific data is present Oct 13 04:47:45.923 INFO running `"docker" "rm" "-f" "bd7e7a0f3d769ccc4d0e1201b3ed9f4084f596e25a3358c34caeb6b5922c1e6a"` Oct 13 04:47:46.261 INFO blam! bd7e7a0f3d769ccc4d0e1201b3ed9f4084f596e25a3358c34caeb6b5922c1e6a Oct 13 04:47:46.265 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 04:47:46.749 INFO blam! c389748343ac9e7b7fdf005b2877847638df22fc316f455983c052bde0b2cc5d Oct 13 04:47:46.751 INFO running `"docker" "start" "-a" "c389748343ac9e7b7fdf005b2877847638df22fc316f455983c052bde0b2cc5d"` Oct 13 04:47:49.062 INFO kablam! usermod: no changes Oct 13 04:47:49.360 INFO kablam! Compiling foxglove v0.2.0 (/source) Oct 13 04:47:54.265 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 13 04:47:54.265 INFO kablam! --> src/merkle.rs:40:50 Oct 13 04:47:54.265 INFO kablam! | Oct 13 04:47:54.265 INFO kablam! 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 13 04:47:54.265 INFO kablam! | ^^^^^^^^^ Oct 13 04:47:54.265 INFO kablam! | Oct 13 04:47:54.265 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 13 04:47:54.265 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 13 04:47:54.265 INFO kablam! = note: for more information, see issue #48919 Oct 13 04:47:54.266 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 13 04:47:54.266 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 13 04:47:54.266 INFO kablam! Oct 13 04:47:54.403 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 13 04:47:54.403 INFO kablam! --> src/timer.rs:63:60 Oct 13 04:47:54.404 INFO kablam! | Oct 13 04:47:54.404 INFO kablam! 63 | res.status(), start.elapsed().as_millis()); Oct 13 04:47:54.404 INFO kablam! | ^^^^^^^^^ Oct 13 04:47:54.405 INFO kablam! | Oct 13 04:47:54.405 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 13 04:47:54.405 INFO kablam! = note: for more information, see issue #48919 Oct 13 04:47:54.406 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 13 04:47:54.406 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 13 04:47:54.406 INFO kablam! Oct 13 04:48:01.855 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.76s Oct 13 04:48:01.867 INFO kablam! su: No module specific data is present Oct 13 04:48:03.388 INFO running `"docker" "rm" "-f" "c389748343ac9e7b7fdf005b2877847638df22fc316f455983c052bde0b2cc5d"` Oct 13 04:48:03.771 INFO blam! c389748343ac9e7b7fdf005b2877847638df22fc316f455983c052bde0b2cc5d Oct 13 04:48:03.787 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 04:48:04.255 INFO blam! 87836ce8721303b4f326bfa60eafe7733758517a1b02bd88e12ad51292744b26 Oct 13 04:48:04.257 INFO running `"docker" "start" "-a" "87836ce8721303b4f326bfa60eafe7733758517a1b02bd88e12ad51292744b26"` Oct 13 04:48:06.468 INFO kablam! usermod: no changes Oct 13 04:48:06.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 13 04:48:06.815 INFO kablam! Running /target/debug/deps/foxglove-9a35fcba8acba964 Oct 13 04:48:06.832 INFO blam! Oct 13 04:48:06.832 INFO blam! running 4 tests Oct 13 04:48:06.833 INFO blam! test merkle::tests::test_make ... ok Oct 13 04:48:06.839 INFO blam! test merkle::tests::test_sha256 ... ok Oct 13 04:48:06.851 INFO blam! test timestamp::tests::test_timestamp_execute ... ok Oct 13 04:48:06.851 INFO blam! test timestamp::tests::test_ops_serialization ... ok Oct 13 04:48:06.851 INFO blam! Oct 13 04:48:06.852 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:48:06.852 INFO blam! Oct 13 04:48:06.852 INFO kablam! Running /target/debug/deps/foxglove-dbfd6dcdac13ba29 Oct 13 04:48:06.860 INFO blam! Oct 13 04:48:06.860 INFO blam! running 0 tests Oct 13 04:48:06.860 INFO blam! Oct 13 04:48:06.860 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:48:06.860 INFO blam! Oct 13 04:48:06.862 INFO kablam! Doc-tests foxglove Oct 13 04:48:09.107 INFO blam! Oct 13 04:48:09.107 INFO blam! running 0 tests Oct 13 04:48:09.107 INFO blam! Oct 13 04:48:09.107 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:48:09.107 INFO blam! Oct 13 04:48:09.119 INFO kablam! su: No module specific data is present Oct 13 04:48:10.872 INFO running `"docker" "rm" "-f" "87836ce8721303b4f326bfa60eafe7733758517a1b02bd88e12ad51292744b26"` Oct 13 04:48:11.171 INFO blam! 87836ce8721303b4f326bfa60eafe7733758517a1b02bd88e12ad51292744b26