Sep 06 05:25:25.630 INFO checking hypercore-0.7.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 05:25:25.630 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 05:25:25.630 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:25:25.812 INFO blam! 77e9b27be76b25b485efd715f1b483eecabf868d83e1f8c5f1d55b244e8a99e4 Sep 06 05:25:25.814 INFO running `"docker" "start" "-a" "77e9b27be76b25b485efd715f1b483eecabf868d83e1f8c5f1d55b244e8a99e4"` Sep 06 05:25:26.646 INFO kablam! usermod: no changes Sep 06 05:25:26.834 INFO kablam! Checking memory-pager v0.6.1 Sep 06 05:25:26.837 INFO kablam! Checking merkle-tree-stream v0.5.0 Sep 06 05:25:26.840 INFO kablam! Compiling curve25519-dalek v0.16.4 Sep 06 05:25:26.841 INFO kablam! Checking memory-pager v0.8.0 Sep 06 05:25:26.841 INFO kablam! Checking sleep-parser v0.6.0 Sep 06 05:25:26.841 INFO kablam! Checking memory-pager v0.7.0 Sep 06 05:25:26.842 INFO kablam! Checking pretty-hash v0.2.0 Sep 06 05:25:26.842 INFO kablam! Checking random-access-disk v0.5.0 Sep 06 05:25:27.730 INFO kablam! Checking random-access-memory v0.4.0 Sep 06 05:25:27.759 INFO kablam! Checking sparse-bitfield v0.7.1 Sep 06 05:25:28.746 INFO kablam! Checking sparse-bitfield v0.8.1 Sep 06 05:25:28.759 INFO kablam! Checking tree-index v0.4.1 Sep 06 05:25:32.749 INFO kablam! Checking ed25519-dalek v0.6.2 Sep 06 05:25:33.451 INFO kablam! Checking hypercore v0.7.0 (file:///source) Sep 06 05:25:39.566 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 05:25:39.566 INFO kablam! --> tests/feed.rs:145:3 Sep 06 05:25:39.566 INFO kablam! | Sep 06 05:25:39.566 INFO kablam! 145 | storage.write_public_key(&keypair.public); Sep 06 05:25:39.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:25:39.566 INFO kablam! | Sep 06 05:25:39.566 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 05:25:39.566 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 05:25:39.566 INFO kablam! Sep 06 05:25:39.566 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 05:25:39.566 INFO kablam! --> tests/feed.rs:156:3 Sep 06 05:25:39.566 INFO kablam! | Sep 06 05:25:39.566 INFO kablam! 156 | storage.write_public_key(&keypair.public); Sep 06 05:25:39.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:25:39.566 INFO kablam! | Sep 06 05:25:39.566 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 05:25:39.566 INFO kablam! Sep 06 05:25:39.570 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 05:25:39.570 INFO kablam! --> tests/feed.rs:157:3 Sep 06 05:25:39.570 INFO kablam! | Sep 06 05:25:39.570 INFO kablam! 157 | storage.write_secret_key(&keypair.secret); Sep 06 05:25:39.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:25:39.570 INFO kablam! | Sep 06 05:25:39.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 05:25:39.570 INFO kablam! Sep 06 05:25:39.691 INFO kablam! warning: function is never used: `copy_keys` Sep 06 05:25:39.691 INFO kablam! --> tests/helpers.rs:19:1 Sep 06 05:25:39.691 INFO kablam! | Sep 06 05:25:39.691 INFO kablam! 19 | / pub fn copy_keys( Sep 06 05:25:39.691 INFO kablam! 20 | | feed: &Feed + Debug>, Sep 06 05:25:39.691 INFO kablam! 21 | | ) -> (PublicKey, SecretKey) { Sep 06 05:25:39.691 INFO kablam! 22 | | match &feed.secret_key() { Sep 06 05:25:39.691 INFO kablam! ... | Sep 06 05:25:39.691 INFO kablam! 33 | | } Sep 06 05:25:39.691 INFO kablam! 34 | | } Sep 06 05:25:39.691 INFO kablam! | |_^ Sep 06 05:25:39.691 INFO kablam! | Sep 06 05:25:39.691 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 05:25:39.691 INFO kablam! Sep 06 05:25:40.067 INFO kablam! warning: function is never used: `copy_keys` Sep 06 05:25:40.067 INFO kablam! --> tests/helpers.rs:19:1 Sep 06 05:25:40.067 INFO kablam! | Sep 06 05:25:40.067 INFO kablam! 19 | / pub fn copy_keys( Sep 06 05:25:40.067 INFO kablam! 20 | | feed: &Feed + Debug>, Sep 06 05:25:40.067 INFO kablam! 21 | | ) -> (PublicKey, SecretKey) { Sep 06 05:25:40.067 INFO kablam! 22 | | match &feed.secret_key() { Sep 06 05:25:40.067 INFO kablam! ... | Sep 06 05:25:40.067 INFO kablam! 33 | | } Sep 06 05:25:40.067 INFO kablam! 34 | | } Sep 06 05:25:40.067 INFO kablam! | |_^ Sep 06 05:25:40.067 INFO kablam! | Sep 06 05:25:40.067 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 05:25:40.067 INFO kablam! Sep 06 05:25:40.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.68s Sep 06 05:25:40.356 INFO kablam! su: No module specific data is present Sep 06 05:25:40.963 INFO running `"docker" "rm" "-f" "77e9b27be76b25b485efd715f1b483eecabf868d83e1f8c5f1d55b244e8a99e4"` Sep 06 05:25:41.040 INFO blam! 77e9b27be76b25b485efd715f1b483eecabf868d83e1f8c5f1d55b244e8a99e4