Sep 03 16:41:18.229 INFO checking protecula/Immeanity against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 16:41:18.229 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 16:41:18.229 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 16:41:18.496 INFO blam! a32adb7d12e84c148a6c9cd9e23cfd85ea53650a0c27f74f7b5439c181e42cd7 Sep 03 16:41:18.496 INFO running `"docker" "start" "-a" "a32adb7d12e84c148a6c9cd9e23cfd85ea53650a0c27f74f7b5439c181e42cd7"` Sep 03 16:41:19.540 INFO kablam! Checking string v0.1.0 Sep 03 16:41:19.555 INFO kablam! Compiling libsqlite3-sys v0.9.1 Sep 03 16:41:19.570 INFO kablam! Checking mio v0.6.15 Sep 03 16:41:19.571 INFO kablam! Checking want v0.0.6 Sep 03 16:41:19.571 INFO kablam! Checking tokio-io v0.1.7 Sep 03 16:41:19.594 INFO kablam! Checking http v0.1.7 Sep 03 16:41:19.621 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 03 16:41:19.623 INFO kablam! Checking regex v1.0.2 Sep 03 16:41:22.391 INFO kablam! Checking tokio-threadpool v0.1.5 Sep 03 16:41:25.506 INFO kablam! Checking tokio-codec v0.1.0 Sep 03 16:41:27.565 INFO kablam! Checking tokio-reactor v0.1.2 Sep 03 16:41:28.451 INFO kablam! Checking tokio-fs v0.1.2 Sep 03 16:41:30.597 INFO kablam! Checking tokio-tcp v0.1.0 Sep 03 16:41:30.601 INFO kablam! Checking tokio-udp v0.1.1 Sep 03 16:41:32.509 INFO kablam! Checking tokio v0.1.7 Sep 03 16:41:36.337 INFO kablam! Checking h2 v0.1.10 Sep 03 16:41:41.276 INFO kablam! Checking rusqlite v0.13.0 Sep 03 16:41:43.597 INFO kablam! Checking hyper v0.12.6 Sep 03 16:41:52.036 INFO kablam! Checking immeanity v0.1.0 (file:///source) Sep 03 16:41:53.252 INFO kablam! warning: method is never used: `set_incoming_port` Sep 03 16:41:53.252 INFO kablam! --> src/incoming_requests.rs:22:5 Sep 03 16:41:53.252 INFO kablam! | Sep 03 16:41:53.252 INFO kablam! 22 | pub fn set_incoming_port(&mut self, incoming_port: u16) { Sep 03 16:41:53.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.253 INFO kablam! | Sep 03 16:41:53.253 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 16:41:53.253 INFO kablam! Sep 03 16:41:53.253 INFO kablam! warning: method is never used: `set_server_port` Sep 03 16:41:53.253 INFO kablam! --> src/onion_manager.rs:49:5 Sep 03 16:41:53.253 INFO kablam! | Sep 03 16:41:53.253 INFO kablam! 49 | pub fn set_server_port(&mut self, server_port: u16) { Sep 03 16:41:53.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.253 INFO kablam! Sep 03 16:41:53.253 INFO kablam! warning: method is never used: `set_control_port` Sep 03 16:41:53.253 INFO kablam! --> src/onion_manager.rs:52:5 Sep 03 16:41:53.253 INFO kablam! | Sep 03 16:41:53.253 INFO kablam! 52 | pub fn set_control_port(&mut self, control_port: u16) { Sep 03 16:41:53.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.253 INFO kablam! Sep 03 16:41:53.253 INFO kablam! warning: method is never used: `set_proxy_port` Sep 03 16:41:53.253 INFO kablam! --> src/onion_manager.rs:55:5 Sep 03 16:41:53.254 INFO kablam! | Sep 03 16:41:53.254 INFO kablam! 55 | pub fn set_proxy_port(&mut self, proxy_port: u16) { Sep 03 16:41:53.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.254 INFO kablam! Sep 03 16:41:53.254 INFO kablam! warning: field is never used: `database_file` Sep 03 16:41:53.254 INFO kablam! --> src/persistence.rs:4:5 Sep 03 16:41:53.254 INFO kablam! | Sep 03 16:41:53.254 INFO kablam! 4 | database_file: String, Sep 03 16:41:53.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.254 INFO kablam! Sep 03 16:41:53.255 INFO kablam! warning: method is never used: `set_database_file` Sep 03 16:41:53.255 INFO kablam! --> src/persistence.rs:21:5 Sep 03 16:41:53.255 INFO kablam! | Sep 03 16:41:53.255 INFO kablam! 21 | pub fn set_database_file(&mut self, database_file: String) { Sep 03 16:41:53.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.255 INFO kablam! Sep 03 16:41:53.303 INFO kablam! warning: method is never used: `set_incoming_port` Sep 03 16:41:53.303 INFO kablam! --> src/incoming_requests.rs:22:5 Sep 03 16:41:53.303 INFO kablam! | Sep 03 16:41:53.303 INFO kablam! 22 | pub fn set_incoming_port(&mut self, incoming_port: u16) { Sep 03 16:41:53.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.303 INFO kablam! | Sep 03 16:41:53.303 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 16:41:53.303 INFO kablam! Sep 03 16:41:53.304 INFO kablam! warning: method is never used: `set_server_port` Sep 03 16:41:53.304 INFO kablam! --> src/onion_manager.rs:49:5 Sep 03 16:41:53.304 INFO kablam! | Sep 03 16:41:53.304 INFO kablam! 49 | pub fn set_server_port(&mut self, server_port: u16) { Sep 03 16:41:53.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.304 INFO kablam! Sep 03 16:41:53.304 INFO kablam! warning: method is never used: `set_control_port` Sep 03 16:41:53.304 INFO kablam! --> src/onion_manager.rs:52:5 Sep 03 16:41:53.304 INFO kablam! | Sep 03 16:41:53.304 INFO kablam! 52 | pub fn set_control_port(&mut self, control_port: u16) { Sep 03 16:41:53.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.304 INFO kablam! Sep 03 16:41:53.304 INFO kablam! warning: method is never used: `set_proxy_port` Sep 03 16:41:53.305 INFO kablam! --> src/onion_manager.rs:55:5 Sep 03 16:41:53.305 INFO kablam! | Sep 03 16:41:53.305 INFO kablam! 55 | pub fn set_proxy_port(&mut self, proxy_port: u16) { Sep 03 16:41:53.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.305 INFO kablam! Sep 03 16:41:53.305 INFO kablam! warning: field is never used: `database_file` Sep 03 16:41:53.305 INFO kablam! --> src/persistence.rs:4:5 Sep 03 16:41:53.305 INFO kablam! | Sep 03 16:41:53.305 INFO kablam! 4 | database_file: String, Sep 03 16:41:53.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.305 INFO kablam! Sep 03 16:41:53.305 INFO kablam! warning: method is never used: `set_database_file` Sep 03 16:41:53.305 INFO kablam! --> src/persistence.rs:21:5 Sep 03 16:41:53.305 INFO kablam! | Sep 03 16:41:53.305 INFO kablam! 21 | pub fn set_database_file(&mut self, database_file: String) { Sep 03 16:41:53.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 16:41:53.305 INFO kablam! Sep 03 16:41:53.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.04s Sep 03 16:41:53.395 INFO kablam! su: No module specific data is present Sep 03 16:41:53.949 INFO running `"docker" "rm" "-f" "a32adb7d12e84c148a6c9cd9e23cfd85ea53650a0c27f74f7b5439c181e42cd7"` Sep 03 16:41:54.110 INFO blam! a32adb7d12e84c148a6c9cd9e23cfd85ea53650a0c27f74f7b5439c181e42cd7