Oct 12 17:17:28.879 INFO checking mmacedoeu/csvtoredis.rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:17:28.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 17:17:29.331 INFO blam! 4cd085dc0a7db315d914da8876ef96de2f8a634136599c8fb37a105062dcf360 Oct 12 17:17:29.341 INFO running `"docker" "start" "-a" "4cd085dc0a7db315d914da8876ef96de2f8a634136599c8fb37a105062dcf360"` Oct 12 17:17:30.583 INFO kablam! usermod: no changes Oct 12 17:17:30.774 INFO kablam! Checking either v1.5.0 Oct 12 17:17:30.774 INFO kablam! Compiling redis v0.9.1 Oct 12 17:17:30.780 INFO kablam! Compiling memchr v2.1.0 Oct 12 17:17:30.780 INFO kablam! Checking unix_socket v0.5.0 Oct 12 17:17:30.780 INFO kablam! Checking tokio-io v0.1.9 Oct 12 17:17:30.780 INFO kablam! Checking env_logger v0.3.5 Oct 12 17:17:34.682 INFO kablam! Checking tokio-reactor v0.1.6 Oct 12 17:17:34.682 INFO kablam! Checking tokio-codec v0.1.1 Oct 12 17:17:35.280 INFO kablam! Checking combine v3.6.0 Oct 12 17:17:37.156 INFO kablam! Checking tokio-tcp v0.1.2 Oct 12 17:18:02.933 INFO kablam! Checking rustcsvtoredis v0.1.0 (/source) Oct 12 17:18:05.797 INFO kablam! warning: unused import: `PipelineCommands` Oct 12 17:18:05.798 INFO kablam! --> src/main.rs:10:23 Oct 12 17:18:05.798 INFO kablam! | Oct 12 17:18:05.798 INFO kablam! 10 | use redis::{Commands, PipelineCommands}; Oct 12 17:18:05.799 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:18:05.799 INFO kablam! | Oct 12 17:18:05.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:18:05.799 INFO kablam! Oct 12 17:18:05.799 INFO kablam! warning: unused variable: `stop` Oct 12 17:18:05.800 INFO kablam! --> src/main.rs:84:36 Oct 12 17:18:05.800 INFO kablam! | Oct 12 17:18:05.800 INFO kablam! 84 | fn handle_requests(fpath : String, stop : &'static Option) -> redis::RedisResult<()> { Oct 12 17:18:05.800 INFO kablam! | ^^^^ help: consider using `_stop` instead Oct 12 17:18:05.801 INFO kablam! | Oct 12 17:18:05.801 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:18:05.801 INFO kablam! Oct 12 17:18:05.819 INFO kablam! warning: static variable `stop_loop` should have an upper case name such as `STOP_LOOP` Oct 12 17:18:05.819 INFO kablam! --> src/main.rs:30:1 Oct 12 17:18:05.820 INFO kablam! | Oct 12 17:18:05.820 INFO kablam! 30 | static mut stop_loop : Option = None; Oct 12 17:18:05.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:05.820 INFO kablam! | Oct 12 17:18:05.821 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 17:18:05.821 INFO kablam! Oct 12 17:18:06.058 INFO kablam! warning: unused import: `PipelineCommands` Oct 12 17:18:06.058 INFO kablam! --> src/main.rs:10:23 Oct 12 17:18:06.058 INFO kablam! | Oct 12 17:18:06.058 INFO kablam! 10 | use redis::{Commands, PipelineCommands}; Oct 12 17:18:06.059 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:18:06.059 INFO kablam! | Oct 12 17:18:06.059 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:18:06.060 INFO kablam! Oct 12 17:18:06.063 INFO kablam! warning: unused variable: `stop` Oct 12 17:18:06.063 INFO kablam! --> src/main.rs:84:36 Oct 12 17:18:06.063 INFO kablam! | Oct 12 17:18:06.069 INFO kablam! 84 | fn handle_requests(fpath : String, stop : &'static Option) -> redis::RedisResult<()> { Oct 12 17:18:06.069 INFO kablam! | ^^^^ help: consider using `_stop` instead Oct 12 17:18:06.070 INFO kablam! | Oct 12 17:18:06.070 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:18:06.070 INFO kablam! Oct 12 17:18:06.097 INFO kablam! warning: static variable `stop_loop` should have an upper case name such as `STOP_LOOP` Oct 12 17:18:06.097 INFO kablam! --> src/main.rs:30:1 Oct 12 17:18:06.097 INFO kablam! | Oct 12 17:18:06.098 INFO kablam! 30 | static mut stop_loop : Option = None; Oct 12 17:18:06.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:18:06.098 INFO kablam! | Oct 12 17:18:06.099 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 17:18:06.099 INFO kablam! Oct 12 17:18:06.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.53s Oct 12 17:18:06.157 INFO kablam! su: No module specific data is present Oct 12 17:18:07.278 INFO running `"docker" "rm" "-f" "4cd085dc0a7db315d914da8876ef96de2f8a634136599c8fb37a105062dcf360"` Oct 12 17:18:07.565 INFO blam! 4cd085dc0a7db315d914da8876ef96de2f8a634136599c8fb37a105062dcf360