[INFO] updating cached repository blinry/habitctl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/blinry/habitctl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/blinry/habitctl" "work/ex/beta-1.37-6/sources/1.36.0/gh/blinry/habitctl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/blinry/habitctl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/blinry/habitctl" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/blinry/habitctl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/blinry/habitctl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 77c2a9295ed9fbc0fdc36ddc47c68ac959005f71 [INFO] sha for GitHub repo blinry/habitctl: 77c2a9295ed9fbc0fdc36ddc47c68ac959005f71 [INFO] validating manifest of blinry/habitctl 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 blinry/habitctl 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 blinry/habitctl [INFO] finished frobbing blinry/habitctl [INFO] frobbed toml for blinry/habitctl written to work/ex/beta-1.37-6/sources/1.36.0/gh/blinry/habitctl/Cargo.toml [INFO] started frobbing blinry/habitctl [INFO] finished frobbing blinry/habitctl [INFO] frobbed toml for blinry/habitctl written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/blinry/habitctl/Cargo.toml [INFO] crate blinry/habitctl 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 blinry/habitctl 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-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/blinry/habitctl:/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] 937f9eb03227da553a136f8b4d40a86af065870f15e0a8fb9be15ecd0dd50a4b [INFO] running `"docker" "start" "-a" "937f9eb03227da553a136f8b4d40a86af065870f15e0a8fb9be15ecd0dd50a4b"` [INFO] [stderr] Compiling rprompt v1.0.3 [INFO] [stderr] Compiling open v1.2.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling dirs v1.0.3 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling habitctl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:298:35 [INFO] [stderr] | [INFO] [stderr] 298 | value = value.trim_right().to_string(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | / write!( [INFO] [stderr] 134 | | &file, [INFO] [stderr] 135 | | "# The numbers specifies how often you want to do a habit:\n" [INFO] [stderr] 136 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:137:13 [INFO] [stderr] | [INFO] [stderr] 137 | / write!( [INFO] [stderr] 138 | | &file, [INFO] [stderr] 139 | | "# 1 means daily, 7 means weekly, 0 means you're just tracking the habit. Some examples:\n" [INFO] [stderr] 140 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | / write!( [INFO] [stderr] 142 | | &file, [INFO] [stderr] 143 | | "\n# 1 Meditated\n# 7 Cleaned the apartment\n# 0 Had a headache\n# 1 Used habitctl\n" [INFO] [stderr] 144 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 17.17s [INFO] running `"docker" "inspect" "937f9eb03227da553a136f8b4d40a86af065870f15e0a8fb9be15ecd0dd50a4b"` [INFO] running `"docker" "rm" "-f" "937f9eb03227da553a136f8b4d40a86af065870f15e0a8fb9be15ecd0dd50a4b"` [INFO] [stdout] 937f9eb03227da553a136f8b4d40a86af065870f15e0a8fb9be15ecd0dd50a4b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/blinry/habitctl:/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] b401e7cd9f4f9aafc4f7a316aa911ab50a4ae4ca5711950938b005411422e4da [INFO] running `"docker" "start" "-a" "b401e7cd9f4f9aafc4f7a316aa911ab50a4ae4ca5711950938b005411422e4da"` [INFO] [stderr] Compiling habitctl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:298:35 [INFO] [stderr] | [INFO] [stderr] 298 | value = value.trim_right().to_string(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | / write!( [INFO] [stderr] 134 | | &file, [INFO] [stderr] 135 | | "# The numbers specifies how often you want to do a habit:\n" [INFO] [stderr] 136 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:137:13 [INFO] [stderr] | [INFO] [stderr] 137 | / write!( [INFO] [stderr] 138 | | &file, [INFO] [stderr] 139 | | "# 1 means daily, 7 means weekly, 0 means you're just tracking the habit. Some examples:\n" [INFO] [stderr] 140 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | / write!( [INFO] [stderr] 142 | | &file, [INFO] [stderr] 143 | | "\n# 1 Meditated\n# 7 Cleaned the apartment\n# 0 Had a headache\n# 1 Used habitctl\n" [INFO] [stderr] 144 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 0.91s [INFO] running `"docker" "inspect" "b401e7cd9f4f9aafc4f7a316aa911ab50a4ae4ca5711950938b005411422e4da"` [INFO] running `"docker" "rm" "-f" "b401e7cd9f4f9aafc4f7a316aa911ab50a4ae4ca5711950938b005411422e4da"` [INFO] [stdout] b401e7cd9f4f9aafc4f7a316aa911ab50a4ae4ca5711950938b005411422e4da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/blinry/habitctl:/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] 36b20ee2d82dc41fe539121878464e731e669ee25ff62b366db7f2149020e467 [INFO] running `"docker" "start" "-a" "36b20ee2d82dc41fe539121878464e731e669ee25ff62b366db7f2149020e467"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/habitctl-03d8b00f69f10021 [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" "36b20ee2d82dc41fe539121878464e731e669ee25ff62b366db7f2149020e467"` [INFO] running `"docker" "rm" "-f" "36b20ee2d82dc41fe539121878464e731e669ee25ff62b366db7f2149020e467"` [INFO] [stdout] 36b20ee2d82dc41fe539121878464e731e669ee25ff62b366db7f2149020e467