[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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/babariviere/narricky"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/babariviere/narricky'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/babariviere/narricky" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/babariviere/narricky"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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 master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of babariviere/narricky on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/babariviere/narricky/Cargo.toml [INFO] crate babariviere/narricky has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing babariviere/narricky against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] b8414e4ab304e040dab93285e35960ae2e8c2c5b867885e91291f1b1919b3e1c [INFO] running `"docker" "start" "-a" "b8414e4ab304e040dab93285e35960ae2e8c2c5b867885e91291f1b1919b3e1c"` [INFO] [stderr] Compiling quoted_printable v0.3.1 [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling unix-daemonize v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling imap v0.3.3 [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 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 error 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 error 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 12.95s [INFO] running `"docker" "inspect" "b8414e4ab304e040dab93285e35960ae2e8c2c5b867885e91291f1b1919b3e1c"` [INFO] running `"docker" "rm" "-f" "b8414e4ab304e040dab93285e35960ae2e8c2c5b867885e91291f1b1919b3e1c"` [INFO] [stdout] b8414e4ab304e040dab93285e35960ae2e8c2c5b867885e91291f1b1919b3e1c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 46b21c53ef4f772525c8b91535563f8d1f9591afbf95b50b65c5944843955707 [INFO] running `"docker" "start" "-a" "46b21c53ef4f772525c8b91535563f8d1f9591afbf95b50b65c5944843955707"` [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 error 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 error 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.62s [INFO] running `"docker" "inspect" "46b21c53ef4f772525c8b91535563f8d1f9591afbf95b50b65c5944843955707"` [INFO] running `"docker" "rm" "-f" "46b21c53ef4f772525c8b91535563f8d1f9591afbf95b50b65c5944843955707"` [INFO] [stdout] 46b21c53ef4f772525c8b91535563f8d1f9591afbf95b50b65c5944843955707 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 0e334986389fa28bf457eee091a22d322519144c7aa15c24435e65926a9ade46 [INFO] running `"docker" "start" "-a" "0e334986389fa28bf457eee091a22d322519144c7aa15c24435e65926a9ade46"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/narricky-74c416a2f9fe57bd [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_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 mail::unit_tests::mail_address_parse_imap ... ok [INFO] [stdout] test rule::action::unit_tests::action_mark_as_read ... 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_remove_flag ... ok [INFO] [stdout] test rule::action::unit_tests::action_permanent_delete ... ok [INFO] [stdout] test rule::action::unit_tests::action_set_flag ... ok [INFO] [stdout] test rule::action::unit_tests::action_reply ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_cc ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_sender ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_recipient ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_content ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_cc ... 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_subject ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_check_subject ... ok [INFO] [stdout] test rule::condition::unit_tests::condition_content ... 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" "0e334986389fa28bf457eee091a22d322519144c7aa15c24435e65926a9ade46"` [INFO] running `"docker" "rm" "-f" "0e334986389fa28bf457eee091a22d322519144c7aa15c24435e65926a9ade46"` [INFO] [stdout] 0e334986389fa28bf457eee091a22d322519144c7aa15c24435e65926a9ade46