[INFO] updating cached repository BobKingstone/rust-pwd [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/BobKingstone/rust-pwd [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/BobKingstone/rust-pwd" "work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BobKingstone/rust-pwd" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BobKingstone/rust-pwd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BobKingstone/rust-pwd'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c70a1f03b8729d43970a224c7ac5fb4e1604b17f [INFO] sha for GitHub repo BobKingstone/rust-pwd: c70a1f03b8729d43970a224c7ac5fb4e1604b17f [INFO] validating manifest of BobKingstone/rust-pwd on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of BobKingstone/rust-pwd on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing BobKingstone/rust-pwd [INFO] finished frobbing BobKingstone/rust-pwd [INFO] frobbed toml for BobKingstone/rust-pwd written to work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd/Cargo.toml [INFO] started frobbing BobKingstone/rust-pwd [INFO] finished frobbing BobKingstone/rust-pwd [INFO] frobbed toml for BobKingstone/rust-pwd written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/BobKingstone/rust-pwd/Cargo.toml [INFO] crate BobKingstone/rust-pwd already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing BobKingstone/rust-pwd against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] add7b78e5ce85bfe267f1eed2ab8186c0fb8664c033c51efde0c2365f98cf065 [INFO] running `"docker" "start" "-a" "add7b78e5ce85bfe267f1eed2ab8186c0fb8664c033c51efde0c2365f98cf065"` [INFO] [stderr] Compiling pwd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `selection` is never read [INFO] [stderr] --> src/main.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | _ => selection = "".to_string(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | let mut split: Vec<&str> = file_contents.split(":").collect(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "add7b78e5ce85bfe267f1eed2ab8186c0fb8664c033c51efde0c2365f98cf065"` [INFO] running `"docker" "rm" "-f" "add7b78e5ce85bfe267f1eed2ab8186c0fb8664c033c51efde0c2365f98cf065"` [INFO] [stdout] add7b78e5ce85bfe267f1eed2ab8186c0fb8664c033c51efde0c2365f98cf065 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0be9bd9bf3152bcc30aa6d56d23ca1ea7161fae57ed03bd5f021dc11e1145465 [INFO] running `"docker" "start" "-a" "0be9bd9bf3152bcc30aa6d56d23ca1ea7161fae57ed03bd5f021dc11e1145465"` [INFO] [stderr] Compiling pwd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `selection` is never read [INFO] [stderr] --> src/main.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | _ => selection = "".to_string(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | let mut split: Vec<&str> = file_contents.split(":").collect(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "0be9bd9bf3152bcc30aa6d56d23ca1ea7161fae57ed03bd5f021dc11e1145465"` [INFO] running `"docker" "rm" "-f" "0be9bd9bf3152bcc30aa6d56d23ca1ea7161fae57ed03bd5f021dc11e1145465"` [INFO] [stdout] 0be9bd9bf3152bcc30aa6d56d23ca1ea7161fae57ed03bd5f021dc11e1145465 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/BobKingstone/rust-pwd:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] f39e47ebf7a71af1724546adada77a4ed2e53b99eed475c46c20a99a11c37726 [INFO] running `"docker" "start" "-a" "f39e47ebf7a71af1724546adada77a4ed2e53b99eed475c46c20a99a11c37726"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/pwd-292f647777c9d450 [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" "f39e47ebf7a71af1724546adada77a4ed2e53b99eed475c46c20a99a11c37726"` [INFO] running `"docker" "rm" "-f" "f39e47ebf7a71af1724546adada77a4ed2e53b99eed475c46c20a99a11c37726"` [INFO] [stdout] f39e47ebf7a71af1724546adada77a4ed2e53b99eed475c46c20a99a11c37726