Oct 14 16:36:01.677 INFO testing jmcelwain/the_linux_programming_interface against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:36:01.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 16:36:02.127 INFO blam! 64f98ac598c8c39ca589c81b7f6c6a3564c73f5d34fbd1b9cebe46016b79c478 Oct 14 16:36:02.132 INFO running `"docker" "start" "-a" "64f98ac598c8c39ca589c81b7f6c6a3564c73f5d34fbd1b9cebe46016b79c478"` Oct 14 16:36:03.662 INFO kablam! usermod: no changes Oct 14 16:36:03.720 INFO kablam! Compiling linux_interface v0.1.0 (/source) Oct 14 16:36:03.948 INFO kablam! warning: unused variable: `to_path` Oct 14 16:36:03.948 INFO kablam! --> src/fileio/copy.rs:6:9 Oct 14 16:36:03.949 INFO kablam! | Oct 14 16:36:03.949 INFO kablam! 6 | let to_path = Path::new(to); Oct 14 16:36:03.949 INFO kablam! | ^^^^^^^ help: consider using `_to_path` instead Oct 14 16:36:03.950 INFO kablam! | Oct 14 16:36:03.950 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:36:03.950 INFO kablam! Oct 14 16:36:03.953 INFO kablam! warning: unused variable: `file` Oct 14 16:36:03.954 INFO kablam! --> src/fileio/copy.rs:8:9 Oct 14 16:36:03.954 INFO kablam! | Oct 14 16:36:03.955 INFO kablam! 8 | let file = match File::open(&from) { Oct 14 16:36:03.955 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 14 16:36:03.955 INFO kablam! Oct 14 16:36:03.955 INFO kablam! warning: function is never used: `copy` Oct 14 16:36:03.955 INFO kablam! --> src/fileio/copy.rs:4:1 Oct 14 16:36:03.955 INFO kablam! | Oct 14 16:36:03.955 INFO kablam! 4 | pub fn copy(from: &String, to: &String) { Oct 14 16:36:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:36:03.955 INFO kablam! | Oct 14 16:36:03.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:36:03.955 INFO kablam! Oct 14 16:36:04.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 14 16:36:04.288 INFO kablam! su: No module specific data is present Oct 14 16:36:04.827 INFO running `"docker" "rm" "-f" "64f98ac598c8c39ca589c81b7f6c6a3564c73f5d34fbd1b9cebe46016b79c478"` Oct 14 16:36:05.017 INFO blam! 64f98ac598c8c39ca589c81b7f6c6a3564c73f5d34fbd1b9cebe46016b79c478 Oct 14 16:36:05.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 16:36:05.475 INFO blam! 80ed0a6934132ea4069b6c497e1558b1fc14adc9e93a3eeaf9faf058712cbec3 Oct 14 16:36:05.477 INFO running `"docker" "start" "-a" "80ed0a6934132ea4069b6c497e1558b1fc14adc9e93a3eeaf9faf058712cbec3"` Oct 14 16:36:06.148 INFO kablam! usermod: no changes Oct 14 16:36:06.190 INFO kablam! Compiling linux_interface v0.1.0 (/source) Oct 14 16:36:06.427 INFO kablam! warning: unused variable: `to_path` Oct 14 16:36:06.427 INFO kablam! --> src/fileio/copy.rs:6:9 Oct 14 16:36:06.427 INFO kablam! | Oct 14 16:36:06.427 INFO kablam! 6 | let to_path = Path::new(to); Oct 14 16:36:06.427 INFO kablam! | ^^^^^^^ help: consider using `_to_path` instead Oct 14 16:36:06.427 INFO kablam! | Oct 14 16:36:06.427 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:36:06.427 INFO kablam! Oct 14 16:36:06.427 INFO kablam! warning: unused variable: `file` Oct 14 16:36:06.427 INFO kablam! --> src/fileio/copy.rs:8:9 Oct 14 16:36:06.427 INFO kablam! | Oct 14 16:36:06.427 INFO kablam! 8 | let file = match File::open(&from) { Oct 14 16:36:06.427 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 14 16:36:06.427 INFO kablam! Oct 14 16:36:06.427 INFO kablam! warning: function is never used: `copy` Oct 14 16:36:06.427 INFO kablam! --> src/fileio/copy.rs:4:1 Oct 14 16:36:06.427 INFO kablam! | Oct 14 16:36:06.427 INFO kablam! 4 | pub fn copy(from: &String, to: &String) { Oct 14 16:36:06.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:36:06.427 INFO kablam! | Oct 14 16:36:06.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:36:06.427 INFO kablam! Oct 14 16:36:06.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 14 16:36:06.939 INFO kablam! su: No module specific data is present Oct 14 16:36:07.400 INFO running `"docker" "rm" "-f" "80ed0a6934132ea4069b6c497e1558b1fc14adc9e93a3eeaf9faf058712cbec3"` Oct 14 16:36:07.765 INFO blam! 80ed0a6934132ea4069b6c497e1558b1fc14adc9e93a3eeaf9faf058712cbec3 Oct 14 16:36:07.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 16:36:08.248 INFO blam! a50325e3d9640bec25f26d38fc77546e14982ddee1038d87bd90d450c68dd4f7 Oct 14 16:36:08.255 INFO running `"docker" "start" "-a" "a50325e3d9640bec25f26d38fc77546e14982ddee1038d87bd90d450c68dd4f7"` Oct 14 16:36:09.307 INFO kablam! usermod: no changes Oct 14 16:36:09.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:36:09.359 INFO kablam! Running /target/debug/deps/linux_interface-35e85a277c679d48 Oct 14 16:36:09.363 INFO kablam! su: No module specific data is present Oct 14 16:36:09.363 INFO blam! Oct 14 16:36:09.363 INFO blam! running 0 tests Oct 14 16:36:09.363 INFO blam! Oct 14 16:36:09.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:36:09.363 INFO blam! Oct 14 16:36:10.065 INFO running `"docker" "rm" "-f" "a50325e3d9640bec25f26d38fc77546e14982ddee1038d87bd90d450c68dd4f7"` Oct 14 16:36:10.291 INFO blam! a50325e3d9640bec25f26d38fc77546e14982ddee1038d87bd90d450c68dd4f7