[INFO] updating cached repository babariviere/narricky [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/babariviere/narricky [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/babariviere/narricky" "work/ex/beta-1.38-1/sources/1.37.0/gh/babariviere/narricky"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/babariviere/narricky'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/babariviere/narricky" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/babariviere/narricky"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/babariviere/narricky'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 45bb5fb376520cf8099e0bf053b7d9f5b9694f15 [INFO] sha for GitHub repo babariviere/narricky: 45bb5fb376520cf8099e0bf053b7d9f5b9694f15 [INFO] validating manifest of babariviere/narricky 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 babariviere/narricky 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 babariviere/narricky [INFO] finished frobbing babariviere/narricky [INFO] frobbed toml for babariviere/narricky written to work/ex/beta-1.38-1/sources/1.37.0/gh/babariviere/narricky/Cargo.toml [INFO] started frobbing babariviere/narricky [INFO] finished frobbing babariviere/narricky [INFO] frobbed toml for babariviere/narricky written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/babariviere/narricky/Cargo.toml [INFO] crate babariviere/narricky 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing babariviere/narricky 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/gh/babariviere/narricky:/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] c71570fbbbfee5bc9892fd6c4141d3fe01819f5c8106e77e8b32c3ba884b8e7d [INFO] running `"docker" "start" "-a" "c71570fbbbfee5bc9892fd6c4141d3fe01819f5c8106e77e8b32c3ba884b8e7d"` [INFO] [stderr] Compiling openssl v0.9.17 [INFO] [stderr] Compiling quoted_printable v0.3.1 [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.17 [INFO] [stderr] Compiling unix-daemonize v0.1.2 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling mailparse v0.5.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling imap v0.3.3 [INFO] [stderr] Compiling narricky v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain! { [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] 15 | | Imap(::imap::error::Error); [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain! { [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] 15 | | Imap(::imap::error::Error); [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 18.54s [INFO] running `"docker" "inspect" "c71570fbbbfee5bc9892fd6c4141d3fe01819f5c8106e77e8b32c3ba884b8e7d"` [INFO] running `"docker" "rm" "-f" "c71570fbbbfee5bc9892fd6c4141d3fe01819f5c8106e77e8b32c3ba884b8e7d"` [INFO] [stdout] c71570fbbbfee5bc9892fd6c4141d3fe01819f5c8106e77e8b32c3ba884b8e7d [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/gh/babariviere/narricky:/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] 962bd0de1f718b1a86c285e1f8f2dd9de9ef672e530afdd54f02a38c24e33025 [INFO] running `"docker" "start" "-a" "962bd0de1f718b1a86c285e1f8f2dd9de9ef672e530afdd54f02a38c24e33025"` [INFO] [stderr] Compiling narricky v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain! { [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] 15 | | Imap(::imap::error::Error); [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain! { [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(::std::io::Error); [INFO] [stderr] 15 | | Imap(::imap::error::Error); [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 3.84s [INFO] running `"docker" "inspect" "962bd0de1f718b1a86c285e1f8f2dd9de9ef672e530afdd54f02a38c24e33025"` [INFO] running `"docker" "rm" "-f" "962bd0de1f718b1a86c285e1f8f2dd9de9ef672e530afdd54f02a38c24e33025"` [INFO] [stdout] 962bd0de1f718b1a86c285e1f8f2dd9de9ef672e530afdd54f02a38c24e33025 [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/gh/babariviere/narricky:/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] 86773e25204e85d4df2cb892d327289273efa0171107e00df6a0e49c37d3198e [INFO] running `"docker" "start" "-a" "86773e25204e85d4df2cb892d327289273efa0171107e00df6a0e49c37d3198e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/narricky-0e8416a607be808a [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test mail::unit_tests::mail_address_parse_imap ... ok [INFO] [stdout] test rule::action::unit_tests::action_copy ... ok [INFO] [stdout] test rule::action::unit_tests::action_clear_flag ... ok [INFO] [stdout] test rule::action::unit_tests::action_no_rules ... ok [INFO] [stdout] test rule::action::unit_tests::action_permanent_delete ... ok [INFO] [stdout] test rule::action::unit_tests::action_remove_flag ... ok [INFO] [stdout] test rule::action::unit_tests::action_move ... ok [INFO] [stdout] test rule::action::unit_tests::action_mark_as_read ... ok [INFO] [stdout] test rule::action::unit_tests::action_mark_as_important ... ok [INFO] [stdout] test rule::action::unit_tests::action_reply ... ok [INFO] [stdout] test rule::action::unit_tests::action_forward ... ok [INFO] [stdout] test rule::action::unit_tests::action_delete ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_cc ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_content ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_sender ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_subject ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_recipient ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_recipient ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_sender ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_content ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_cc ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_subject ... ok [INFO] [stdout] test rule::action::unit_tests::action_set_flag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "86773e25204e85d4df2cb892d327289273efa0171107e00df6a0e49c37d3198e"` [INFO] running `"docker" "rm" "-f" "86773e25204e85d4df2cb892d327289273efa0171107e00df6a0e49c37d3198e"` [INFO] [stdout] 86773e25204e85d4df2cb892d327289273efa0171107e00df6a0e49c37d3198e