[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 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-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] dd15601e4e7583f8f34ace0a8f62124fef74d49d3f83e21f52fbf24fddd9983a [INFO] running `"docker" "start" "-a" "dd15601e4e7583f8f34ace0a8f62124fef74d49d3f83e21f52fbf24fddd9983a"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling openssl v0.9.17 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling serde v1.0.11 [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 thread_local v0.3.4 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling mailparse v0.5.1 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling unix-daemonize v0.1.2 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling imap v0.3.3 [INFO] [stderr] Compiling toml v0.4.5 [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 1m 01s [INFO] running `"docker" "inspect" "dd15601e4e7583f8f34ace0a8f62124fef74d49d3f83e21f52fbf24fddd9983a"` [INFO] running `"docker" "rm" "-f" "dd15601e4e7583f8f34ace0a8f62124fef74d49d3f83e21f52fbf24fddd9983a"` [INFO] [stdout] dd15601e4e7583f8f34ace0a8f62124fef74d49d3f83e21f52fbf24fddd9983a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 876b0a159e3a7179d1a4e7cd64e4547fd55f4042f3a32c99a87666cc7f89cbe2 [INFO] running `"docker" "start" "-a" "876b0a159e3a7179d1a4e7cd64e4547fd55f4042f3a32c99a87666cc7f89cbe2"` [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.26s [INFO] running `"docker" "inspect" "876b0a159e3a7179d1a4e7cd64e4547fd55f4042f3a32c99a87666cc7f89cbe2"` [INFO] running `"docker" "rm" "-f" "876b0a159e3a7179d1a4e7cd64e4547fd55f4042f3a32c99a87666cc7f89cbe2"` [INFO] [stdout] 876b0a159e3a7179d1a4e7cd64e4547fd55f4042f3a32c99a87666cc7f89cbe2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] e306f1bf8c1e52f6af01dd2fe9fd8bbd52d4f05164cbad5e540516bcc600deea [INFO] running `"docker" "start" "-a" "e306f1bf8c1e52f6af01dd2fe9fd8bbd52d4f05164cbad5e540516bcc600deea"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/narricky-cc007c7f6ffa7eb5 [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test rule::action::unit_tests::action_clear_flag ... ok [INFO] [stdout] test mail::unit_tests::mail_address_parse_imap ... ok [INFO] [stdout] test rule::action::unit_tests::action_no_rules ... ok [INFO] [stdout] test rule::action::unit_tests::action_mark_as_read ... ok [INFO] [stdout] test rule::action::unit_tests::action_permanent_delete ... ok [INFO] [stdout] test rule::action::unit_tests::action_move ... ok [INFO] [stdout] test rule::action::unit_tests::action_forward ... ok [INFO] [stdout] test rule::action::unit_tests::action_mark_as_important ... ok [INFO] [stdout] test rule::action::unit_tests::action_delete ... ok [INFO] [stdout] test rule::action::unit_tests::action_copy ... ok [INFO] [stdout] test rule::action::unit_tests::action_remove_flag ... ok [INFO] [stdout] test rule::action::unit_tests::action_reply ... 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::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" "e306f1bf8c1e52f6af01dd2fe9fd8bbd52d4f05164cbad5e540516bcc600deea"` [INFO] running `"docker" "rm" "-f" "e306f1bf8c1e52f6af01dd2fe9fd8bbd52d4f05164cbad5e540516bcc600deea"` [INFO] [stdout] e306f1bf8c1e52f6af01dd2fe9fd8bbd52d4f05164cbad5e540516bcc600deea