Oct 14 20:25:01.041 INFO testing fourohfour/richter against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:25:01.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 20:25:01.499 INFO blam! 0190e1f3697c80cf54a06442080adc50c5996bcf82195c6690392f1ee0e1a6ad Oct 14 20:25:01.507 INFO running `"docker" "start" "-a" "0190e1f3697c80cf54a06442080adc50c5996bcf82195c6690392f1ee0e1a6ad"` Oct 14 20:25:03.452 INFO kablam! usermod: no changes Oct 14 20:25:03.695 INFO kablam! Compiling openssl v0.9.7 Oct 14 20:25:03.695 INFO kablam! Compiling quote v0.3.12 Oct 14 20:25:03.703 INFO kablam! Compiling serde v0.9.7 Oct 14 20:25:03.703 INFO kablam! Compiling openssl-sys v0.9.7 Oct 14 20:25:07.188 INFO kablam! Compiling syn v0.11.4 Oct 14 20:25:19.115 INFO kablam! Compiling serde_codegen_internals v0.13.0 Oct 14 20:25:25.036 INFO kablam! Compiling serde_derive v0.9.7 Oct 14 20:25:27.467 INFO kablam! Compiling native-tls v0.1.1 Oct 14 20:25:29.259 INFO kablam! Compiling hyper-native-tls v0.2.2 Oct 14 20:25:33.343 INFO kablam! Compiling serde_urlencoded v0.4.2 Oct 14 20:25:33.346 INFO kablam! Compiling serde_json v0.9.6 Oct 14 20:25:41.715 INFO kablam! Compiling reqwest v0.4.0 Oct 14 20:25:44.607 INFO kablam! Compiling richter v0.1.0 (/source) Oct 14 20:25:45.613 INFO kablam! warning: unused import: `YamlEmitter` Oct 14 20:25:45.613 INFO kablam! --> src/enroll.rs:8:35 Oct 14 20:25:45.613 INFO kablam! | Oct 14 20:25:45.613 INFO kablam! 8 | use self::yaml_rust::{YamlLoader, YamlEmitter, Yaml}; Oct 14 20:25:45.613 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:25:45.613 INFO kablam! | Oct 14 20:25:45.613 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:25:45.613 INFO kablam! Oct 14 20:25:45.613 INFO kablam! warning: unused import: `calendar` Oct 14 20:25:45.613 INFO kablam! --> src/enroll.rs:14:5 Oct 14 20:25:45.613 INFO kablam! | Oct 14 20:25:45.613 INFO kablam! 14 | use calendar; Oct 14 20:25:45.613 INFO kablam! | ^^^^^^^^ Oct 14 20:25:45.613 INFO kablam! Oct 14 20:25:45.664 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 14 20:25:45.664 INFO kablam! --> src/main.rs:24:20 Oct 14 20:25:45.664 INFO kablam! | Oct 14 20:25:45.664 INFO kablam! 24 | let mut home = env::home_dir().expect("No Home Dir!"); Oct 14 20:25:45.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:25:45.664 INFO kablam! | Oct 14 20:25:45.664 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 20:25:45.664 INFO kablam! Oct 14 20:25:45.664 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 14 20:25:45.664 INFO kablam! --> src/main.rs:34:20 Oct 14 20:25:45.664 INFO kablam! | Oct 14 20:25:45.664 INFO kablam! 34 | let mut home = env::home_dir().expect("No Home Dir!"); Oct 14 20:25:45.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:25:45.664 INFO kablam! Oct 14 20:25:46.405 INFO kablam! warning: unused variable: `field` Oct 14 20:25:46.405 INFO kablam! --> src/interface.rs:36:49 Oct 14 20:25:46.405 INFO kablam! | Oct 14 20:25:46.405 INFO kablam! 36 | fn get_optional_string_field(json: &json::Json, field: &str, activity: &str, field_name: &str) -> String { Oct 14 20:25:46.405 INFO kablam! | ^^^^^ help: consider using `_field` instead Oct 14 20:25:46.405 INFO kablam! | Oct 14 20:25:46.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:25:46.405 INFO kablam! Oct 14 20:25:46.405 INFO kablam! warning: unused variable: `activity` Oct 14 20:25:46.405 INFO kablam! --> src/interface.rs:36:62 Oct 14 20:25:46.405 INFO kablam! | Oct 14 20:25:46.405 INFO kablam! 36 | fn get_optional_string_field(json: &json::Json, field: &str, activity: &str, field_name: &str) -> String { Oct 14 20:25:46.405 INFO kablam! | ^^^^^^^^ help: consider using `_activity` instead Oct 14 20:25:46.405 INFO kablam! Oct 14 20:25:46.405 INFO kablam! warning: unused variable: `field_name` Oct 14 20:25:46.405 INFO kablam! --> src/interface.rs:36:78 Oct 14 20:25:46.405 INFO kablam! | Oct 14 20:25:46.405 INFO kablam! 36 | fn get_optional_string_field(json: &json::Json, field: &str, activity: &str, field_name: &str) -> String { Oct 14 20:25:46.405 INFO kablam! | ^^^^^^^^^^ help: consider using `_field_name` instead Oct 14 20:25:46.405 INFO kablam! Oct 14 20:25:46.407 INFO kablam! warning: unused variable: `command` Oct 14 20:25:46.407 INFO kablam! --> src/main.rs:33:17 Oct 14 20:25:46.407 INFO kablam! | Oct 14 20:25:46.407 INFO kablam! 33 | fn pull_command(command: &command::Command) { Oct 14 20:25:46.407 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 14 20:25:46.407 INFO kablam! Oct 14 20:25:46.678 INFO kablam! warning: method is never used: `load` Oct 14 20:25:46.678 INFO kablam! --> src/calendar.rs:136:5 Oct 14 20:25:46.678 INFO kablam! | Oct 14 20:25:46.678 INFO kablam! 136 | fn load(mut file : File) -> Result, output::Message> { Oct 14 20:25:46.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.678 INFO kablam! | Oct 14 20:25:46.678 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:25:46.679 INFO kablam! Oct 14 20:25:46.679 INFO kablam! warning: field is never used: `path` Oct 14 20:25:46.679 INFO kablam! --> src/calendar.rs:176:5 Oct 14 20:25:46.679 INFO kablam! | Oct 14 20:25:46.679 INFO kablam! 176 | path : String , Oct 14 20:25:46.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.679 INFO kablam! Oct 14 20:25:46.680 INFO kablam! warning: field is never used: `enrollments` Oct 14 20:25:46.680 INFO kablam! --> src/calendar.rs:177:5 Oct 14 20:25:46.680 INFO kablam! | Oct 14 20:25:46.680 INFO kablam! 177 | enrollments : Vec , Oct 14 20:25:46.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.680 INFO kablam! Oct 14 20:25:46.680 INFO kablam! warning: field is never used: `cache` Oct 14 20:25:46.680 INFO kablam! --> src/calendar.rs:178:5 Oct 14 20:25:46.680 INFO kablam! | Oct 14 20:25:46.680 INFO kablam! 178 | cache : Option , Oct 14 20:25:46.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.680 INFO kablam! Oct 14 20:25:46.680 INFO kablam! warning: method is never used: `file_cache` Oct 14 20:25:46.680 INFO kablam! --> src/calendar.rs:203:5 Oct 14 20:25:46.680 INFO kablam! | Oct 14 20:25:46.680 INFO kablam! 203 | fn file_cache(path : &PathBuf) -> Result, output::Message> { Oct 14 20:25:46.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.680 INFO kablam! Oct 14 20:25:46.680 INFO kablam! warning: method is never used: `load_any_cache` Oct 14 20:25:46.680 INFO kablam! --> src/calendar.rs:235:5 Oct 14 20:25:46.680 INFO kablam! | Oct 14 20:25:46.680 INFO kablam! 235 | fn load_any_cache(path: &PathBuf, enrollments: &Vec) -> Result { Oct 14 20:25:46.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.680 INFO kablam! Oct 14 20:25:46.680 INFO kablam! warning: method is never used: `load` Oct 14 20:25:46.680 INFO kablam! --> src/calendar.rs:250:5 Oct 14 20:25:46.680 INFO kablam! | Oct 14 20:25:46.680 INFO kablam! 250 | pub fn load(path: &PathBuf) -> Result { Oct 14 20:25:46.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.680 INFO kablam! Oct 14 20:25:46.687 INFO kablam! warning: method is never used: `get_subdomain` Oct 14 20:25:46.687 INFO kablam! --> src/enroll.rs:32:5 Oct 14 20:25:46.687 INFO kablam! | Oct 14 20:25:46.687 INFO kablam! 32 | pub fn get_subdomain<'a>(&'a self) -> &'a str { Oct 14 20:25:46.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.687 INFO kablam! Oct 14 20:25:46.687 INFO kablam! warning: method is never used: `get_school_id` Oct 14 20:25:46.687 INFO kablam! --> src/enroll.rs:36:5 Oct 14 20:25:46.687 INFO kablam! | Oct 14 20:25:46.687 INFO kablam! 36 | pub fn get_school_id<'a>(&self) -> i32 { Oct 14 20:25:46.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.687 INFO kablam! Oct 14 20:25:46.687 INFO kablam! warning: method is never used: `get_class` Oct 14 20:25:46.687 INFO kablam! --> src/enroll.rs:40:5 Oct 14 20:25:46.687 INFO kablam! | Oct 14 20:25:46.687 INFO kablam! 40 | pub fn get_class<'a>(&'a self) -> &'a str { Oct 14 20:25:46.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.687 INFO kablam! Oct 14 20:25:46.687 INFO kablam! warning: method is never used: `error` Oct 14 20:25:46.687 INFO kablam! --> src/output.rs:46:5 Oct 14 20:25:46.687 INFO kablam! | Oct 14 20:25:46.687 INFO kablam! 46 | pub fn error(&self) -> ! { Oct 14 20:25:46.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.687 INFO kablam! Oct 14 20:25:46.687 INFO kablam! warning: function is never used: `get_calendar` Oct 14 20:25:46.687 INFO kablam! --> src/main.rs:23:1 Oct 14 20:25:46.687 INFO kablam! | Oct 14 20:25:46.687 INFO kablam! 23 | fn get_calendar() -> calendar::Calendar { Oct 14 20:25:46.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.687 INFO kablam! Oct 14 20:25:46.699 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:25:46.699 INFO kablam! --> src/calendar.rs:210:27 Oct 14 20:25:46.699 INFO kablam! | Oct 14 20:25:46.699 INFO kablam! 210 | fs::remove_file(path); Oct 14 20:25:46.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:46.699 INFO kablam! | Oct 14 20:25:46.699 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 20:25:46.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:25:46.699 INFO kablam! Oct 14 20:25:52.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.68s Oct 14 20:25:52.171 INFO kablam! su: No module specific data is present Oct 14 20:25:52.907 INFO running `"docker" "rm" "-f" "0190e1f3697c80cf54a06442080adc50c5996bcf82195c6690392f1ee0e1a6ad"` Oct 14 20:25:53.235 INFO blam! 0190e1f3697c80cf54a06442080adc50c5996bcf82195c6690392f1ee0e1a6ad Oct 14 20:25:53.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 20:25:53.700 INFO blam! b0f7844b4507d067901dad4c470f65e186b7efa0840ff5d35e5d217fefa3d02f Oct 14 20:25:53.702 INFO running `"docker" "start" "-a" "b0f7844b4507d067901dad4c470f65e186b7efa0840ff5d35e5d217fefa3d02f"` Oct 14 20:25:55.615 INFO kablam! usermod: no changes Oct 14 20:25:55.847 INFO kablam! Compiling richter v0.1.0 (/source) Oct 14 20:25:57.003 INFO kablam! warning: unused import: `YamlEmitter` Oct 14 20:25:57.003 INFO kablam! --> src/enroll.rs:8:35 Oct 14 20:25:57.003 INFO kablam! | Oct 14 20:25:57.003 INFO kablam! 8 | use self::yaml_rust::{YamlLoader, YamlEmitter, Yaml}; Oct 14 20:25:57.003 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:25:57.003 INFO kablam! | Oct 14 20:25:57.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:25:57.003 INFO kablam! Oct 14 20:25:57.003 INFO kablam! warning: unused import: `calendar` Oct 14 20:25:57.003 INFO kablam! --> src/enroll.rs:14:5 Oct 14 20:25:57.003 INFO kablam! | Oct 14 20:25:57.003 INFO kablam! 14 | use calendar; Oct 14 20:25:57.003 INFO kablam! | ^^^^^^^^ Oct 14 20:25:57.003 INFO kablam! Oct 14 20:25:57.043 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 14 20:25:57.043 INFO kablam! --> src/main.rs:24:20 Oct 14 20:25:57.043 INFO kablam! | Oct 14 20:25:57.043 INFO kablam! 24 | let mut home = env::home_dir().expect("No Home Dir!"); Oct 14 20:25:57.043 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:25:57.043 INFO kablam! | Oct 14 20:25:57.051 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 20:25:57.051 INFO kablam! Oct 14 20:25:57.051 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 14 20:25:57.051 INFO kablam! --> src/main.rs:34:20 Oct 14 20:25:57.051 INFO kablam! | Oct 14 20:25:57.051 INFO kablam! 34 | let mut home = env::home_dir().expect("No Home Dir!"); Oct 14 20:25:57.051 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:25:57.051 INFO kablam! Oct 14 20:25:57.819 INFO kablam! warning: unused variable: `field` Oct 14 20:25:57.819 INFO kablam! --> src/interface.rs:36:49 Oct 14 20:25:57.819 INFO kablam! | Oct 14 20:25:57.819 INFO kablam! 36 | fn get_optional_string_field(json: &json::Json, field: &str, activity: &str, field_name: &str) -> String { Oct 14 20:25:57.819 INFO kablam! | ^^^^^ help: consider using `_field` instead Oct 14 20:25:57.819 INFO kablam! | Oct 14 20:25:57.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:25:57.819 INFO kablam! Oct 14 20:25:57.819 INFO kablam! warning: unused variable: `activity` Oct 14 20:25:57.819 INFO kablam! --> src/interface.rs:36:62 Oct 14 20:25:57.819 INFO kablam! | Oct 14 20:25:57.819 INFO kablam! 36 | fn get_optional_string_field(json: &json::Json, field: &str, activity: &str, field_name: &str) -> String { Oct 14 20:25:57.819 INFO kablam! | ^^^^^^^^ help: consider using `_activity` instead Oct 14 20:25:57.819 INFO kablam! Oct 14 20:25:57.819 INFO kablam! warning: unused variable: `field_name` Oct 14 20:25:57.819 INFO kablam! --> src/interface.rs:36:78 Oct 14 20:25:57.819 INFO kablam! | Oct 14 20:25:57.819 INFO kablam! 36 | fn get_optional_string_field(json: &json::Json, field: &str, activity: &str, field_name: &str) -> String { Oct 14 20:25:57.819 INFO kablam! | ^^^^^^^^^^ help: consider using `_field_name` instead Oct 14 20:25:57.819 INFO kablam! Oct 14 20:25:57.819 INFO kablam! warning: unused variable: `command` Oct 14 20:25:57.819 INFO kablam! --> src/main.rs:33:17 Oct 14 20:25:57.819 INFO kablam! | Oct 14 20:25:57.819 INFO kablam! 33 | fn pull_command(command: &command::Command) { Oct 14 20:25:57.819 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 14 20:25:57.819 INFO kablam! Oct 14 20:25:58.051 INFO kablam! warning: method is never used: `load` Oct 14 20:25:58.051 INFO kablam! --> src/calendar.rs:136:5 Oct 14 20:25:58.051 INFO kablam! | Oct 14 20:25:58.051 INFO kablam! 136 | fn load(mut file : File) -> Result, output::Message> { Oct 14 20:25:58.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.051 INFO kablam! | Oct 14 20:25:58.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:25:58.051 INFO kablam! Oct 14 20:25:58.051 INFO kablam! warning: field is never used: `path` Oct 14 20:25:58.051 INFO kablam! --> src/calendar.rs:176:5 Oct 14 20:25:58.051 INFO kablam! | Oct 14 20:25:58.051 INFO kablam! 176 | path : String , Oct 14 20:25:58.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.051 INFO kablam! Oct 14 20:25:58.051 INFO kablam! warning: field is never used: `enrollments` Oct 14 20:25:58.051 INFO kablam! --> src/calendar.rs:177:5 Oct 14 20:25:58.051 INFO kablam! | Oct 14 20:25:58.051 INFO kablam! 177 | enrollments : Vec , Oct 14 20:25:58.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.051 INFO kablam! Oct 14 20:25:58.051 INFO kablam! warning: field is never used: `cache` Oct 14 20:25:58.051 INFO kablam! --> src/calendar.rs:178:5 Oct 14 20:25:58.051 INFO kablam! | Oct 14 20:25:58.051 INFO kablam! 178 | cache : Option , Oct 14 20:25:58.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `file_cache` Oct 14 20:25:58.052 INFO kablam! --> src/calendar.rs:203:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 203 | fn file_cache(path : &PathBuf) -> Result, output::Message> { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `load_any_cache` Oct 14 20:25:58.052 INFO kablam! --> src/calendar.rs:235:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 235 | fn load_any_cache(path: &PathBuf, enrollments: &Vec) -> Result { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `load` Oct 14 20:25:58.052 INFO kablam! --> src/calendar.rs:250:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 250 | pub fn load(path: &PathBuf) -> Result { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `get_subdomain` Oct 14 20:25:58.052 INFO kablam! --> src/enroll.rs:32:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 32 | pub fn get_subdomain<'a>(&'a self) -> &'a str { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `get_school_id` Oct 14 20:25:58.052 INFO kablam! --> src/enroll.rs:36:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 36 | pub fn get_school_id<'a>(&self) -> i32 { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `get_class` Oct 14 20:25:58.052 INFO kablam! --> src/enroll.rs:40:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 40 | pub fn get_class<'a>(&'a self) -> &'a str { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: method is never used: `error` Oct 14 20:25:58.052 INFO kablam! --> src/output.rs:46:5 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 46 | pub fn error(&self) -> ! { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.052 INFO kablam! warning: function is never used: `get_calendar` Oct 14 20:25:58.052 INFO kablam! --> src/main.rs:23:1 Oct 14 20:25:58.052 INFO kablam! | Oct 14 20:25:58.052 INFO kablam! 23 | fn get_calendar() -> calendar::Calendar { Oct 14 20:25:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.052 INFO kablam! Oct 14 20:25:58.073 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 20:25:58.073 INFO kablam! --> src/calendar.rs:210:27 Oct 14 20:25:58.073 INFO kablam! | Oct 14 20:25:58.073 INFO kablam! 210 | fs::remove_file(path); Oct 14 20:25:58.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:25:58.073 INFO kablam! | Oct 14 20:25:58.073 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 20:25:58.073 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 20:25:58.073 INFO kablam! Oct 14 20:25:58.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.21s Oct 14 20:25:58.859 INFO kablam! su: No module specific data is present Oct 14 20:25:59.545 INFO running `"docker" "rm" "-f" "b0f7844b4507d067901dad4c470f65e186b7efa0840ff5d35e5d217fefa3d02f"` Oct 14 20:25:59.846 INFO blam! b0f7844b4507d067901dad4c470f65e186b7efa0840ff5d35e5d217fefa3d02f Oct 14 20:25:59.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 20:26:00.320 INFO blam! 60f279ba0a2ff161dca6b018f413d2305c110af05d125a0920a08cdf16b551b8 Oct 14 20:26:00.323 INFO running `"docker" "start" "-a" "60f279ba0a2ff161dca6b018f413d2305c110af05d125a0920a08cdf16b551b8"` Oct 14 20:26:01.779 INFO kablam! usermod: no changes Oct 14 20:26:02.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 14 20:26:02.008 INFO blam! Oct 14 20:26:02.008 INFO kablam! Running /target/debug/deps/richter-85e4356427bb3969 Oct 14 20:26:02.008 INFO blam! running 0 tests Oct 14 20:26:02.009 INFO blam! Oct 14 20:26:02.009 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:26:02.009 INFO blam! Oct 14 20:26:02.015 INFO kablam! su: No module specific data is present Oct 14 20:26:02.839 INFO running `"docker" "rm" "-f" "60f279ba0a2ff161dca6b018f413d2305c110af05d125a0920a08cdf16b551b8"` Oct 14 20:26:03.136 INFO blam! 60f279ba0a2ff161dca6b018f413d2305c110af05d125a0920a08cdf16b551b8