Sep 01 13:30:38.046 INFO checking protecula/Immeanity against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 13:30:38.047 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 13:30:38.047 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:30:38.274 INFO blam! 85c03592ef5321c33fd9e66d913f32cc8ed4cf0d2050e4e3d7e64bf3cc59ee85 Sep 01 13:30:38.276 INFO running `"docker" "start" "-a" "85c03592ef5321c33fd9e66d913f32cc8ed4cf0d2050e4e3d7e64bf3cc59ee85"` Sep 01 13:30:39.401 INFO kablam! Checking try-lock v0.2.2 Sep 01 13:30:39.415 INFO kablam! Compiling libsqlite3-sys v0.9.1 Sep 01 13:30:39.422 INFO kablam! Checking uuid v0.6.5 Sep 01 13:30:39.423 INFO kablam! Checking futures-cpupool v0.1.8 Sep 01 13:30:39.423 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 01 13:30:39.423 INFO kablam! Checking mio v0.6.15 Sep 01 13:30:39.439 INFO kablam! Checking tokio-io v0.1.7 Sep 01 13:30:39.439 INFO kablam! Checking http v0.1.7 Sep 01 13:30:40.587 INFO kablam! Checking regex v1.0.2 Sep 01 13:30:41.681 INFO kablam! Checking want v0.0.6 Sep 01 13:30:44.353 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 01 13:30:46.141 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 01 13:30:47.423 INFO kablam! Checking tokio-codec v0.1.0 Sep 01 13:30:49.635 INFO kablam! Checking tokio-reactor v0.1.2 Sep 01 13:30:52.515 INFO kablam! Checking tokio-tcp v0.1.0 Sep 01 13:30:52.515 INFO kablam! Checking tokio-udp v0.1.1 Sep 01 13:30:53.019 INFO kablam! Checking tokio-fs v0.1.2 Sep 01 13:30:54.662 INFO kablam! Checking tokio v0.1.7 Sep 01 13:30:56.954 INFO kablam! Checking h2 v0.1.10 Sep 01 13:31:02.999 INFO kablam! Checking rusqlite v0.13.0 Sep 01 13:31:05.344 INFO kablam! Checking hyper v0.12.6 Sep 01 13:31:13.491 INFO kablam! Checking immeanity v0.1.0 (file:///source) Sep 01 13:31:14.758 INFO kablam! warning: method is never used: `set_incoming_port` Sep 01 13:31:14.758 INFO kablam! --> src/incoming_requests.rs:22:5 Sep 01 13:31:14.758 INFO kablam! | Sep 01 13:31:14.759 INFO kablam! 22 | pub fn set_incoming_port(&mut self, incoming_port: u16) { Sep 01 13:31:14.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.759 INFO kablam! | Sep 01 13:31:14.759 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 13:31:14.759 INFO kablam! Sep 01 13:31:14.759 INFO kablam! warning: method is never used: `set_server_port` Sep 01 13:31:14.759 INFO kablam! --> src/onion_manager.rs:49:5 Sep 01 13:31:14.759 INFO kablam! | Sep 01 13:31:14.759 INFO kablam! 49 | pub fn set_server_port(&mut self, server_port: u16) { Sep 01 13:31:14.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.759 INFO kablam! Sep 01 13:31:14.759 INFO kablam! warning: method is never used: `set_control_port` Sep 01 13:31:14.759 INFO kablam! --> src/onion_manager.rs:52:5 Sep 01 13:31:14.759 INFO kablam! | Sep 01 13:31:14.759 INFO kablam! 52 | pub fn set_control_port(&mut self, control_port: u16) { Sep 01 13:31:14.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.759 INFO kablam! Sep 01 13:31:14.759 INFO kablam! warning: method is never used: `set_proxy_port` Sep 01 13:31:14.759 INFO kablam! --> src/onion_manager.rs:55:5 Sep 01 13:31:14.759 INFO kablam! | Sep 01 13:31:14.759 INFO kablam! 55 | pub fn set_proxy_port(&mut self, proxy_port: u16) { Sep 01 13:31:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.760 INFO kablam! Sep 01 13:31:14.760 INFO kablam! warning: field is never used: `database_file` Sep 01 13:31:14.760 INFO kablam! --> src/persistence.rs:4:5 Sep 01 13:31:14.760 INFO kablam! | Sep 01 13:31:14.760 INFO kablam! 4 | database_file: String, Sep 01 13:31:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.760 INFO kablam! Sep 01 13:31:14.760 INFO kablam! warning: method is never used: `set_database_file` Sep 01 13:31:14.760 INFO kablam! --> src/persistence.rs:21:5 Sep 01 13:31:14.760 INFO kablam! | Sep 01 13:31:14.760 INFO kablam! 21 | pub fn set_database_file(&mut self, database_file: String) { Sep 01 13:31:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.760 INFO kablam! Sep 01 13:31:14.814 INFO kablam! warning: method is never used: `set_incoming_port` Sep 01 13:31:14.814 INFO kablam! --> src/incoming_requests.rs:22:5 Sep 01 13:31:14.814 INFO kablam! | Sep 01 13:31:14.815 INFO kablam! 22 | pub fn set_incoming_port(&mut self, incoming_port: u16) { Sep 01 13:31:14.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.815 INFO kablam! | Sep 01 13:31:14.815 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 13:31:14.815 INFO kablam! Sep 01 13:31:14.816 INFO kablam! warning: method is never used: `set_server_port` Sep 01 13:31:14.816 INFO kablam! --> src/onion_manager.rs:49:5 Sep 01 13:31:14.816 INFO kablam! | Sep 01 13:31:14.816 INFO kablam! 49 | pub fn set_server_port(&mut self, server_port: u16) { Sep 01 13:31:14.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.816 INFO kablam! Sep 01 13:31:14.817 INFO kablam! warning: method is never used: `set_control_port` Sep 01 13:31:14.817 INFO kablam! --> src/onion_manager.rs:52:5 Sep 01 13:31:14.817 INFO kablam! | Sep 01 13:31:14.817 INFO kablam! 52 | pub fn set_control_port(&mut self, control_port: u16) { Sep 01 13:31:14.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.817 INFO kablam! Sep 01 13:31:14.817 INFO kablam! warning: method is never used: `set_proxy_port` Sep 01 13:31:14.818 INFO kablam! --> src/onion_manager.rs:55:5 Sep 01 13:31:14.818 INFO kablam! | Sep 01 13:31:14.818 INFO kablam! 55 | pub fn set_proxy_port(&mut self, proxy_port: u16) { Sep 01 13:31:14.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.818 INFO kablam! Sep 01 13:31:14.818 INFO kablam! warning: field is never used: `database_file` Sep 01 13:31:14.818 INFO kablam! --> src/persistence.rs:4:5 Sep 01 13:31:14.818 INFO kablam! | Sep 01 13:31:14.818 INFO kablam! 4 | database_file: String, Sep 01 13:31:14.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.819 INFO kablam! Sep 01 13:31:14.819 INFO kablam! warning: method is never used: `set_database_file` Sep 01 13:31:14.819 INFO kablam! --> src/persistence.rs:21:5 Sep 01 13:31:14.819 INFO kablam! | Sep 01 13:31:14.819 INFO kablam! 21 | pub fn set_database_file(&mut self, database_file: String) { Sep 01 13:31:14.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:31:14.819 INFO kablam! Sep 01 13:31:14.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.73s Sep 01 13:31:14.891 INFO kablam! su: No module specific data is present Sep 01 13:31:15.404 INFO running `"docker" "rm" "-f" "85c03592ef5321c33fd9e66d913f32cc8ed4cf0d2050e4e3d7e64bf3cc59ee85"` Sep 01 13:31:15.563 INFO blam! 85c03592ef5321c33fd9e66d913f32cc8ed4cf0d2050e4e3d7e64bf3cc59ee85