Oct 16 13:53:38.180 INFO testing csvll-0.1.6 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:53:38.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:38.450 INFO blam! 414c5c836b4118429d7e11e7458bab4ea3c1b6d983678e06b4ef5dda7ccf3d0b Oct 16 13:53:38.455 INFO running `"docker" "start" "-a" "414c5c836b4118429d7e11e7458bab4ea3c1b6d983678e06b4ef5dda7ccf3d0b"` Oct 16 13:53:39.055 INFO kablam! usermod: no changes Oct 16 13:53:39.107 INFO kablam! Compiling csvll v0.1.6 (/source) Oct 16 13:53:39.772 INFO kablam! warning: variable does not need to be mutable Oct 16 13:53:39.773 INFO kablam! --> src/lib.rs:29:13 Oct 16 13:53:39.773 INFO kablam! | Oct 16 13:53:39.773 INFO kablam! 29 | let mut content = file_help::read(&mut self.file); Oct 16 13:53:39.774 INFO kablam! | ----^^^^^^^ Oct 16 13:53:39.774 INFO kablam! | | Oct 16 13:53:39.775 INFO kablam! | help: remove this `mut` Oct 16 13:53:39.775 INFO kablam! | Oct 16 13:53:39.775 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:53:39.776 INFO kablam! Oct 16 13:53:39.783 INFO kablam! warning: function is never used: `create` Oct 16 13:53:39.784 INFO kablam! --> src/file_help.rs:16:1 Oct 16 13:53:39.784 INFO kablam! | Oct 16 13:53:39.785 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 16 13:53:39.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:39.786 INFO kablam! | Oct 16 13:53:39.786 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:53:39.787 INFO kablam! Oct 16 13:53:39.787 INFO kablam! warning: function is never used: `write` Oct 16 13:53:39.789 INFO kablam! --> src/file_help.rs:30:1 Oct 16 13:53:39.789 INFO kablam! | Oct 16 13:53:39.789 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 16 13:53:39.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:39.789 INFO kablam! Oct 16 13:53:39.790 INFO kablam! warning: function is never used: `delete` Oct 16 13:53:39.790 INFO kablam! --> src/file_help.rs:43:1 Oct 16 13:53:39.790 INFO kablam! | Oct 16 13:53:39.790 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 16 13:53:39.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:39.791 INFO kablam! Oct 16 13:53:39.791 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:39.792 INFO kablam! --> src/file_help.rs:31:5 Oct 16 13:53:39.792 INFO kablam! | Oct 16 13:53:39.792 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 16 13:53:39.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:39.793 INFO kablam! | Oct 16 13:53:39.793 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:53:39.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:39.793 INFO kablam! Oct 16 13:53:39.793 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:39.794 INFO kablam! --> src/file_help.rs:44:5 Oct 16 13:53:39.794 INFO kablam! | Oct 16 13:53:39.794 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 16 13:53:39.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:39.799 INFO kablam! | Oct 16 13:53:39.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:39.800 INFO kablam! Oct 16 13:53:40.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 16 13:53:40.304 INFO kablam! su: No module specific data is present Oct 16 13:53:40.781 INFO running `"docker" "rm" "-f" "414c5c836b4118429d7e11e7458bab4ea3c1b6d983678e06b4ef5dda7ccf3d0b"` Oct 16 13:53:41.117 INFO blam! 414c5c836b4118429d7e11e7458bab4ea3c1b6d983678e06b4ef5dda7ccf3d0b Oct 16 13:53:41.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:41.538 INFO blam! 57bcd88c27f95ca3a957a51173d88f061b8deeca9b6cff0428ddb52baea5b179 Oct 16 13:53:41.539 INFO running `"docker" "start" "-a" "57bcd88c27f95ca3a957a51173d88f061b8deeca9b6cff0428ddb52baea5b179"` Oct 16 13:53:42.296 INFO kablam! usermod: no changes Oct 16 13:53:42.325 INFO kablam! Compiling csvll v0.1.6 (/source) Oct 16 13:53:43.023 INFO kablam! warning: variable does not need to be mutable Oct 16 13:53:43.023 INFO kablam! --> src/lib.rs:29:13 Oct 16 13:53:43.023 INFO kablam! | Oct 16 13:53:43.023 INFO kablam! 29 | let mut content = file_help::read(&mut self.file); Oct 16 13:53:43.023 INFO kablam! | ----^^^^^^^ Oct 16 13:53:43.023 INFO kablam! | | Oct 16 13:53:43.023 INFO kablam! | help: remove this `mut` Oct 16 13:53:43.023 INFO kablam! | Oct 16 13:53:43.023 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:53:43.023 INFO kablam! Oct 16 13:53:43.023 INFO kablam! warning: function is never used: `create` Oct 16 13:53:43.023 INFO kablam! --> src/file_help.rs:16:1 Oct 16 13:53:43.023 INFO kablam! | Oct 16 13:53:43.023 INFO kablam! 16 | pub fn create(direc: String, name: String, extension: String) -> File { Oct 16 13:53:43.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:43.023 INFO kablam! | Oct 16 13:53:43.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:53:43.023 INFO kablam! Oct 16 13:53:43.023 INFO kablam! warning: function is never used: `write` Oct 16 13:53:43.023 INFO kablam! --> src/file_help.rs:30:1 Oct 16 13:53:43.023 INFO kablam! | Oct 16 13:53:43.023 INFO kablam! 30 | pub fn write(file: &mut File, content: &String) { Oct 16 13:53:43.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:43.023 INFO kablam! Oct 16 13:53:43.023 INFO kablam! warning: function is never used: `delete` Oct 16 13:53:43.023 INFO kablam! --> src/file_help.rs:43:1 Oct 16 13:53:43.023 INFO kablam! | Oct 16 13:53:43.023 INFO kablam! 43 | pub fn delete(direc: String, name: String, extension: String) { Oct 16 13:53:43.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:43.023 INFO kablam! Oct 16 13:53:43.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:43.035 INFO kablam! --> src/file_help.rs:31:5 Oct 16 13:53:43.035 INFO kablam! | Oct 16 13:53:43.036 INFO kablam! 31 | file.write_all(content.as_bytes()); Oct 16 13:53:43.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:43.036 INFO kablam! | Oct 16 13:53:43.036 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:53:43.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:43.036 INFO kablam! Oct 16 13:53:43.036 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 13:53:43.036 INFO kablam! --> src/file_help.rs:44:5 Oct 16 13:53:43.036 INFO kablam! | Oct 16 13:53:43.036 INFO kablam! 44 | fs::remove_file(format!("{}/{}.{}", direc, name, extension)); Oct 16 13:53:43.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:53:43.036 INFO kablam! | Oct 16 13:53:43.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 13:53:43.036 INFO kablam! Oct 16 13:53:43.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 16 13:53:43.500 INFO kablam! su: No module specific data is present Oct 16 13:53:44.127 INFO running `"docker" "rm" "-f" "57bcd88c27f95ca3a957a51173d88f061b8deeca9b6cff0428ddb52baea5b179"` Oct 16 13:53:44.382 INFO blam! 57bcd88c27f95ca3a957a51173d88f061b8deeca9b6cff0428ddb52baea5b179 Oct 16 13:53:44.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:44.795 INFO blam! a4bdea2f1a0ebc4fe04ce701d3acfd173270ab158590bf1b2f61068f1271bda1 Oct 16 13:53:44.807 INFO running `"docker" "start" "-a" "a4bdea2f1a0ebc4fe04ce701d3acfd173270ab158590bf1b2f61068f1271bda1"` Oct 16 13:53:46.085 INFO kablam! usermod: no changes Oct 16 13:53:46.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 13:53:46.123 INFO kablam! Running /target/debug/deps/csvll-484aa10f3b921e47 Oct 16 13:53:46.141 INFO blam! Oct 16 13:53:46.141 INFO blam! running 0 tests Oct 16 13:53:46.141 INFO blam! Oct 16 13:53:46.141 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:53:46.141 INFO blam! Oct 16 13:53:46.148 INFO kablam! Doc-tests csvll Oct 16 13:53:47.094 INFO blam! Oct 16 13:53:47.094 INFO blam! running 0 tests Oct 16 13:53:47.094 INFO blam! Oct 16 13:53:47.094 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:53:47.094 INFO blam! Oct 16 13:53:47.099 INFO kablam! su: No module specific data is present Oct 16 13:53:47.632 INFO running `"docker" "rm" "-f" "a4bdea2f1a0ebc4fe04ce701d3acfd173270ab158590bf1b2f61068f1271bda1"` Oct 16 13:53:47.859 INFO blam! a4bdea2f1a0ebc4fe04ce701d3acfd173270ab158590bf1b2f61068f1271bda1