[INFO] updating cached repository syvsto/pomo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/syvsto/pomo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/syvsto/pomo" "work/ex/beta-1.37-6/sources/1.36.0/gh/syvsto/pomo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/syvsto/pomo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/syvsto/pomo" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/syvsto/pomo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/syvsto/pomo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1733b8b54df0226c498cf685d756001116d5c8e7 [INFO] sha for GitHub repo syvsto/pomo: 1733b8b54df0226c498cf685d756001116d5c8e7 [INFO] validating manifest of syvsto/pomo on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of syvsto/pomo on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing syvsto/pomo [INFO] finished frobbing syvsto/pomo [INFO] frobbed toml for syvsto/pomo written to work/ex/beta-1.37-6/sources/1.36.0/gh/syvsto/pomo/Cargo.toml [INFO] started frobbing syvsto/pomo [INFO] finished frobbing syvsto/pomo [INFO] frobbed toml for syvsto/pomo written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/syvsto/pomo/Cargo.toml [INFO] crate syvsto/pomo already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing syvsto/pomo against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/syvsto/pomo:/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.36.0" "build" "--frozen"` [INFO] [stdout] 4f870d49fb4adbca7f4254a1a23f93dccc015fea1cfa2f152988e25f9fe1c241 [INFO] running `"docker" "start" "-a" "4f870d49fb4adbca7f4254a1a23f93dccc015fea1cfa2f152988e25f9fe1c241"` [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling env_logger v0.5.12 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling clap-verbosity-flag v0.1.0 [INFO] [stderr] Compiling quicli v0.3.0 [INFO] [stderr] Compiling pomo v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.22s [INFO] running `"docker" "inspect" "4f870d49fb4adbca7f4254a1a23f93dccc015fea1cfa2f152988e25f9fe1c241"` [INFO] running `"docker" "rm" "-f" "4f870d49fb4adbca7f4254a1a23f93dccc015fea1cfa2f152988e25f9fe1c241"` [INFO] [stdout] 4f870d49fb4adbca7f4254a1a23f93dccc015fea1cfa2f152988e25f9fe1c241 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/syvsto/pomo:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d7e8b655a24ee070e45b4114213fe13306f1cd1cfbefcc30f3e73a660df2aa31 [INFO] running `"docker" "start" "-a" "d7e8b655a24ee070e45b4114213fe13306f1cd1cfbefcc30f3e73a660df2aa31"` [INFO] [stderr] Compiling pomo v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'quicli::prelude::Error::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / main!(|args: Cli, log_level: verbosity| { [INFO] [stderr] 70 | | use State::*; [INFO] [stderr] 71 | | [INFO] [stderr] 72 | | assert!(args.shortbreak != 0, "Can't set short breaks to 0 minutes"); [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `"docker" "inspect" "d7e8b655a24ee070e45b4114213fe13306f1cd1cfbefcc30f3e73a660df2aa31"` [INFO] running `"docker" "rm" "-f" "d7e8b655a24ee070e45b4114213fe13306f1cd1cfbefcc30f3e73a660df2aa31"` [INFO] [stdout] d7e8b655a24ee070e45b4114213fe13306f1cd1cfbefcc30f3e73a660df2aa31 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/syvsto/pomo:/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.36.0" "test" "--frozen"` [INFO] [stdout] f093714499079837f22576c60c547e91a05909f6ea9cea83960f39f75f9c462d [INFO] running `"docker" "start" "-a" "f093714499079837f22576c60c547e91a05909f6ea9cea83960f39f75f9c462d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/pomo-e7ed7de28e3c523c [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" "f093714499079837f22576c60c547e91a05909f6ea9cea83960f39f75f9c462d"` [INFO] running `"docker" "rm" "-f" "f093714499079837f22576c60c547e91a05909f6ea9cea83960f39f75f9c462d"` [INFO] [stdout] f093714499079837f22576c60c547e91a05909f6ea9cea83960f39f75f9c462d