Oct 14 22:51:00.606 INFO testing dgoetsch/glutton against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:51:00.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:51:00.792 INFO blam! 5e4aca34ea0c669ae960c3dd12a48549a6a728a55a3d85d54cdd919342df0d4a Oct 14 22:51:00.795 INFO running `"docker" "start" "-a" "5e4aca34ea0c669ae960c3dd12a48549a6a728a55a3d85d54cdd919342df0d4a"` Oct 14 22:51:01.211 INFO kablam! usermod: no changes Oct 14 22:51:01.239 INFO kablam! Compiling rust-by-ex v0.1.0 (/source) Oct 14 22:51:01.515 INFO kablam! warning: unused import: `std::iter::Map` Oct 14 22:51:01.515 INFO kablam! --> src/main.rs:6:5 Oct 14 22:51:01.515 INFO kablam! | Oct 14 22:51:01.515 INFO kablam! 6 | use std::iter::Map; Oct 14 22:51:01.515 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:51:01.515 INFO kablam! | Oct 14 22:51:01.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:01.515 INFO kablam! Oct 14 22:51:01.518 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 22:51:01.518 INFO kablam! --> src/main.rs:18:21 Oct 14 22:51:01.518 INFO kablam! | Oct 14 22:51:01.518 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:01.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:01.518 INFO kablam! | Oct 14 22:51:01.518 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:01.518 INFO kablam! Oct 14 22:51:01.538 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 14 22:51:01.538 INFO kablam! --> src/main.rs:32:33 Oct 14 22:51:01.539 INFO kablam! | Oct 14 22:51:01.539 INFO kablam! 32 | let name = thread_rng().gen_ascii_chars().take(10) .collect::(); Oct 14 22:51:01.539 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:01.539 INFO kablam! | Oct 14 22:51:01.539 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:51:01.539 INFO kablam! Oct 14 22:51:01.563 INFO kablam! warning: unused variable: `idx` Oct 14 22:51:01.563 INFO kablam! --> src/main.rs:18:13 Oct 14 22:51:01.563 INFO kablam! | Oct 14 22:51:01.563 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:01.563 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 22:51:01.563 INFO kablam! | Oct 14 22:51:01.563 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:01.563 INFO kablam! Oct 14 22:51:01.563 INFO kablam! warning: unused variable: `cd_res` Oct 14 22:51:01.563 INFO kablam! --> src/main.rs:38:13 Oct 14 22:51:01.563 INFO kablam! | Oct 14 22:51:01.563 INFO kablam! 38 | let cd_res = std::fs::create_dir_all(sub_dir.as_str()); Oct 14 22:51:01.563 INFO kablam! | ^^^^^^ help: consider using `_cd_res` instead Oct 14 22:51:01.563 INFO kablam! Oct 14 22:51:01.563 INFO kablam! warning: unused variable: `cf_res` Oct 14 22:51:01.563 INFO kablam! --> src/main.rs:46:13 Oct 14 22:51:01.563 INFO kablam! | Oct 14 22:51:01.563 INFO kablam! 46 | let cf_res = std::fs::File::create(file_name.as_str()) Oct 14 22:51:01.563 INFO kablam! | ^^^^^^ help: consider using `_cf_res` instead Oct 14 22:51:01.563 INFO kablam! Oct 14 22:51:01.570 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:51:01.570 INFO kablam! --> src/main.rs:23:13 Oct 14 22:51:01.570 INFO kablam! | Oct 14 22:51:01.570 INFO kablam! 23 | handler.join(); Oct 14 22:51:01.570 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:01.570 INFO kablam! | Oct 14 22:51:01.570 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:51:01.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:51:01.570 INFO kablam! Oct 14 22:51:02.029 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 14 22:51:02.033 INFO kablam! su: No module specific data is present Oct 14 22:51:02.429 INFO running `"docker" "rm" "-f" "5e4aca34ea0c669ae960c3dd12a48549a6a728a55a3d85d54cdd919342df0d4a"` Oct 14 22:51:02.524 INFO blam! 5e4aca34ea0c669ae960c3dd12a48549a6a728a55a3d85d54cdd919342df0d4a Oct 14 22:51:02.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:51:02.723 INFO blam! 0c542a3a8e8ad8bfb481a7605c6e6f2ef6d66dce9c37eb4d32c3a85c89fd4632 Oct 14 22:51:02.723 INFO running `"docker" "start" "-a" "0c542a3a8e8ad8bfb481a7605c6e6f2ef6d66dce9c37eb4d32c3a85c89fd4632"` Oct 14 22:51:03.534 INFO kablam! usermod: no changes Oct 14 22:51:03.599 INFO kablam! Compiling rust-by-ex v0.1.0 (/source) Oct 14 22:51:03.971 INFO kablam! warning: unused import: `std::iter::Map` Oct 14 22:51:03.971 INFO kablam! --> src/main.rs:6:5 Oct 14 22:51:03.971 INFO kablam! | Oct 14 22:51:03.971 INFO kablam! 6 | use std::iter::Map; Oct 14 22:51:03.971 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:51:03.971 INFO kablam! | Oct 14 22:51:03.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:51:03.971 INFO kablam! Oct 14 22:51:03.971 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 22:51:03.971 INFO kablam! --> src/main.rs:18:21 Oct 14 22:51:03.971 INFO kablam! | Oct 14 22:51:03.971 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:03.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:51:03.971 INFO kablam! | Oct 14 22:51:03.971 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:51:03.971 INFO kablam! Oct 14 22:51:04.003 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 14 22:51:04.003 INFO kablam! --> src/main.rs:32:33 Oct 14 22:51:04.003 INFO kablam! | Oct 14 22:51:04.003 INFO kablam! 32 | let name = thread_rng().gen_ascii_chars().take(10) .collect::(); Oct 14 22:51:04.003 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:04.003 INFO kablam! | Oct 14 22:51:04.003 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:51:04.003 INFO kablam! Oct 14 22:51:04.039 INFO kablam! warning: unused variable: `idx` Oct 14 22:51:04.039 INFO kablam! --> src/main.rs:18:13 Oct 14 22:51:04.039 INFO kablam! | Oct 14 22:51:04.039 INFO kablam! 18 | for idx in (0..self.at_a_time) { Oct 14 22:51:04.039 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 14 22:51:04.039 INFO kablam! | Oct 14 22:51:04.039 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:51:04.039 INFO kablam! Oct 14 22:51:04.039 INFO kablam! warning: unused variable: `cd_res` Oct 14 22:51:04.039 INFO kablam! --> src/main.rs:38:13 Oct 14 22:51:04.039 INFO kablam! | Oct 14 22:51:04.039 INFO kablam! 38 | let cd_res = std::fs::create_dir_all(sub_dir.as_str()); Oct 14 22:51:04.039 INFO kablam! | ^^^^^^ help: consider using `_cd_res` instead Oct 14 22:51:04.039 INFO kablam! Oct 14 22:51:04.039 INFO kablam! warning: unused variable: `cf_res` Oct 14 22:51:04.039 INFO kablam! --> src/main.rs:46:13 Oct 14 22:51:04.039 INFO kablam! | Oct 14 22:51:04.039 INFO kablam! 46 | let cf_res = std::fs::File::create(file_name.as_str()) Oct 14 22:51:04.039 INFO kablam! | ^^^^^^ help: consider using `_cf_res` instead Oct 14 22:51:04.039 INFO kablam! Oct 14 22:51:04.047 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:51:04.047 INFO kablam! --> src/main.rs:23:13 Oct 14 22:51:04.047 INFO kablam! | Oct 14 22:51:04.047 INFO kablam! 23 | handler.join(); Oct 14 22:51:04.047 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:51:04.047 INFO kablam! | Oct 14 22:51:04.047 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:51:04.047 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:51:04.047 INFO kablam! Oct 14 22:51:04.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 22:51:04.536 INFO kablam! su: No module specific data is present Oct 14 22:51:05.207 INFO running `"docker" "rm" "-f" "0c542a3a8e8ad8bfb481a7605c6e6f2ef6d66dce9c37eb4d32c3a85c89fd4632"` Oct 14 22:51:05.372 INFO blam! 0c542a3a8e8ad8bfb481a7605c6e6f2ef6d66dce9c37eb4d32c3a85c89fd4632 Oct 14 22:51:05.373 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:51:05.533 INFO blam! ec9070f384453bfa53d0fe123118095866a8182e8e3e32736dd04893b457fecd Oct 14 22:51:05.536 INFO running `"docker" "start" "-a" "ec9070f384453bfa53d0fe123118095866a8182e8e3e32736dd04893b457fecd"` Oct 14 22:51:05.947 INFO kablam! usermod: no changes Oct 14 22:51:05.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:51:05.995 INFO kablam! Running /target/debug/deps/rust_by_ex-9b4036e517ea06c5 Oct 14 22:51:05.999 INFO kablam! su: No module specific data is present Oct 14 22:51:05.999 INFO blam! Oct 14 22:51:05.999 INFO blam! running 0 tests Oct 14 22:51:05.999 INFO blam! Oct 14 22:51:05.999 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:51:05.999 INFO blam! Oct 14 22:51:06.300 INFO running `"docker" "rm" "-f" "ec9070f384453bfa53d0fe123118095866a8182e8e3e32736dd04893b457fecd"` Oct 14 22:51:06.511 INFO blam! ec9070f384453bfa53d0fe123118095866a8182e8e3e32736dd04893b457fecd