[INFO] updating cached repository jmcelwain/the_linux_programming_interface [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jmcelwain/the_linux_programming_interface [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jmcelwain/the_linux_programming_interface" "work/ex/beta-1.38-1/sources/1.37.0/gh/jmcelwain/the_linux_programming_interface"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jmcelwain/the_linux_programming_interface'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jmcelwain/the_linux_programming_interface" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jmcelwain/the_linux_programming_interface"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jmcelwain/the_linux_programming_interface'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 20d87244e4a21b0c11f1818de6e85d89b1648b19 [INFO] sha for GitHub repo jmcelwain/the_linux_programming_interface: 20d87244e4a21b0c11f1818de6e85d89b1648b19 [INFO] validating manifest of jmcelwain/the_linux_programming_interface on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jmcelwain/the_linux_programming_interface on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jmcelwain/the_linux_programming_interface [INFO] finished frobbing jmcelwain/the_linux_programming_interface [INFO] frobbed toml for jmcelwain/the_linux_programming_interface written to work/ex/beta-1.38-1/sources/1.37.0/gh/jmcelwain/the_linux_programming_interface/Cargo.toml [INFO] started frobbing jmcelwain/the_linux_programming_interface [INFO] finished frobbing jmcelwain/the_linux_programming_interface [INFO] frobbed toml for jmcelwain/the_linux_programming_interface written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jmcelwain/the_linux_programming_interface/Cargo.toml [INFO] crate jmcelwain/the_linux_programming_interface already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jmcelwain/the_linux_programming_interface against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jmcelwain/the_linux_programming_interface:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 0b471e028730ad18dee2ffc25ba03ddad5c84856ddd6e11c8134be227fe12e98 [INFO] running `"docker" "start" "-a" "0b471e028730ad18dee2ffc25ba03ddad5c84856ddd6e11c8134be227fe12e98"` [INFO] [stderr] Compiling linux_interface v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `to_path` [INFO] [stderr] --> src/fileio/copy.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | let to_path = Path::new(to); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_to_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `file` [INFO] [stderr] --> src/fileio/copy.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | let file = match File::open(&from) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_file` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `copy` [INFO] [stderr] --> src/fileio/copy.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn copy(from: &String, to: &String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `"docker" "inspect" "0b471e028730ad18dee2ffc25ba03ddad5c84856ddd6e11c8134be227fe12e98"` [INFO] running `"docker" "rm" "-f" "0b471e028730ad18dee2ffc25ba03ddad5c84856ddd6e11c8134be227fe12e98"` [INFO] [stdout] 0b471e028730ad18dee2ffc25ba03ddad5c84856ddd6e11c8134be227fe12e98 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jmcelwain/the_linux_programming_interface:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 984e0cdc0a350fb8332044df393bcf5cafa5a07dd92012ba371d20d01d62a126 [INFO] running `"docker" "start" "-a" "984e0cdc0a350fb8332044df393bcf5cafa5a07dd92012ba371d20d01d62a126"` [INFO] [stderr] Compiling linux_interface v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `to_path` [INFO] [stderr] --> src/fileio/copy.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | let to_path = Path::new(to); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_to_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `file` [INFO] [stderr] --> src/fileio/copy.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | let file = match File::open(&from) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_file` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `copy` [INFO] [stderr] --> src/fileio/copy.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn copy(from: &String, to: &String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `"docker" "inspect" "984e0cdc0a350fb8332044df393bcf5cafa5a07dd92012ba371d20d01d62a126"` [INFO] running `"docker" "rm" "-f" "984e0cdc0a350fb8332044df393bcf5cafa5a07dd92012ba371d20d01d62a126"` [INFO] [stdout] 984e0cdc0a350fb8332044df393bcf5cafa5a07dd92012ba371d20d01d62a126 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jmcelwain/the_linux_programming_interface:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 6d775ef3152066610bc9bc8b6f6d5f2d26852c70bb5101c0338285156dee28ea [INFO] running `"docker" "start" "-a" "6d775ef3152066610bc9bc8b6f6d5f2d26852c70bb5101c0338285156dee28ea"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/crater/target/debug/deps/linux_interface-cae230453602776a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6d775ef3152066610bc9bc8b6f6d5f2d26852c70bb5101c0338285156dee28ea"` [INFO] running `"docker" "rm" "-f" "6d775ef3152066610bc9bc8b6f6d5f2d26852c70bb5101c0338285156dee28ea"` [INFO] [stdout] 6d775ef3152066610bc9bc8b6f6d5f2d26852c70bb5101c0338285156dee28ea