Oct 12 23:33:49.749 INFO testing sourcepirate/pichu against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:33:49.749 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 23:33:50.205 INFO blam! 846c10bd95672444b31320575b85f2d41703248d45d7200e863e2718a41b314b Oct 12 23:33:50.207 INFO running `"docker" "start" "-a" "846c10bd95672444b31320575b85f2d41703248d45d7200e863e2718a41b314b"` Oct 12 23:33:52.550 INFO kablam! usermod: no changes Oct 12 23:33:52.731 INFO kablam! Compiling pichu v0.1.0 (/source) Oct 12 23:33:53.639 INFO kablam! warning: unused import: `Read` Oct 12 23:33:53.640 INFO kablam! --> src/core.rs:2:33 Oct 12 23:33:53.641 INFO kablam! | Oct 12 23:33:53.641 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:33:53.642 INFO kablam! | ^^^^ Oct 12 23:33:53.642 INFO kablam! | Oct 12 23:33:53.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:33:53.643 INFO kablam! Oct 12 23:33:53.767 INFO kablam! warning: unused import: `Write` Oct 12 23:33:53.767 INFO kablam! --> src/core.rs:2:39 Oct 12 23:33:53.768 INFO kablam! | Oct 12 23:33:53.769 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:33:53.769 INFO kablam! | ^^^^^ Oct 12 23:33:53.770 INFO kablam! Oct 12 23:33:53.771 INFO kablam! warning: unused variable: `written` Oct 12 23:33:53.772 INFO kablam! --> src/core.rs:37:25 Oct 12 23:33:53.773 INFO kablam! | Oct 12 23:33:53.773 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 12 23:33:53.774 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 12 23:33:53.774 INFO kablam! | Oct 12 23:33:53.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:33:53.775 INFO kablam! Oct 12 23:33:53.776 INFO kablam! warning: variable does not need to be mutable Oct 12 23:33:53.777 INFO kablam! --> src/main.rs:36:9 Oct 12 23:33:53.778 INFO kablam! | Oct 12 23:33:53.778 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 12 23:33:53.779 INFO kablam! | ----^^^^^^^ Oct 12 23:33:53.780 INFO kablam! | | Oct 12 23:33:53.780 INFO kablam! | help: remove this `mut` Oct 12 23:33:53.781 INFO kablam! | Oct 12 23:33:53.781 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:33:53.782 INFO kablam! Oct 12 23:33:53.783 INFO kablam! warning: variable does not need to be mutable Oct 12 23:33:53.784 INFO kablam! --> src/core.rs:18:13 Oct 12 23:33:53.784 INFO kablam! | Oct 12 23:33:53.785 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 12 23:33:53.786 INFO kablam! | ----^^^^ Oct 12 23:33:53.786 INFO kablam! | | Oct 12 23:33:53.787 INFO kablam! | help: remove this `mut` Oct 12 23:33:53.787 INFO kablam! Oct 12 23:33:53.788 INFO kablam! warning: variable does not need to be mutable Oct 12 23:33:53.788 INFO kablam! --> src/core.rs:19:13 Oct 12 23:33:53.789 INFO kablam! | Oct 12 23:33:53.789 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 12 23:33:53.790 INFO kablam! | ----^^^^^^ Oct 12 23:33:53.790 INFO kablam! | | Oct 12 23:33:53.791 INFO kablam! | help: remove this `mut` Oct 12 23:33:53.792 INFO kablam! Oct 12 23:33:53.792 INFO kablam! warning: variable does not need to be mutable Oct 12 23:33:53.793 INFO kablam! --> src/core.rs:20:13 Oct 12 23:33:53.793 INFO kablam! | Oct 12 23:33:53.793 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 12 23:33:53.793 INFO kablam! | ----^^^^^^^ Oct 12 23:33:53.793 INFO kablam! | | Oct 12 23:33:53.793 INFO kablam! | help: remove this `mut` Oct 12 23:33:53.793 INFO kablam! Oct 12 23:33:56.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 12 23:33:56.089 INFO kablam! su: No module specific data is present Oct 12 23:33:57.343 INFO running `"docker" "rm" "-f" "846c10bd95672444b31320575b85f2d41703248d45d7200e863e2718a41b314b"` Oct 12 23:33:57.691 INFO blam! 846c10bd95672444b31320575b85f2d41703248d45d7200e863e2718a41b314b Oct 12 23:33:57.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 23:33:58.177 INFO blam! d6902c13a53532b0503c9af2b6c7126216d611a47889e9e0181a8c3d8fc23b98 Oct 12 23:33:58.191 INFO running `"docker" "start" "-a" "d6902c13a53532b0503c9af2b6c7126216d611a47889e9e0181a8c3d8fc23b98"` Oct 12 23:33:59.751 INFO kablam! usermod: no changes Oct 12 23:33:59.896 INFO kablam! Compiling pichu v0.1.0 (/source) Oct 12 23:34:00.603 INFO kablam! warning: unused import: `Read` Oct 12 23:34:00.603 INFO kablam! --> src/core.rs:2:33 Oct 12 23:34:00.603 INFO kablam! | Oct 12 23:34:00.603 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:34:00.603 INFO kablam! | ^^^^ Oct 12 23:34:00.603 INFO kablam! | Oct 12 23:34:00.603 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:00.603 INFO kablam! Oct 12 23:34:00.685 INFO kablam! warning: unused import: `Write` Oct 12 23:34:00.685 INFO kablam! --> src/core.rs:2:39 Oct 12 23:34:00.685 INFO kablam! | Oct 12 23:34:00.686 INFO kablam! 2 | use std::io::{Error, BufReader, Read, Write}; Oct 12 23:34:00.686 INFO kablam! | ^^^^^ Oct 12 23:34:00.686 INFO kablam! Oct 12 23:34:00.694 INFO kablam! warning: unused variable: `written` Oct 12 23:34:00.694 INFO kablam! --> src/core.rs:37:25 Oct 12 23:34:00.694 INFO kablam! | Oct 12 23:34:00.695 INFO kablam! 37 | let written = self.shipper.send(sop.unwrap())?; Oct 12 23:34:00.695 INFO kablam! | ^^^^^^^ help: consider using `_written` instead Oct 12 23:34:00.695 INFO kablam! | Oct 12 23:34:00.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:00.695 INFO kablam! Oct 12 23:34:00.702 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:00.702 INFO kablam! --> src/main.rs:36:9 Oct 12 23:34:00.702 INFO kablam! | Oct 12 23:34:00.702 INFO kablam! 36 | let mut lresult = core::LogListener::new(file_path_input.to_str().unwrap(), address); Oct 12 23:34:00.702 INFO kablam! | ----^^^^^^^ Oct 12 23:34:00.702 INFO kablam! | | Oct 12 23:34:00.702 INFO kablam! | help: remove this `mut` Oct 12 23:34:00.702 INFO kablam! | Oct 12 23:34:00.702 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:00.702 INFO kablam! Oct 12 23:34:00.719 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:00.719 INFO kablam! --> src/core.rs:18:13 Oct 12 23:34:00.719 INFO kablam! | Oct 12 23:34:00.719 INFO kablam! 18 | let mut file = File::open(fp)?; Oct 12 23:34:00.719 INFO kablam! | ----^^^^ Oct 12 23:34:00.719 INFO kablam! | | Oct 12 23:34:00.719 INFO kablam! | help: remove this `mut` Oct 12 23:34:00.719 INFO kablam! Oct 12 23:34:00.719 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:00.719 INFO kablam! --> src/core.rs:19:13 Oct 12 23:34:00.719 INFO kablam! | Oct 12 23:34:00.719 INFO kablam! 19 | let mut reader = BufReader::new(file); Oct 12 23:34:00.719 INFO kablam! | ----^^^^^^ Oct 12 23:34:00.719 INFO kablam! | | Oct 12 23:34:00.719 INFO kablam! | help: remove this `mut` Oct 12 23:34:00.719 INFO kablam! Oct 12 23:34:00.719 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:00.719 INFO kablam! --> src/core.rs:20:13 Oct 12 23:34:00.719 INFO kablam! | Oct 12 23:34:00.719 INFO kablam! 20 | let mut shipper = TcpShipper::new(url.to_owned())?; Oct 12 23:34:00.719 INFO kablam! | ----^^^^^^^ Oct 12 23:34:00.719 INFO kablam! | | Oct 12 23:34:00.719 INFO kablam! | help: remove this `mut` Oct 12 23:34:00.719 INFO kablam! Oct 12 23:34:01.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 12 23:34:01.283 INFO kablam! su: No module specific data is present Oct 12 23:34:02.311 INFO running `"docker" "rm" "-f" "d6902c13a53532b0503c9af2b6c7126216d611a47889e9e0181a8c3d8fc23b98"` Oct 12 23:34:02.599 INFO blam! d6902c13a53532b0503c9af2b6c7126216d611a47889e9e0181a8c3d8fc23b98 Oct 12 23:34:02.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 23:34:03.004 INFO blam! 7ed2c048059996f529d1a40f6c0b2dc6da5ede30bd003e4b63e9e35ad12b28f9 Oct 12 23:34:03.006 INFO running `"docker" "start" "-a" "7ed2c048059996f529d1a40f6c0b2dc6da5ede30bd003e4b63e9e35ad12b28f9"` Oct 12 23:34:04.295 INFO kablam! usermod: no changes Oct 12 23:34:04.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 23:34:04.419 INFO kablam! Running /target/debug/deps/pichu-049f0046c25322af Oct 12 23:34:04.423 INFO blam! Oct 12 23:34:04.423 INFO blam! running 0 tests Oct 12 23:34:04.423 INFO blam! Oct 12 23:34:04.423 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:34:04.423 INFO blam! Oct 12 23:34:04.431 INFO kablam! su: No module specific data is present Oct 12 23:34:05.075 INFO running `"docker" "rm" "-f" "7ed2c048059996f529d1a40f6c0b2dc6da5ede30bd003e4b63e9e35ad12b28f9"` Oct 12 23:34:05.403 INFO blam! 7ed2c048059996f529d1a40f6c0b2dc6da5ede30bd003e4b63e9e35ad12b28f9