Dec 05 12:07:44.566 INFO testing opentimestamps/foxglove against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 12:07:44.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 12:07:45.048 INFO [stdout] 58d261afcffc55ee03b903a68c27133cda347e11574a421842e3f7bb1547becc Dec 05 12:07:45.055 INFO running `"docker" "start" "-a" "58d261afcffc55ee03b903a68c27133cda347e11574a421842e3f7bb1547becc"` Dec 05 12:07:46.628 INFO [stderr] usermod: no changes Dec 05 12:07:46.908 INFO [stderr] Compiling rand_core v0.2.0 Dec 05 12:07:46.908 INFO [stderr] Compiling net2 v0.2.32 Dec 05 12:07:46.908 INFO [stderr] Compiling memchr v2.0.1 Dec 05 12:07:46.908 INFO [stderr] Compiling rand v0.4.2 Dec 05 12:07:46.908 INFO [stderr] Compiling num_cpus v1.8.0 Dec 05 12:07:46.916 INFO [stderr] Compiling time v0.1.39 Dec 05 12:07:46.916 INFO [stderr] Compiling atty v0.2.8 Dec 05 12:07:46.916 INFO [stderr] Compiling openssl-sys v0.9.31 Dec 05 12:07:48.402 INFO [stderr] Compiling tokio-io v0.1.5 Dec 05 12:07:51.212 INFO [stderr] Compiling clap v2.31.1 Dec 05 12:07:51.328 INFO [stderr] Compiling aho-corasick v0.6.4 Dec 05 12:07:51.998 INFO [stderr] Compiling openssl v0.9.24 Dec 05 12:07:52.006 INFO [stderr] Compiling rand v0.5.0 Dec 05 12:07:54.860 INFO [stderr] Compiling futures-cpupool v0.1.8 Dec 05 12:07:54.872 INFO [stderr] Compiling mio v0.6.13 Dec 05 12:07:59.993 INFO [stderr] Compiling regex v0.2.10 Dec 05 12:08:00.272 INFO [stderr] Compiling rand v0.3.22 Dec 05 12:08:01.324 INFO [stderr] Compiling rust-crypto v0.2.36 Dec 05 12:08:06.780 INFO [stderr] Compiling tokio-core v0.1.12 Dec 05 12:08:06.780 INFO [stderr] Compiling tokio v0.1.1 Dec 05 12:08:16.664 INFO [stderr] Compiling native-tls v0.1.5 Dec 05 12:08:27.192 INFO [stderr] Compiling env_logger v0.4.3 Dec 05 12:08:38.392 INFO [stderr] Compiling env_logger v0.5.5 Dec 05 12:08:38.392 INFO [stderr] Compiling tokio-proto v0.1.1 Dec 05 12:08:38.397 INFO [stderr] Compiling tokio-tls v0.1.4 Dec 05 12:08:38.979 INFO [stderr] Compiling opentimestamps v0.1.2 Dec 05 12:08:43.400 INFO [stderr] Compiling hyper v0.11.22 Dec 05 12:08:53.296 INFO [stderr] Compiling hyper-tls v0.1.3 Dec 05 12:08:54.850 INFO [stderr] Compiling foxglove v0.2.0 (/source) Dec 05 12:08:56.364 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 12:08:56.364 INFO [stderr] --> src/merkle.rs:40:50 Dec 05 12:08:56.365 INFO [stderr] | Dec 05 12:08:56.365 INFO [stderr] 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Dec 05 12:08:56.365 INFO [stderr] | ^^^^^^^^^ Dec 05 12:08:56.365 INFO [stderr] | Dec 05 12:08:56.365 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 05 12:08:56.365 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 12:08:56.365 INFO [stderr] = note: for more information, see issue #48919 Dec 05 12:08:56.365 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Dec 05 12:08:56.365 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 12:08:56.365 INFO [stderr] Dec 05 12:08:56.371 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 12:08:56.371 INFO [stderr] --> src/timer.rs:63:60 Dec 05 12:08:56.371 INFO [stderr] | Dec 05 12:08:56.371 INFO [stderr] 63 | res.status(), start.elapsed().as_millis()); Dec 05 12:08:56.371 INFO [stderr] | ^^^^^^^^^ Dec 05 12:08:56.371 INFO [stderr] | Dec 05 12:08:56.371 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 12:08:56.371 INFO [stderr] = note: for more information, see issue #48919 Dec 05 12:08:56.371 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Dec 05 12:08:56.371 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 12:08:56.371 INFO [stderr] Dec 05 12:09:08.570 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Dec 05 12:09:08.585 INFO [stderr] su: No module specific data is present Dec 05 12:09:10.209 INFO running `"docker" "inspect" "58d261afcffc55ee03b903a68c27133cda347e11574a421842e3f7bb1547becc"` Dec 05 12:09:10.530 INFO running `"docker" "rm" "-f" "58d261afcffc55ee03b903a68c27133cda347e11574a421842e3f7bb1547becc"` Dec 05 12:09:10.784 INFO [stdout] 58d261afcffc55ee03b903a68c27133cda347e11574a421842e3f7bb1547becc Dec 05 12:09:10.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 12:09:11.315 INFO [stdout] 6123b9c64f3fbe5e332fcaf8e8798c5458b5e9593618df19cbc73271557d0e46 Dec 05 12:09:11.317 INFO running `"docker" "start" "-a" "6123b9c64f3fbe5e332fcaf8e8798c5458b5e9593618df19cbc73271557d0e46"` Dec 05 12:09:13.043 INFO [stderr] usermod: no changes Dec 05 12:09:13.343 INFO [stderr] Compiling foxglove v0.2.0 (/source) Dec 05 12:09:18.884 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 12:09:18.884 INFO [stderr] --> src/merkle.rs:40:50 Dec 05 12:09:18.884 INFO [stderr] | Dec 05 12:09:18.884 INFO [stderr] 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Dec 05 12:09:18.884 INFO [stderr] | ^^^^^^^^^ Dec 05 12:09:18.884 INFO [stderr] | Dec 05 12:09:18.884 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 05 12:09:18.884 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 12:09:18.884 INFO [stderr] = note: for more information, see issue #48919 Dec 05 12:09:18.884 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Dec 05 12:09:18.884 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 12:09:18.884 INFO [stderr] Dec 05 12:09:19.072 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 12:09:19.073 INFO [stderr] --> src/timer.rs:63:60 Dec 05 12:09:19.073 INFO [stderr] | Dec 05 12:09:19.073 INFO [stderr] 63 | res.status(), start.elapsed().as_millis()); Dec 05 12:09:19.074 INFO [stderr] | ^^^^^^^^^ Dec 05 12:09:19.074 INFO [stderr] | Dec 05 12:09:19.074 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 12:09:19.075 INFO [stderr] = note: for more information, see issue #48919 Dec 05 12:09:19.075 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Dec 05 12:09:19.075 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 05 12:09:19.076 INFO [stderr] Dec 05 12:09:26.750 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.68s Dec 05 12:09:26.762 INFO [stderr] su: No module specific data is present Dec 05 12:09:28.068 INFO running `"docker" "inspect" "6123b9c64f3fbe5e332fcaf8e8798c5458b5e9593618df19cbc73271557d0e46"` Dec 05 12:09:28.487 INFO running `"docker" "rm" "-f" "6123b9c64f3fbe5e332fcaf8e8798c5458b5e9593618df19cbc73271557d0e46"` Dec 05 12:09:28.748 INFO [stdout] 6123b9c64f3fbe5e332fcaf8e8798c5458b5e9593618df19cbc73271557d0e46 Dec 05 12:09:28.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 12:09:29.224 INFO [stdout] 59ba8268b3c7600aa8f91d541db3174b5cc82d9f8348e3b3e153e37f5f360f40 Dec 05 12:09:29.226 INFO running `"docker" "start" "-a" "59ba8268b3c7600aa8f91d541db3174b5cc82d9f8348e3b3e153e37f5f360f40"` Dec 05 12:09:30.979 INFO [stderr] usermod: no changes Dec 05 12:09:31.251 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Dec 05 12:09:31.262 INFO [stderr] Running /target/debug/deps/foxglove-4dd857712ccdc9cb Dec 05 12:09:31.270 INFO [stdout] Dec 05 12:09:31.270 INFO [stdout] running 4 tests Dec 05 12:09:31.292 INFO [stdout] test merkle::tests::test_make ... ok Dec 05 12:09:31.296 INFO [stdout] test merkle::tests::test_sha256 ... ok Dec 05 12:09:31.296 INFO [stdout] test timestamp::tests::test_ops_serialization ... ok Dec 05 12:09:31.297 INFO [stdout] test timestamp::tests::test_timestamp_execute ... ok Dec 05 12:09:31.297 INFO [stdout] Dec 05 12:09:31.297 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:09:31.297 INFO [stdout] Dec 05 12:09:31.300 INFO [stderr] Running /target/debug/deps/foxglove-442429efaaf86902 Dec 05 12:09:31.303 INFO [stdout] Dec 05 12:09:31.303 INFO [stdout] running 0 tests Dec 05 12:09:31.303 INFO [stdout] Dec 05 12:09:31.303 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:09:31.303 INFO [stdout] Dec 05 12:09:31.304 INFO [stderr] Doc-tests foxglove Dec 05 12:09:33.660 INFO [stdout] Dec 05 12:09:33.660 INFO [stdout] running 0 tests Dec 05 12:09:33.660 INFO [stdout] Dec 05 12:09:33.660 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 12:09:33.660 INFO [stdout] Dec 05 12:09:33.668 INFO [stderr] su: No module specific data is present Dec 05 12:09:34.676 INFO running `"docker" "inspect" "59ba8268b3c7600aa8f91d541db3174b5cc82d9f8348e3b3e153e37f5f360f40"` Dec 05 12:09:35.038 INFO running `"docker" "rm" "-f" "59ba8268b3c7600aa8f91d541db3174b5cc82d9f8348e3b3e153e37f5f360f40"` Dec 05 12:09:35.268 INFO [stdout] 59ba8268b3c7600aa8f91d541db3174b5cc82d9f8348e3b3e153e37f5f360f40