Sep 14 14:50:26.375 INFO checking hypercore-0.7.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:50:26.375 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:50:26.375 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:50:26.627 INFO blam! 2acd0500d3735f22f843f0451fe0c9081c2fa8d941ba8e669a82231cdccfd817 Sep 14 14:50:26.629 INFO running `"docker" "start" "-a" "2acd0500d3735f22f843f0451fe0c9081c2fa8d941ba8e669a82231cdccfd817"` Sep 14 14:50:27.447 INFO kablam! usermod: no changes Sep 14 14:50:27.652 INFO kablam! Compiling subtle v0.6.3 Sep 14 14:50:27.653 INFO kablam! Checking memory-pager v0.6.1 Sep 14 14:50:27.653 INFO kablam! Checking flat-tree v3.3.0 Sep 14 14:50:27.653 INFO kablam! Checking mkdirp v0.1.0 Sep 14 14:50:27.663 INFO kablam! Checking random-access-storage v0.5.0 Sep 14 14:50:27.664 INFO kablam! Checking memory-pager v0.8.0 Sep 14 14:50:27.664 INFO kablam! Checking sleep-parser v0.6.0 Sep 14 14:50:28.331 INFO kablam! Checking pretty-hash v0.2.0 Sep 14 14:50:28.527 INFO kablam! Checking memory-pager v0.7.0 Sep 14 14:50:29.323 INFO kablam! Checking random-access-disk v0.5.0 Sep 14 14:50:29.443 INFO kablam! Checking random-access-memory v0.4.0 Sep 14 14:50:29.515 INFO kablam! Checking sparse-bitfield v0.7.1 Sep 14 14:50:29.891 INFO kablam! Compiling curve25519-dalek v0.16.4 Sep 14 14:50:30.036 INFO kablam! Checking merkle-tree-stream v0.5.0 Sep 14 14:50:30.179 INFO kablam! Checking sparse-bitfield v0.8.1 Sep 14 14:50:31.019 INFO kablam! Checking tree-index v0.4.1 Sep 14 14:50:35.669 INFO kablam! Checking ed25519-dalek v0.6.2 Sep 14 14:50:36.224 INFO kablam! Checking hypercore v0.7.0 (file:///source) Sep 14 14:50:39.772 INFO kablam! warning: function is never used: `copy_keys` Sep 14 14:50:39.772 INFO kablam! --> tests/helpers.rs:19:1 Sep 14 14:50:39.772 INFO kablam! | Sep 14 14:50:39.772 INFO kablam! 19 | / pub fn copy_keys( Sep 14 14:50:39.772 INFO kablam! 20 | | feed: &Feed + Debug>, Sep 14 14:50:39.772 INFO kablam! 21 | | ) -> (PublicKey, SecretKey) { Sep 14 14:50:39.772 INFO kablam! 22 | | match &feed.secret_key() { Sep 14 14:50:39.772 INFO kablam! ... | Sep 14 14:50:39.772 INFO kablam! 33 | | } Sep 14 14:50:39.772 INFO kablam! 34 | | } Sep 14 14:50:39.772 INFO kablam! | |_^ Sep 14 14:50:39.772 INFO kablam! | Sep 14 14:50:39.772 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 14:50:39.772 INFO kablam! Sep 14 14:50:40.173 INFO kablam! warning: function is never used: `copy_keys` Sep 14 14:50:40.173 INFO kablam! --> tests/helpers.rs:19:1 Sep 14 14:50:40.173 INFO kablam! | Sep 14 14:50:40.173 INFO kablam! 19 | / pub fn copy_keys( Sep 14 14:50:40.173 INFO kablam! 20 | | feed: &Feed + Debug>, Sep 14 14:50:40.173 INFO kablam! 21 | | ) -> (PublicKey, SecretKey) { Sep 14 14:50:40.173 INFO kablam! 22 | | match &feed.secret_key() { Sep 14 14:50:40.173 INFO kablam! ... | Sep 14 14:50:40.173 INFO kablam! 33 | | } Sep 14 14:50:40.173 INFO kablam! 34 | | } Sep 14 14:50:40.173 INFO kablam! | |_^ Sep 14 14:50:40.173 INFO kablam! | Sep 14 14:50:40.173 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 14:50:40.173 INFO kablam! Sep 14 14:50:41.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 14:50:41.305 INFO kablam! --> tests/feed.rs:145:3 Sep 14 14:50:41.305 INFO kablam! | Sep 14 14:50:41.305 INFO kablam! 145 | storage.write_public_key(&keypair.public); Sep 14 14:50:41.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:50:41.305 INFO kablam! | Sep 14 14:50:41.305 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 14:50:41.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 14:50:41.305 INFO kablam! Sep 14 14:50:41.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 14:50:41.305 INFO kablam! --> tests/feed.rs:156:3 Sep 14 14:50:41.305 INFO kablam! | Sep 14 14:50:41.305 INFO kablam! 156 | storage.write_public_key(&keypair.public); Sep 14 14:50:41.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:50:41.305 INFO kablam! | Sep 14 14:50:41.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 14:50:41.305 INFO kablam! Sep 14 14:50:41.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 14:50:41.305 INFO kablam! --> tests/feed.rs:157:3 Sep 14 14:50:41.305 INFO kablam! | Sep 14 14:50:41.305 INFO kablam! 157 | storage.write_secret_key(&keypair.secret); Sep 14 14:50:41.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:50:41.305 INFO kablam! | Sep 14 14:50:41.306 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 14:50:41.306 INFO kablam! Sep 14 14:50:41.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.86s Sep 14 14:50:41.344 INFO kablam! su: No module specific data is present Sep 14 14:50:41.910 INFO running `"docker" "rm" "-f" "2acd0500d3735f22f843f0451fe0c9081c2fa8d941ba8e669a82231cdccfd817"` Sep 14 14:50:42.005 INFO blam! 2acd0500d3735f22f843f0451fe0c9081c2fa8d941ba8e669a82231cdccfd817