Oct 27 15:42:59.155 INFO checking simpleice-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:42:59.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 15:42:59.369 INFO blam! bd922cacc5ec573c5c8915a02db12dfb3828f69d00bb76b2d959078860d10dc9 Oct 27 15:42:59.373 INFO running `"docker" "start" "-a" "bd922cacc5ec573c5c8915a02db12dfb3828f69d00bb76b2d959078860d10dc9"` Oct 27 15:43:00.314 INFO kablam! usermod: no changes Oct 27 15:43:00.539 INFO kablam! Compiling email v0.0.20 Oct 27 15:43:00.540 INFO kablam! Checking uuid v0.4.0 Oct 27 15:43:00.540 INFO kablam! Checking rust-ini v0.9.12 Oct 27 15:43:00.540 INFO kablam! Checking console v0.6.2 Oct 27 15:43:00.541 INFO kablam! Checking console v0.5.0 Oct 27 15:43:03.807 INFO kablam! Checking dialoguer v0.1.0 Oct 27 15:43:04.187 INFO kablam! Checking lettre v0.6.2 Oct 27 15:43:07.275 INFO kablam! Checking simpleice v0.1.0 (/source) Oct 27 15:43:11.635 INFO kablam! warning: unused import: `SubCommand` Oct 27 15:43:11.635 INFO kablam! --> src/main.rs:59:22 Oct 27 15:43:11.635 INFO kablam! | Oct 27 15:43:11.635 INFO kablam! 59 | use clap::{Arg, App, SubCommand}; Oct 27 15:43:11.635 INFO kablam! | ^^^^^^^^^^ Oct 27 15:43:11.635 INFO kablam! | Oct 27 15:43:11.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:43:11.635 INFO kablam! Oct 27 15:43:11.635 INFO kablam! warning: unused import: `ini::Ini` Oct 27 15:43:11.635 INFO kablam! --> src/main.rs:61:5 Oct 27 15:43:11.635 INFO kablam! | Oct 27 15:43:11.635 INFO kablam! 61 | use ini::Ini; Oct 27 15:43:11.636 INFO kablam! | ^^^^^^^^ Oct 27 15:43:11.636 INFO kablam! Oct 27 15:43:11.636 INFO kablam! warning: unused import: `parser::Ice` Oct 27 15:43:11.636 INFO kablam! --> src/main.rs:63:5 Oct 27 15:43:11.636 INFO kablam! | Oct 27 15:43:11.636 INFO kablam! 63 | use parser::Ice; Oct 27 15:43:11.636 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:11.636 INFO kablam! Oct 27 15:43:11.636 INFO kablam! warning: unused import: `style` Oct 27 15:43:11.636 INFO kablam! --> src/commands.rs:29:21 Oct 27 15:43:11.636 INFO kablam! | Oct 27 15:43:11.636 INFO kablam! 29 | use console::{Term, style}; Oct 27 15:43:11.636 INFO kablam! | ^^^^^ Oct 27 15:43:11.636 INFO kablam! Oct 27 15:43:11.636 INFO kablam! warning: unused import: `lettre::email::EmailBuilder` Oct 27 15:43:11.636 INFO kablam! --> src/commands.rs:32:5 Oct 27 15:43:11.636 INFO kablam! | Oct 27 15:43:11.636 INFO kablam! 32 | use lettre::email::EmailBuilder; Oct 27 15:43:11.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.636 INFO kablam! Oct 27 15:43:11.636 INFO kablam! warning: unused import: `SmtpTransport` Oct 27 15:43:11.636 INFO kablam! --> src/commands.rs:33:46 Oct 27 15:43:11.636 INFO kablam! | Oct 27 15:43:11.636 INFO kablam! 33 | use lettre::transport::smtp::{SecurityLevel, SmtpTransport, Oct 27 15:43:11.637 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:43:11.637 INFO kablam! Oct 27 15:43:11.655 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 15:43:11.655 INFO kablam! --> src/config.rs:25:5 Oct 27 15:43:11.655 INFO kablam! | Oct 27 15:43:11.655 INFO kablam! 25 | use std::env::home_dir; Oct 27 15:43:11.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.655 INFO kablam! | Oct 27 15:43:11.655 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:43:11.655 INFO kablam! Oct 27 15:43:11.655 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 15:43:11.655 INFO kablam! --> src/config.rs:31:16 Oct 27 15:43:11.655 INFO kablam! | Oct 27 15:43:11.655 INFO kablam! 31 | let home = home_dir(); Oct 27 15:43:11.655 INFO kablam! | ^^^^^^^^ Oct 27 15:43:11.655 INFO kablam! Oct 27 15:43:11.655 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 15:43:11.656 INFO kablam! --> src/config.rs:54:16 Oct 27 15:43:11.656 INFO kablam! | Oct 27 15:43:11.656 INFO kablam! 54 | let home = home_dir(); Oct 27 15:43:11.656 INFO kablam! | ^^^^^^^^ Oct 27 15:43:11.656 INFO kablam! Oct 27 15:43:11.709 INFO kablam! warning: unused import: `SubCommand` Oct 27 15:43:11.709 INFO kablam! --> src/main.rs:59:22 Oct 27 15:43:11.709 INFO kablam! | Oct 27 15:43:11.709 INFO kablam! 59 | use clap::{Arg, App, SubCommand}; Oct 27 15:43:11.710 INFO kablam! | ^^^^^^^^^^ Oct 27 15:43:11.710 INFO kablam! | Oct 27 15:43:11.710 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:43:11.710 INFO kablam! Oct 27 15:43:11.710 INFO kablam! warning: unused import: `ini::Ini` Oct 27 15:43:11.710 INFO kablam! --> src/main.rs:61:5 Oct 27 15:43:11.710 INFO kablam! | Oct 27 15:43:11.710 INFO kablam! 61 | use ini::Ini; Oct 27 15:43:11.710 INFO kablam! | ^^^^^^^^ Oct 27 15:43:11.710 INFO kablam! Oct 27 15:43:11.710 INFO kablam! warning: unused import: `parser::Ice` Oct 27 15:43:11.710 INFO kablam! --> src/main.rs:63:5 Oct 27 15:43:11.710 INFO kablam! | Oct 27 15:43:11.710 INFO kablam! 63 | use parser::Ice; Oct 27 15:43:11.710 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:11.710 INFO kablam! Oct 27 15:43:11.710 INFO kablam! warning: unused import: `style` Oct 27 15:43:11.711 INFO kablam! --> src/commands.rs:29:21 Oct 27 15:43:11.711 INFO kablam! | Oct 27 15:43:11.711 INFO kablam! 29 | use console::{Term, style}; Oct 27 15:43:11.711 INFO kablam! | ^^^^^ Oct 27 15:43:11.711 INFO kablam! Oct 27 15:43:11.711 INFO kablam! warning: unused import: `lettre::email::EmailBuilder` Oct 27 15:43:11.711 INFO kablam! --> src/commands.rs:32:5 Oct 27 15:43:11.711 INFO kablam! | Oct 27 15:43:11.711 INFO kablam! 32 | use lettre::email::EmailBuilder; Oct 27 15:43:11.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.711 INFO kablam! Oct 27 15:43:11.711 INFO kablam! warning: unused import: `SmtpTransport` Oct 27 15:43:11.711 INFO kablam! --> src/commands.rs:33:46 Oct 27 15:43:11.711 INFO kablam! | Oct 27 15:43:11.712 INFO kablam! 33 | use lettre::transport::smtp::{SecurityLevel, SmtpTransport, Oct 27 15:43:11.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:43:11.712 INFO kablam! Oct 27 15:43:11.731 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 15:43:11.734 INFO kablam! --> src/config.rs:25:5 Oct 27 15:43:11.734 INFO kablam! | Oct 27 15:43:11.735 INFO kablam! 25 | use std::env::home_dir; Oct 27 15:43:11.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.735 INFO kablam! | Oct 27 15:43:11.735 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:43:11.735 INFO kablam! Oct 27 15:43:11.735 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 15:43:11.735 INFO kablam! --> src/config.rs:31:16 Oct 27 15:43:11.735 INFO kablam! | Oct 27 15:43:11.735 INFO kablam! 31 | let home = home_dir(); Oct 27 15:43:11.735 INFO kablam! | ^^^^^^^^ Oct 27 15:43:11.735 INFO kablam! Oct 27 15:43:11.735 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 15:43:11.735 INFO kablam! --> src/config.rs:54:16 Oct 27 15:43:11.735 INFO kablam! | Oct 27 15:43:11.735 INFO kablam! 54 | let home = home_dir(); Oct 27 15:43:11.735 INFO kablam! | ^^^^^^^^ Oct 27 15:43:11.735 INFO kablam! Oct 27 15:43:11.883 INFO kablam! warning: value assigned to `date_string` is never read Oct 27 15:43:11.883 INFO kablam! --> src/commands.rs:203:13 Oct 27 15:43:11.883 INFO kablam! | Oct 27 15:43:11.883 INFO kablam! 203 | let mut date_string = String::new(); Oct 27 15:43:11.883 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:11.883 INFO kablam! | Oct 27 15:43:11.883 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 15:43:11.883 INFO kablam! Oct 27 15:43:11.883 INFO kablam! warning: unused variable: `e` Oct 27 15:43:11.883 INFO kablam! --> src/config.rs:79:13 Oct 27 15:43:11.883 INFO kablam! | Oct 27 15:43:11.883 INFO kablam! 79 | Err(e) => Err("Failed to write configuration file"), Oct 27 15:43:11.883 INFO kablam! | ^ help: consider using `_e` instead Oct 27 15:43:11.883 INFO kablam! | Oct 27 15:43:11.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:43:11.883 INFO kablam! Oct 27 15:43:11.922 INFO kablam! warning: value assigned to `date_string` is never read Oct 27 15:43:11.928 INFO kablam! --> src/commands.rs:203:13 Oct 27 15:43:11.928 INFO kablam! | Oct 27 15:43:11.928 INFO kablam! 203 | let mut date_string = String::new(); Oct 27 15:43:11.928 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:11.928 INFO kablam! | Oct 27 15:43:11.928 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 15:43:11.928 INFO kablam! Oct 27 15:43:11.928 INFO kablam! warning: unused variable: `e` Oct 27 15:43:11.928 INFO kablam! --> src/config.rs:79:13 Oct 27 15:43:11.928 INFO kablam! | Oct 27 15:43:11.928 INFO kablam! 79 | Err(e) => Err("Failed to write configuration file"), Oct 27 15:43:11.928 INFO kablam! | ^ help: consider using `_e` instead Oct 27 15:43:11.928 INFO kablam! | Oct 27 15:43:11.928 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:43:11.928 INFO kablam! Oct 27 15:43:11.979 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.979 INFO kablam! --> src/commands.rs:50:13 Oct 27 15:43:11.979 INFO kablam! | Oct 27 15:43:11.979 INFO kablam! 50 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.979 INFO kablam! | Oct 27 15:43:11.979 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:43:11.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.979 INFO kablam! Oct 27 15:43:11.979 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:56:9 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 56 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:64:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 64 | term.write_line("No mail configuration found"); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:72:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 72 | term.write_line("No server address found"); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:80:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 80 | term.write_line("No server port found"); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:88:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 88 | term.write_line("No sender address found"); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:96:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 96 | term.write_line("No server password found"); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:119:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 119 | / term.write_line( Oct 27 15:43:11.980 INFO kablam! 120 | | format!("ICE '{}' does not have a date!", ice.get_description()).as_str() Oct 27 15:43:11.980 INFO kablam! 121 | | ); Oct 27 15:43:11.980 INFO kablam! | |______________^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:132:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 132 | / term.write_line( Oct 27 15:43:11.980 INFO kablam! 133 | | format!("Sending mail for '{}'", ice.get_description()).as_str() Oct 27 15:43:11.980 INFO kablam! 134 | | ); Oct 27 15:43:11.980 INFO kablam! | |______________^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:136:13 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 136 | mailer.send(builder.build().unwrap()); Oct 27 15:43:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.980 INFO kablam! Oct 27 15:43:11.980 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.980 INFO kablam! --> src/commands.rs:145:5 Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.980 INFO kablam! 145 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.980 INFO kablam! 146 | | Ok(_) => term.write_line("ICE mails updated"), Oct 27 15:43:11.980 INFO kablam! 147 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.980 INFO kablam! 148 | | }; Oct 27 15:43:11.980 INFO kablam! | |______^ Oct 27 15:43:11.980 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:182:13 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 182 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:188:9 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 188 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:198:5 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 198 | term.write_line("Select an ICE mail to activate\n"); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:217:21 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 217 | term.write_line("Date cannot be in the past"); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:222:17 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 222 | term.write_line("Invalid date format, try again"); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:233:5 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 233 | term.write_line(format!("Activating ICE mail for {}...", edited.get_date_string()).as_str()); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:237:5 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 237 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.981 INFO kablam! 238 | | Ok(_) => term.write_line("ICE mail activated"), Oct 27 15:43:11.981 INFO kablam! 239 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.981 INFO kablam! 240 | | }; Oct 27 15:43:11.981 INFO kablam! | |______^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:253:5 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 253 | term.write_line("Creating a new ICE mail"); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:254:5 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 254 | term.write_line("You need to provide a short description and message to send\n"); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.981 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.981 INFO kablam! --> src/commands.rs:260:5 Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! 260 | term.write_line("Opening your default editor to write the message..."); Oct 27 15:43:11.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.981 INFO kablam! | Oct 27 15:43:11.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.981 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:265:9 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 265 | term.write_line("You need to specify a message. Aborting..."); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:279:5 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 279 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.982 INFO kablam! 280 | | Ok(_) => term.write_line("New ICE mail created"), Oct 27 15:43:11.982 INFO kablam! 281 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.982 INFO kablam! 282 | | }; Oct 27 15:43:11.982 INFO kablam! | |______^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:295:13 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 295 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:301:9 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 301 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:311:5 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 311 | term.write_line("Select an ICE mail to deactivate\n"); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:317:9 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 317 | term.write_line("That ICE mail is not active"); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:324:9 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 324 | term.write_line("Operation cancelled"); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:332:5 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 332 | term.write_line("Deactivating ICE mail..."); Oct 27 15:43:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.982 INFO kablam! Oct 27 15:43:11.982 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.982 INFO kablam! --> src/commands.rs:336:5 Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.982 INFO kablam! 336 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.982 INFO kablam! 337 | | Ok(_) => term.write_line("ICE mail deactivated"), Oct 27 15:43:11.982 INFO kablam! 338 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.982 INFO kablam! 339 | | }; Oct 27 15:43:11.982 INFO kablam! | |______^ Oct 27 15:43:11.982 INFO kablam! | Oct 27 15:43:11.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.987 INFO kablam! Oct 27 15:43:11.987 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.987 INFO kablam! --> src/commands.rs:352:13 Oct 27 15:43:11.987 INFO kablam! | Oct 27 15:43:11.987 INFO kablam! 352 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.987 INFO kablam! | Oct 27 15:43:11.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.987 INFO kablam! Oct 27 15:43:11.988 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.988 INFO kablam! --> src/commands.rs:358:9 Oct 27 15:43:11.988 INFO kablam! | Oct 27 15:43:11.988 INFO kablam! 358 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.988 INFO kablam! | Oct 27 15:43:11.988 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.988 INFO kablam! Oct 27 15:43:11.988 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.988 INFO kablam! --> src/commands.rs:368:5 Oct 27 15:43:11.988 INFO kablam! | Oct 27 15:43:11.988 INFO kablam! 368 | term.write_line("Select an ICE mail to edit\n"); Oct 27 15:43:11.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.988 INFO kablam! | Oct 27 15:43:11.988 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.988 INFO kablam! Oct 27 15:43:11.988 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.988 INFO kablam! --> src/commands.rs:372:5 Oct 27 15:43:11.988 INFO kablam! | Oct 27 15:43:11.988 INFO kablam! 372 | term.write_line(format!("Editing '{}'\n", edited.get_description()).as_str()); Oct 27 15:43:11.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.988 INFO kablam! | Oct 27 15:43:11.988 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.989 INFO kablam! Oct 27 15:43:11.989 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.989 INFO kablam! --> src/commands.rs:388:13 Oct 27 15:43:11.989 INFO kablam! | Oct 27 15:43:11.989 INFO kablam! 388 | term.write_line("No message provided, using the original one"); Oct 27 15:43:11.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.989 INFO kablam! | Oct 27 15:43:11.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.989 INFO kablam! Oct 27 15:43:11.989 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.989 INFO kablam! --> src/commands.rs:410:5 Oct 27 15:43:11.989 INFO kablam! | Oct 27 15:43:11.989 INFO kablam! 410 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.989 INFO kablam! 411 | | Ok(_) => term.write_line("ICE mail updated"), Oct 27 15:43:11.989 INFO kablam! 412 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.989 INFO kablam! 413 | | }; Oct 27 15:43:11.989 INFO kablam! | |______^ Oct 27 15:43:11.989 INFO kablam! | Oct 27 15:43:11.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.989 INFO kablam! Oct 27 15:43:11.991 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.991 INFO kablam! --> src/commands.rs:429:13 Oct 27 15:43:11.991 INFO kablam! | Oct 27 15:43:11.991 INFO kablam! 429 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.991 INFO kablam! | Oct 27 15:43:11.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.991 INFO kablam! Oct 27 15:43:11.992 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.992 INFO kablam! --> src/commands.rs:435:9 Oct 27 15:43:11.992 INFO kablam! | Oct 27 15:43:11.992 INFO kablam! 435 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.992 INFO kablam! | Oct 27 15:43:11.992 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.992 INFO kablam! Oct 27 15:43:11.992 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.992 INFO kablam! --> src/commands.rs:440:9 Oct 27 15:43:11.992 INFO kablam! | Oct 27 15:43:11.992 INFO kablam! 440 | term.write_line(ice.get_status_line().as_str()); Oct 27 15:43:11.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.992 INFO kablam! | Oct 27 15:43:11.992 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.992 INFO kablam! Oct 27 15:43:11.992 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.992 INFO kablam! --> src/commands.rs:454:13 Oct 27 15:43:11.992 INFO kablam! | Oct 27 15:43:11.992 INFO kablam! 454 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.993 INFO kablam! | Oct 27 15:43:11.993 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.993 INFO kablam! Oct 27 15:43:11.993 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.993 INFO kablam! --> src/commands.rs:460:9 Oct 27 15:43:11.993 INFO kablam! | Oct 27 15:43:11.993 INFO kablam! 460 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.993 INFO kablam! | Oct 27 15:43:11.993 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.993 INFO kablam! Oct 27 15:43:11.993 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.993 INFO kablam! --> src/commands.rs:470:5 Oct 27 15:43:11.993 INFO kablam! | Oct 27 15:43:11.993 INFO kablam! 470 | term.write_line("Select an ICE mail to remove\n"); Oct 27 15:43:11.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.993 INFO kablam! | Oct 27 15:43:11.993 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.993 INFO kablam! Oct 27 15:43:11.993 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.993 INFO kablam! --> src/commands.rs:477:9 Oct 27 15:43:11.993 INFO kablam! | Oct 27 15:43:11.993 INFO kablam! 477 | term.write_line("Operation cancelled"); Oct 27 15:43:11.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.994 INFO kablam! Oct 27 15:43:11.994 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.994 INFO kablam! --> src/commands.rs:483:5 Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! 483 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.994 INFO kablam! 484 | | Ok(_) => { Oct 27 15:43:11.994 INFO kablam! 485 | | term.write_line( Oct 27 15:43:11.994 INFO kablam! 486 | | format!("ICE mail '{}' removed", removed.get_description()) Oct 27 15:43:11.994 INFO kablam! ... | Oct 27 15:43:11.994 INFO kablam! 490 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.994 INFO kablam! 491 | | }; Oct 27 15:43:11.994 INFO kablam! | |______^ Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.994 INFO kablam! Oct 27 15:43:11.994 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.994 INFO kablam! --> src/commands.rs:504:13 Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! 504 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.994 INFO kablam! Oct 27 15:43:11.994 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.994 INFO kablam! --> src/commands.rs:510:9 Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! 510 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.994 INFO kablam! Oct 27 15:43:11.994 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.994 INFO kablam! --> src/commands.rs:520:5 Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! 520 | term.write_line("Select an ICE mail to show\n"); Oct 27 15:43:11.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.994 INFO kablam! Oct 27 15:43:11.994 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.994 INFO kablam! --> src/commands.rs:50:13 Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! 50 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.994 INFO kablam! | Oct 27 15:43:11.994 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:43:11.994 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:524:5 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 524 | term.write_line(ices[selected].get_status_line().as_str()); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:56:9 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 56 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:525:5 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 525 | term.write_line(""); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:64:13 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 64 | term.write_line("No mail configuration found"); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:526:5 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 526 | / term.write_line( Oct 27 15:43:11.996 INFO kablam! 527 | | format!( Oct 27 15:43:11.996 INFO kablam! 528 | | "Recipients: {}", Oct 27 15:43:11.996 INFO kablam! 529 | | ices[selected].get_emails().join(",") Oct 27 15:43:11.996 INFO kablam! 530 | | ).as_str() Oct 27 15:43:11.996 INFO kablam! 531 | | ); Oct 27 15:43:11.996 INFO kablam! | |______^ Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:72:13 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 72 | term.write_line("No server address found"); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:532:5 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 532 | term.write_line(""); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:80:13 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! 80 | term.write_line("No server port found"); Oct 27 15:43:11.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.996 INFO kablam! Oct 27 15:43:11.996 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.996 INFO kablam! --> src/commands.rs:533:5 Oct 27 15:43:11.996 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 533 | term.write_line(ices[selected].get_message().as_str()); Oct 27 15:43:11.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.997 INFO kablam! Oct 27 15:43:11.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.997 INFO kablam! --> src/commands.rs:88:13 Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 88 | term.write_line("No sender address found"); Oct 27 15:43:11.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.997 INFO kablam! Oct 27 15:43:11.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.997 INFO kablam! --> src/commands.rs:96:13 Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 96 | term.write_line("No server password found"); Oct 27 15:43:11.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.997 INFO kablam! Oct 27 15:43:11.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.997 INFO kablam! --> src/commands.rs:119:13 Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 119 | / term.write_line( Oct 27 15:43:11.997 INFO kablam! 120 | | format!("ICE '{}' does not have a date!", ice.get_description()).as_str() Oct 27 15:43:11.997 INFO kablam! 121 | | ); Oct 27 15:43:11.997 INFO kablam! | |______________^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.997 INFO kablam! Oct 27 15:43:11.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.997 INFO kablam! --> src/commands.rs:132:13 Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 132 | / term.write_line( Oct 27 15:43:11.997 INFO kablam! 133 | | format!("Sending mail for '{}'", ice.get_description()).as_str() Oct 27 15:43:11.997 INFO kablam! 134 | | ); Oct 27 15:43:11.997 INFO kablam! | |______________^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.997 INFO kablam! Oct 27 15:43:11.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.997 INFO kablam! --> src/commands.rs:136:13 Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 136 | mailer.send(builder.build().unwrap()); Oct 27 15:43:11.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.997 INFO kablam! Oct 27 15:43:11.997 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.997 INFO kablam! --> src/commands.rs:145:5 Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! 145 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.997 INFO kablam! 146 | | Ok(_) => term.write_line("ICE mails updated"), Oct 27 15:43:11.997 INFO kablam! 147 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.997 INFO kablam! 148 | | }; Oct 27 15:43:11.997 INFO kablam! | |______^ Oct 27 15:43:11.997 INFO kablam! | Oct 27 15:43:11.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:182:13 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 182 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:188:9 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 188 | term.write_line("No ICE mails to show"); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:198:5 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 198 | term.write_line("Select an ICE mail to activate\n"); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:217:21 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 217 | term.write_line("Date cannot be in the past"); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:222:17 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 222 | term.write_line("Invalid date format, try again"); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:233:5 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 233 | term.write_line(format!("Activating ICE mail for {}...", edited.get_date_string()).as_str()); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:237:5 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 237 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:11.998 INFO kablam! 238 | | Ok(_) => term.write_line("ICE mail activated"), Oct 27 15:43:11.998 INFO kablam! 239 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:11.998 INFO kablam! 240 | | }; Oct 27 15:43:11.998 INFO kablam! | |______^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:253:5 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 253 | term.write_line("Creating a new ICE mail"); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:254:5 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 254 | term.write_line("You need to provide a short description and message to send\n"); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.998 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.998 INFO kablam! --> src/commands.rs:260:5 Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! 260 | term.write_line("Opening your default editor to write the message..."); Oct 27 15:43:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.998 INFO kablam! | Oct 27 15:43:11.998 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.998 INFO kablam! Oct 27 15:43:11.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.999 INFO kablam! --> src/commands.rs:265:9 Oct 27 15:43:11.999 INFO kablam! | Oct 27 15:43:11.999 INFO kablam! 265 | term.write_line("You need to specify a message. Aborting..."); Oct 27 15:43:11.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:11.999 INFO kablam! | Oct 27 15:43:11.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:11.999 INFO kablam! Oct 27 15:43:11.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:11.999 INFO kablam! --> src/commands.rs:279:5 Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! 279 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:12.000 INFO kablam! 280 | | Ok(_) => term.write_line("New ICE mail created"), Oct 27 15:43:12.000 INFO kablam! 281 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:12.000 INFO kablam! 282 | | }; Oct 27 15:43:12.000 INFO kablam! | |______^ Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.000 INFO kablam! Oct 27 15:43:12.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.000 INFO kablam! --> src/commands.rs:295:13 Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! 295 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.000 INFO kablam! Oct 27 15:43:12.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.000 INFO kablam! --> src/commands.rs:301:9 Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! 301 | term.write_line("No ICE mails to show"); Oct 27 15:43:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.000 INFO kablam! Oct 27 15:43:12.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.000 INFO kablam! --> src/commands.rs:311:5 Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! 311 | term.write_line("Select an ICE mail to deactivate\n"); Oct 27 15:43:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.000 INFO kablam! Oct 27 15:43:12.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.000 INFO kablam! --> src/commands.rs:317:9 Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! 317 | term.write_line("That ICE mail is not active"); Oct 27 15:43:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.000 INFO kablam! Oct 27 15:43:12.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.000 INFO kablam! --> src/commands.rs:324:9 Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! 324 | term.write_line("Operation cancelled"); Oct 27 15:43:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.000 INFO kablam! | Oct 27 15:43:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.000 INFO kablam! Oct 27 15:43:12.000 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.000 INFO kablam! --> src/commands.rs:332:5 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 332 | term.write_line("Deactivating ICE mail..."); Oct 27 15:43:12.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/commands.rs:336:5 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 336 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:12.001 INFO kablam! 337 | | Ok(_) => term.write_line("ICE mail deactivated"), Oct 27 15:43:12.001 INFO kablam! 338 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:12.001 INFO kablam! 339 | | }; Oct 27 15:43:12.001 INFO kablam! | |______^ Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/commands.rs:352:13 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 352 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:12.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/commands.rs:358:9 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 358 | term.write_line("No ICE mails to show"); Oct 27 15:43:12.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/main.rs:110:9 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 110 | / match config::write_empty_config() { Oct 27 15:43:12.001 INFO kablam! 111 | | Ok(_) => term.write_line("Empty config file created in ~/.simpleice"), Oct 27 15:43:12.001 INFO kablam! 112 | | Err(e) => term.write_line(e) Oct 27 15:43:12.001 INFO kablam! 113 | | }; Oct 27 15:43:12.001 INFO kablam! | |__________^ Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/commands.rs:368:5 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 368 | term.write_line("Select an ICE mail to edit\n"); Oct 27 15:43:12.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/main.rs:122:13 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 122 | term.write_line(e); Oct 27 15:43:12.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/commands.rs:372:5 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 372 | term.write_line(format!("Editing '{}'\n", edited.get_description()).as_str()); Oct 27 15:43:12.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/main.rs:123:13 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 123 | / term.write_line( Oct 27 15:43:12.001 INFO kablam! 124 | | "You can create an empty configuration file using the `create-config` command" Oct 27 15:43:12.001 INFO kablam! 125 | | ); Oct 27 15:43:12.001 INFO kablam! | |______________^ Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.001 INFO kablam! Oct 27 15:43:12.001 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.001 INFO kablam! --> src/commands.rs:388:13 Oct 27 15:43:12.001 INFO kablam! | Oct 27 15:43:12.001 INFO kablam! 388 | term.write_line("No message provided, using the original one"); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:410:5 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 410 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:12.002 INFO kablam! 411 | | Ok(_) => term.write_line("ICE mail updated"), Oct 27 15:43:12.002 INFO kablam! 412 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:12.002 INFO kablam! 413 | | }; Oct 27 15:43:12.002 INFO kablam! | |______^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:429:13 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 429 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:435:9 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 435 | term.write_line("No ICE mails to show"); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:440:9 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 440 | term.write_line(ice.get_status_line().as_str()); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:454:13 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 454 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:460:9 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 460 | term.write_line("No ICE mails to show"); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:470:5 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 470 | term.write_line("Select an ICE mail to remove\n"); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:477:9 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 477 | term.write_line("Operation cancelled"); Oct 27 15:43:12.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.002 INFO kablam! Oct 27 15:43:12.002 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.002 INFO kablam! --> src/commands.rs:483:5 Oct 27 15:43:12.002 INFO kablam! | Oct 27 15:43:12.002 INFO kablam! 483 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:12.002 INFO kablam! 484 | | Ok(_) => { Oct 27 15:43:12.002 INFO kablam! 485 | | term.write_line( Oct 27 15:43:12.002 INFO kablam! 486 | | format!("ICE mail '{}' removed", removed.get_description()) Oct 27 15:43:12.002 INFO kablam! ... | Oct 27 15:43:12.002 INFO kablam! 490 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:12.002 INFO kablam! 491 | | }; Oct 27 15:43:12.003 INFO kablam! | |______^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:504:13 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 504 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:510:9 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 510 | term.write_line("No ICE mails to show"); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:520:5 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 520 | term.write_line("Select an ICE mail to show\n"); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:524:5 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 524 | term.write_line(ices[selected].get_status_line().as_str()); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:525:5 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 525 | term.write_line(""); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:526:5 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 526 | / term.write_line( Oct 27 15:43:12.003 INFO kablam! 527 | | format!( Oct 27 15:43:12.003 INFO kablam! 528 | | "Recipients: {}", Oct 27 15:43:12.003 INFO kablam! 529 | | ices[selected].get_emails().join(",") Oct 27 15:43:12.003 INFO kablam! 530 | | ).as_str() Oct 27 15:43:12.003 INFO kablam! 531 | | ); Oct 27 15:43:12.003 INFO kablam! | |______^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:532:5 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 532 | term.write_line(""); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/commands.rs:533:5 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 533 | term.write_line(ices[selected].get_message().as_str()); Oct 27 15:43:12.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/main.rs:110:9 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! 110 | / match config::write_empty_config() { Oct 27 15:43:12.003 INFO kablam! 111 | | Ok(_) => term.write_line("Empty config file created in ~/.simpleice"), Oct 27 15:43:12.003 INFO kablam! 112 | | Err(e) => term.write_line(e) Oct 27 15:43:12.003 INFO kablam! 113 | | }; Oct 27 15:43:12.003 INFO kablam! | |__________^ Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.003 INFO kablam! Oct 27 15:43:12.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.003 INFO kablam! --> src/main.rs:122:13 Oct 27 15:43:12.003 INFO kablam! | Oct 27 15:43:12.004 INFO kablam! 122 | term.write_line(e); Oct 27 15:43:12.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:12.004 INFO kablam! | Oct 27 15:43:12.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.004 INFO kablam! Oct 27 15:43:12.004 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:12.004 INFO kablam! --> src/main.rs:123:13 Oct 27 15:43:12.004 INFO kablam! | Oct 27 15:43:12.004 INFO kablam! 123 | / term.write_line( Oct 27 15:43:12.004 INFO kablam! 124 | | "You can create an empty configuration file using the `create-config` command" Oct 27 15:43:12.004 INFO kablam! 125 | | ); Oct 27 15:43:12.004 INFO kablam! | |______________^ Oct 27 15:43:12.004 INFO kablam! | Oct 27 15:43:12.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:12.004 INFO kablam! Oct 27 15:43:12.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.68s Oct 27 15:43:12.038 INFO kablam! su: No module specific data is present Oct 27 15:43:12.441 INFO running `"docker" "rm" "-f" "bd922cacc5ec573c5c8915a02db12dfb3828f69d00bb76b2d959078860d10dc9"` Oct 27 15:43:12.748 INFO blam! bd922cacc5ec573c5c8915a02db12dfb3828f69d00bb76b2d959078860d10dc9