Oct 27 00:26:57.126 INFO checking mmacedoeu/csvtoredis.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:26:57.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 00:26:57.556 INFO blam! 37c78c7d68bdd96a67f281b1e41519b1f5ed0c6c0ecc21b4ef2c5f8042c95979 Oct 27 00:26:57.561 INFO running `"docker" "start" "-a" "37c78c7d68bdd96a67f281b1e41519b1f5ed0c6c0ecc21b4ef2c5f8042c95979"` Oct 27 00:26:58.829 INFO kablam! usermod: no changes Oct 27 00:26:59.062 INFO kablam! Checking byteorder v1.2.7 Oct 27 00:26:59.066 INFO kablam! Compiling redis v0.9.1 Oct 27 00:26:59.073 INFO kablam! Compiling memchr v2.1.0 Oct 27 00:26:59.075 INFO kablam! Checking log v0.4.5 Oct 27 00:26:59.076 INFO kablam! Checking net2 v0.2.33 Oct 27 00:26:59.077 INFO kablam! Checking unix_socket v0.5.0 Oct 27 00:26:59.077 INFO kablam! Checking tokio-executor v0.1.5 Oct 27 00:27:02.124 INFO kablam! Checking log v0.3.9 Oct 27 00:27:02.965 INFO kablam! Checking mio v0.6.16 Oct 27 00:27:03.539 INFO kablam! Checking bytes v0.4.10 Oct 27 00:27:04.271 INFO kablam! Checking env_logger v0.3.5 Oct 27 00:27:05.637 INFO kablam! Checking combine v3.6.1 Oct 27 00:27:07.453 INFO kablam! Checking tokio-io v0.1.10 Oct 27 00:27:09.908 INFO kablam! Checking tokio-reactor v0.1.6 Oct 27 00:27:09.909 INFO kablam! Checking tokio-codec v0.1.1 Oct 27 00:27:12.591 INFO kablam! Checking tokio-tcp v0.1.2 Oct 27 00:27:36.131 INFO kablam! Checking rustcsvtoredis v0.1.0 (/source) Oct 27 00:27:38.571 INFO kablam! warning: unused import: `PipelineCommands` Oct 27 00:27:38.571 INFO kablam! --> src/main.rs:10:23 Oct 27 00:27:38.571 INFO kablam! | Oct 27 00:27:38.571 INFO kablam! 10 | use redis::{Commands, PipelineCommands}; Oct 27 00:27:38.571 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:27:38.571 INFO kablam! | Oct 27 00:27:38.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:27:38.571 INFO kablam! Oct 27 00:27:38.576 INFO kablam! warning: unused variable: `stop` Oct 27 00:27:38.577 INFO kablam! --> src/main.rs:84:36 Oct 27 00:27:38.577 INFO kablam! | Oct 27 00:27:38.577 INFO kablam! 84 | fn handle_requests(fpath : String, stop : &'static Option) -> redis::RedisResult<()> { Oct 27 00:27:38.577 INFO kablam! | ^^^^ help: consider using `_stop` instead Oct 27 00:27:38.577 INFO kablam! | Oct 27 00:27:38.578 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:27:38.578 INFO kablam! Oct 27 00:27:38.611 INFO kablam! warning: static variable `stop_loop` should have an upper case name such as `STOP_LOOP` Oct 27 00:27:38.611 INFO kablam! --> src/main.rs:30:1 Oct 27 00:27:38.611 INFO kablam! | Oct 27 00:27:38.611 INFO kablam! 30 | static mut stop_loop : Option = None; Oct 27 00:27:38.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:38.611 INFO kablam! warning: unused import: `PipelineCommands` Oct 27 00:27:38.611 INFO kablam! --> src/main.rs:10:23 Oct 27 00:27:38.611 INFO kablam! | Oct 27 00:27:38.611 INFO kablam! 10 | use redis::{Commands, PipelineCommands}; Oct 27 00:27:38.611 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:27:38.611 INFO kablam! | Oct 27 00:27:38.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:27:38.611 INFO kablam! Oct 27 00:27:38.611 INFO kablam! | Oct 27 00:27:38.611 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 00:27:38.611 INFO kablam! Oct 27 00:27:38.612 INFO kablam! warning: unused variable: `stop` Oct 27 00:27:38.612 INFO kablam! --> src/main.rs:84:36 Oct 27 00:27:38.612 INFO kablam! | Oct 27 00:27:38.612 INFO kablam! 84 | fn handle_requests(fpath : String, stop : &'static Option) -> redis::RedisResult<()> { Oct 27 00:27:38.612 INFO kablam! | ^^^^ help: consider using `_stop` instead Oct 27 00:27:38.612 INFO kablam! | Oct 27 00:27:38.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:27:38.612 INFO kablam! Oct 27 00:27:38.659 INFO kablam! warning: static variable `stop_loop` should have an upper case name such as `STOP_LOOP` Oct 27 00:27:38.659 INFO kablam! --> src/main.rs:30:1 Oct 27 00:27:38.659 INFO kablam! | Oct 27 00:27:38.659 INFO kablam! 30 | static mut stop_loop : Option = None; Oct 27 00:27:38.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:27:38.659 INFO kablam! | Oct 27 00:27:38.659 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 00:27:38.659 INFO kablam! Oct 27 00:27:38.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.87s Oct 27 00:27:38.751 INFO kablam! su: No module specific data is present Oct 27 00:27:40.139 INFO running `"docker" "rm" "-f" "37c78c7d68bdd96a67f281b1e41519b1f5ed0c6c0ecc21b4ef2c5f8042c95979"` Oct 27 00:27:40.407 INFO blam! 37c78c7d68bdd96a67f281b1e41519b1f5ed0c6c0ecc21b4ef2c5f8042c95979