[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.37-6/sources/1.36.0/gh/babariviere/narricky"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/babariviere/narricky'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/babariviere/narricky" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/babariviere/narricky"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.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 babariviere/narricky 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 babariviere/narricky [INFO] finished frobbing babariviere/narricky [INFO] frobbed toml for babariviere/narricky written to work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.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 babariviere/narricky against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] dd494ed9898d93397c8127d1ef631987a513aabae71db09d962af4e70c5836b3 [INFO] running `"docker" "start" "-a" "dd494ed9898d93397c8127d1ef631987a513aabae71db09d962af4e70c5836b3"` [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling quoted_printable v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.17 [INFO] [stderr] Compiling unix-daemonize v0.1.2 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling mailparse v0.5.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling openssl v0.9.17 [INFO] [stderr] Compiling imap v0.3.3 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [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 48.36s [INFO] running `"docker" "inspect" "dd494ed9898d93397c8127d1ef631987a513aabae71db09d962af4e70c5836b3"` [INFO] running `"docker" "rm" "-f" "dd494ed9898d93397c8127d1ef631987a513aabae71db09d962af4e70c5836b3"` [INFO] [stdout] dd494ed9898d93397c8127d1ef631987a513aabae71db09d962af4e70c5836b3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 5eb0934c8abf5cb48edee5374ca3e9cf3f7beaf4f27ab1ac30ca013d472ba44a [INFO] running `"docker" "start" "-a" "5eb0934c8abf5cb48edee5374ca3e9cf3f7beaf4f27ab1ac30ca013d472ba44a"` [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.95s [INFO] running `"docker" "inspect" "5eb0934c8abf5cb48edee5374ca3e9cf3f7beaf4f27ab1ac30ca013d472ba44a"` [INFO] running `"docker" "rm" "-f" "5eb0934c8abf5cb48edee5374ca3e9cf3f7beaf4f27ab1ac30ca013d472ba44a"` [INFO] [stdout] 5eb0934c8abf5cb48edee5374ca3e9cf3f7beaf4f27ab1ac30ca013d472ba44a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen"` [INFO] [stdout] ba466e1ea99c487347d9700dd774932391b659ac768042a373ea9cc46ba0d043 [INFO] running `"docker" "start" "-a" "ba466e1ea99c487347d9700dd774932391b659ac768042a373ea9cc46ba0d043"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/narricky-d59404e3c96a9568 [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test rule::action::unit_tests::action_copy ... 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_forward ... ok [INFO] [stdout] test rule::action::unit_tests::action_delete ... ok [INFO] [stdout] test rule::action::unit_tests::action_clear_flag ... ok [INFO] [stdout] test rule::action::unit_tests::action_set_flag ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_cc ... ok [INFO] [stdout] test rule::action::unit_tests::action_reply ... ok [INFO] [stdout] test rule::action::unit_tests::action_remove_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 mail::unit_tests::mail_address_parse_imap ... 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_recipient ... 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_content ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_recipient ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_sender ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_subject ... 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" "ba466e1ea99c487347d9700dd774932391b659ac768042a373ea9cc46ba0d043"` [INFO] running `"docker" "rm" "-f" "ba466e1ea99c487347d9700dd774932391b659ac768042a373ea9cc46ba0d043"` [INFO] [stdout] ba466e1ea99c487347d9700dd774932391b659ac768042a373ea9cc46ba0d043