Oct 14 16:38:42.033 INFO testing jkurian/basic-web-server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:38:42.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:38:42.391 INFO blam! 71d1d6914a9427f03d9118e80fbfc3ad1cfc5c9e50cbb0527e5ee59b1d416b30 Oct 14 16:38:42.395 INFO running `"docker" "start" "-a" "71d1d6914a9427f03d9118e80fbfc3ad1cfc5c9e50cbb0527e5ee59b1d416b30"` Oct 14 16:38:43.613 INFO kablam! usermod: no changes Oct 14 16:38:43.663 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 16:38:43.883 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 16:38:43.884 INFO kablam! --> src/lib.rs:43:9 Oct 14 16:38:43.884 INFO kablam! | Oct 14 16:38:43.884 INFO kablam! 43 | if(size <= 0) { Oct 14 16:38:43.884 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 16:38:43.884 INFO kablam! | Oct 14 16:38:43.884 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 16:38:43.884 INFO kablam! Oct 14 16:38:43.915 INFO kablam! warning: unused variable: `f` Oct 14 16:38:43.915 INFO kablam! --> src/lib.rs:60:30 Oct 14 16:38:43.915 INFO kablam! | Oct 14 16:38:43.915 INFO kablam! 60 | pub fn execute(&self, f: F) Oct 14 16:38:43.915 INFO kablam! | ^ help: consider using `_f` instead Oct 14 16:38:43.915 INFO kablam! | Oct 14 16:38:43.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:43.915 INFO kablam! Oct 14 16:38:43.922 INFO kablam! warning: field is never used: `workers` Oct 14 16:38:43.922 INFO kablam! --> src/lib.rs:10:5 Oct 14 16:38:43.922 INFO kablam! | Oct 14 16:38:43.922 INFO kablam! 10 | workers: Vec, Oct 14 16:38:43.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:43.922 INFO kablam! | Oct 14 16:38:43.922 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:38:43.922 INFO kablam! Oct 14 16:38:43.922 INFO kablam! warning: field is never used: `sender` Oct 14 16:38:43.922 INFO kablam! --> src/lib.rs:11:5 Oct 14 16:38:43.922 INFO kablam! | Oct 14 16:38:43.923 INFO kablam! 11 | sender: mpsc::Sender, Oct 14 16:38:43.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:43.923 INFO kablam! Oct 14 16:38:43.923 INFO kablam! warning: field is never used: `id` Oct 14 16:38:43.923 INFO kablam! --> src/lib.rs:15:3 Oct 14 16:38:43.923 INFO kablam! | Oct 14 16:38:43.923 INFO kablam! 15 | id: usize, Oct 14 16:38:43.923 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:43.923 INFO kablam! Oct 14 16:38:43.923 INFO kablam! warning: field is never used: `thread` Oct 14 16:38:43.923 INFO kablam! --> src/lib.rs:16:3 Oct 14 16:38:43.923 INFO kablam! | Oct 14 16:38:43.923 INFO kablam! 16 | thread: thread::JoinHandle<()> Oct 14 16:38:43.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:43.923 INFO kablam! Oct 14 16:38:43.923 INFO kablam! warning: path statement with no effect Oct 14 16:38:43.923 INFO kablam! --> src/lib.rs:24:7 Oct 14 16:38:43.923 INFO kablam! | Oct 14 16:38:43.923 INFO kablam! 24 | receiver; Oct 14 16:38:43.923 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:43.923 INFO kablam! | Oct 14 16:38:43.923 INFO kablam! = note: #[warn(path_statements)] on by default Oct 14 16:38:43.923 INFO kablam! Oct 14 16:38:44.583 INFO kablam! warning: unused variable: `ThreadPoolError` Oct 14 16:38:44.583 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:44.583 INFO kablam! | Oct 14 16:38:44.583 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:44.583 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_ThreadPoolError` instead Oct 14 16:38:44.583 INFO kablam! | Oct 14 16:38:44.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:44.583 INFO kablam! Oct 14 16:38:44.588 INFO kablam! warning: variable `ThreadPool` should have a snake case name such as `thread_pool` Oct 14 16:38:44.588 INFO kablam! --> src/bin/main.rs:16:12 Oct 14 16:38:44.588 INFO kablam! | Oct 14 16:38:44.588 INFO kablam! 16 | Ok(ThreadPool) => ThreadPool, Oct 14 16:38:44.588 INFO kablam! | ^^^^^^^^^^ Oct 14 16:38:44.588 INFO kablam! | Oct 14 16:38:44.588 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 16:38:44.588 INFO kablam! Oct 14 16:38:44.588 INFO kablam! warning: variable `ThreadPoolError` should have a snake case name such as `thread_pool_error` Oct 14 16:38:44.588 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:44.588 INFO kablam! | Oct 14 16:38:44.588 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:44.588 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:38:44.588 INFO kablam! Oct 14 16:38:45.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 14 16:38:45.162 INFO kablam! su: No module specific data is present Oct 14 16:38:45.693 INFO running `"docker" "rm" "-f" "71d1d6914a9427f03d9118e80fbfc3ad1cfc5c9e50cbb0527e5ee59b1d416b30"` Oct 14 16:38:46.025 INFO blam! 71d1d6914a9427f03d9118e80fbfc3ad1cfc5c9e50cbb0527e5ee59b1d416b30 Oct 14 16:38:46.029 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:38:46.391 INFO blam! f8ec12d73484d5a61f78b5a98008e53fb68166419e5b709cd3b17c32463af55e Oct 14 16:38:46.395 INFO running `"docker" "start" "-a" "f8ec12d73484d5a61f78b5a98008e53fb68166419e5b709cd3b17c32463af55e"` Oct 14 16:38:47.269 INFO kablam! usermod: no changes Oct 14 16:38:47.292 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 16:38:47.534 INFO kablam! warning: unused variable: `ThreadPoolError` Oct 14 16:38:47.534 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:47.534 INFO kablam! | Oct 14 16:38:47.534 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:47.535 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_ThreadPoolError` instead Oct 14 16:38:47.535 INFO kablam! | Oct 14 16:38:47.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:47.535 INFO kablam! Oct 14 16:38:47.536 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 16:38:47.536 INFO kablam! --> src/lib.rs:43:9 Oct 14 16:38:47.536 INFO kablam! | Oct 14 16:38:47.536 INFO kablam! 43 | if(size <= 0) { Oct 14 16:38:47.537 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 14 16:38:47.537 INFO kablam! | Oct 14 16:38:47.537 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 16:38:47.537 INFO kablam! Oct 14 16:38:47.538 INFO kablam! warning: variable `ThreadPool` should have a snake case name such as `thread_pool` Oct 14 16:38:47.538 INFO kablam! --> src/bin/main.rs:16:12 Oct 14 16:38:47.538 INFO kablam! | Oct 14 16:38:47.538 INFO kablam! 16 | Ok(ThreadPool) => ThreadPool, Oct 14 16:38:47.539 INFO kablam! | ^^^^^^^^^^ Oct 14 16:38:47.539 INFO kablam! | Oct 14 16:38:47.539 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 16:38:47.540 INFO kablam! Oct 14 16:38:47.540 INFO kablam! warning: variable `ThreadPoolError` should have a snake case name such as `thread_pool_error` Oct 14 16:38:47.540 INFO kablam! --> src/bin/main.rs:17:13 Oct 14 16:38:47.540 INFO kablam! | Oct 14 16:38:47.541 INFO kablam! 17 | Err(ThreadPoolError) => { Oct 14 16:38:47.541 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:38:47.541 INFO kablam! Oct 14 16:38:47.565 INFO kablam! warning: unused variable: `f` Oct 14 16:38:47.565 INFO kablam! --> src/lib.rs:60:30 Oct 14 16:38:47.565 INFO kablam! | Oct 14 16:38:47.565 INFO kablam! 60 | pub fn execute(&self, f: F) Oct 14 16:38:47.565 INFO kablam! | ^ help: consider using `_f` instead Oct 14 16:38:47.565 INFO kablam! | Oct 14 16:38:47.565 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:47.565 INFO kablam! Oct 14 16:38:47.571 INFO kablam! warning: field is never used: `workers` Oct 14 16:38:47.571 INFO kablam! --> src/lib.rs:10:5 Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! 10 | workers: Vec, Oct 14 16:38:47.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:38:47.571 INFO kablam! Oct 14 16:38:47.571 INFO kablam! warning: field is never used: `sender` Oct 14 16:38:47.571 INFO kablam! --> src/lib.rs:11:5 Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! 11 | sender: mpsc::Sender, Oct 14 16:38:47.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:47.571 INFO kablam! Oct 14 16:38:47.571 INFO kablam! warning: field is never used: `id` Oct 14 16:38:47.571 INFO kablam! --> src/lib.rs:15:3 Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! 15 | id: usize, Oct 14 16:38:47.571 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:47.571 INFO kablam! Oct 14 16:38:47.571 INFO kablam! warning: field is never used: `thread` Oct 14 16:38:47.571 INFO kablam! --> src/lib.rs:16:3 Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! 16 | thread: thread::JoinHandle<()> Oct 14 16:38:47.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:38:47.571 INFO kablam! Oct 14 16:38:47.571 INFO kablam! warning: path statement with no effect Oct 14 16:38:47.571 INFO kablam! --> src/lib.rs:24:7 Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! 24 | receiver; Oct 14 16:38:47.571 INFO kablam! | ^^^^^^^^^ Oct 14 16:38:47.571 INFO kablam! | Oct 14 16:38:47.571 INFO kablam! = note: #[warn(path_statements)] on by default Oct 14 16:38:47.571 INFO kablam! Oct 14 16:38:47.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 14 16:38:47.990 INFO kablam! su: No module specific data is present Oct 14 16:38:48.351 INFO running `"docker" "rm" "-f" "f8ec12d73484d5a61f78b5a98008e53fb68166419e5b709cd3b17c32463af55e"` Oct 14 16:38:48.499 INFO blam! f8ec12d73484d5a61f78b5a98008e53fb68166419e5b709cd3b17c32463af55e Oct 14 16:38:48.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:38:48.756 INFO blam! d79e5a122bf83382a261831eee5956b249ff2ee82ba5524877ce01083b57cbca Oct 14 16:38:48.763 INFO running `"docker" "start" "-a" "d79e5a122bf83382a261831eee5956b249ff2ee82ba5524877ce01083b57cbca"` Oct 14 16:38:49.270 INFO kablam! usermod: no changes Oct 14 16:38:49.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:38:49.306 INFO kablam! Running /target/debug/deps/hello-4baeb006cf3af70f Oct 14 16:38:49.311 INFO kablam! Running /target/debug/deps/main-3ca312f9f2acbd61 Oct 14 16:38:49.311 INFO kablam! Doc-tests hello Oct 14 16:38:49.311 INFO blam! Oct 14 16:38:49.311 INFO blam! running 0 tests Oct 14 16:38:49.311 INFO blam! Oct 14 16:38:49.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:49.312 INFO blam! Oct 14 16:38:49.312 INFO blam! Oct 14 16:38:49.312 INFO blam! running 0 tests Oct 14 16:38:49.312 INFO blam! Oct 14 16:38:49.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:49.312 INFO blam! Oct 14 16:38:49.575 INFO blam! Oct 14 16:38:49.575 INFO blam! running 0 tests Oct 14 16:38:49.575 INFO blam! Oct 14 16:38:49.575 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:49.575 INFO blam! Oct 14 16:38:49.578 INFO kablam! su: No module specific data is present Oct 14 16:38:50.136 INFO running `"docker" "rm" "-f" "d79e5a122bf83382a261831eee5956b249ff2ee82ba5524877ce01083b57cbca"` Oct 14 16:38:50.457 INFO blam! d79e5a122bf83382a261831eee5956b249ff2ee82ba5524877ce01083b57cbca