Oct 15 06:37:56.328 INFO testing StephenAshmore/synth against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:37:56.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:37:56.714 INFO blam! fb6a51ae5ce06de2a1fc2bf28bc709ebacd13ea5924c084569c8a35b52044ff2 Oct 15 06:37:56.727 INFO running `"docker" "start" "-a" "fb6a51ae5ce06de2a1fc2bf28bc709ebacd13ea5924c084569c8a35b52044ff2"` Oct 15 06:37:57.706 INFO kablam! usermod: no changes Oct 15 06:37:57.769 INFO kablam! Compiling terminal_size v0.1.7 Oct 15 06:37:58.281 INFO kablam! Compiling synth v0.1.0 (/source) Oct 15 06:37:58.667 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 15 06:37:58.667 INFO kablam! --> src/main.rs:3:23 Oct 15 06:37:58.667 INFO kablam! | Oct 15 06:37:58.667 INFO kablam! 3 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 06:37:58.667 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 15 06:37:58.667 INFO kablam! | Oct 15 06:37:58.667 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:37:58.667 INFO kablam! Oct 15 06:37:58.667 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 15 06:37:58.667 INFO kablam! --> src/cli/interface.rs:3:5 Oct 15 06:37:58.667 INFO kablam! | Oct 15 06:37:58.667 INFO kablam! 3 | use std::sync::mpsc; Oct 15 06:37:58.667 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:37:58.667 INFO kablam! Oct 15 06:37:58.667 INFO kablam! warning: unused import: `BufRead` Oct 15 06:37:58.667 INFO kablam! --> src/cli/display.rs:1:28 Oct 15 06:37:58.667 INFO kablam! | Oct 15 06:37:58.667 INFO kablam! 1 | use std::io::{self, Write, BufRead}; Oct 15 06:37:58.667 INFO kablam! | ^^^^^^^ Oct 15 06:37:58.667 INFO kablam! Oct 15 06:37:58.710 INFO kablam! warning: unused variable: `error` Oct 15 06:37:58.713 INFO kablam! --> src/cli/display.rs:41:21 Oct 15 06:37:58.713 INFO kablam! | Oct 15 06:37:58.713 INFO kablam! 41 | Err(error) => String::from(""), Oct 15 06:37:58.713 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 06:37:58.713 INFO kablam! | Oct 15 06:37:58.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:37:58.713 INFO kablam! Oct 15 06:37:58.713 INFO kablam! warning: unused variable: `buffer_pointer` Oct 15 06:37:58.713 INFO kablam! --> src/cli/display.rs:57:17 Oct 15 06:37:58.713 INFO kablam! | Oct 15 06:37:58.713 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:37:58.713 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_buffer_pointer` instead Oct 15 06:37:58.713 INFO kablam! Oct 15 06:37:58.714 INFO kablam! warning: variable does not need to be mutable Oct 15 06:37:58.714 INFO kablam! --> src/main.rs:12:9 Oct 15 06:37:58.714 INFO kablam! | Oct 15 06:37:58.714 INFO kablam! 12 | let mut user_finished = false; Oct 15 06:37:58.714 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:37:58.714 INFO kablam! | | Oct 15 06:37:58.714 INFO kablam! | help: remove this `mut` Oct 15 06:37:58.714 INFO kablam! | Oct 15 06:37:58.714 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:37:58.714 INFO kablam! Oct 15 06:37:58.727 INFO kablam! warning: variable does not need to be mutable Oct 15 06:37:58.727 INFO kablam! --> src/cli/display.rs:57:13 Oct 15 06:37:58.728 INFO kablam! | Oct 15 06:37:58.728 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:37:58.728 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:37:58.728 INFO kablam! | | Oct 15 06:37:58.729 INFO kablam! | help: remove this `mut` Oct 15 06:37:58.729 INFO kablam! Oct 15 06:37:58.735 INFO kablam! warning: field is never used: `m_sender` Oct 15 06:37:58.735 INFO kablam! --> src/cli/interface.rs:7:5 Oct 15 06:37:58.736 INFO kablam! | Oct 15 06:37:58.736 INFO kablam! 7 | m_sender: Sender, Oct 15 06:37:58.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:58.736 INFO kablam! | Oct 15 06:37:58.737 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:37:58.737 INFO kablam! Oct 15 06:37:58.739 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:37:58.739 INFO kablam! --> src/cli/display.rs:93:9 Oct 15 06:37:58.739 INFO kablam! | Oct 15 06:37:58.739 INFO kablam! 93 | io::stdout().flush(); Oct 15 06:37:58.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:58.740 INFO kablam! | Oct 15 06:37:58.740 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:37:58.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:37:58.740 INFO kablam! Oct 15 06:38:00.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 15 06:38:00.238 INFO kablam! su: No module specific data is present Oct 15 06:38:00.973 INFO running `"docker" "rm" "-f" "fb6a51ae5ce06de2a1fc2bf28bc709ebacd13ea5924c084569c8a35b52044ff2"` Oct 15 06:38:01.237 INFO blam! fb6a51ae5ce06de2a1fc2bf28bc709ebacd13ea5924c084569c8a35b52044ff2 Oct 15 06:38:01.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:38:01.614 INFO blam! a9ad9cb6e9e314bde4fd8228b638ea6ce287dcc7ab7042faf919e8271660d5d9 Oct 15 06:38:01.617 INFO running `"docker" "start" "-a" "a9ad9cb6e9e314bde4fd8228b638ea6ce287dcc7ab7042faf919e8271660d5d9"` Oct 15 06:38:02.871 INFO kablam! usermod: no changes Oct 15 06:38:02.963 INFO kablam! Compiling synth v0.1.0 (/source) Oct 15 06:38:03.635 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 15 06:38:03.635 INFO kablam! --> src/main.rs:3:23 Oct 15 06:38:03.635 INFO kablam! | Oct 15 06:38:03.635 INFO kablam! 3 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 06:38:03.635 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 15 06:38:03.635 INFO kablam! | Oct 15 06:38:03.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:03.635 INFO kablam! Oct 15 06:38:03.635 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 15 06:38:03.635 INFO kablam! --> src/cli/interface.rs:3:5 Oct 15 06:38:03.635 INFO kablam! | Oct 15 06:38:03.635 INFO kablam! 3 | use std::sync::mpsc; Oct 15 06:38:03.635 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:38:03.635 INFO kablam! Oct 15 06:38:03.635 INFO kablam! warning: unused import: `BufRead` Oct 15 06:38:03.635 INFO kablam! --> src/cli/display.rs:1:28 Oct 15 06:38:03.635 INFO kablam! | Oct 15 06:38:03.635 INFO kablam! 1 | use std::io::{self, Write, BufRead}; Oct 15 06:38:03.635 INFO kablam! | ^^^^^^^ Oct 15 06:38:03.635 INFO kablam! Oct 15 06:38:03.699 INFO kablam! warning: unused variable: `error` Oct 15 06:38:03.699 INFO kablam! --> src/cli/display.rs:41:21 Oct 15 06:38:03.699 INFO kablam! | Oct 15 06:38:03.699 INFO kablam! 41 | Err(error) => String::from(""), Oct 15 06:38:03.699 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 06:38:03.699 INFO kablam! | Oct 15 06:38:03.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:38:03.699 INFO kablam! Oct 15 06:38:03.699 INFO kablam! warning: unused variable: `buffer_pointer` Oct 15 06:38:03.699 INFO kablam! --> src/cli/display.rs:57:17 Oct 15 06:38:03.699 INFO kablam! | Oct 15 06:38:03.699 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:38:03.699 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_buffer_pointer` instead Oct 15 06:38:03.699 INFO kablam! Oct 15 06:38:03.707 INFO kablam! warning: variable does not need to be mutable Oct 15 06:38:03.707 INFO kablam! --> src/main.rs:12:9 Oct 15 06:38:03.707 INFO kablam! | Oct 15 06:38:03.707 INFO kablam! 12 | let mut user_finished = false; Oct 15 06:38:03.707 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:38:03.707 INFO kablam! | | Oct 15 06:38:03.707 INFO kablam! | help: remove this `mut` Oct 15 06:38:03.707 INFO kablam! | Oct 15 06:38:03.707 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:38:03.707 INFO kablam! Oct 15 06:38:03.719 INFO kablam! warning: variable does not need to be mutable Oct 15 06:38:03.719 INFO kablam! --> src/cli/display.rs:57:13 Oct 15 06:38:03.719 INFO kablam! | Oct 15 06:38:03.719 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:38:03.719 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:38:03.719 INFO kablam! | | Oct 15 06:38:03.719 INFO kablam! | help: remove this `mut` Oct 15 06:38:03.719 INFO kablam! Oct 15 06:38:03.719 INFO kablam! warning: field is never used: `m_sender` Oct 15 06:38:03.719 INFO kablam! --> src/cli/interface.rs:7:5 Oct 15 06:38:03.719 INFO kablam! | Oct 15 06:38:03.719 INFO kablam! 7 | m_sender: Sender, Oct 15 06:38:03.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:03.719 INFO kablam! | Oct 15 06:38:03.719 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:03.719 INFO kablam! Oct 15 06:38:03.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:38:03.735 INFO kablam! --> src/cli/display.rs:93:9 Oct 15 06:38:03.735 INFO kablam! | Oct 15 06:38:03.735 INFO kablam! 93 | io::stdout().flush(); Oct 15 06:38:03.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:03.735 INFO kablam! | Oct 15 06:38:03.735 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:38:03.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:38:03.735 INFO kablam! Oct 15 06:38:04.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 15 06:38:04.251 INFO kablam! su: No module specific data is present Oct 15 06:38:04.895 INFO running `"docker" "rm" "-f" "a9ad9cb6e9e314bde4fd8228b638ea6ce287dcc7ab7042faf919e8271660d5d9"` Oct 15 06:38:05.294 INFO blam! a9ad9cb6e9e314bde4fd8228b638ea6ce287dcc7ab7042faf919e8271660d5d9 Oct 15 06:38:05.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:38:05.820 INFO blam! e2a90f944c0910b87726885f0b91f8571743b1143cb93620c2463aa8a45f8803 Oct 15 06:38:05.835 INFO running `"docker" "start" "-a" "e2a90f944c0910b87726885f0b91f8571743b1143cb93620c2463aa8a45f8803"` Oct 15 06:38:07.022 INFO kablam! usermod: no changes Oct 15 06:38:07.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 06:38:07.095 INFO kablam! Running /target/debug/deps/synth-eb77f2e909980e73 Oct 15 06:38:07.139 INFO kablam! su: No module specific data is present Oct 15 06:38:07.139 INFO blam! Oct 15 06:38:07.140 INFO blam! running 0 tests Oct 15 06:38:07.140 INFO blam! Oct 15 06:38:07.140 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:38:07.141 INFO blam! Oct 15 06:38:07.932 INFO running `"docker" "rm" "-f" "e2a90f944c0910b87726885f0b91f8571743b1143cb93620c2463aa8a45f8803"` Oct 15 06:38:08.228 INFO blam! e2a90f944c0910b87726885f0b91f8571743b1143cb93620c2463aa8a45f8803