[INFO] updating cached repository jamesmunns/zeit-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jamesmunns/zeit-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jamesmunns/zeit-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/jamesmunns/zeit-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jamesmunns/zeit-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jamesmunns/zeit-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamesmunns/zeit-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamesmunns/zeit-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] abdb3063d0b1c6b5b102e97f69cb6cb63f0fc573 [INFO] sha for GitHub repo jamesmunns/zeit-rs: abdb3063d0b1c6b5b102e97f69cb6cb63f0fc573 [INFO] validating manifest of jamesmunns/zeit-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 jamesmunns/zeit-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 jamesmunns/zeit-rs [INFO] finished frobbing jamesmunns/zeit-rs [INFO] frobbed toml for jamesmunns/zeit-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/jamesmunns/zeit-rs/Cargo.toml [INFO] started frobbing jamesmunns/zeit-rs [INFO] finished frobbing jamesmunns/zeit-rs [INFO] frobbed toml for jamesmunns/zeit-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamesmunns/zeit-rs/Cargo.toml [INFO] crate jamesmunns/zeit-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 jamesmunns/zeit-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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamesmunns/zeit-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] 5c071a06cb4104be3fe9fc5d4ebcba3c080d3d667e89c04ea357259e546cb7e3 [INFO] running `"docker" "start" "-a" "5c071a06cb4104be3fe9fc5d4ebcba3c080d3d667e89c04ea357259e546cb7e3"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `zeit`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling dtoa v0.3.1 [INFO] [stderr] Compiling humantime v1.0.0 [INFO] [stderr] Compiling toml v0.3.1 [INFO] [stderr] Compiling ordered-float v0.2.3 [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling serde-value v0.3.1 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Compiling serde_yaml v0.5.1 [INFO] [stderr] Compiling log4rs v0.5.2 [INFO] [stderr] Compiling zeit-rs v0.1.2 (/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/cli.rs:29:16 [INFO] [stderr] | [INFO] [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/pomodoro.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.83s [INFO] running `"docker" "inspect" "5c071a06cb4104be3fe9fc5d4ebcba3c080d3d667e89c04ea357259e546cb7e3"` [INFO] running `"docker" "rm" "-f" "5c071a06cb4104be3fe9fc5d4ebcba3c080d3d667e89c04ea357259e546cb7e3"` [INFO] [stdout] 5c071a06cb4104be3fe9fc5d4ebcba3c080d3d667e89c04ea357259e546cb7e3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamesmunns/zeit-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] c78c1cf9f6363059cc34d99b758d55f3c9b186353c61f16c2d288f5942cb01d6 [INFO] running `"docker" "start" "-a" "c78c1cf9f6363059cc34d99b758d55f3c9b186353c61f16c2d288f5942cb01d6"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `zeit`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling zeit-rs v0.1.2 (/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/cli.rs:29:16 [INFO] [stderr] | [INFO] [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/pomodoro.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.92s [INFO] running `"docker" "inspect" "c78c1cf9f6363059cc34d99b758d55f3c9b186353c61f16c2d288f5942cb01d6"` [INFO] running `"docker" "rm" "-f" "c78c1cf9f6363059cc34d99b758d55f3c9b186353c61f16c2d288f5942cb01d6"` [INFO] [stdout] c78c1cf9f6363059cc34d99b758d55f3c9b186353c61f16c2d288f5942cb01d6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamesmunns/zeit-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] aea187be3f3389605b49a915b64c48401421a2536eea6fe8a914c9de9aa128aa [INFO] running `"docker" "start" "-a" "aea187be3f3389605b49a915b64c48401421a2536eea6fe8a914c9de9aa128aa"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `zeit`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/zeit-a7d43b30262c0490 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test pomodoro::tests::history_deserialize ... ok [INFO] [stdout] test pomodoro::tests::history_serialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "aea187be3f3389605b49a915b64c48401421a2536eea6fe8a914c9de9aa128aa"` [INFO] running `"docker" "rm" "-f" "aea187be3f3389605b49a915b64c48401421a2536eea6fe8a914c9de9aa128aa"` [INFO] [stdout] aea187be3f3389605b49a915b64c48401421a2536eea6fe8a914c9de9aa128aa