Oct 15 06:37:56.968 INFO testing StephenAshmore/synth against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:37:56.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 06:37:57.359 INFO blam! b847e860e3a66eac3bc4db7f9c3c15c759a144ef0f7a1f428d70e40374b5a798 Oct 15 06:37:57.363 INFO running `"docker" "start" "-a" "b847e860e3a66eac3bc4db7f9c3c15c759a144ef0f7a1f428d70e40374b5a798"` Oct 15 06:37:58.516 INFO kablam! usermod: no changes Oct 15 06:37:58.591 INFO kablam! Compiling terminal_size v0.1.7 Oct 15 06:37:59.184 INFO kablam! Compiling synth v0.1.0 (/source) Oct 15 06:37:59.612 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 15 06:37:59.613 INFO kablam! --> src/main.rs:3:23 Oct 15 06:37:59.614 INFO kablam! | Oct 15 06:37:59.614 INFO kablam! 3 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 06:37:59.614 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 15 06:37:59.615 INFO kablam! | Oct 15 06:37:59.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:37:59.615 INFO kablam! Oct 15 06:37:59.616 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 15 06:37:59.616 INFO kablam! --> src/cli/interface.rs:3:5 Oct 15 06:37:59.616 INFO kablam! | Oct 15 06:37:59.617 INFO kablam! 3 | use std::sync::mpsc; Oct 15 06:37:59.617 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:37:59.617 INFO kablam! Oct 15 06:37:59.618 INFO kablam! warning: unused import: `BufRead` Oct 15 06:37:59.618 INFO kablam! --> src/cli/display.rs:1:28 Oct 15 06:37:59.618 INFO kablam! | Oct 15 06:37:59.619 INFO kablam! 1 | use std::io::{self, Write, BufRead}; Oct 15 06:37:59.619 INFO kablam! | ^^^^^^^ Oct 15 06:37:59.619 INFO kablam! Oct 15 06:37:59.690 INFO kablam! warning: unused variable: `error` Oct 15 06:37:59.690 INFO kablam! --> src/cli/display.rs:41:21 Oct 15 06:37:59.690 INFO kablam! | Oct 15 06:37:59.690 INFO kablam! 41 | Err(error) => String::from(""), Oct 15 06:37:59.690 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 06:37:59.690 INFO kablam! | Oct 15 06:37:59.690 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:37:59.690 INFO kablam! Oct 15 06:37:59.690 INFO kablam! warning: unused variable: `buffer_pointer` Oct 15 06:37:59.690 INFO kablam! --> src/cli/display.rs:57:17 Oct 15 06:37:59.690 INFO kablam! | Oct 15 06:37:59.690 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:37:59.690 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_buffer_pointer` instead Oct 15 06:37:59.690 INFO kablam! Oct 15 06:37:59.695 INFO kablam! warning: variable does not need to be mutable Oct 15 06:37:59.696 INFO kablam! --> src/main.rs:12:9 Oct 15 06:37:59.696 INFO kablam! | Oct 15 06:37:59.696 INFO kablam! 12 | let mut user_finished = false; Oct 15 06:37:59.697 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:37:59.697 INFO kablam! | | Oct 15 06:37:59.697 INFO kablam! | help: remove this `mut` Oct 15 06:37:59.698 INFO kablam! | Oct 15 06:37:59.698 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:37:59.698 INFO kablam! Oct 15 06:37:59.699 INFO kablam! warning: variable does not need to be mutable Oct 15 06:37:59.699 INFO kablam! --> src/cli/display.rs:57:13 Oct 15 06:37:59.700 INFO kablam! | Oct 15 06:37:59.700 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:37:59.700 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:37:59.701 INFO kablam! | | Oct 15 06:37:59.701 INFO kablam! | help: remove this `mut` Oct 15 06:37:59.701 INFO kablam! Oct 15 06:37:59.706 INFO kablam! warning: field is never used: `m_sender` Oct 15 06:37:59.707 INFO kablam! --> src/cli/interface.rs:7:5 Oct 15 06:37:59.707 INFO kablam! | Oct 15 06:37:59.707 INFO kablam! 7 | m_sender: Sender, Oct 15 06:37:59.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:59.708 INFO kablam! | Oct 15 06:37:59.708 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:37:59.709 INFO kablam! Oct 15 06:37:59.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:37:59.719 INFO kablam! --> src/cli/display.rs:93:9 Oct 15 06:37:59.720 INFO kablam! | Oct 15 06:37:59.720 INFO kablam! 93 | io::stdout().flush(); Oct 15 06:37:59.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:37:59.721 INFO kablam! | Oct 15 06:37:59.721 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:37:59.722 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:37:59.722 INFO kablam! Oct 15 06:38:01.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 15 06:38:01.271 INFO kablam! su: No module specific data is present Oct 15 06:38:02.167 INFO running `"docker" "rm" "-f" "b847e860e3a66eac3bc4db7f9c3c15c759a144ef0f7a1f428d70e40374b5a798"` Oct 15 06:38:02.423 INFO blam! b847e860e3a66eac3bc4db7f9c3c15c759a144ef0f7a1f428d70e40374b5a798 Oct 15 06:38:02.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 06:38:02.979 INFO blam! eec20b320739c2570c88eb44bbb38f0a8fa47c7f80395826c9703efe59e68089 Oct 15 06:38:02.981 INFO running `"docker" "start" "-a" "eec20b320739c2570c88eb44bbb38f0a8fa47c7f80395826c9703efe59e68089"` Oct 15 06:38:04.795 INFO kablam! usermod: no changes Oct 15 06:38:04.895 INFO kablam! Compiling synth v0.1.0 (/source) Oct 15 06:38:05.452 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 15 06:38:05.452 INFO kablam! --> src/main.rs:3:23 Oct 15 06:38:05.452 INFO kablam! | Oct 15 06:38:05.452 INFO kablam! 3 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 06:38:05.453 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 15 06:38:05.453 INFO kablam! | Oct 15 06:38:05.453 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:05.453 INFO kablam! Oct 15 06:38:05.453 INFO kablam! warning: unused import: `std::sync::mpsc` Oct 15 06:38:05.453 INFO kablam! --> src/cli/interface.rs:3:5 Oct 15 06:38:05.453 INFO kablam! | Oct 15 06:38:05.453 INFO kablam! 3 | use std::sync::mpsc; Oct 15 06:38:05.453 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:38:05.453 INFO kablam! Oct 15 06:38:05.453 INFO kablam! warning: unused import: `BufRead` Oct 15 06:38:05.453 INFO kablam! --> src/cli/display.rs:1:28 Oct 15 06:38:05.453 INFO kablam! | Oct 15 06:38:05.453 INFO kablam! 1 | use std::io::{self, Write, BufRead}; Oct 15 06:38:05.453 INFO kablam! | ^^^^^^^ Oct 15 06:38:05.453 INFO kablam! Oct 15 06:38:05.523 INFO kablam! warning: unused variable: `error` Oct 15 06:38:05.524 INFO kablam! --> src/cli/display.rs:41:21 Oct 15 06:38:05.524 INFO kablam! | Oct 15 06:38:05.524 INFO kablam! 41 | Err(error) => String::from(""), Oct 15 06:38:05.525 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 06:38:05.525 INFO kablam! | Oct 15 06:38:05.525 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:38:05.525 INFO kablam! Oct 15 06:38:05.526 INFO kablam! warning: unused variable: `buffer_pointer` Oct 15 06:38:05.526 INFO kablam! --> src/cli/display.rs:57:17 Oct 15 06:38:05.527 INFO kablam! | Oct 15 06:38:05.527 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:38:05.527 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_buffer_pointer` instead Oct 15 06:38:05.527 INFO kablam! Oct 15 06:38:05.528 INFO kablam! warning: variable does not need to be mutable Oct 15 06:38:05.528 INFO kablam! --> src/main.rs:12:9 Oct 15 06:38:05.528 INFO kablam! | Oct 15 06:38:05.529 INFO kablam! 12 | let mut user_finished = false; Oct 15 06:38:05.529 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 06:38:05.529 INFO kablam! | | Oct 15 06:38:05.530 INFO kablam! | help: remove this `mut` Oct 15 06:38:05.530 INFO kablam! | Oct 15 06:38:05.530 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:38:05.530 INFO kablam! Oct 15 06:38:05.543 INFO kablam! warning: variable does not need to be mutable Oct 15 06:38:05.543 INFO kablam! --> src/cli/display.rs:57:13 Oct 15 06:38:05.543 INFO kablam! | Oct 15 06:38:05.544 INFO kablam! 57 | let mut buffer_pointer = 0; Oct 15 06:38:05.544 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:38:05.544 INFO kablam! | | Oct 15 06:38:05.545 INFO kablam! | help: remove this `mut` Oct 15 06:38:05.545 INFO kablam! Oct 15 06:38:05.545 INFO kablam! warning: field is never used: `m_sender` Oct 15 06:38:05.545 INFO kablam! --> src/cli/interface.rs:7:5 Oct 15 06:38:05.546 INFO kablam! | Oct 15 06:38:05.546 INFO kablam! 7 | m_sender: Sender, Oct 15 06:38:05.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:05.546 INFO kablam! | Oct 15 06:38:05.547 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:05.547 INFO kablam! Oct 15 06:38:05.553 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:38:05.554 INFO kablam! --> src/cli/display.rs:93:9 Oct 15 06:38:05.554 INFO kablam! | Oct 15 06:38:05.554 INFO kablam! 93 | io::stdout().flush(); Oct 15 06:38:05.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:05.555 INFO kablam! | Oct 15 06:38:05.557 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:38:05.558 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:38:05.558 INFO kablam! Oct 15 06:38:05.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 15 06:38:05.995 INFO kablam! su: No module specific data is present Oct 15 06:38:06.622 INFO running `"docker" "rm" "-f" "eec20b320739c2570c88eb44bbb38f0a8fa47c7f80395826c9703efe59e68089"` Oct 15 06:38:06.960 INFO blam! eec20b320739c2570c88eb44bbb38f0a8fa47c7f80395826c9703efe59e68089 Oct 15 06:38:06.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 06:38:07.532 INFO blam! b99815cbc5c16a0f507527c73ef0bd5e955f00d6c05a2704ede0d5a175cbd6ad Oct 15 06:38:07.535 INFO running `"docker" "start" "-a" "b99815cbc5c16a0f507527c73ef0bd5e955f00d6c05a2704ede0d5a175cbd6ad"` Oct 15 06:38:09.110 INFO kablam! usermod: no changes Oct 15 06:38:09.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 06:38:09.215 INFO kablam! Running /target/debug/deps/synth-c95680fe25e6cdb4 Oct 15 06:38:09.223 INFO blam! Oct 15 06:38:09.223 INFO blam! running 0 tests Oct 15 06:38:09.223 INFO blam! Oct 15 06:38:09.224 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:38:09.224 INFO blam! Oct 15 06:38:09.231 INFO kablam! su: No module specific data is present Oct 15 06:38:09.891 INFO running `"docker" "rm" "-f" "b99815cbc5c16a0f507527c73ef0bd5e955f00d6c05a2704ede0d5a175cbd6ad"` Oct 15 06:38:10.231 INFO blam! b99815cbc5c16a0f507527c73ef0bd5e955f00d6c05a2704ede0d5a175cbd6ad