[INFO] updating cached repository Jarusk/price-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Jarusk/price-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Jarusk/price-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/Jarusk/price-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Jarusk/price-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Jarusk/price-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Jarusk/price-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Jarusk/price-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2d34a2825e85336f9703a3091bd6aed9cd7e3f96 [INFO] sha for GitHub repo Jarusk/price-rs: 2d34a2825e85336f9703a3091bd6aed9cd7e3f96 [INFO] validating manifest of Jarusk/price-rs 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 Jarusk/price-rs 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 Jarusk/price-rs [INFO] finished frobbing Jarusk/price-rs [INFO] frobbed toml for Jarusk/price-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/Jarusk/price-rs/Cargo.toml [INFO] started frobbing Jarusk/price-rs [INFO] finished frobbing Jarusk/price-rs [INFO] frobbed toml for Jarusk/price-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Jarusk/price-rs/Cargo.toml [INFO] crate Jarusk/price-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Jarusk/price-rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Jarusk/price-rs:/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.37.0" "build" "--frozen"` [INFO] [stdout] 65cee9be640af318d820a8c69656e91ca3cd6d15f35591f20da599512cf89770 [INFO] running `"docker" "start" "-a" "65cee9be640af318d820a8c69656e91ca3cd6d15f35591f20da599512cf89770"` [INFO] [stderr] Compiling itoa v0.4.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.12 [INFO] [stderr] Compiling tokio v0.1.3 [INFO] [stderr] Compiling tokio-core v0.1.15 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.22 [INFO] [stderr] Compiling price-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | let dir = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `enable_tax` is never read [INFO] [stderr] --> src/config.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 129 | let mut enable_tax = constants::APPLY_TAX; [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] Finished dev [unoptimized + debuginfo] target(s) in 30.93s [INFO] running `"docker" "inspect" "65cee9be640af318d820a8c69656e91ca3cd6d15f35591f20da599512cf89770"` [INFO] running `"docker" "rm" "-f" "65cee9be640af318d820a8c69656e91ca3cd6d15f35591f20da599512cf89770"` [INFO] [stdout] 65cee9be640af318d820a8c69656e91ca3cd6d15f35591f20da599512cf89770 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Jarusk/price-rs:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7526f7c1fcc9cdfda57cc7cce71f2b25cf540cb713ba11e68a9e889769857d2d [INFO] running `"docker" "start" "-a" "7526f7c1fcc9cdfda57cc7cce71f2b25cf540cb713ba11e68a9e889769857d2d"` [INFO] [stderr] Compiling price-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | let dir = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `enable_tax` is never read [INFO] [stderr] --> src/config.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 129 | let mut enable_tax = constants::APPLY_TAX; [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] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "7526f7c1fcc9cdfda57cc7cce71f2b25cf540cb713ba11e68a9e889769857d2d"` [INFO] running `"docker" "rm" "-f" "7526f7c1fcc9cdfda57cc7cce71f2b25cf540cb713ba11e68a9e889769857d2d"` [INFO] [stdout] 7526f7c1fcc9cdfda57cc7cce71f2b25cf540cb713ba11e68a9e889769857d2d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Jarusk/price-rs:/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.37.0" "test" "--frozen"` [INFO] [stdout] a34ff0892eabe599a3530aa309c2276d0dc5fbd8e032a00b844aa2ee017bb961 [INFO] running `"docker" "start" "-a" "a34ff0892eabe599a3530aa309c2276d0dc5fbd8e032a00b844aa2ee017bb961"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/price_rs-2acac9fc634b87d2 [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" "a34ff0892eabe599a3530aa309c2276d0dc5fbd8e032a00b844aa2ee017bb961"` [INFO] running `"docker" "rm" "-f" "a34ff0892eabe599a3530aa309c2276d0dc5fbd8e032a00b844aa2ee017bb961"` [INFO] [stdout] a34ff0892eabe599a3530aa309c2276d0dc5fbd8e032a00b844aa2ee017bb961