[INFO] updating cached repository mklein994/weather-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mklein994/weather-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mklein994/weather-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/mklein994/weather-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mklein994/weather-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mklein994/weather-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mklein994/weather-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mklein994/weather-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 18d680c3cd5222d4bab61a7321c011ed2af95112 [INFO] sha for GitHub repo mklein994/weather-rs: 18d680c3cd5222d4bab61a7321c011ed2af95112 [INFO] validating manifest of mklein994/weather-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 mklein994/weather-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 mklein994/weather-rs [INFO] finished frobbing mklein994/weather-rs [INFO] frobbed toml for mklein994/weather-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/mklein994/weather-rs/Cargo.toml [INFO] started frobbing mklein994/weather-rs [INFO] finished frobbing mklein994/weather-rs [INFO] frobbed toml for mklein994/weather-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mklein994/weather-rs/Cargo.toml [INFO] crate mklein994/weather-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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mklein994/weather-rs 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-4/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/mklein994/weather-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ea7831569cc5af8a28efafe97c756b1b0484e8893220d792f2c30750bb722503 [INFO] running `"docker" "start" "-a" "ea7831569cc5af8a28efafe97c756b1b0484e8893220d792f2c30750bb722503"` [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling h2 v0.1.18 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling cookie_store v0.5.1 [INFO] [stderr] Compiling dotenv v0.14.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.19 [INFO] [stderr] Compiling hyper v0.12.28 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.16 [INFO] [stderr] Compiling darksky v0.8.1 (https://github.com/rusty-crates/darksky.rs?rev=12685a4e#12685a4e) [INFO] [stderr] Compiling weather-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:81:65 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn parse_args(m: &clap::ArgMatches) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:15:58 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn run(matches: &clap::ArgMatches) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.64s [INFO] running `"docker" "inspect" "ea7831569cc5af8a28efafe97c756b1b0484e8893220d792f2c30750bb722503"` [INFO] running `"docker" "rm" "-f" "ea7831569cc5af8a28efafe97c756b1b0484e8893220d792f2c30750bb722503"` [INFO] [stdout] ea7831569cc5af8a28efafe97c756b1b0484e8893220d792f2c30750bb722503 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/mklein994/weather-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] af30b31d972479a6646eee3451d74e29e978bf945e17d2708f7b07d44258c9e7 [INFO] running `"docker" "start" "-a" "af30b31d972479a6646eee3451d74e29e978bf945e17d2708f7b07d44258c9e7"` [INFO] [stderr] Compiling weather-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:81:65 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn parse_args(m: &clap::ArgMatches) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:15:58 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn run(matches: &clap::ArgMatches) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.98s [INFO] running `"docker" "inspect" "af30b31d972479a6646eee3451d74e29e978bf945e17d2708f7b07d44258c9e7"` [INFO] running `"docker" "rm" "-f" "af30b31d972479a6646eee3451d74e29e978bf945e17d2708f7b07d44258c9e7"` [INFO] [stdout] af30b31d972479a6646eee3451d74e29e978bf945e17d2708f7b07d44258c9e7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/mklein994/weather-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 9a28b91d45bc3072407b6de2a3624500e273c6b9a1874752a6e3d39a7bf1f92d [INFO] running `"docker" "start" "-a" "9a28b91d45bc3072407b6de2a3624500e273c6b9a1874752a6e3d39a7bf1f92d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/weather_rs-7a9ec2747749381c [INFO] [stderr] Running /opt/crater/target/debug/deps/weather_rs-9b2e8bb5476095b9 [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] [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] [stderr] Doc-tests weather-rs [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" "9a28b91d45bc3072407b6de2a3624500e273c6b9a1874752a6e3d39a7bf1f92d"` [INFO] running `"docker" "rm" "-f" "9a28b91d45bc3072407b6de2a3624500e273c6b9a1874752a6e3d39a7bf1f92d"` [INFO] [stdout] 9a28b91d45bc3072407b6de2a3624500e273c6b9a1874752a6e3d39a7bf1f92d