[INFO] updating cached repository jflewis/interesting-hacker [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jflewis/interesting-hacker [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jflewis/interesting-hacker" "work/ex/beta-1.38-1/sources/1.37.0/gh/jflewis/interesting-hacker"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jflewis/interesting-hacker'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jflewis/interesting-hacker" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jflewis/interesting-hacker"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jflewis/interesting-hacker'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9fb43b513741744be6be86e31da51d4cfd71dd87 [INFO] sha for GitHub repo jflewis/interesting-hacker: 9fb43b513741744be6be86e31da51d4cfd71dd87 [INFO] validating manifest of jflewis/interesting-hacker 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 jflewis/interesting-hacker 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 jflewis/interesting-hacker [INFO] finished frobbing jflewis/interesting-hacker [INFO] frobbed toml for jflewis/interesting-hacker written to work/ex/beta-1.38-1/sources/1.37.0/gh/jflewis/interesting-hacker/Cargo.toml [INFO] started frobbing jflewis/interesting-hacker [INFO] finished frobbing jflewis/interesting-hacker [INFO] frobbed toml for jflewis/interesting-hacker written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jflewis/interesting-hacker/Cargo.toml [INFO] crate jflewis/interesting-hacker 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 jflewis/interesting-hacker 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jflewis/interesting-hacker:/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] 7a32a28df6c34ed4e6c78d9fbcf7a7ebd881ad0aa5ba561eb536b57c8368bdce [INFO] running `"docker" "start" "-a" "7a32a28df6c34ed4e6c78d9fbcf7a7ebd881ad0aa5ba561eb536b57c8368bdce"` [INFO] [stderr] Compiling openssl-sys v0.9.28 [INFO] [stderr] Compiling crc v1.7.0 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.2 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling libflate v0.1.14 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.5 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.25 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling reqwest v0.8.5 [INFO] [stderr] Compiling interesting-hacker 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/main.rs:28:48 [INFO] [stderr] | [INFO] [stderr] 28 | let mut default_keyword_location = std::env::home_dir().expect("Unable to open home dir path"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "7a32a28df6c34ed4e6c78d9fbcf7a7ebd881ad0aa5ba561eb536b57c8368bdce"` [INFO] running `"docker" "rm" "-f" "7a32a28df6c34ed4e6c78d9fbcf7a7ebd881ad0aa5ba561eb536b57c8368bdce"` [INFO] [stdout] 7a32a28df6c34ed4e6c78d9fbcf7a7ebd881ad0aa5ba561eb536b57c8368bdce [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jflewis/interesting-hacker:/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] 1056735c73733382c163b433ff45668176974a2305d27308b753cd32567c718f [INFO] running `"docker" "start" "-a" "1056735c73733382c163b433ff45668176974a2305d27308b753cd32567c718f"` [INFO] [stderr] Compiling interesting-hacker 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/main.rs:28:48 [INFO] [stderr] | [INFO] [stderr] 28 | let mut default_keyword_location = std::env::home_dir().expect("Unable to open home dir path"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.81s [INFO] running `"docker" "inspect" "1056735c73733382c163b433ff45668176974a2305d27308b753cd32567c718f"` [INFO] running `"docker" "rm" "-f" "1056735c73733382c163b433ff45668176974a2305d27308b753cd32567c718f"` [INFO] [stdout] 1056735c73733382c163b433ff45668176974a2305d27308b753cd32567c718f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jflewis/interesting-hacker:/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] 0b82a66bcbefe773481435af48eef714bd32eea97378287cb5972ff61cd1ea5d [INFO] running `"docker" "start" "-a" "0b82a66bcbefe773481435af48eef714bd32eea97378287cb5972ff61cd1ea5d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/interesting_hacker-65ebdb781ac857dc [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" "0b82a66bcbefe773481435af48eef714bd32eea97378287cb5972ff61cd1ea5d"` [INFO] running `"docker" "rm" "-f" "0b82a66bcbefe773481435af48eef714bd32eea97378287cb5972ff61cd1ea5d"` [INFO] [stdout] 0b82a66bcbefe773481435af48eef714bd32eea97378287cb5972ff61cd1ea5d