Oct 27 15:42:59.859 INFO checking simpleice-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:42:59.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:43:00.235 INFO blam! 39bf89b4dcfe53601cc3eda8fb23881efb1bfd82d69b515e7076ab6fddf5c456 Oct 27 15:43:00.243 INFO running `"docker" "start" "-a" "39bf89b4dcfe53601cc3eda8fb23881efb1bfd82d69b515e7076ab6fddf5c456"` Oct 27 15:43:01.616 INFO kablam! usermod: no changes Oct 27 15:43:01.816 INFO kablam! Compiling email v0.0.20 Oct 27 15:43:01.816 INFO kablam! Checking rust-ini v0.9.12 Oct 27 15:43:01.816 INFO kablam! Checking uuid v0.4.0 Oct 27 15:43:01.816 INFO kablam! Checking console v0.6.2 Oct 27 15:43:01.816 INFO kablam! Checking console v0.5.0 Oct 27 15:43:04.745 INFO kablam! Checking dialoguer v0.1.0 Oct 27 15:43:05.999 INFO kablam! Checking lettre v0.6.2 Oct 27 15:43:08.716 INFO kablam! Checking simpleice v0.1.0 (/source) Oct 27 15:43:13.279 INFO kablam! warning: unused import: `SubCommand` Oct 27 15:43:13.282 INFO kablam! --> src/main.rs:59:22 Oct 27 15:43:13.283 INFO kablam! | Oct 27 15:43:13.283 INFO kablam! 59 | use clap::{Arg, App, SubCommand}; Oct 27 15:43:13.283 INFO kablam! | ^^^^^^^^^^ Oct 27 15:43:13.283 INFO kablam! | Oct 27 15:43:13.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:43:13.284 INFO kablam! Oct 27 15:43:13.284 INFO kablam! warning: unused import: `ini::Ini` Oct 27 15:43:13.284 INFO kablam! --> src/main.rs:61:5 Oct 27 15:43:13.285 INFO kablam! | Oct 27 15:43:13.285 INFO kablam! 61 | use ini::Ini; Oct 27 15:43:13.285 INFO kablam! | ^^^^^^^^ Oct 27 15:43:13.285 INFO kablam! Oct 27 15:43:13.286 INFO kablam! warning: unused import: `parser::Ice` Oct 27 15:43:13.286 INFO kablam! --> src/main.rs:63:5 Oct 27 15:43:13.286 INFO kablam! | Oct 27 15:43:13.286 INFO kablam! 63 | use parser::Ice; Oct 27 15:43:13.287 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:13.287 INFO kablam! Oct 27 15:43:13.287 INFO kablam! warning: unused import: `style` Oct 27 15:43:13.287 INFO kablam! --> src/commands.rs:29:21 Oct 27 15:43:13.288 INFO kablam! | Oct 27 15:43:13.288 INFO kablam! 29 | use console::{Term, style}; Oct 27 15:43:13.288 INFO kablam! | ^^^^^ Oct 27 15:43:13.288 INFO kablam! Oct 27 15:43:13.289 INFO kablam! warning: unused import: `lettre::email::EmailBuilder` Oct 27 15:43:13.289 INFO kablam! --> src/commands.rs:32:5 Oct 27 15:43:13.289 INFO kablam! | Oct 27 15:43:13.289 INFO kablam! 32 | use lettre::email::EmailBuilder; Oct 27 15:43:13.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.290 INFO kablam! Oct 27 15:43:13.290 INFO kablam! warning: unused import: `SmtpTransport` Oct 27 15:43:13.291 INFO kablam! --> src/commands.rs:33:46 Oct 27 15:43:13.291 INFO kablam! | Oct 27 15:43:13.291 INFO kablam! 33 | use lettre::transport::smtp::{SecurityLevel, SmtpTransport, Oct 27 15:43:13.291 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:43:13.291 INFO kablam! Oct 27 15:43:13.303 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:13.303 INFO kablam! --> src/config.rs:25:5 Oct 27 15:43:13.303 INFO kablam! | Oct 27 15:43:13.304 INFO kablam! 25 | use std::env::home_dir; Oct 27 15:43:13.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.304 INFO kablam! | Oct 27 15:43:13.305 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:43:13.305 INFO kablam! Oct 27 15:43:13.305 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:13.306 INFO kablam! --> src/config.rs:31:16 Oct 27 15:43:13.306 INFO kablam! | Oct 27 15:43:13.306 INFO kablam! 31 | let home = home_dir(); Oct 27 15:43:13.306 INFO kablam! | ^^^^^^^^ Oct 27 15:43:13.307 INFO kablam! Oct 27 15:43:13.307 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:13.307 INFO kablam! --> src/config.rs:54:16 Oct 27 15:43:13.308 INFO kablam! | Oct 27 15:43:13.308 INFO kablam! 54 | let home = home_dir(); Oct 27 15:43:13.308 INFO kablam! | ^^^^^^^^ Oct 27 15:43:13.308 INFO kablam! Oct 27 15:43:13.539 INFO kablam! warning: unused import: `SubCommand` Oct 27 15:43:13.540 INFO kablam! --> src/main.rs:59:22 Oct 27 15:43:13.540 INFO kablam! | Oct 27 15:43:13.540 INFO kablam! 59 | use clap::{Arg, App, SubCommand}; Oct 27 15:43:13.540 INFO kablam! | ^^^^^^^^^^ Oct 27 15:43:13.541 INFO kablam! | Oct 27 15:43:13.541 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:43:13.541 INFO kablam! Oct 27 15:43:13.541 INFO kablam! warning: unused import: `ini::Ini` Oct 27 15:43:13.542 INFO kablam! --> src/main.rs:61:5 Oct 27 15:43:13.542 INFO kablam! | Oct 27 15:43:13.542 INFO kablam! 61 | use ini::Ini; Oct 27 15:43:13.542 INFO kablam! | ^^^^^^^^ Oct 27 15:43:13.543 INFO kablam! Oct 27 15:43:13.543 INFO kablam! warning: unused import: `parser::Ice` Oct 27 15:43:13.543 INFO kablam! --> src/main.rs:63:5 Oct 27 15:43:13.544 INFO kablam! | Oct 27 15:43:13.544 INFO kablam! 63 | use parser::Ice; Oct 27 15:43:13.544 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:13.544 INFO kablam! Oct 27 15:43:13.545 INFO kablam! warning: unused import: `style` Oct 27 15:43:13.545 INFO kablam! --> src/commands.rs:29:21 Oct 27 15:43:13.545 INFO kablam! | Oct 27 15:43:13.545 INFO kablam! 29 | use console::{Term, style}; Oct 27 15:43:13.546 INFO kablam! | ^^^^^ Oct 27 15:43:13.546 INFO kablam! Oct 27 15:43:13.546 INFO kablam! warning: unused import: `lettre::email::EmailBuilder` Oct 27 15:43:13.546 INFO kablam! --> src/commands.rs:32:5 Oct 27 15:43:13.547 INFO kablam! | Oct 27 15:43:13.547 INFO kablam! 32 | use lettre::email::EmailBuilder; Oct 27 15:43:13.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.547 INFO kablam! Oct 27 15:43:13.548 INFO kablam! warning: unused import: `SmtpTransport` Oct 27 15:43:13.548 INFO kablam! --> src/commands.rs:33:46 Oct 27 15:43:13.548 INFO kablam! | Oct 27 15:43:13.548 INFO kablam! 33 | use lettre::transport::smtp::{SecurityLevel, SmtpTransport, Oct 27 15:43:13.549 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:43:13.549 INFO kablam! Oct 27 15:43:13.569 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:13.569 INFO kablam! --> src/config.rs:25:5 Oct 27 15:43:13.569 INFO kablam! | Oct 27 15:43:13.569 INFO kablam! 25 | use std::env::home_dir; Oct 27 15:43:13.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.569 INFO kablam! | Oct 27 15:43:13.569 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:43:13.569 INFO kablam! Oct 27 15:43:13.569 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:13.569 INFO kablam! --> src/config.rs:31:16 Oct 27 15:43:13.569 INFO kablam! | Oct 27 15:43:13.569 INFO kablam! 31 | let home = home_dir(); Oct 27 15:43:13.569 INFO kablam! | ^^^^^^^^ Oct 27 15:43:13.569 INFO kablam! Oct 27 15:43:13.569 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:13.569 INFO kablam! --> src/config.rs:54:16 Oct 27 15:43:13.569 INFO kablam! | Oct 27 15:43:13.569 INFO kablam! 54 | let home = home_dir(); Oct 27 15:43:13.569 INFO kablam! | ^^^^^^^^ Oct 27 15:43:13.569 INFO kablam! Oct 27 15:43:13.575 INFO kablam! warning: value assigned to `date_string` is never read Oct 27 15:43:13.575 INFO kablam! --> src/commands.rs:203:13 Oct 27 15:43:13.575 INFO kablam! | Oct 27 15:43:13.575 INFO kablam! 203 | let mut date_string = String::new(); Oct 27 15:43:13.575 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:13.575 INFO kablam! | Oct 27 15:43:13.575 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 15:43:13.575 INFO kablam! Oct 27 15:43:13.575 INFO kablam! warning: unused variable: `e` Oct 27 15:43:13.575 INFO kablam! --> src/config.rs:79:13 Oct 27 15:43:13.575 INFO kablam! | Oct 27 15:43:13.575 INFO kablam! 79 | Err(e) => Err("Failed to write configuration file"), Oct 27 15:43:13.575 INFO kablam! | ^ help: consider using `_e` instead Oct 27 15:43:13.575 INFO kablam! | Oct 27 15:43:13.575 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:43:13.575 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:50:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 50 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:56:9 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 56 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:64:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 64 | term.write_line("No mail configuration found"); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:72:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 72 | term.write_line("No server address found"); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:80:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 80 | term.write_line("No server port found"); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:88:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 88 | term.write_line("No sender address found"); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:96:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 96 | term.write_line("No server password found"); Oct 27 15:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:119:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 119 | / term.write_line( Oct 27 15:43:13.652 INFO kablam! 120 | | format!("ICE '{}' does not have a date!", ice.get_description()).as_str() Oct 27 15:43:13.652 INFO kablam! 121 | | ); Oct 27 15:43:13.652 INFO kablam! | |______________^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:132:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 132 | / term.write_line( Oct 27 15:43:13.652 INFO kablam! 133 | | format!("Sending mail for '{}'", ice.get_description()).as_str() Oct 27 15:43:13.652 INFO kablam! 134 | | ); Oct 27 15:43:13.652 INFO kablam! | |______________^ Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.652 INFO kablam! Oct 27 15:43:13.652 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.652 INFO kablam! --> src/commands.rs:136:13 Oct 27 15:43:13.652 INFO kablam! | Oct 27 15:43:13.652 INFO kablam! 136 | mailer.send(builder.build().unwrap()); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:145:5 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 145 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:13.653 INFO kablam! 146 | | Ok(_) => term.write_line("ICE mails updated"), Oct 27 15:43:13.653 INFO kablam! 147 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:13.653 INFO kablam! 148 | | }; Oct 27 15:43:13.653 INFO kablam! | |______^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:182:13 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 182 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:188:9 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 188 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:198:5 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 198 | term.write_line("Select an ICE mail to activate\n"); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:217:21 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 217 | term.write_line("Date cannot be in the past"); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:222:17 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 222 | term.write_line("Invalid date format, try again"); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:233:5 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 233 | term.write_line(format!("Activating ICE mail for {}...", edited.get_date_string()).as_str()); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:237:5 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 237 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:13.653 INFO kablam! 238 | | Ok(_) => term.write_line("ICE mail activated"), Oct 27 15:43:13.653 INFO kablam! 239 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:13.653 INFO kablam! 240 | | }; Oct 27 15:43:13.653 INFO kablam! | |______^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:253:5 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 253 | term.write_line("Creating a new ICE mail"); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.653 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.653 INFO kablam! --> src/commands.rs:254:5 Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! 254 | term.write_line("You need to provide a short description and message to send\n"); Oct 27 15:43:13.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.653 INFO kablam! | Oct 27 15:43:13.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.653 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:260:5 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 260 | term.write_line("Opening your default editor to write the message..."); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:265:9 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 265 | term.write_line("You need to specify a message. Aborting..."); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:279:5 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 279 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:13.654 INFO kablam! 280 | | Ok(_) => term.write_line("New ICE mail created"), Oct 27 15:43:13.654 INFO kablam! 281 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:13.654 INFO kablam! 282 | | }; Oct 27 15:43:13.654 INFO kablam! | |______^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:295:13 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 295 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:301:9 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 301 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:311:5 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 311 | term.write_line("Select an ICE mail to deactivate\n"); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:317:9 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 317 | term.write_line("That ICE mail is not active"); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.654 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.654 INFO kablam! --> src/commands.rs:324:9 Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! 324 | term.write_line("Operation cancelled"); Oct 27 15:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.654 INFO kablam! | Oct 27 15:43:13.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.654 INFO kablam! Oct 27 15:43:13.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.655 INFO kablam! --> src/commands.rs:332:5 Oct 27 15:43:13.655 INFO kablam! | Oct 27 15:43:13.655 INFO kablam! 332 | term.write_line("Deactivating ICE mail..."); Oct 27 15:43:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.655 INFO kablam! | Oct 27 15:43:13.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.655 INFO kablam! Oct 27 15:43:13.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.655 INFO kablam! --> src/commands.rs:336:5 Oct 27 15:43:13.655 INFO kablam! | Oct 27 15:43:13.655 INFO kablam! 336 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:13.655 INFO kablam! 337 | | Ok(_) => term.write_line("ICE mail deactivated"), Oct 27 15:43:13.655 INFO kablam! 338 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:13.655 INFO kablam! 339 | | }; Oct 27 15:43:13.655 INFO kablam! | |______^ Oct 27 15:43:13.655 INFO kablam! | Oct 27 15:43:13.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.655 INFO kablam! Oct 27 15:43:13.655 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.655 INFO kablam! --> src/commands.rs:352:13 Oct 27 15:43:13.655 INFO kablam! | Oct 27 15:43:13.655 INFO kablam! 352 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.655 INFO kablam! | Oct 27 15:43:13.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.655 INFO kablam! Oct 27 15:43:13.658 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:358:9 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 358 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:368:5 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 368 | term.write_line("Select an ICE mail to edit\n"); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:372:5 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 372 | term.write_line(format!("Editing '{}'\n", edited.get_description()).as_str()); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:388:13 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 388 | term.write_line("No message provided, using the original one"); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:410:5 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 410 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:13.659 INFO kablam! 411 | | Ok(_) => term.write_line("ICE mail updated"), Oct 27 15:43:13.659 INFO kablam! 412 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:13.659 INFO kablam! 413 | | }; Oct 27 15:43:13.659 INFO kablam! | |______^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:429:13 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 429 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:435:9 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 435 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:440:9 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 440 | term.write_line(ice.get_status_line().as_str()); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:454:13 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 454 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:460:9 Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! 460 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.659 INFO kablam! | Oct 27 15:43:13.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.659 INFO kablam! Oct 27 15:43:13.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.659 INFO kablam! --> src/commands.rs:470:5 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 470 | term.write_line("Select an ICE mail to remove\n"); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:477:9 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 477 | term.write_line("Operation cancelled"); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:483:5 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 483 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:13.660 INFO kablam! 484 | | Ok(_) => { Oct 27 15:43:13.660 INFO kablam! 485 | | term.write_line( Oct 27 15:43:13.660 INFO kablam! 486 | | format!("ICE mail '{}' removed", removed.get_description()) Oct 27 15:43:13.660 INFO kablam! ... | Oct 27 15:43:13.660 INFO kablam! 490 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:13.660 INFO kablam! 491 | | }; Oct 27 15:43:13.660 INFO kablam! | |______^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:504:13 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 504 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:510:9 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 510 | term.write_line("No ICE mails to show"); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:520:5 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 520 | term.write_line("Select an ICE mail to show\n"); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:524:5 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 524 | term.write_line(ices[selected].get_status_line().as_str()); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:525:5 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 525 | term.write_line(""); Oct 27 15:43:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:526:5 Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! 526 | / term.write_line( Oct 27 15:43:13.660 INFO kablam! 527 | | format!( Oct 27 15:43:13.660 INFO kablam! 528 | | "Recipients: {}", Oct 27 15:43:13.660 INFO kablam! 529 | | ices[selected].get_emails().join(",") Oct 27 15:43:13.660 INFO kablam! 530 | | ).as_str() Oct 27 15:43:13.660 INFO kablam! 531 | | ); Oct 27 15:43:13.660 INFO kablam! | |______^ Oct 27 15:43:13.660 INFO kablam! | Oct 27 15:43:13.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.660 INFO kablam! Oct 27 15:43:13.660 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.660 INFO kablam! --> src/commands.rs:532:5 Oct 27 15:43:13.661 INFO kablam! | Oct 27 15:43:13.661 INFO kablam! 532 | term.write_line(""); Oct 27 15:43:13.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.661 INFO kablam! | Oct 27 15:43:13.661 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.661 INFO kablam! Oct 27 15:43:13.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.665 INFO kablam! --> src/commands.rs:533:5 Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! 533 | term.write_line(ices[selected].get_message().as_str()); Oct 27 15:43:13.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.665 INFO kablam! Oct 27 15:43:13.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.665 INFO kablam! --> src/main.rs:110:9 Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! 110 | / match config::write_empty_config() { Oct 27 15:43:13.665 INFO kablam! 111 | | Ok(_) => term.write_line("Empty config file created in ~/.simpleice"), Oct 27 15:43:13.665 INFO kablam! 112 | | Err(e) => term.write_line(e) Oct 27 15:43:13.665 INFO kablam! 113 | | }; Oct 27 15:43:13.665 INFO kablam! | |__________^ Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.665 INFO kablam! Oct 27 15:43:13.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.665 INFO kablam! --> src/main.rs:122:13 Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! 122 | term.write_line(e); Oct 27 15:43:13.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.665 INFO kablam! Oct 27 15:43:13.665 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:13.665 INFO kablam! --> src/main.rs:123:13 Oct 27 15:43:13.665 INFO kablam! | Oct 27 15:43:13.665 INFO kablam! 123 | / term.write_line( Oct 27 15:43:13.666 INFO kablam! 124 | | "You can create an empty configuration file using the `create-config` command" Oct 27 15:43:13.666 INFO kablam! 125 | | ); Oct 27 15:43:13.666 INFO kablam! | |______________^ Oct 27 15:43:13.666 INFO kablam! | Oct 27 15:43:13.666 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:13.666 INFO kablam! Oct 27 15:43:13.946 INFO kablam! warning: value assigned to `date_string` is never read Oct 27 15:43:13.946 INFO kablam! --> src/commands.rs:203:13 Oct 27 15:43:13.946 INFO kablam! | Oct 27 15:43:13.946 INFO kablam! 203 | let mut date_string = String::new(); Oct 27 15:43:13.946 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:43:13.946 INFO kablam! | Oct 27 15:43:13.946 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 15:43:13.946 INFO kablam! Oct 27 15:43:13.949 INFO kablam! warning: unused variable: `e` Oct 27 15:43:13.949 INFO kablam! --> src/config.rs:79:13 Oct 27 15:43:13.949 INFO kablam! | Oct 27 15:43:13.949 INFO kablam! 79 | Err(e) => Err("Failed to write configuration file"), Oct 27 15:43:13.949 INFO kablam! | ^ help: consider using `_e` instead Oct 27 15:43:13.949 INFO kablam! | Oct 27 15:43:13.949 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:43:13.949 INFO kablam! Oct 27 15:43:14.029 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.029 INFO kablam! --> src/commands.rs:50:13 Oct 27 15:43:14.029 INFO kablam! | Oct 27 15:43:14.031 INFO kablam! 50 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.031 INFO kablam! | Oct 27 15:43:14.032 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:43:14.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.032 INFO kablam! Oct 27 15:43:14.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.033 INFO kablam! --> src/commands.rs:56:9 Oct 27 15:43:14.033 INFO kablam! | Oct 27 15:43:14.033 INFO kablam! 56 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.034 INFO kablam! | Oct 27 15:43:14.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.035 INFO kablam! Oct 27 15:43:14.035 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.035 INFO kablam! --> src/commands.rs:64:13 Oct 27 15:43:14.035 INFO kablam! | Oct 27 15:43:14.036 INFO kablam! 64 | term.write_line("No mail configuration found"); Oct 27 15:43:14.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.036 INFO kablam! | Oct 27 15:43:14.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.037 INFO kablam! Oct 27 15:43:14.037 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.038 INFO kablam! --> src/commands.rs:72:13 Oct 27 15:43:14.038 INFO kablam! | Oct 27 15:43:14.038 INFO kablam! 72 | term.write_line("No server address found"); Oct 27 15:43:14.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.039 INFO kablam! | Oct 27 15:43:14.039 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.039 INFO kablam! Oct 27 15:43:14.040 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.040 INFO kablam! --> src/commands.rs:80:13 Oct 27 15:43:14.040 INFO kablam! | Oct 27 15:43:14.040 INFO kablam! 80 | term.write_line("No server port found"); Oct 27 15:43:14.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.041 INFO kablam! | Oct 27 15:43:14.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.042 INFO kablam! Oct 27 15:43:14.042 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.042 INFO kablam! --> src/commands.rs:88:13 Oct 27 15:43:14.043 INFO kablam! | Oct 27 15:43:14.043 INFO kablam! 88 | term.write_line("No sender address found"); Oct 27 15:43:14.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.043 INFO kablam! | Oct 27 15:43:14.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.044 INFO kablam! Oct 27 15:43:14.044 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.045 INFO kablam! --> src/commands.rs:96:13 Oct 27 15:43:14.045 INFO kablam! | Oct 27 15:43:14.045 INFO kablam! 96 | term.write_line("No server password found"); Oct 27 15:43:14.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.046 INFO kablam! | Oct 27 15:43:14.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.046 INFO kablam! Oct 27 15:43:14.047 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.047 INFO kablam! --> src/commands.rs:119:13 Oct 27 15:43:14.047 INFO kablam! | Oct 27 15:43:14.047 INFO kablam! 119 | / term.write_line( Oct 27 15:43:14.048 INFO kablam! 120 | | format!("ICE '{}' does not have a date!", ice.get_description()).as_str() Oct 27 15:43:14.048 INFO kablam! 121 | | ); Oct 27 15:43:14.048 INFO kablam! | |______________^ Oct 27 15:43:14.049 INFO kablam! | Oct 27 15:43:14.049 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.049 INFO kablam! Oct 27 15:43:14.049 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.050 INFO kablam! --> src/commands.rs:132:13 Oct 27 15:43:14.050 INFO kablam! | Oct 27 15:43:14.050 INFO kablam! 132 | / term.write_line( Oct 27 15:43:14.055 INFO kablam! 133 | | format!("Sending mail for '{}'", ice.get_description()).as_str() Oct 27 15:43:14.055 INFO kablam! 134 | | ); Oct 27 15:43:14.055 INFO kablam! | |______________^ Oct 27 15:43:14.056 INFO kablam! | Oct 27 15:43:14.056 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.056 INFO kablam! Oct 27 15:43:14.057 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.057 INFO kablam! --> src/commands.rs:136:13 Oct 27 15:43:14.057 INFO kablam! | Oct 27 15:43:14.057 INFO kablam! 136 | mailer.send(builder.build().unwrap()); Oct 27 15:43:14.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.058 INFO kablam! | Oct 27 15:43:14.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.059 INFO kablam! Oct 27 15:43:14.059 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.059 INFO kablam! --> src/commands.rs:145:5 Oct 27 15:43:14.060 INFO kablam! | Oct 27 15:43:14.060 INFO kablam! 145 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:14.060 INFO kablam! 146 | | Ok(_) => term.write_line("ICE mails updated"), Oct 27 15:43:14.060 INFO kablam! 147 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:14.061 INFO kablam! 148 | | }; Oct 27 15:43:14.061 INFO kablam! | |______^ Oct 27 15:43:14.061 INFO kablam! | Oct 27 15:43:14.062 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.062 INFO kablam! Oct 27 15:43:14.062 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.062 INFO kablam! --> src/commands.rs:182:13 Oct 27 15:43:14.062 INFO kablam! | Oct 27 15:43:14.062 INFO kablam! 182 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.063 INFO kablam! | Oct 27 15:43:14.063 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.063 INFO kablam! Oct 27 15:43:14.064 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.064 INFO kablam! --> src/commands.rs:188:9 Oct 27 15:43:14.065 INFO kablam! | Oct 27 15:43:14.065 INFO kablam! 188 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.066 INFO kablam! | Oct 27 15:43:14.066 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.066 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:198:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 198 | term.write_line("Select an ICE mail to activate\n"); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:217:21 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 217 | term.write_line("Date cannot be in the past"); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:222:17 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 222 | term.write_line("Invalid date format, try again"); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:233:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 233 | term.write_line(format!("Activating ICE mail for {}...", edited.get_date_string()).as_str()); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:237:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 237 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:14.067 INFO kablam! 238 | | Ok(_) => term.write_line("ICE mail activated"), Oct 27 15:43:14.067 INFO kablam! 239 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:14.067 INFO kablam! 240 | | }; Oct 27 15:43:14.067 INFO kablam! | |______^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:253:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 253 | term.write_line("Creating a new ICE mail"); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:254:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 254 | term.write_line("You need to provide a short description and message to send\n"); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:260:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 260 | term.write_line("Opening your default editor to write the message..."); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:265:9 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 265 | term.write_line("You need to specify a message. Aborting..."); Oct 27 15:43:14.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.067 INFO kablam! Oct 27 15:43:14.067 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.067 INFO kablam! --> src/commands.rs:279:5 Oct 27 15:43:14.067 INFO kablam! | Oct 27 15:43:14.067 INFO kablam! 279 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:14.068 INFO kablam! 280 | | Ok(_) => term.write_line("New ICE mail created"), Oct 27 15:43:14.068 INFO kablam! 281 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:14.068 INFO kablam! 282 | | }; Oct 27 15:43:14.068 INFO kablam! | |______^ Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.068 INFO kablam! Oct 27 15:43:14.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.068 INFO kablam! --> src/commands.rs:295:13 Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! 295 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.068 INFO kablam! Oct 27 15:43:14.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.068 INFO kablam! --> src/commands.rs:301:9 Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! 301 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.068 INFO kablam! Oct 27 15:43:14.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.068 INFO kablam! --> src/commands.rs:311:5 Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! 311 | term.write_line("Select an ICE mail to deactivate\n"); Oct 27 15:43:14.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.068 INFO kablam! Oct 27 15:43:14.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.068 INFO kablam! --> src/commands.rs:317:9 Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! 317 | term.write_line("That ICE mail is not active"); Oct 27 15:43:14.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.068 INFO kablam! Oct 27 15:43:14.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.068 INFO kablam! --> src/commands.rs:324:9 Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! 324 | term.write_line("Operation cancelled"); Oct 27 15:43:14.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.068 INFO kablam! | Oct 27 15:43:14.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:332:5 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 332 | term.write_line("Deactivating ICE mail..."); Oct 27 15:43:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:336:5 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 336 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:14.083 INFO kablam! 337 | | Ok(_) => term.write_line("ICE mail deactivated"), Oct 27 15:43:14.083 INFO kablam! 338 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:14.083 INFO kablam! 339 | | }; Oct 27 15:43:14.083 INFO kablam! | |______^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:352:13 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 352 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:358:9 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 358 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:368:5 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 368 | term.write_line("Select an ICE mail to edit\n"); Oct 27 15:43:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:372:5 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 372 | term.write_line(format!("Editing '{}'\n", edited.get_description()).as_str()); Oct 27 15:43:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:388:13 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 388 | term.write_line("No message provided, using the original one"); Oct 27 15:43:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.083 INFO kablam! Oct 27 15:43:14.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.083 INFO kablam! --> src/commands.rs:410:5 Oct 27 15:43:14.083 INFO kablam! | Oct 27 15:43:14.083 INFO kablam! 410 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:14.083 INFO kablam! 411 | | Ok(_) => term.write_line("ICE mail updated"), Oct 27 15:43:14.083 INFO kablam! 412 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:14.083 INFO kablam! 413 | | }; Oct 27 15:43:14.083 INFO kablam! | |______^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:429:13 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 429 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:435:9 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 435 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:440:9 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 440 | term.write_line(ice.get_status_line().as_str()); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:454:13 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 454 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:460:9 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 460 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:470:5 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 470 | term.write_line("Select an ICE mail to remove\n"); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:477:9 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 477 | term.write_line("Operation cancelled"); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:483:5 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 483 | / match parser::write_ices(&conf, &ices) { Oct 27 15:43:14.084 INFO kablam! 484 | | Ok(_) => { Oct 27 15:43:14.084 INFO kablam! 485 | | term.write_line( Oct 27 15:43:14.084 INFO kablam! 486 | | format!("ICE mail '{}' removed", removed.get_description()) Oct 27 15:43:14.084 INFO kablam! ... | Oct 27 15:43:14.084 INFO kablam! 490 | | Err(e) => term.write_line(format!("Error: {}" ,e.description()).as_str()) Oct 27 15:43:14.084 INFO kablam! 491 | | }; Oct 27 15:43:14.084 INFO kablam! | |______^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:504:13 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 504 | term.write_line(format!("Error: {}", e).as_str()); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.084 INFO kablam! Oct 27 15:43:14.084 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.084 INFO kablam! --> src/commands.rs:510:9 Oct 27 15:43:14.084 INFO kablam! | Oct 27 15:43:14.084 INFO kablam! 510 | term.write_line("No ICE mails to show"); Oct 27 15:43:14.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/commands.rs:520:5 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 520 | term.write_line("Select an ICE mail to show\n"); Oct 27 15:43:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/commands.rs:524:5 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 524 | term.write_line(ices[selected].get_status_line().as_str()); Oct 27 15:43:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/commands.rs:525:5 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 525 | term.write_line(""); Oct 27 15:43:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/commands.rs:526:5 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 526 | / term.write_line( Oct 27 15:43:14.085 INFO kablam! 527 | | format!( Oct 27 15:43:14.085 INFO kablam! 528 | | "Recipients: {}", Oct 27 15:43:14.085 INFO kablam! 529 | | ices[selected].get_emails().join(",") Oct 27 15:43:14.085 INFO kablam! 530 | | ).as_str() Oct 27 15:43:14.085 INFO kablam! 531 | | ); Oct 27 15:43:14.085 INFO kablam! | |______^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/commands.rs:532:5 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 532 | term.write_line(""); Oct 27 15:43:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/commands.rs:533:5 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 533 | term.write_line(ices[selected].get_message().as_str()); Oct 27 15:43:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/main.rs:110:9 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 110 | / match config::write_empty_config() { Oct 27 15:43:14.085 INFO kablam! 111 | | Ok(_) => term.write_line("Empty config file created in ~/.simpleice"), Oct 27 15:43:14.085 INFO kablam! 112 | | Err(e) => term.write_line(e) Oct 27 15:43:14.085 INFO kablam! 113 | | }; Oct 27 15:43:14.085 INFO kablam! | |__________^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/main.rs:122:13 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 122 | term.write_line(e); Oct 27 15:43:14.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.085 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:43:14.085 INFO kablam! --> src/main.rs:123:13 Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! 123 | / term.write_line( Oct 27 15:43:14.085 INFO kablam! 124 | | "You can create an empty configuration file using the `create-config` command" Oct 27 15:43:14.085 INFO kablam! 125 | | ); Oct 27 15:43:14.085 INFO kablam! | |______________^ Oct 27 15:43:14.085 INFO kablam! | Oct 27 15:43:14.085 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:43:14.085 INFO kablam! Oct 27 15:43:14.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.48s Oct 27 15:43:14.143 INFO kablam! su: No module specific data is present Oct 27 15:43:15.086 INFO running `"docker" "rm" "-f" "39bf89b4dcfe53601cc3eda8fb23881efb1bfd82d69b515e7076ab6fddf5c456"` Oct 27 15:43:15.373 INFO blam! 39bf89b4dcfe53601cc3eda8fb23881efb1bfd82d69b515e7076ab6fddf5c456