Oct 21 15:37:08.477 INFO checking mmacedoeu/csvtoredis.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:37:08.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 15:37:09.053 INFO blam! 60f3497597c570dc88e7838d6fd28fbe730263bcc329887a00b9d58d0784c241 Oct 21 15:37:09.054 INFO running `"docker" "start" "-a" "60f3497597c570dc88e7838d6fd28fbe730263bcc329887a00b9d58d0784c241"` Oct 21 15:37:10.258 INFO kablam! usermod: no changes Oct 21 15:37:10.460 INFO kablam! Compiling redis v0.9.1 Oct 21 15:37:10.477 INFO kablam! Checking memchr v0.1.11 Oct 21 15:37:10.477 INFO kablam! Compiling memchr v2.1.0 Oct 21 15:37:10.478 INFO kablam! Checking log v0.4.5 Oct 21 15:37:10.489 INFO kablam! Checking unix_socket v0.5.0 Oct 21 15:37:10.492 INFO kablam! Checking thread-id v2.0.0 Oct 21 15:37:11.606 INFO kablam! Checking thread_local v0.2.7 Oct 21 15:37:11.701 INFO kablam! Checking aho-corasick v0.5.3 Oct 21 15:37:12.914 INFO kablam! Checking tokio-io v0.1.9 Oct 21 15:37:12.914 INFO kablam! Checking mio v0.6.16 Oct 21 15:37:12.914 INFO kablam! Checking log v0.3.9 Oct 21 15:37:13.980 INFO kablam! Checking regex v0.1.80 Oct 21 15:37:14.811 INFO kablam! Checking combine v3.6.1 Oct 21 15:37:16.268 INFO kablam! Checking tokio-codec v0.1.1 Oct 21 15:37:16.448 INFO kablam! Checking tokio-reactor v0.1.6 Oct 21 15:37:18.156 INFO kablam! Checking env_logger v0.3.5 Oct 21 15:37:19.081 INFO kablam! Checking tokio-tcp v0.1.2 Oct 21 15:37:44.508 INFO kablam! Checking rustcsvtoredis v0.1.0 (/source) Oct 21 15:37:46.489 INFO kablam! warning: unused import: `PipelineCommands` Oct 21 15:37:46.489 INFO kablam! --> src/main.rs:10:23 Oct 21 15:37:46.489 INFO kablam! | Oct 21 15:37:46.490 INFO kablam! 10 | use redis::{Commands, PipelineCommands}; Oct 21 15:37:46.490 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 15:37:46.490 INFO kablam! | Oct 21 15:37:46.490 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:37:46.491 INFO kablam! Oct 21 15:37:46.492 INFO kablam! warning: unused variable: `stop` Oct 21 15:37:46.492 INFO kablam! --> src/main.rs:84:36 Oct 21 15:37:46.492 INFO kablam! | Oct 21 15:37:46.492 INFO kablam! 84 | fn handle_requests(fpath : String, stop : &'static Option) -> redis::RedisResult<()> { Oct 21 15:37:46.492 INFO kablam! | ^^^^ help: consider using `_stop` instead Oct 21 15:37:46.492 INFO kablam! | Oct 21 15:37:46.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:37:46.492 INFO kablam! Oct 21 15:37:46.520 INFO kablam! warning: static variable `stop_loop` should have an upper case name such as `STOP_LOOP` Oct 21 15:37:46.520 INFO kablam! --> src/main.rs:30:1 Oct 21 15:37:46.520 INFO kablam! | Oct 21 15:37:46.520 INFO kablam! 30 | static mut stop_loop : Option = None; Oct 21 15:37:46.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:37:46.520 INFO kablam! | Oct 21 15:37:46.520 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 15:37:46.520 INFO kablam! Oct 21 15:37:46.824 INFO kablam! warning: unused import: `PipelineCommands` Oct 21 15:37:46.824 INFO kablam! --> src/main.rs:10:23 Oct 21 15:37:46.825 INFO kablam! | Oct 21 15:37:46.825 INFO kablam! 10 | use redis::{Commands, PipelineCommands}; Oct 21 15:37:46.825 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 15:37:46.825 INFO kablam! | Oct 21 15:37:46.826 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:37:46.826 INFO kablam! Oct 21 15:37:46.829 INFO kablam! warning: unused variable: `stop` Oct 21 15:37:46.829 INFO kablam! --> src/main.rs:84:36 Oct 21 15:37:46.829 INFO kablam! | Oct 21 15:37:46.832 INFO kablam! 84 | fn handle_requests(fpath : String, stop : &'static Option) -> redis::RedisResult<()> { Oct 21 15:37:46.832 INFO kablam! | ^^^^ help: consider using `_stop` instead Oct 21 15:37:46.832 INFO kablam! | Oct 21 15:37:46.832 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:37:46.832 INFO kablam! Oct 21 15:37:46.848 INFO kablam! warning: static variable `stop_loop` should have an upper case name such as `STOP_LOOP` Oct 21 15:37:46.848 INFO kablam! --> src/main.rs:30:1 Oct 21 15:37:46.848 INFO kablam! | Oct 21 15:37:46.848 INFO kablam! 30 | static mut stop_loop : Option = None; Oct 21 15:37:46.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:37:46.848 INFO kablam! | Oct 21 15:37:46.848 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 15:37:46.848 INFO kablam! Oct 21 15:37:46.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.64s Oct 21 15:37:46.939 INFO kablam! su: No module specific data is present Oct 21 15:37:47.759 INFO running `"docker" "rm" "-f" "60f3497597c570dc88e7838d6fd28fbe730263bcc329887a00b9d58d0784c241"` Oct 21 15:37:47.990 INFO blam! 60f3497597c570dc88e7838d6fd28fbe730263bcc329887a00b9d58d0784c241