Oct 27 11:25:08.408 INFO checking ItsMeijers/dirmando against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:25:08.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 11:25:08.849 INFO blam! fdfedc592a688790207aafb8cdf79be23ae932db45fd3a243882ef8738911028 Oct 27 11:25:08.850 INFO running `"docker" "start" "-a" "fdfedc592a688790207aafb8cdf79be23ae932db45fd3a243882ef8738911028"` Oct 27 11:25:09.754 INFO kablam! usermod: no changes Oct 27 11:25:09.903 INFO kablam! Checking dirmando v0.1.0 (/source) Oct 27 11:25:11.444 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 11:25:11.445 INFO kablam! --> src/main.rs:10:5 Oct 27 11:25:11.445 INFO kablam! | Oct 27 11:25:11.445 INFO kablam! 10 | use std::collections::HashMap; Oct 27 11:25:11.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:11.445 INFO kablam! | Oct 27 11:25:11.445 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:25:11.445 INFO kablam! Oct 27 11:25:11.445 INFO kablam! warning: unused import: `std::env` Oct 27 11:25:11.445 INFO kablam! --> src/dirmando.rs:2:5 Oct 27 11:25:11.445 INFO kablam! | Oct 27 11:25:11.445 INFO kablam! 2 | use std::env; Oct 27 11:25:11.445 INFO kablam! | ^^^^^^^^ Oct 27 11:25:11.445 INFO kablam! Oct 27 11:25:11.579 INFO kablam! warning: unused variable: `currentDirectory` Oct 27 11:25:11.580 INFO kablam! --> src/dirmando.rs:24:24 Oct 27 11:25:11.580 INFO kablam! | Oct 27 11:25:11.581 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 27 11:25:11.581 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 27 11:25:11.582 INFO kablam! | Oct 27 11:25:11.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:25:11.583 INFO kablam! Oct 27 11:25:11.584 INFO kablam! warning: unused variable: `command` Oct 27 11:25:11.585 INFO kablam! --> src/dirmando.rs:24:51 Oct 27 11:25:11.585 INFO kablam! | Oct 27 11:25:11.586 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 27 11:25:11.586 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 11:25:11.587 INFO kablam! Oct 27 11:25:11.623 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 11:25:11.624 INFO kablam! --> src/main.rs:10:5 Oct 27 11:25:11.624 INFO kablam! | Oct 27 11:25:11.625 INFO kablam! 10 | use std::collections::HashMap; Oct 27 11:25:11.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:25:11.626 INFO kablam! | Oct 27 11:25:11.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:25:11.627 INFO kablam! Oct 27 11:25:11.627 INFO kablam! warning: unused import: `std::env` Oct 27 11:25:11.627 INFO kablam! --> src/dirmando.rs:2:5 Oct 27 11:25:11.627 INFO kablam! | Oct 27 11:25:11.627 INFO kablam! 2 | use std::env; Oct 27 11:25:11.627 INFO kablam! | ^^^^^^^^ Oct 27 11:25:11.627 INFO kablam! Oct 27 11:25:11.675 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 27 11:25:11.675 INFO kablam! --> src/dirmando.rs:14:1 Oct 27 11:25:11.675 INFO kablam! | Oct 27 11:25:11.675 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 27 11:25:11.675 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 27 11:25:11.675 INFO kablam! 16 | | let mut contents = String::new(); Oct 27 11:25:11.675 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 27 11:25:11.675 INFO kablam! 18 | | Oct 27 11:25:11.675 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 27 11:25:11.675 INFO kablam! 20 | | } Oct 27 11:25:11.675 INFO kablam! | |_^ Oct 27 11:25:11.675 INFO kablam! | Oct 27 11:25:11.675 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:25:11.675 INFO kablam! Oct 27 11:25:11.683 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 27 11:25:11.683 INFO kablam! --> src/dirmando.rs:14:17 Oct 27 11:25:11.683 INFO kablam! | Oct 27 11:25:11.683 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 27 11:25:11.683 INFO kablam! | ^^^^^^^^ Oct 27 11:25:11.683 INFO kablam! Oct 27 11:25:11.683 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 27 11:25:11.683 INFO kablam! --> src/dirmando.rs:24:24 Oct 27 11:25:11.685 INFO kablam! | Oct 27 11:25:11.685 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 27 11:25:11.685 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 11:25:11.685 INFO kablam! Oct 27 11:25:11.686 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 27 11:25:11.686 INFO kablam! --> src/dirmando.rs:28:24 Oct 27 11:25:11.687 INFO kablam! | Oct 27 11:25:11.687 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 27 11:25:11.688 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 11:25:11.688 INFO kablam! Oct 27 11:25:11.689 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 27 11:25:11.689 INFO kablam! --> src/main.rs:56:13 Oct 27 11:25:11.689 INFO kablam! | Oct 27 11:25:11.690 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 27 11:25:11.690 INFO kablam! | ^^^^^^^^^^ Oct 27 11:25:11.691 INFO kablam! Oct 27 11:25:11.695 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 27 11:25:11.695 INFO kablam! --> src/main.rs:58:13 Oct 27 11:25:11.695 INFO kablam! | Oct 27 11:25:11.695 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 27 11:25:11.695 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:25:11.696 INFO kablam! Oct 27 11:25:11.827 INFO kablam! warning: unused variable: `currentDirectory` Oct 27 11:25:11.827 INFO kablam! --> src/dirmando.rs:24:24 Oct 27 11:25:11.827 INFO kablam! | Oct 27 11:25:11.827 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 27 11:25:11.827 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 27 11:25:11.827 INFO kablam! | Oct 27 11:25:11.827 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:25:11.827 INFO kablam! Oct 27 11:25:11.829 INFO kablam! warning: unused variable: `command` Oct 27 11:25:11.829 INFO kablam! --> src/dirmando.rs:24:51 Oct 27 11:25:11.829 INFO kablam! | Oct 27 11:25:11.829 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 27 11:25:11.829 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 27 11:25:11.829 INFO kablam! Oct 27 11:25:11.896 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 27 11:25:11.897 INFO kablam! --> src/dirmando.rs:14:1 Oct 27 11:25:11.897 INFO kablam! | Oct 27 11:25:11.897 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 27 11:25:11.897 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 27 11:25:11.897 INFO kablam! 16 | | let mut contents = String::new(); Oct 27 11:25:11.897 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 27 11:25:11.897 INFO kablam! 18 | | Oct 27 11:25:11.897 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 27 11:25:11.897 INFO kablam! 20 | | } Oct 27 11:25:11.897 INFO kablam! | |_^ Oct 27 11:25:11.897 INFO kablam! | Oct 27 11:25:11.897 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:25:11.897 INFO kablam! Oct 27 11:25:11.897 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 27 11:25:11.897 INFO kablam! --> src/dirmando.rs:14:17 Oct 27 11:25:11.897 INFO kablam! | Oct 27 11:25:11.897 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 27 11:25:11.897 INFO kablam! | ^^^^^^^^ Oct 27 11:25:11.897 INFO kablam! Oct 27 11:25:11.897 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 27 11:25:11.897 INFO kablam! --> src/dirmando.rs:24:24 Oct 27 11:25:11.897 INFO kablam! | Oct 27 11:25:11.897 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 27 11:25:11.897 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 11:25:11.897 INFO kablam! Oct 27 11:25:11.897 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 27 11:25:11.897 INFO kablam! --> src/dirmando.rs:28:24 Oct 27 11:25:11.897 INFO kablam! | Oct 27 11:25:11.897 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 27 11:25:11.897 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 11:25:11.897 INFO kablam! Oct 27 11:25:11.905 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 27 11:25:11.905 INFO kablam! --> src/main.rs:56:13 Oct 27 11:25:11.905 INFO kablam! | Oct 27 11:25:11.905 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 27 11:25:11.905 INFO kablam! | ^^^^^^^^^^ Oct 27 11:25:11.905 INFO kablam! Oct 27 11:25:11.905 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 27 11:25:11.905 INFO kablam! --> src/main.rs:58:13 Oct 27 11:25:11.905 INFO kablam! | Oct 27 11:25:11.905 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 27 11:25:11.905 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:25:11.905 INFO kablam! Oct 27 11:25:11.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.18s Oct 27 11:25:11.973 INFO kablam! su: No module specific data is present Oct 27 11:25:13.279 INFO running `"docker" "rm" "-f" "fdfedc592a688790207aafb8cdf79be23ae932db45fd3a243882ef8738911028"` Oct 27 11:25:13.582 INFO blam! fdfedc592a688790207aafb8cdf79be23ae932db45fd3a243882ef8738911028