Oct 14 16:38:41.988 INFO testing jkurian/basic-web-server against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:38:41.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:38:42.235 INFO blam! a3e071967fbdcfb0f432811a1fb0e51c6bfce04e8b145cad84e81cc1b2dff664 Oct 14 16:38:42.237 INFO running `"docker" "start" "-a" "a3e071967fbdcfb0f432811a1fb0e51c6bfce04e8b145cad84e81cc1b2dff664"` Oct 14 16:38:43.365 INFO kablam! usermod: no changes Oct 14 16:38:43.431 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 16:38:43.651 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 16:38:43.651 INFO kablam! --> src/lib.rs:43:9 Oct 14 16:38:43.651 INFO kablam! | Oct 14 16:38:43.651 INFO kablam! 43 | if(size <= 0) { Oct 14 16:38:43.651 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 16:38:43.651 INFO kablam! | Oct 14 16:38:43.651 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 16:38:43.651 INFO kablam! Oct 14 16:38:43.699 INFO kablam! warning: unused variable: `f` Oct 14 16:38:43.701 INFO kablam! --> src/lib.rs:60:30 Oct 14 16:38:43.701 INFO kablam! | Oct 14 16:38:43.701 INFO kablam! 60 | pub fn execute(&self, f: F) Oct 14 16:38:43.701 INFO kablam! | ^ help: consider using `_f` instead Oct 14 16:38:43.701 INFO kablam! | Oct 14 16:38:43.701 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:43.701 INFO kablam! Oct 14 16:38:43.701 INFO kablam! warning: field is never used: `workers` Oct 14 16:38:43.701 INFO kablam! --> src/lib.rs:10:5 Oct 14 16:38:43.701 INFO kablam! | Oct 14 16:38:43.701 INFO kablam! 10 | workers: Vec, Oct 14 16:38:43.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:43.701 INFO kablam! | Oct 14 16:38:43.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:38:43.701 INFO kablam! Oct 14 16:38:43.701 INFO kablam! warning: field is never used: `sender` Oct 14 16:38:43.701 INFO kablam! --> src/lib.rs:11:5 Oct 14 16:38:43.701 INFO kablam! | Oct 14 16:38:43.701 INFO kablam! 11 | sender: mpsc::Sender, Oct 14 16:38:43.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:43.701 INFO kablam! Oct 14 16:38:43.701 INFO kablam! warning: field is never used: `id` Oct 14 16:38:43.701 INFO kablam! --> src/lib.rs:15:3 Oct 14 16:38:43.701 INFO kablam! | Oct 14 16:38:43.701 INFO kablam! 15 | id: usize, Oct 14 16:38:43.701 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:43.701 INFO kablam! Oct 14 16:38:43.701 INFO kablam! warning: field is never used: `thread` Oct 14 16:38:43.701 INFO kablam! --> src/lib.rs:16:3 Oct 14 16:38:43.702 INFO kablam! | Oct 14 16:38:43.702 INFO kablam! 16 | thread: thread::JoinHandle<()> Oct 14 16:38:43.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:43.702 INFO kablam! Oct 14 16:38:43.702 INFO kablam! warning: path statement with no effect Oct 14 16:38:43.702 INFO kablam! --> src/lib.rs:24:7 Oct 14 16:38:43.702 INFO kablam! | Oct 14 16:38:43.702 INFO kablam! 24 | receiver; Oct 14 16:38:43.702 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:43.702 INFO kablam! | Oct 14 16:38:43.702 INFO kablam! = note: #[warn(path_statements)] on by default Oct 14 16:38:43.702 INFO kablam! Oct 14 16:38:44.434 INFO kablam! warning: unused variable: `ThreadPoolError` Oct 14 16:38:44.434 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:44.434 INFO kablam! | Oct 14 16:38:44.434 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:44.434 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_ThreadPoolError` instead Oct 14 16:38:44.434 INFO kablam! | Oct 14 16:38:44.434 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:44.434 INFO kablam! Oct 14 16:38:44.434 INFO kablam! warning: variable `ThreadPool` should have a snake case name such as `thread_pool` Oct 14 16:38:44.434 INFO kablam! --> src/bin/main.rs:16:12 Oct 14 16:38:44.434 INFO kablam! | Oct 14 16:38:44.434 INFO kablam! 16 | Ok(ThreadPool) => ThreadPool, Oct 14 16:38:44.434 INFO kablam! | ^^^^^^^^^^ Oct 14 16:38:44.434 INFO kablam! | Oct 14 16:38:44.434 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 16:38:44.435 INFO kablam! Oct 14 16:38:44.435 INFO kablam! warning: variable `ThreadPoolError` should have a snake case name such as `thread_pool_error` Oct 14 16:38:44.435 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:44.435 INFO kablam! | Oct 14 16:38:44.435 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:44.435 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:38:44.435 INFO kablam! Oct 14 16:38:44.982 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 14 16:38:44.991 INFO kablam! su: No module specific data is present Oct 14 16:38:45.536 INFO running `"docker" "rm" "-f" "a3e071967fbdcfb0f432811a1fb0e51c6bfce04e8b145cad84e81cc1b2dff664"` Oct 14 16:38:45.770 INFO blam! a3e071967fbdcfb0f432811a1fb0e51c6bfce04e8b145cad84e81cc1b2dff664 Oct 14 16:38:45.787 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:38:46.247 INFO blam! cb41342ebac52228adc43eaba248b7335e0a60d39bcf0a3d68571b606479b09c Oct 14 16:38:46.266 INFO running `"docker" "start" "-a" "cb41342ebac52228adc43eaba248b7335e0a60d39bcf0a3d68571b606479b09c"` Oct 14 16:38:47.256 INFO kablam! usermod: no changes Oct 14 16:38:47.282 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 16:38:47.478 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 16:38:47.479 INFO kablam! --> src/lib.rs:43:9 Oct 14 16:38:47.479 INFO kablam! | Oct 14 16:38:47.479 INFO kablam! 43 | if(size <= 0) { Oct 14 16:38:47.479 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 16:38:47.480 INFO kablam! | Oct 14 16:38:47.480 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 16:38:47.480 INFO kablam! Oct 14 16:38:47.514 INFO kablam! warning: unused variable: `ThreadPoolError` Oct 14 16:38:47.515 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:47.515 INFO kablam! | Oct 14 16:38:47.515 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:47.516 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_ThreadPoolError` instead Oct 14 16:38:47.516 INFO kablam! | Oct 14 16:38:47.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:47.517 INFO kablam! Oct 14 16:38:47.517 INFO kablam! warning: unused variable: `f` Oct 14 16:38:47.518 INFO kablam! --> src/lib.rs:60:30 Oct 14 16:38:47.519 INFO kablam! | Oct 14 16:38:47.520 INFO kablam! 60 | pub fn execute(&self, f: F) Oct 14 16:38:47.520 INFO kablam! | ^ help: consider using `_f` instead Oct 14 16:38:47.520 INFO kablam! | Oct 14 16:38:47.520 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:47.521 INFO kablam! Oct 14 16:38:47.521 INFO kablam! warning: field is never used: `workers` Oct 14 16:38:47.521 INFO kablam! --> src/lib.rs:10:5 Oct 14 16:38:47.522 INFO kablam! | Oct 14 16:38:47.522 INFO kablam! 10 | workers: Vec, Oct 14 16:38:47.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:47.523 INFO kablam! | Oct 14 16:38:47.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:38:47.523 INFO kablam! Oct 14 16:38:47.524 INFO kablam! warning: field is never used: `sender` Oct 14 16:38:47.524 INFO kablam! --> src/lib.rs:11:5 Oct 14 16:38:47.524 INFO kablam! | Oct 14 16:38:47.524 INFO kablam! 11 | sender: mpsc::Sender, Oct 14 16:38:47.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:47.525 INFO kablam! Oct 14 16:38:47.525 INFO kablam! warning: field is never used: `id` Oct 14 16:38:47.525 INFO kablam! --> src/lib.rs:15:3 Oct 14 16:38:47.526 INFO kablam! | Oct 14 16:38:47.526 INFO kablam! 15 | id: usize, Oct 14 16:38:47.526 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:47.526 INFO kablam! Oct 14 16:38:47.527 INFO kablam! warning: field is never used: `thread` Oct 14 16:38:47.527 INFO kablam! --> src/lib.rs:16:3 Oct 14 16:38:47.527 INFO kablam! | Oct 14 16:38:47.527 INFO kablam! 16 | thread: thread::JoinHandle<()> Oct 14 16:38:47.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:47.528 INFO kablam! Oct 14 16:38:47.528 INFO kablam! warning: path statement with no effect Oct 14 16:38:47.528 INFO kablam! --> src/lib.rs:24:7 Oct 14 16:38:47.529 INFO kablam! | Oct 14 16:38:47.529 INFO kablam! 24 | receiver; Oct 14 16:38:47.529 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:47.529 INFO kablam! | Oct 14 16:38:47.530 INFO kablam! = note: #[warn(path_statements)] on by default Oct 14 16:38:47.530 INFO kablam! Oct 14 16:38:47.530 INFO kablam! warning: variable `ThreadPool` should have a snake case name such as `thread_pool` Oct 14 16:38:47.530 INFO kablam! --> src/bin/main.rs:16:12 Oct 14 16:38:47.531 INFO kablam! | Oct 14 16:38:47.531 INFO kablam! 16 | Ok(ThreadPool) => ThreadPool, Oct 14 16:38:47.531 INFO kablam! | ^^^^^^^^^^ Oct 14 16:38:47.531 INFO kablam! | Oct 14 16:38:47.532 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 16:38:47.532 INFO kablam! Oct 14 16:38:47.532 INFO kablam! warning: variable `ThreadPoolError` should have a snake case name such as `thread_pool_error` Oct 14 16:38:47.532 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:47.533 INFO kablam! | Oct 14 16:38:47.533 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:47.533 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:38:47.533 INFO kablam! Oct 14 16:38:47.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 14 16:38:47.977 INFO kablam! su: No module specific data is present Oct 14 16:38:48.283 INFO running `"docker" "rm" "-f" "cb41342ebac52228adc43eaba248b7335e0a60d39bcf0a3d68571b606479b09c"` Oct 14 16:38:48.453 INFO blam! cb41342ebac52228adc43eaba248b7335e0a60d39bcf0a3d68571b606479b09c Oct 14 16:38:48.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:38:48.668 INFO blam! e230b15eb08e4cd5612d552fb4cf4e3ee7c848f0b4435681b4c9ca08846f4108 Oct 14 16:38:48.670 INFO running `"docker" "start" "-a" "e230b15eb08e4cd5612d552fb4cf4e3ee7c848f0b4435681b4c9ca08846f4108"` Oct 14 16:38:49.178 INFO kablam! usermod: no changes Oct 14 16:38:49.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:38:49.220 INFO kablam! Running /target/debug/deps/hello-06a58c37d92684aa Oct 14 16:38:49.221 INFO blam! Oct 14 16:38:49.221 INFO blam! running 0 tests Oct 14 16:38:49.221 INFO blam! Oct 14 16:38:49.221 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:49.222 INFO blam! Oct 14 16:38:49.223 INFO kablam! Running /target/debug/deps/main-4607cc4eb7d5a2b1 Oct 14 16:38:49.224 INFO blam! Oct 14 16:38:49.224 INFO blam! running 0 tests Oct 14 16:38:49.224 INFO blam! Oct 14 16:38:49.224 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:49.224 INFO blam! Oct 14 16:38:49.224 INFO kablam! Doc-tests hello Oct 14 16:38:49.475 INFO blam! Oct 14 16:38:49.475 INFO blam! running 0 tests Oct 14 16:38:49.475 INFO blam! Oct 14 16:38:49.475 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:49.475 INFO blam! Oct 14 16:38:49.482 INFO kablam! su: No module specific data is present Oct 14 16:38:50.099 INFO running `"docker" "rm" "-f" "e230b15eb08e4cd5612d552fb4cf4e3ee7c848f0b4435681b4c9ca08846f4108"` Oct 14 16:38:50.499 INFO blam! e230b15eb08e4cd5612d552fb4cf4e3ee7c848f0b4435681b4c9ca08846f4108