Sep 14 19:29:51.673 INFO checking auth-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:29:51.673 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:29:51.673 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:29:51.987 INFO blam! c6ee52427b12c64619496228456a3383b55fb13672079eb0c61df76e621ae8f1 Sep 14 19:29:51.993 INFO running `"docker" "start" "-a" "c6ee52427b12c64619496228456a3383b55fb13672079eb0c61df76e621ae8f1"` Sep 14 19:29:53.528 INFO kablam! usermod: no changes Sep 14 19:29:53.763 INFO kablam! Checking protobuf v1.5.1 Sep 14 19:29:53.767 INFO kablam! Checking httpbis v0.5.0 Sep 14 19:30:01.538 INFO kablam! Checking grpc v0.3.1 Sep 14 19:30:03.883 INFO kablam! Checking auth v0.1.0 (file:///source) Sep 14 19:30:09.052 INFO kablam! warning: unused import: `auth::interface::auth::*` Sep 14 19:30:09.052 INFO kablam! --> src/main.rs:8:5 Sep 14 19:30:09.052 INFO kablam! | Sep 14 19:30:09.052 INFO kablam! 8 | use auth::interface::auth::*; Sep 14 19:30:09.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:30:09.052 INFO kablam! | Sep 14 19:30:09.052 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:30:09.052 INFO kablam! Sep 14 19:30:09.111 INFO kablam! warning: unused variable: `o` Sep 14 19:30:09.111 INFO kablam! --> src/main.rs:18:21 Sep 14 19:30:09.111 INFO kablam! | Sep 14 19:30:09.111 INFO kablam! 18 | fn auth (&self, o : ::grpc::RequestOptions, p : auth::Transation) -> ::grpc::SingleResponse { Sep 14 19:30:09.111 INFO kablam! | ^ help: consider using `_o` instead Sep 14 19:30:09.111 INFO kablam! | Sep 14 19:30:09.111 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 19:30:09.111 INFO kablam! Sep 14 19:30:09.114 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:30:09.114 INFO kablam! --> src/main.rs:33:5 Sep 14 19:30:09.114 INFO kablam! | Sep 14 19:30:09.114 INFO kablam! 33 | server.http.set_addr("0.0.0.0:30303"); Sep 14 19:30:09.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:30:09.114 INFO kablam! | Sep 14 19:30:09.114 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:30:09.114 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:30:09.114 INFO kablam! Sep 14 19:30:09.284 INFO kablam! warning: unused import: `auth::interface::auth::*` Sep 14 19:30:09.284 INFO kablam! --> src/main.rs:8:5 Sep 14 19:30:09.284 INFO kablam! | Sep 14 19:30:09.284 INFO kablam! 8 | use auth::interface::auth::*; Sep 14 19:30:09.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:30:09.284 INFO kablam! | Sep 14 19:30:09.284 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:30:09.284 INFO kablam! Sep 14 19:30:09.330 INFO kablam! warning: unused variable: `o` Sep 14 19:30:09.330 INFO kablam! --> src/main.rs:18:21 Sep 14 19:30:09.330 INFO kablam! | Sep 14 19:30:09.330 INFO kablam! 18 | fn auth (&self, o : ::grpc::RequestOptions, p : auth::Transation) -> ::grpc::SingleResponse { Sep 14 19:30:09.330 INFO kablam! | ^ help: consider using `_o` instead Sep 14 19:30:09.330 INFO kablam! | Sep 14 19:30:09.330 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 19:30:09.330 INFO kablam! Sep 14 19:30:09.333 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 19:30:09.333 INFO kablam! --> src/main.rs:33:5 Sep 14 19:30:09.333 INFO kablam! | Sep 14 19:30:09.333 INFO kablam! 33 | server.http.set_addr("0.0.0.0:30303"); Sep 14 19:30:09.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:30:09.333 INFO kablam! | Sep 14 19:30:09.333 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:30:09.333 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 19:30:09.333 INFO kablam! Sep 14 19:30:09.346 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.80s Sep 14 19:30:09.353 INFO kablam! su: No module specific data is present Sep 14 19:30:10.153 INFO running `"docker" "rm" "-f" "c6ee52427b12c64619496228456a3383b55fb13672079eb0c61df76e621ae8f1"` Sep 14 19:30:10.244 INFO blam! c6ee52427b12c64619496228456a3383b55fb13672079eb0c61df76e621ae8f1