Nov 29 20:58:14.918 INFO checking opentimestamps/foxglove against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 20:58:14.918 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-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"` Nov 29 20:58:15.440 INFO [stdout] 8c5870916bba5a67b1d19e6f4280481d5dde87a81fdee6051f4d1a5ee4409332 Nov 29 20:58:15.444 INFO running `"docker" "start" "-a" "8c5870916bba5a67b1d19e6f4280481d5dde87a81fdee6051f4d1a5ee4409332"` Nov 29 20:58:17.192 INFO [stderr] usermod: no changes Nov 29 20:58:17.688 INFO [stderr] Checking libc v0.2.38 Nov 29 20:58:19.116 INFO [stderr] Checking iovec v0.1.2 Nov 29 20:58:19.117 INFO [stderr] Checking net2 v0.2.32 Nov 29 20:58:19.117 INFO [stderr] Checking rand v0.4.2 Nov 29 20:58:19.117 INFO [stderr] Checking memchr v2.0.1 Nov 29 20:58:19.118 INFO [stderr] Checking openssl-sys v0.9.31 Nov 29 20:58:19.118 INFO [stderr] Checking num_cpus v1.8.0 Nov 29 20:58:19.157 INFO [stderr] Checking time v0.1.39 Nov 29 20:58:19.158 INFO [stderr] Checking atty v0.2.8 Nov 29 20:58:20.076 INFO [stderr] Checking rand v0.5.0 Nov 29 20:58:20.396 INFO [stderr] Checking clap v2.31.1 Nov 29 20:58:21.248 INFO [stderr] Checking futures-cpupool v0.1.8 Nov 29 20:58:21.764 INFO [stderr] Checking bytes v0.4.6 Nov 29 20:58:21.768 INFO [stderr] Checking aho-corasick v0.6.4 Nov 29 20:58:23.002 INFO [stderr] Checking mio v0.6.13 Nov 29 20:58:24.196 INFO [stderr] Checking openssl v0.9.24 Nov 29 20:58:24.348 INFO [stderr] Checking regex v0.2.10 Nov 29 20:58:27.763 INFO [stderr] Checking tokio-io v0.1.5 Nov 29 20:58:29.184 INFO [stderr] Checking rand v0.3.22 Nov 29 20:58:30.027 INFO [stderr] Checking rust-crypto v0.2.36 Nov 29 20:58:33.497 INFO [stderr] Checking tokio-core v0.1.12 Nov 29 20:58:33.499 INFO [stderr] Checking tokio v0.1.1 Nov 29 20:58:34.828 INFO [stderr] Checking env_logger v0.4.3 Nov 29 20:58:34.828 INFO [stderr] Checking env_logger v0.5.5 Nov 29 20:58:39.168 INFO [stderr] Checking native-tls v0.1.5 Nov 29 20:58:39.692 INFO [stderr] Checking tokio-proto v0.1.1 Nov 29 20:58:40.744 INFO [stderr] Checking tokio-tls v0.1.4 Nov 29 20:58:44.588 INFO [stderr] Checking hyper v0.11.22 Nov 29 20:58:47.601 INFO [stderr] Checking opentimestamps v0.1.2 Nov 29 20:58:51.982 INFO [stderr] Checking hyper-tls v0.1.3 Nov 29 20:58:53.166 INFO [stderr] Checking foxglove v0.2.0 (/source) Nov 29 20:58:55.568 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 29 20:58:55.569 INFO [stderr] --> src/merkle.rs:40:50 Nov 29 20:58:55.569 INFO [stderr] | Nov 29 20:58:55.569 INFO [stderr] 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Nov 29 20:58:55.570 INFO [stderr] | ^^^^^^^^^ Nov 29 20:58:55.570 INFO [stderr] | Nov 29 20:58:55.570 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 29 20:58:55.571 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 29 20:58:55.571 INFO [stderr] = note: for more information, see issue #48919 Nov 29 20:58:55.571 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Nov 29 20:58:55.572 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 29 20:58:55.572 INFO [stderr] Nov 29 20:58:55.652 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 29 20:58:55.652 INFO [stderr] --> src/timer.rs:63:60 Nov 29 20:58:55.652 INFO [stderr] | Nov 29 20:58:55.652 INFO [stderr] 63 | res.status(), start.elapsed().as_millis()); Nov 29 20:58:55.652 INFO [stderr] | ^^^^^^^^^ Nov 29 20:58:55.652 INFO [stderr] | Nov 29 20:58:55.653 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 29 20:58:55.653 INFO [stderr] = note: for more information, see issue #48919 Nov 29 20:58:55.653 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Nov 29 20:58:55.653 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 29 20:58:55.653 INFO [stderr] Nov 29 20:58:55.688 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 29 20:58:55.688 INFO [stderr] --> src/merkle.rs:40:50 Nov 29 20:58:55.688 INFO [stderr] | Nov 29 20:58:55.689 INFO [stderr] 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Nov 29 20:58:55.689 INFO [stderr] | ^^^^^^^^^ Nov 29 20:58:55.689 INFO [stderr] | Nov 29 20:58:55.689 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 29 20:58:55.689 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 29 20:58:55.689 INFO [stderr] = note: for more information, see issue #48919 Nov 29 20:58:55.689 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Nov 29 20:58:55.689 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 29 20:58:55.689 INFO [stderr] Nov 29 20:58:55.740 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 29 20:58:55.740 INFO [stderr] --> src/timer.rs:63:60 Nov 29 20:58:55.740 INFO [stderr] | Nov 29 20:58:55.741 INFO [stderr] 63 | res.status(), start.elapsed().as_millis()); Nov 29 20:58:55.741 INFO [stderr] | ^^^^^^^^^ Nov 29 20:58:55.741 INFO [stderr] | Nov 29 20:58:55.741 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 29 20:58:55.741 INFO [stderr] = note: for more information, see issue #48919 Nov 29 20:58:55.741 INFO [stderr] = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Nov 29 20:58:55.741 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Nov 29 20:58:55.741 INFO [stderr] Nov 29 20:59:00.316 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.09s Nov 29 20:59:00.333 INFO [stderr] su: No module specific data is present Nov 29 20:59:01.270 INFO running `"docker" "inspect" "8c5870916bba5a67b1d19e6f4280481d5dde87a81fdee6051f4d1a5ee4409332"` Nov 29 20:59:01.604 INFO running `"docker" "rm" "-f" "8c5870916bba5a67b1d19e6f4280481d5dde87a81fdee6051f4d1a5ee4409332"` Nov 29 20:59:01.992 INFO [stdout] 8c5870916bba5a67b1d19e6f4280481d5dde87a81fdee6051f4d1a5ee4409332