Oct 14 22:51:01.046 INFO testing dgoetsch/glutton against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:51:01.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:51:01.271 INFO blam! 41c3e73672e74c205897bbf9efb87788d437c9433e2b9d722fadd2016607d8f6 Oct 14 22:51:01.273 INFO running `"docker" "start" "-a" "41c3e73672e74c205897bbf9efb87788d437c9433e2b9d722fadd2016607d8f6"` Oct 14 22:51:01.727 INFO kablam! usermod: no changes Oct 14 22:51:01.772 INFO kablam! Compiling rust-by-ex v0.1.0 (/source) Oct 14 22:51:01.976 INFO kablam! warning: unused import: `std::iter::Map` Oct 14 22:51:01.976 INFO kablam! --> src/main.rs:6:5 Oct 14 22:51:01.976 INFO kablam! | Oct 14 22:51:01.976 INFO kablam! 6 | use std::iter::Map; Oct 14 22:51:01.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:51:01.976 INFO kablam! | Oct 14 22:51:01.976 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:01.976 INFO kablam! Oct 14 22:51:01.976 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 22:51:01.976 INFO kablam! --> src/main.rs:18:21 Oct 14 22:51:01.976 INFO kablam! | Oct 14 22:51:01.976 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:01.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:01.976 INFO kablam! | Oct 14 22:51:01.976 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:01.976 INFO kablam! Oct 14 22:51:02.004 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 14 22:51:02.004 INFO kablam! --> src/main.rs:32:33 Oct 14 22:51:02.004 INFO kablam! | Oct 14 22:51:02.004 INFO kablam! 32 | let name = thread_rng().gen_ascii_chars().take(10) .collect::(); Oct 14 22:51:02.004 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:02.004 INFO kablam! | Oct 14 22:51:02.004 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:51:02.004 INFO kablam! Oct 14 22:51:02.032 INFO kablam! warning: unused variable: `idx` Oct 14 22:51:02.032 INFO kablam! --> src/main.rs:18:13 Oct 14 22:51:02.032 INFO kablam! | Oct 14 22:51:02.032 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:02.032 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 22:51:02.033 INFO kablam! | Oct 14 22:51:02.033 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:02.033 INFO kablam! Oct 14 22:51:02.035 INFO kablam! warning: unused variable: `cd_res` Oct 14 22:51:02.035 INFO kablam! --> src/main.rs:38:13 Oct 14 22:51:02.035 INFO kablam! | Oct 14 22:51:02.035 INFO kablam! 38 | let cd_res = std::fs::create_dir_all(sub_dir.as_str()); Oct 14 22:51:02.035 INFO kablam! | ^^^^^^ help: consider using `_cd_res` instead Oct 14 22:51:02.035 INFO kablam! Oct 14 22:51:02.035 INFO kablam! warning: unused variable: `cf_res` Oct 14 22:51:02.035 INFO kablam! --> src/main.rs:46:13 Oct 14 22:51:02.035 INFO kablam! | Oct 14 22:51:02.035 INFO kablam! 46 | let cf_res = std::fs::File::create(file_name.as_str()) Oct 14 22:51:02.035 INFO kablam! | ^^^^^^ help: consider using `_cf_res` instead Oct 14 22:51:02.035 INFO kablam! Oct 14 22:51:02.039 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:51:02.039 INFO kablam! --> src/main.rs:23:13 Oct 14 22:51:02.039 INFO kablam! | Oct 14 22:51:02.039 INFO kablam! 23 | handler.join(); Oct 14 22:51:02.039 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:02.040 INFO kablam! | Oct 14 22:51:02.040 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:51:02.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:51:02.040 INFO kablam! Oct 14 22:51:02.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 14 22:51:02.559 INFO kablam! su: No module specific data is present Oct 14 22:51:02.833 INFO running `"docker" "rm" "-f" "41c3e73672e74c205897bbf9efb87788d437c9433e2b9d722fadd2016607d8f6"` Oct 14 22:51:02.954 INFO blam! 41c3e73672e74c205897bbf9efb87788d437c9433e2b9d722fadd2016607d8f6 Oct 14 22:51:02.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:51:03.243 INFO blam! 46d5eb8300510be53253bdf2d162e38538b04274229fd4dc4fde9e386e94a9b9 Oct 14 22:51:03.249 INFO running `"docker" "start" "-a" "46d5eb8300510be53253bdf2d162e38538b04274229fd4dc4fde9e386e94a9b9"` Oct 14 22:51:04.197 INFO kablam! usermod: no changes Oct 14 22:51:04.247 INFO kablam! Compiling rust-by-ex v0.1.0 (/source) Oct 14 22:51:04.560 INFO kablam! warning: unused import: `std::iter::Map` Oct 14 22:51:04.560 INFO kablam! --> src/main.rs:6:5 Oct 14 22:51:04.560 INFO kablam! | Oct 14 22:51:04.560 INFO kablam! 6 | use std::iter::Map; Oct 14 22:51:04.560 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:51:04.560 INFO kablam! | Oct 14 22:51:04.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:04.560 INFO kablam! Oct 14 22:51:04.560 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 22:51:04.560 INFO kablam! --> src/main.rs:18:21 Oct 14 22:51:04.560 INFO kablam! | Oct 14 22:51:04.560 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:04.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:04.560 INFO kablam! | Oct 14 22:51:04.560 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:04.560 INFO kablam! Oct 14 22:51:04.591 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 14 22:51:04.591 INFO kablam! --> src/main.rs:32:33 Oct 14 22:51:04.591 INFO kablam! | Oct 14 22:51:04.591 INFO kablam! 32 | let name = thread_rng().gen_ascii_chars().take(10) .collect::(); Oct 14 22:51:04.591 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:04.591 INFO kablam! | Oct 14 22:51:04.591 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:51:04.591 INFO kablam! Oct 14 22:51:04.621 INFO kablam! warning: unused variable: `idx` Oct 14 22:51:04.621 INFO kablam! --> src/main.rs:18:13 Oct 14 22:51:04.622 INFO kablam! | Oct 14 22:51:04.622 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:04.622 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 22:51:04.622 INFO kablam! | Oct 14 22:51:04.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:04.623 INFO kablam! Oct 14 22:51:04.623 INFO kablam! warning: unused variable: `cd_res` Oct 14 22:51:04.623 INFO kablam! --> src/main.rs:38:13 Oct 14 22:51:04.624 INFO kablam! | Oct 14 22:51:04.624 INFO kablam! 38 | let cd_res = std::fs::create_dir_all(sub_dir.as_str()); Oct 14 22:51:04.624 INFO kablam! | ^^^^^^ help: consider using `_cd_res` instead Oct 14 22:51:04.624 INFO kablam! Oct 14 22:51:04.624 INFO kablam! warning: unused variable: `cf_res` Oct 14 22:51:04.625 INFO kablam! --> src/main.rs:46:13 Oct 14 22:51:04.625 INFO kablam! | Oct 14 22:51:04.625 INFO kablam! 46 | let cf_res = std::fs::File::create(file_name.as_str()) Oct 14 22:51:04.625 INFO kablam! | ^^^^^^ help: consider using `_cf_res` instead Oct 14 22:51:04.626 INFO kablam! Oct 14 22:51:04.626 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:51:04.627 INFO kablam! --> src/main.rs:23:13 Oct 14 22:51:04.627 INFO kablam! | Oct 14 22:51:04.627 INFO kablam! 23 | handler.join(); Oct 14 22:51:04.628 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:04.628 INFO kablam! | Oct 14 22:51:04.628 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:51:04.629 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:51:04.629 INFO kablam! Oct 14 22:51:05.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 14 22:51:05.071 INFO kablam! su: No module specific data is present Oct 14 22:51:05.471 INFO running `"docker" "rm" "-f" "46d5eb8300510be53253bdf2d162e38538b04274229fd4dc4fde9e386e94a9b9"` Oct 14 22:51:05.552 INFO blam! 46d5eb8300510be53253bdf2d162e38538b04274229fd4dc4fde9e386e94a9b9 Oct 14 22:51:05.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:51:05.886 INFO blam! ea75d8100b41f707d2628be1c18822743631c6a27346d39899539d723e2da591 Oct 14 22:51:05.889 INFO running `"docker" "start" "-a" "ea75d8100b41f707d2628be1c18822743631c6a27346d39899539d723e2da591"` Oct 14 22:51:06.441 INFO kablam! usermod: no changes Oct 14 22:51:06.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 22:51:06.477 INFO kablam! Running /target/debug/deps/rust_by_ex-8e1edbb9b917060d Oct 14 22:51:06.481 INFO blam! Oct 14 22:51:06.481 INFO blam! running 0 tests Oct 14 22:51:06.481 INFO blam! Oct 14 22:51:06.481 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:51:06.481 INFO blam! Oct 14 22:51:06.488 INFO kablam! su: No module specific data is present Oct 14 22:51:06.813 INFO running `"docker" "rm" "-f" "ea75d8100b41f707d2628be1c18822743631c6a27346d39899539d723e2da591"` Oct 14 22:51:07.043 INFO blam! ea75d8100b41f707d2628be1c18822743631c6a27346d39899539d723e2da591