Oct 14 22:52:51.252 INFO testing deyb/rginx against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:52:51.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 22:52:51.707 INFO blam! d1def906e6ecaf636aff16cc482d853709199903b808e6aa2c2987c1655c4afd Oct 14 22:52:51.711 INFO running `"docker" "start" "-a" "d1def906e6ecaf636aff16cc482d853709199903b808e6aa2c2987c1655c4afd"` Oct 14 22:52:52.715 INFO kablam! usermod: no changes Oct 14 22:52:52.817 INFO kablam! Compiling cs-rginx2 v0.1.0 (/source) Oct 14 22:52:53.123 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:52:53.123 INFO kablam! --> src/main.rs:332:19 Oct 14 22:52:53.123 INFO kablam! | Oct 14 22:52:53.123 INFO kablam! 332 | if(size <= 0) { Oct 14 22:52:53.123 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 22:52:53.123 INFO kablam! | Oct 14 22:52:53.123 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:52:53.123 INFO kablam! Oct 14 22:52:53.286 INFO kablam! warning: value assigned to `max_cores` is never read Oct 14 22:52:53.286 INFO kablam! --> src/main.rs:419:13 Oct 14 22:52:53.286 INFO kablam! | Oct 14 22:52:53.286 INFO kablam! 419 | let mut max_cores: u32 = args[3].parse().unwrap(); Oct 14 22:52:53.286 INFO kablam! | ^^^^^^^^^ Oct 14 22:52:53.286 INFO kablam! | Oct 14 22:52:53.286 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:52:53.286 INFO kablam! Oct 14 22:52:53.286 INFO kablam! warning: unused variable: `e` Oct 14 22:52:53.286 INFO kablam! --> src/main.rs:86:29 Oct 14 22:52:53.286 INFO kablam! | Oct 14 22:52:53.286 INFO kablam! 86 | Err(e) => { Oct 14 22:52:53.286 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:52:53.286 INFO kablam! | Oct 14 22:52:53.286 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:52:53.286 INFO kablam! Oct 14 22:52:53.287 INFO kablam! warning: unused variable: `bytes` Oct 14 22:52:53.287 INFO kablam! --> src/main.rs:197:7 Oct 14 22:52:53.287 INFO kablam! | Oct 14 22:52:53.287 INFO kablam! 197 | let bytes = match f.read(&mut buffer[..]) Oct 14 22:52:53.287 INFO kablam! | ^^^^^ help: consider using `_bytes` instead Oct 14 22:52:53.287 INFO kablam! Oct 14 22:52:53.287 INFO kablam! warning: unused variable: `id` Oct 14 22:52:53.287 INFO kablam! --> src/main.rs:305:17 Oct 14 22:52:53.287 INFO kablam! | Oct 14 22:52:53.287 INFO kablam! 305 | pub fn work(id: u32, receiver: Arc>>, base_path: String) { Oct 14 22:52:53.287 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 22:52:53.287 INFO kablam! Oct 14 22:52:53.287 INFO kablam! warning: unused variable: `base_path` Oct 14 22:52:53.287 INFO kablam! --> src/main.rs:393:25 Oct 14 22:52:53.287 INFO kablam! | Oct 14 22:52:53.287 INFO kablam! 393 | pub fn new(id: u32, base_path: String) -> Worker { //, sender: TcpStream, receiver: TcpStream) -> Worker { Oct 14 22:52:53.287 INFO kablam! | ^^^^^^^^^ help: consider using `_base_path` instead Oct 14 22:52:53.287 INFO kablam! Oct 14 22:52:53.319 INFO kablam! warning: constant item is never used: `MAX_ITERATIONS` Oct 14 22:52:53.319 INFO kablam! --> src/main.rs:20:1 Oct 14 22:52:53.319 INFO kablam! | Oct 14 22:52:53.319 INFO kablam! 20 | const MAX_ITERATIONS:u32 = 10; Oct 14 22:52:53.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:52:53.319 INFO kablam! | Oct 14 22:52:53.319 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:52:53.319 INFO kablam! Oct 14 22:52:53.319 INFO kablam! warning: field is never used: `id` Oct 14 22:52:53.319 INFO kablam! --> src/main.rs:26:5 Oct 14 22:52:53.319 INFO kablam! | Oct 14 22:52:53.319 INFO kablam! 26 | id: u32, Oct 14 22:52:53.319 INFO kablam! | ^^^^^^^ Oct 14 22:52:53.319 INFO kablam! Oct 14 22:52:53.319 INFO kablam! warning: field is never used: `id` Oct 14 22:52:53.319 INFO kablam! --> src/main.rs:39:5 Oct 14 22:52:53.319 INFO kablam! | Oct 14 22:52:53.319 INFO kablam! 39 | id: u32, Oct 14 22:52:53.319 INFO kablam! | ^^^^^^^ Oct 14 22:52:53.319 INFO kablam! Oct 14 22:52:53.319 INFO kablam! warning: field is never used: `cache` Oct 14 22:52:53.319 INFO kablam! --> src/main.rs:42:5 Oct 14 22:52:53.319 INFO kablam! | Oct 14 22:52:53.319 INFO kablam! 42 | cache: LRUCache, Oct 14 22:52:53.319 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:52:53.319 INFO kablam! Oct 14 22:52:53.319 INFO kablam! warning: field is never used: `max_tick` Oct 14 22:52:53.319 INFO kablam! --> src/main.rs:58:5 Oct 14 22:52:53.319 INFO kablam! | Oct 14 22:52:53.319 INFO kablam! 58 | max_tick: u32, Oct 14 22:52:53.319 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:52:53.319 INFO kablam! Oct 14 22:52:55.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 14 22:52:55.036 INFO kablam! su: No module specific data is present Oct 14 22:52:55.745 INFO running `"docker" "rm" "-f" "d1def906e6ecaf636aff16cc482d853709199903b808e6aa2c2987c1655c4afd"` Oct 14 22:52:56.149 INFO blam! d1def906e6ecaf636aff16cc482d853709199903b808e6aa2c2987c1655c4afd Oct 14 22:52:56.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 22:52:56.671 INFO blam! 9a00c9d9ca7c68180836106646721827d93890db40311f8c0e137f36e213057f Oct 14 22:52:56.673 INFO running `"docker" "start" "-a" "9a00c9d9ca7c68180836106646721827d93890db40311f8c0e137f36e213057f"` Oct 14 22:52:57.787 INFO kablam! usermod: no changes Oct 14 22:52:57.825 INFO kablam! Compiling cs-rginx2 v0.1.0 (/source) Oct 14 22:52:58.190 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:52:58.190 INFO kablam! --> src/main.rs:332:19 Oct 14 22:52:58.190 INFO kablam! | Oct 14 22:52:58.190 INFO kablam! 332 | if(size <= 0) { Oct 14 22:52:58.190 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 22:52:58.190 INFO kablam! | Oct 14 22:52:58.190 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:52:58.190 INFO kablam! Oct 14 22:52:58.347 INFO kablam! warning: value assigned to `max_cores` is never read Oct 14 22:52:58.347 INFO kablam! --> src/main.rs:419:13 Oct 14 22:52:58.347 INFO kablam! | Oct 14 22:52:58.347 INFO kablam! 419 | let mut max_cores: u32 = args[3].parse().unwrap(); Oct 14 22:52:58.347 INFO kablam! | ^^^^^^^^^ Oct 14 22:52:58.348 INFO kablam! | Oct 14 22:52:58.348 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:52:58.348 INFO kablam! Oct 14 22:52:58.348 INFO kablam! warning: unused variable: `e` Oct 14 22:52:58.348 INFO kablam! --> src/main.rs:86:29 Oct 14 22:52:58.348 INFO kablam! | Oct 14 22:52:58.348 INFO kablam! 86 | Err(e) => { Oct 14 22:52:58.348 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:52:58.348 INFO kablam! | Oct 14 22:52:58.348 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:52:58.348 INFO kablam! Oct 14 22:52:58.348 INFO kablam! warning: unused variable: `bytes` Oct 14 22:52:58.348 INFO kablam! --> src/main.rs:197:7 Oct 14 22:52:58.348 INFO kablam! | Oct 14 22:52:58.348 INFO kablam! 197 | let bytes = match f.read(&mut buffer[..]) Oct 14 22:52:58.348 INFO kablam! | ^^^^^ help: consider using `_bytes` instead Oct 14 22:52:58.348 INFO kablam! Oct 14 22:52:58.348 INFO kablam! warning: unused variable: `id` Oct 14 22:52:58.348 INFO kablam! --> src/main.rs:305:17 Oct 14 22:52:58.348 INFO kablam! | Oct 14 22:52:58.348 INFO kablam! 305 | pub fn work(id: u32, receiver: Arc>>, base_path: String) { Oct 14 22:52:58.348 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 22:52:58.348 INFO kablam! Oct 14 22:52:58.348 INFO kablam! warning: unused variable: `base_path` Oct 14 22:52:58.348 INFO kablam! --> src/main.rs:393:25 Oct 14 22:52:58.348 INFO kablam! | Oct 14 22:52:58.348 INFO kablam! 393 | pub fn new(id: u32, base_path: String) -> Worker { //, sender: TcpStream, receiver: TcpStream) -> Worker { Oct 14 22:52:58.348 INFO kablam! | ^^^^^^^^^ help: consider using `_base_path` instead Oct 14 22:52:58.348 INFO kablam! Oct 14 22:52:58.383 INFO kablam! warning: constant item is never used: `MAX_ITERATIONS` Oct 14 22:52:58.383 INFO kablam! --> src/main.rs:20:1 Oct 14 22:52:58.383 INFO kablam! | Oct 14 22:52:58.383 INFO kablam! 20 | const MAX_ITERATIONS:u32 = 10; Oct 14 22:52:58.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:52:58.383 INFO kablam! | Oct 14 22:52:58.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:52:58.383 INFO kablam! Oct 14 22:52:58.383 INFO kablam! warning: field is never used: `id` Oct 14 22:52:58.383 INFO kablam! --> src/main.rs:26:5 Oct 14 22:52:58.383 INFO kablam! | Oct 14 22:52:58.383 INFO kablam! 26 | id: u32, Oct 14 22:52:58.383 INFO kablam! | ^^^^^^^ Oct 14 22:52:58.383 INFO kablam! Oct 14 22:52:58.383 INFO kablam! warning: field is never used: `id` Oct 14 22:52:58.383 INFO kablam! --> src/main.rs:39:5 Oct 14 22:52:58.383 INFO kablam! | Oct 14 22:52:58.383 INFO kablam! 39 | id: u32, Oct 14 22:52:58.383 INFO kablam! | ^^^^^^^ Oct 14 22:52:58.383 INFO kablam! Oct 14 22:52:58.383 INFO kablam! warning: field is never used: `cache` Oct 14 22:52:58.383 INFO kablam! --> src/main.rs:42:5 Oct 14 22:52:58.383 INFO kablam! | Oct 14 22:52:58.383 INFO kablam! 42 | cache: LRUCache, Oct 14 22:52:58.383 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:52:58.383 INFO kablam! Oct 14 22:52:58.383 INFO kablam! warning: field is never used: `max_tick` Oct 14 22:52:58.383 INFO kablam! --> src/main.rs:58:5 Oct 14 22:52:58.383 INFO kablam! | Oct 14 22:52:58.383 INFO kablam! 58 | max_tick: u32, Oct 14 22:52:58.383 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:52:58.383 INFO kablam! Oct 14 22:52:58.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 22:52:58.924 INFO kablam! su: No module specific data is present Oct 14 22:52:59.767 INFO running `"docker" "rm" "-f" "9a00c9d9ca7c68180836106646721827d93890db40311f8c0e137f36e213057f"` Oct 14 22:53:00.099 INFO blam! 9a00c9d9ca7c68180836106646721827d93890db40311f8c0e137f36e213057f Oct 14 22:53:00.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 22:53:00.579 INFO blam! e13d1316f321c2db69cb56f78743dc8297c9cb0b5354560885e6f2ebfd28ba07 Oct 14 22:53:00.585 INFO running `"docker" "start" "-a" "e13d1316f321c2db69cb56f78743dc8297c9cb0b5354560885e6f2ebfd28ba07"` Oct 14 22:53:02.806 INFO kablam! usermod: no changes Oct 14 22:53:02.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 22:53:02.862 INFO kablam! Running /target/debug/deps/cs_rginx2-cfd04ab81b87c1d2 Oct 14 22:53:02.871 INFO blam! Oct 14 22:53:02.871 INFO blam! running 0 tests Oct 14 22:53:02.871 INFO blam! Oct 14 22:53:02.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:53:02.871 INFO blam! Oct 14 22:53:02.879 INFO kablam! su: No module specific data is present Oct 14 22:53:04.321 INFO running `"docker" "rm" "-f" "e13d1316f321c2db69cb56f78743dc8297c9cb0b5354560885e6f2ebfd28ba07"` Oct 14 22:53:04.599 INFO blam! e13d1316f321c2db69cb56f78743dc8297c9cb0b5354560885e6f2ebfd28ba07