Oct 31 23:37:27.742 INFO checking opentimestamps/foxglove against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 23:37:27.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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"` Oct 31 23:37:28.252 INFO blam! 03bdf96fe178b191806cdfb562220fcaead690429c2c02b5d1526b1b8ed426b7 Oct 31 23:37:28.257 INFO running `"docker" "start" "-a" "03bdf96fe178b191806cdfb562220fcaead690429c2c02b5d1526b1b8ed426b7"` Oct 31 23:37:30.275 INFO kablam! usermod: no changes Oct 31 23:37:30.617 INFO kablam! Checking data-encoding v2.1.1 Oct 31 23:37:30.619 INFO kablam! Checking iovec v0.1.2 Oct 31 23:37:30.649 INFO kablam! Checking memchr v2.0.1 Oct 31 23:37:30.670 INFO kablam! Checking atty v0.2.8 Oct 31 23:37:30.673 INFO kablam! Compiling openssl-sys v0.9.31 Oct 31 23:37:30.675 INFO kablam! Checking net2 v0.2.32 Oct 31 23:37:30.689 INFO kablam! Checking rand v0.5.0 Oct 31 23:37:30.691 INFO kablam! Checking futures-cpupool v0.1.8 Oct 31 23:37:32.708 INFO kablam! Checking clap v2.31.1 Oct 31 23:37:32.913 INFO kablam! Checking rust-crypto v0.2.36 Oct 31 23:37:33.075 INFO kablam! Checking bytes v0.4.6 Oct 31 23:37:33.656 INFO kablam! Checking aho-corasick v0.6.4 Oct 31 23:37:33.913 INFO kablam! Checking mio v0.6.13 Oct 31 23:37:39.392 INFO kablam! Checking regex v0.2.10 Oct 31 23:37:39.992 INFO kablam! Checking tokio-io v0.1.5 Oct 31 23:37:42.498 INFO kablam! Compiling openssl v0.9.24 Oct 31 23:37:46.280 INFO kablam! Checking tokio-core v0.1.12 Oct 31 23:37:46.280 INFO kablam! Checking tokio v0.1.1 Oct 31 23:37:50.171 INFO kablam! Checking env_logger v0.4.3 Oct 31 23:37:50.171 INFO kablam! Checking env_logger v0.5.5 Oct 31 23:37:52.686 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 23:37:53.613 INFO kablam! Checking opentimestamps v0.1.2 Oct 31 23:37:54.644 INFO kablam! Checking native-tls v0.1.5 Oct 31 23:37:56.188 INFO kablam! Checking tokio-tls v0.1.4 Oct 31 23:37:57.756 INFO kablam! Checking hyper v0.11.22 Oct 31 23:38:03.401 INFO kablam! Checking hyper-tls v0.1.3 Oct 31 23:38:04.564 INFO kablam! Checking foxglove v0.2.0 (/source) Oct 31 23:38:07.136 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 31 23:38:07.136 INFO kablam! --> src/merkle.rs:40:50 Oct 31 23:38:07.136 INFO kablam! | Oct 31 23:38:07.138 INFO kablam! 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 31 23:38:07.138 INFO kablam! | ^^^^^^^^^ Oct 31 23:38:07.138 INFO kablam! | Oct 31 23:38:07.138 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 31 23:38:07.138 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 31 23:38:07.138 INFO kablam! = note: for more information, see issue #48919 Oct 31 23:38:07.138 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 31 23:38:07.138 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 31 23:38:07.138 INFO kablam! Oct 31 23:38:07.145 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 31 23:38:07.145 INFO kablam! --> src/merkle.rs:40:50 Oct 31 23:38:07.145 INFO kablam! | Oct 31 23:38:07.146 INFO kablam! 40 | digests_sha256.len(), now.elapsed().as_millis(), root); Oct 31 23:38:07.146 INFO kablam! | ^^^^^^^^^ Oct 31 23:38:07.147 INFO kablam! | Oct 31 23:38:07.147 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 31 23:38:07.147 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 31 23:38:07.147 INFO kablam! = note: for more information, see issue #48919 Oct 31 23:38:07.147 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 31 23:38:07.147 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 31 23:38:07.147 INFO kablam! Oct 31 23:38:07.175 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 31 23:38:07.175 INFO kablam! --> src/timer.rs:63:60 Oct 31 23:38:07.175 INFO kablam! | Oct 31 23:38:07.175 INFO kablam! 63 | res.status(), start.elapsed().as_millis()); Oct 31 23:38:07.175 INFO kablam! | ^^^^^^^^^ Oct 31 23:38:07.175 INFO kablam! | Oct 31 23:38:07.175 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 31 23:38:07.184 INFO kablam! = note: for more information, see issue #48919 Oct 31 23:38:07.185 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 31 23:38:07.185 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 31 23:38:07.185 INFO kablam! Oct 31 23:38:07.236 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 31 23:38:07.237 INFO kablam! --> src/timer.rs:63:60 Oct 31 23:38:07.237 INFO kablam! | Oct 31 23:38:07.237 INFO kablam! 63 | res.status(), start.elapsed().as_millis()); Oct 31 23:38:07.237 INFO kablam! | ^^^^^^^^^ Oct 31 23:38:07.237 INFO kablam! | Oct 31 23:38:07.237 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 31 23:38:07.237 INFO kablam! = note: for more information, see issue #48919 Oct 31 23:38:07.237 INFO kablam! = help: call with fully qualified syntax `Millis::as_millis(...)` to keep using the current method Oct 31 23:38:07.237 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 31 23:38:07.237 INFO kablam! Oct 31 23:38:11.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.57s Oct 31 23:38:11.913 INFO kablam! su: No module specific data is present Oct 31 23:38:13.573 INFO running `"docker" "rm" "-f" "03bdf96fe178b191806cdfb562220fcaead690429c2c02b5d1526b1b8ed426b7"` Oct 31 23:38:13.880 INFO blam! 03bdf96fe178b191806cdfb562220fcaead690429c2c02b5d1526b1b8ed426b7