Oct 16 13:53:32.672 INFO testing csvlm-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:53:32.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 13:53:32.979 INFO blam! d6c59e89a5ac8b8454da840cb5ac8e06c7a47dbcbb5e00c5b9cc3e4c71c8be66 Oct 16 13:53:32.987 INFO running `"docker" "start" "-a" "d6c59e89a5ac8b8454da840cb5ac8e06c7a47dbcbb5e00c5b9cc3e4c71c8be66"` Oct 16 13:53:34.311 INFO kablam! usermod: no changes Oct 16 13:53:34.354 INFO kablam! Compiling csvlm v0.1.4 (/source) Oct 16 13:53:34.960 INFO kablam! warning: variable does not need to be mutable Oct 16 13:53:34.960 INFO kablam! --> src/lib.rs:28:13 Oct 16 13:53:34.960 INFO kablam! | Oct 16 13:53:34.960 INFO kablam! 28 | let mut content = file_help::read(&mut self.file); Oct 16 13:53:34.960 INFO kablam! | ----^^^^^^^ Oct 16 13:53:34.960 INFO kablam! | | Oct 16 13:53:34.960 INFO kablam! | help: remove this `mut` Oct 16 13:53:34.960 INFO kablam! | Oct 16 13:53:34.960 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:53:34.960 INFO kablam! Oct 16 13:53:34.967 INFO kablam! warning: function is never used: `create` Oct 16 13:53:34.967 INFO kablam! --> src/file_help.rs:16:1 Oct 16 13:53:34.967 INFO kablam! | Oct 16 13:53:34.967 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 16 13:53:34.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:34.967 INFO kablam! | Oct 16 13:53:34.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:53:34.967 INFO kablam! Oct 16 13:53:34.967 INFO kablam! warning: function is never used: `write` Oct 16 13:53:34.967 INFO kablam! --> src/file_help.rs:30:1 Oct 16 13:53:34.967 INFO kablam! | Oct 16 13:53:34.967 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 16 13:53:34.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:34.967 INFO kablam! Oct 16 13:53:34.967 INFO kablam! warning: function is never used: `delete` Oct 16 13:53:34.967 INFO kablam! --> src/file_help.rs:43:1 Oct 16 13:53:34.967 INFO kablam! | Oct 16 13:53:34.967 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 16 13:53:34.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:34.967 INFO kablam! Oct 16 13:53:34.979 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:34.979 INFO kablam! --> src/file_help.rs:31:5 Oct 16 13:53:34.979 INFO kablam! | Oct 16 13:53:34.979 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 16 13:53:34.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:34.979 INFO kablam! | Oct 16 13:53:34.979 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:53:34.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:34.979 INFO kablam! Oct 16 13:53:34.979 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:34.979 INFO kablam! --> src/file_help.rs:44:5 Oct 16 13:53:34.979 INFO kablam! | Oct 16 13:53:34.979 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 16 13:53:34.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:34.979 INFO kablam! | Oct 16 13:53:34.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:34.979 INFO kablam! Oct 16 13:53:35.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 16 13:53:35.355 INFO kablam! su: No module specific data is present Oct 16 13:53:35.953 INFO running `"docker" "rm" "-f" "d6c59e89a5ac8b8454da840cb5ac8e06c7a47dbcbb5e00c5b9cc3e4c71c8be66"` Oct 16 13:53:36.201 INFO blam! d6c59e89a5ac8b8454da840cb5ac8e06c7a47dbcbb5e00c5b9cc3e4c71c8be66 Oct 16 13:53:36.201 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 13:53:36.611 INFO blam! a800146054321a572855a09d31cabf0bde7692203c7580cddce0fe9a559782e0 Oct 16 13:53:36.613 INFO running `"docker" "start" "-a" "a800146054321a572855a09d31cabf0bde7692203c7580cddce0fe9a559782e0"` Oct 16 13:53:37.360 INFO kablam! usermod: no changes Oct 16 13:53:37.395 INFO kablam! Compiling csvlm v0.1.4 (/source) Oct 16 13:53:38.103 INFO kablam! warning: variable does not need to be mutable Oct 16 13:53:38.103 INFO kablam! --> src/lib.rs:28:13 Oct 16 13:53:38.103 INFO kablam! | Oct 16 13:53:38.103 INFO kablam! 28 | let mut content = file_help::read(&mut self.file); Oct 16 13:53:38.103 INFO kablam! | ----^^^^^^^ Oct 16 13:53:38.103 INFO kablam! | | Oct 16 13:53:38.103 INFO kablam! | help: remove this `mut` Oct 16 13:53:38.103 INFO kablam! | Oct 16 13:53:38.104 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:53:38.104 INFO kablam! Oct 16 13:53:38.108 INFO kablam! warning: function is never used: `create` Oct 16 13:53:38.108 INFO kablam! --> src/file_help.rs:16:1 Oct 16 13:53:38.108 INFO kablam! | Oct 16 13:53:38.108 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 16 13:53:38.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:38.108 INFO kablam! | Oct 16 13:53:38.108 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:53:38.108 INFO kablam! Oct 16 13:53:38.115 INFO kablam! warning: function is never used: `write` Oct 16 13:53:38.115 INFO kablam! --> src/file_help.rs:30:1 Oct 16 13:53:38.115 INFO kablam! | Oct 16 13:53:38.115 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 16 13:53:38.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:38.115 INFO kablam! Oct 16 13:53:38.115 INFO kablam! warning: function is never used: `delete` Oct 16 13:53:38.115 INFO kablam! --> src/file_help.rs:43:1 Oct 16 13:53:38.115 INFO kablam! | Oct 16 13:53:38.115 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 16 13:53:38.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:38.115 INFO kablam! Oct 16 13:53:38.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:38.119 INFO kablam! --> src/file_help.rs:31:5 Oct 16 13:53:38.119 INFO kablam! | Oct 16 13:53:38.119 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 16 13:53:38.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:38.119 INFO kablam! | Oct 16 13:53:38.119 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:53:38.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:38.119 INFO kablam! Oct 16 13:53:38.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:38.119 INFO kablam! --> src/file_help.rs:44:5 Oct 16 13:53:38.119 INFO kablam! | Oct 16 13:53:38.119 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 16 13:53:38.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:38.119 INFO kablam! | Oct 16 13:53:38.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:38.119 INFO kablam! Oct 16 13:53:38.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 16 13:53:38.504 INFO kablam! su: No module specific data is present Oct 16 13:53:38.903 INFO running `"docker" "rm" "-f" "a800146054321a572855a09d31cabf0bde7692203c7580cddce0fe9a559782e0"` Oct 16 13:53:39.127 INFO blam! a800146054321a572855a09d31cabf0bde7692203c7580cddce0fe9a559782e0 Oct 16 13:53:39.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 13:53:39.543 INFO blam! d6cf97b859f3baccfc5fbe28155e840c9a7570005dbdc140ce2d8809fd9673cf Oct 16 13:53:39.549 INFO running `"docker" "start" "-a" "d6cf97b859f3baccfc5fbe28155e840c9a7570005dbdc140ce2d8809fd9673cf"` Oct 16 13:53:40.715 INFO kablam! usermod: no changes Oct 16 13:53:40.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 13:53:40.759 INFO kablam! Running /target/debug/deps/csvlm-eb59187d03d99b1e Oct 16 13:53:40.760 INFO blam! Oct 16 13:53:40.760 INFO blam! running 0 tests Oct 16 13:53:40.760 INFO blam! Oct 16 13:53:40.760 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:53:40.760 INFO blam! Oct 16 13:53:40.760 INFO kablam! Doc-tests csvlm Oct 16 13:53:41.808 INFO blam! Oct 16 13:53:41.808 INFO blam! running 0 tests Oct 16 13:53:41.808 INFO blam! Oct 16 13:53:41.808 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:53:41.808 INFO blam! Oct 16 13:53:41.821 INFO kablam! su: No module specific data is present Oct 16 13:53:42.407 INFO running `"docker" "rm" "-f" "d6cf97b859f3baccfc5fbe28155e840c9a7570005dbdc140ce2d8809fd9673cf"` Oct 16 13:53:42.626 INFO blam! d6cf97b859f3baccfc5fbe28155e840c9a7570005dbdc140ce2d8809fd9673cf