[INFO] crate cargo-cacher 1.1.0 is already in cache [INFO] extracting crate cargo-cacher 1.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-cacher/1.1.0 [INFO] extracting crate cargo-cacher 1.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-cacher/1.1.0 [INFO] validating manifest of cargo-cacher-1.1.0 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 cargo-cacher-1.1.0 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 cargo-cacher-1.1.0 [INFO] finished frobbing cargo-cacher-1.1.0 [INFO] frobbed toml for cargo-cacher-1.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-cacher/1.1.0/Cargo.toml [INFO] started frobbing cargo-cacher-1.1.0 [INFO] finished frobbing cargo-cacher-1.1.0 [INFO] frobbed toml for cargo-cacher-1.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-cacher/1.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing cargo-cacher-1.1.0 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/reg/cargo-cacher/1.1.0:/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] c0aa1446931a84544c241351f06abacf36c10ff7734c34e015a6ab2aea995046 [INFO] running `"docker" "start" "-a" "c0aa1446931a84544c241351f06abacf36c10ff7734c34e015a6ab2aea995046"` [INFO] [stderr] Compiling linked-hash-map v0.0.9 [INFO] [stderr] Compiling route-recognizer v0.1.13 [INFO] [stderr] Compiling libsqlite3-sys v0.5.0 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling simple_logger v0.4.0 [INFO] [stderr] Compiling lru-cache v0.0.7 [INFO] [stderr] Compiling hyper v0.9.18 [INFO] [stderr] Compiling rusqlite v0.7.4 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling router v0.4.0 [INFO] [stderr] Compiling logger v0.1.0 [INFO] [stderr] Compiling cargo-cacher v1.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [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:121:56 [INFO] [stderr] | [INFO] [stderr] 121 | let default_crate_path = format!("{}/.crates", env::home_dir().unwrap().to_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/git.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/git.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.48s [INFO] running `"docker" "inspect" "c0aa1446931a84544c241351f06abacf36c10ff7734c34e015a6ab2aea995046"` [INFO] running `"docker" "rm" "-f" "c0aa1446931a84544c241351f06abacf36c10ff7734c34e015a6ab2aea995046"` [INFO] [stdout] c0aa1446931a84544c241351f06abacf36c10ff7734c34e015a6ab2aea995046 [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/reg/cargo-cacher/1.1.0:/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] ffabd5afdbd849565b591dcae500449576fa8ab9cd65cd5f84f8009cb38fd8f6 [INFO] running `"docker" "start" "-a" "ffabd5afdbd849565b591dcae500449576fa8ab9cd65cd5f84f8009cb38fd8f6"` [INFO] [stderr] Compiling cargo-cacher v1.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [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:121:56 [INFO] [stderr] | [INFO] [stderr] 121 | let default_crate_path = format!("{}/.crates", env::home_dir().unwrap().to_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/git.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/git.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "ffabd5afdbd849565b591dcae500449576fa8ab9cd65cd5f84f8009cb38fd8f6"` [INFO] running `"docker" "rm" "-f" "ffabd5afdbd849565b591dcae500449576fa8ab9cd65cd5f84f8009cb38fd8f6"` [INFO] [stdout] ffabd5afdbd849565b591dcae500449576fa8ab9cd65cd5f84f8009cb38fd8f6 [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/reg/cargo-cacher/1.1.0:/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] 7256fb8dc7158b32e9c44f7be3734c5926627da8be43e6e2a0ddb548e035d502 [INFO] running `"docker" "start" "-a" "7256fb8dc7158b32e9c44f7be3734c5926627da8be43e6e2a0ddb548e035d502"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_cacher-2593c2e2bd0fde6d [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" "7256fb8dc7158b32e9c44f7be3734c5926627da8be43e6e2a0ddb548e035d502"` [INFO] running `"docker" "rm" "-f" "7256fb8dc7158b32e9c44f7be3734c5926627da8be43e6e2a0ddb548e035d502"` [INFO] [stdout] 7256fb8dc7158b32e9c44f7be3734c5926627da8be43e6e2a0ddb548e035d502