Oct 14 22:52:45.429 INFO testing deyb/rginx against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:52:45.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:45.924 INFO blam! 1d83dd9802b2fa604018520610187139ed383b455ee41ead9baeb04ae8bb570e Oct 14 22:52:45.926 INFO running `"docker" "start" "-a" "1d83dd9802b2fa604018520610187139ed383b455ee41ead9baeb04ae8bb570e"` Oct 14 22:52:46.987 INFO kablam! usermod: no changes Oct 14 22:52:47.070 INFO kablam! Compiling cs-rginx2 v0.1.0 (/source) Oct 14 22:52:47.448 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:52:47.448 INFO kablam! --> src/main.rs:332:19 Oct 14 22:52:47.448 INFO kablam! | Oct 14 22:52:47.448 INFO kablam! 332 | if(size <= 0) { Oct 14 22:52:47.448 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 22:52:47.448 INFO kablam! | Oct 14 22:52:47.448 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:52:47.448 INFO kablam! Oct 14 22:52:47.618 INFO kablam! warning: value assigned to `max_cores` is never read Oct 14 22:52:47.618 INFO kablam! --> src/main.rs:419:13 Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! 419 | let mut max_cores: u32 = args[3].parse().unwrap(); Oct 14 22:52:47.618 INFO kablam! | ^^^^^^^^^ Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:52:47.618 INFO kablam! Oct 14 22:52:47.618 INFO kablam! warning: unused variable: `e` Oct 14 22:52:47.618 INFO kablam! --> src/main.rs:86:29 Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! 86 | Err(e) => { Oct 14 22:52:47.618 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:52:47.618 INFO kablam! Oct 14 22:52:47.618 INFO kablam! warning: unused variable: `bytes` Oct 14 22:52:47.618 INFO kablam! --> src/main.rs:197:7 Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! 197 | let bytes = match f.read(&mut buffer[..]) Oct 14 22:52:47.618 INFO kablam! | ^^^^^ help: consider using `_bytes` instead Oct 14 22:52:47.618 INFO kablam! Oct 14 22:52:47.618 INFO kablam! warning: unused variable: `id` Oct 14 22:52:47.618 INFO kablam! --> src/main.rs:305:17 Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! 305 | pub fn work(id: u32, receiver: Arc>>, base_path: String) { Oct 14 22:52:47.618 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 22:52:47.618 INFO kablam! Oct 14 22:52:47.618 INFO kablam! warning: unused variable: `base_path` Oct 14 22:52:47.618 INFO kablam! --> src/main.rs:393:25 Oct 14 22:52:47.618 INFO kablam! | Oct 14 22:52:47.618 INFO kablam! 393 | pub fn new(id: u32, base_path: String) -> Worker { //, sender: TcpStream, receiver: TcpStream) -> Worker { Oct 14 22:52:47.618 INFO kablam! | ^^^^^^^^^ help: consider using `_base_path` instead Oct 14 22:52:47.618 INFO kablam! Oct 14 22:52:47.655 INFO kablam! warning: constant item is never used: `MAX_ITERATIONS` Oct 14 22:52:47.655 INFO kablam! --> src/main.rs:20:1 Oct 14 22:52:47.655 INFO kablam! | Oct 14 22:52:47.655 INFO kablam! 20 | const MAX_ITERATIONS:u32 = 10; Oct 14 22:52:47.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:52:47.655 INFO kablam! | Oct 14 22:52:47.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:52:47.655 INFO kablam! Oct 14 22:52:47.655 INFO kablam! warning: field is never used: `id` Oct 14 22:52:47.655 INFO kablam! --> src/main.rs:26:5 Oct 14 22:52:47.655 INFO kablam! | Oct 14 22:52:47.655 INFO kablam! 26 | id: u32, Oct 14 22:52:47.655 INFO kablam! | ^^^^^^^ Oct 14 22:52:47.655 INFO kablam! Oct 14 22:52:47.655 INFO kablam! warning: field is never used: `id` Oct 14 22:52:47.655 INFO kablam! --> src/main.rs:39:5 Oct 14 22:52:47.655 INFO kablam! | Oct 14 22:52:47.655 INFO kablam! 39 | id: u32, Oct 14 22:52:47.655 INFO kablam! | ^^^^^^^ Oct 14 22:52:47.655 INFO kablam! Oct 14 22:52:47.655 INFO kablam! warning: field is never used: `cache` Oct 14 22:52:47.655 INFO kablam! --> src/main.rs:42:5 Oct 14 22:52:47.655 INFO kablam! | Oct 14 22:52:47.655 INFO kablam! 42 | cache: LRUCache, Oct 14 22:52:47.655 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:52:47.655 INFO kablam! Oct 14 22:52:47.655 INFO kablam! warning: field is never used: `max_tick` Oct 14 22:52:47.655 INFO kablam! --> src/main.rs:58:5 Oct 14 22:52:47.655 INFO kablam! | Oct 14 22:52:47.655 INFO kablam! 58 | max_tick: u32, Oct 14 22:52:47.655 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:52:47.655 INFO kablam! Oct 14 22:52:49.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 14 22:52:49.902 INFO kablam! su: No module specific data is present Oct 14 22:52:50.875 INFO running `"docker" "rm" "-f" "1d83dd9802b2fa604018520610187139ed383b455ee41ead9baeb04ae8bb570e"` Oct 14 22:52:51.183 INFO blam! 1d83dd9802b2fa604018520610187139ed383b455ee41ead9baeb04ae8bb570e Oct 14 22:52:51.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:51.659 INFO blam! 971e34b94445f3f8c2c9422b636fd36b748e8529499aa80de37067acc0536a9a Oct 14 22:52:51.671 INFO running `"docker" "start" "-a" "971e34b94445f3f8c2c9422b636fd36b748e8529499aa80de37067acc0536a9a"` Oct 14 22:52:52.699 INFO kablam! usermod: no changes Oct 14 22:52:52.767 INFO kablam! Compiling cs-rginx2 v0.1.0 (/source) Oct 14 22:52:53.121 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:52:53.121 INFO kablam! --> src/main.rs:332:19 Oct 14 22:52:53.121 INFO kablam! | Oct 14 22:52:53.121 INFO kablam! 332 | if(size <= 0) { Oct 14 22:52:53.121 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 22:52:53.121 INFO kablam! | Oct 14 22:52:53.121 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:52:53.121 INFO kablam! Oct 14 22:52:53.255 INFO kablam! warning: value assigned to `max_cores` is never read Oct 14 22:52:53.255 INFO kablam! --> src/main.rs:419:13 Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! 419 | let mut max_cores: u32 = args[3].parse().unwrap(); Oct 14 22:52:53.255 INFO kablam! | ^^^^^^^^^ Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:52:53.255 INFO kablam! Oct 14 22:52:53.255 INFO kablam! warning: unused variable: `e` Oct 14 22:52:53.255 INFO kablam! --> src/main.rs:86:29 Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! 86 | Err(e) => { Oct 14 22:52:53.255 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:52:53.255 INFO kablam! Oct 14 22:52:53.255 INFO kablam! warning: unused variable: `bytes` Oct 14 22:52:53.255 INFO kablam! --> src/main.rs:197:7 Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! 197 | let bytes = match f.read(&mut buffer[..]) Oct 14 22:52:53.255 INFO kablam! | ^^^^^ help: consider using `_bytes` instead Oct 14 22:52:53.255 INFO kablam! Oct 14 22:52:53.255 INFO kablam! warning: unused variable: `id` Oct 14 22:52:53.255 INFO kablam! --> src/main.rs:305:17 Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! 305 | pub fn work(id: u32, receiver: Arc>>, base_path: String) { Oct 14 22:52:53.255 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 22:52:53.255 INFO kablam! Oct 14 22:52:53.255 INFO kablam! warning: unused variable: `base_path` Oct 14 22:52:53.255 INFO kablam! --> src/main.rs:393:25 Oct 14 22:52:53.255 INFO kablam! | Oct 14 22:52:53.255 INFO kablam! 393 | pub fn new(id: u32, base_path: String) -> Worker { //, sender: TcpStream, receiver: TcpStream) -> Worker { Oct 14 22:52:53.255 INFO kablam! | ^^^^^^^^^ help: consider using `_base_path` instead Oct 14 22:52:53.255 INFO kablam! Oct 14 22:52:53.283 INFO kablam! warning: constant item is never used: `MAX_ITERATIONS` Oct 14 22:52:53.283 INFO kablam! --> src/main.rs:20:1 Oct 14 22:52:53.283 INFO kablam! | Oct 14 22:52:53.283 INFO kablam! 20 | const MAX_ITERATIONS:u32 = 10; Oct 14 22:52:53.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:52:53.283 INFO kablam! | Oct 14 22:52:53.283 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:52:53.283 INFO kablam! Oct 14 22:52:53.283 INFO kablam! warning: field is never used: `id` Oct 14 22:52:53.283 INFO kablam! --> src/main.rs:26:5 Oct 14 22:52:53.283 INFO kablam! | Oct 14 22:52:53.283 INFO kablam! 26 | id: u32, Oct 14 22:52:53.283 INFO kablam! | ^^^^^^^ Oct 14 22:52:53.283 INFO kablam! Oct 14 22:52:53.283 INFO kablam! warning: field is never used: `id` Oct 14 22:52:53.283 INFO kablam! --> src/main.rs:39:5 Oct 14 22:52:53.283 INFO kablam! | Oct 14 22:52:53.283 INFO kablam! 39 | id: u32, Oct 14 22:52:53.283 INFO kablam! | ^^^^^^^ Oct 14 22:52:53.283 INFO kablam! Oct 14 22:52:53.283 INFO kablam! warning: field is never used: `cache` Oct 14 22:52:53.283 INFO kablam! --> src/main.rs:42:5 Oct 14 22:52:53.283 INFO kablam! | Oct 14 22:52:53.283 INFO kablam! 42 | cache: LRUCache, Oct 14 22:52:53.283 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:52:53.283 INFO kablam! Oct 14 22:52:53.283 INFO kablam! warning: field is never used: `max_tick` Oct 14 22:52:53.283 INFO kablam! --> src/main.rs:58:5 Oct 14 22:52:53.283 INFO kablam! | Oct 14 22:52:53.283 INFO kablam! 58 | max_tick: u32, Oct 14 22:52:53.283 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:52:53.283 INFO kablam! Oct 14 22:52:53.754 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 14 22:52:53.759 INFO kablam! su: No module specific data is present Oct 14 22:52:54.475 INFO running `"docker" "rm" "-f" "971e34b94445f3f8c2c9422b636fd36b748e8529499aa80de37067acc0536a9a"` Oct 14 22:52:54.887 INFO blam! 971e34b94445f3f8c2c9422b636fd36b748e8529499aa80de37067acc0536a9a Oct 14 22:52:54.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52:55.397 INFO blam! 82e92b77bf53eca13231bb64834979e85fdec18a73039331f0368e50513b6be8 Oct 14 22:52:55.402 INFO running `"docker" "start" "-a" "82e92b77bf53eca13231bb64834979e85fdec18a73039331f0368e50513b6be8"` Oct 14 22:52:57.111 INFO kablam! usermod: no changes Oct 14 22:52:57.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 22:52:57.191 INFO kablam! Running /target/debug/deps/cs_rginx2-1ef0521bb0df528f Oct 14 22:52:57.208 INFO blam! Oct 14 22:52:57.208 INFO blam! running 0 tests Oct 14 22:52:57.208 INFO blam! Oct 14 22:52:57.208 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:52:57.208 INFO blam! Oct 14 22:52:57.219 INFO kablam! su: No module specific data is present Oct 14 22:52:57.899 INFO running `"docker" "rm" "-f" "82e92b77bf53eca13231bb64834979e85fdec18a73039331f0368e50513b6be8"` Oct 14 22:52:58.167 INFO blam! 82e92b77bf53eca13231bb64834979e85fdec18a73039331f0368e50513b6be8