Oct 15 10:04:56.236 INFO testing ItsMeijers/dirmando against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:04:56.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 10:04:56.708 INFO blam! 39d014a1d2e3956ad0b285d2736fa1c91fa90f1ac9519d8c89f8b1e51305130e Oct 15 10:04:56.711 INFO running `"docker" "start" "-a" "39d014a1d2e3956ad0b285d2736fa1c91fa90f1ac9519d8c89f8b1e51305130e"` Oct 15 10:04:57.669 INFO kablam! usermod: no changes Oct 15 10:04:57.799 INFO kablam! Compiling dirmando v0.1.0 (/source) Oct 15 10:04:58.767 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:04:58.768 INFO kablam! --> src/main.rs:10:5 Oct 15 10:04:58.768 INFO kablam! | Oct 15 10:04:58.768 INFO kablam! 10 | use std::collections::HashMap; Oct 15 10:04:58.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:04:58.769 INFO kablam! | Oct 15 10:04:58.769 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:04:58.769 INFO kablam! Oct 15 10:04:58.770 INFO kablam! warning: unused import: `std::env` Oct 15 10:04:58.770 INFO kablam! --> src/dirmando.rs:2:5 Oct 15 10:04:58.770 INFO kablam! | Oct 15 10:04:58.770 INFO kablam! 2 | use std::env; Oct 15 10:04:58.771 INFO kablam! | ^^^^^^^^ Oct 15 10:04:58.779 INFO kablam! Oct 15 10:04:58.957 INFO kablam! warning: unused variable: `currentDirectory` Oct 15 10:04:58.957 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:04:58.957 INFO kablam! | Oct 15 10:04:58.957 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:58.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 15 10:04:58.957 INFO kablam! | Oct 15 10:04:58.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:04:58.957 INFO kablam! Oct 15 10:04:58.957 INFO kablam! warning: unused variable: `command` Oct 15 10:04:58.957 INFO kablam! --> src/dirmando.rs:24:51 Oct 15 10:04:58.957 INFO kablam! | Oct 15 10:04:58.957 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:58.957 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 15 10:04:58.957 INFO kablam! Oct 15 10:04:59.020 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 15 10:04:59.020 INFO kablam! --> src/dirmando.rs:14:1 Oct 15 10:04:59.020 INFO kablam! | Oct 15 10:04:59.020 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:04:59.020 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 15 10:04:59.020 INFO kablam! 16 | | let mut contents = String::new(); Oct 15 10:04:59.020 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 15 10:04:59.020 INFO kablam! 18 | | Oct 15 10:04:59.020 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 15 10:04:59.020 INFO kablam! 20 | | } Oct 15 10:04:59.020 INFO kablam! | |_^ Oct 15 10:04:59.020 INFO kablam! | Oct 15 10:04:59.020 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:04:59.021 INFO kablam! Oct 15 10:04:59.021 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 15 10:04:59.021 INFO kablam! --> src/dirmando.rs:14:17 Oct 15 10:04:59.021 INFO kablam! | Oct 15 10:04:59.021 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:04:59.021 INFO kablam! | ^^^^^^^^ Oct 15 10:04:59.021 INFO kablam! Oct 15 10:04:59.021 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:04:59.021 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:04:59.021 INFO kablam! | Oct 15 10:04:59.021 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:59.021 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:04:59.021 INFO kablam! Oct 15 10:04:59.021 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:04:59.021 INFO kablam! --> src/dirmando.rs:28:24 Oct 15 10:04:59.021 INFO kablam! | Oct 15 10:04:59.021 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 15 10:04:59.021 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:04:59.021 INFO kablam! Oct 15 10:04:59.021 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 15 10:04:59.021 INFO kablam! --> src/main.rs:56:13 Oct 15 10:04:59.021 INFO kablam! | Oct 15 10:04:59.021 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 15 10:04:59.021 INFO kablam! | ^^^^^^^^^^ Oct 15 10:04:59.021 INFO kablam! Oct 15 10:04:59.021 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 15 10:04:59.021 INFO kablam! --> src/main.rs:58:13 Oct 15 10:04:59.021 INFO kablam! | Oct 15 10:04:59.021 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 15 10:04:59.021 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:04:59.021 INFO kablam! Oct 15 10:05:00.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.09s Oct 15 10:05:00.795 INFO kablam! su: No module specific data is present Oct 15 10:05:01.891 INFO running `"docker" "rm" "-f" "39d014a1d2e3956ad0b285d2736fa1c91fa90f1ac9519d8c89f8b1e51305130e"` Oct 15 10:05:02.227 INFO blam! 39d014a1d2e3956ad0b285d2736fa1c91fa90f1ac9519d8c89f8b1e51305130e Oct 15 10:05:02.231 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 10:05:02.648 INFO blam! c67dd535e1d7c279bafdb013c6b8f22ce16f97a328c961aab008007a4b0ece6b Oct 15 10:05:02.655 INFO running `"docker" "start" "-a" "c67dd535e1d7c279bafdb013c6b8f22ce16f97a328c961aab008007a4b0ece6b"` Oct 15 10:05:04.514 INFO kablam! usermod: no changes Oct 15 10:05:04.628 INFO kablam! Compiling dirmando v0.1.0 (/source) Oct 15 10:05:05.571 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:05:05.571 INFO kablam! --> src/main.rs:10:5 Oct 15 10:05:05.571 INFO kablam! | Oct 15 10:05:05.571 INFO kablam! 10 | use std::collections::HashMap; Oct 15 10:05:05.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:05.571 INFO kablam! | Oct 15 10:05:05.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:05:05.571 INFO kablam! Oct 15 10:05:05.571 INFO kablam! warning: unused import: `std::env` Oct 15 10:05:05.571 INFO kablam! --> src/dirmando.rs:2:5 Oct 15 10:05:05.571 INFO kablam! | Oct 15 10:05:05.571 INFO kablam! 2 | use std::env; Oct 15 10:05:05.571 INFO kablam! | ^^^^^^^^ Oct 15 10:05:05.571 INFO kablam! Oct 15 10:05:05.675 INFO kablam! warning: unused variable: `currentDirectory` Oct 15 10:05:05.675 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:05:05.675 INFO kablam! | Oct 15 10:05:05.675 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:05:05.675 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 15 10:05:05.675 INFO kablam! | Oct 15 10:05:05.675 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:05:05.675 INFO kablam! Oct 15 10:05:05.675 INFO kablam! warning: unused variable: `command` Oct 15 10:05:05.675 INFO kablam! --> src/dirmando.rs:24:51 Oct 15 10:05:05.675 INFO kablam! | Oct 15 10:05:05.675 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:05:05.675 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 15 10:05:05.675 INFO kablam! Oct 15 10:05:05.729 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 15 10:05:05.729 INFO kablam! --> src/dirmando.rs:14:1 Oct 15 10:05:05.729 INFO kablam! | Oct 15 10:05:05.729 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:05:05.729 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 15 10:05:05.729 INFO kablam! 16 | | let mut contents = String::new(); Oct 15 10:05:05.729 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 15 10:05:05.729 INFO kablam! 18 | | Oct 15 10:05:05.729 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 15 10:05:05.729 INFO kablam! 20 | | } Oct 15 10:05:05.729 INFO kablam! | |_^ Oct 15 10:05:05.729 INFO kablam! | Oct 15 10:05:05.729 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:05:05.729 INFO kablam! Oct 15 10:05:05.729 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 15 10:05:05.729 INFO kablam! --> src/dirmando.rs:14:17 Oct 15 10:05:05.729 INFO kablam! | Oct 15 10:05:05.729 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:05:05.729 INFO kablam! | ^^^^^^^^ Oct 15 10:05:05.729 INFO kablam! Oct 15 10:05:05.729 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:05:05.729 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:05:05.729 INFO kablam! | Oct 15 10:05:05.729 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:05:05.729 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:05:05.729 INFO kablam! Oct 15 10:05:05.729 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:05:05.729 INFO kablam! --> src/dirmando.rs:28:24 Oct 15 10:05:05.729 INFO kablam! | Oct 15 10:05:05.729 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 15 10:05:05.729 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:05:05.729 INFO kablam! Oct 15 10:05:05.739 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 15 10:05:05.739 INFO kablam! --> src/main.rs:56:13 Oct 15 10:05:05.739 INFO kablam! | Oct 15 10:05:05.739 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 15 10:05:05.739 INFO kablam! | ^^^^^^^^^^ Oct 15 10:05:05.739 INFO kablam! Oct 15 10:05:05.739 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 15 10:05:05.739 INFO kablam! --> src/main.rs:58:13 Oct 15 10:05:05.739 INFO kablam! | Oct 15 10:05:05.739 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 15 10:05:05.739 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:05:05.739 INFO kablam! Oct 15 10:05:06.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 15 10:05:06.307 INFO kablam! su: No module specific data is present Oct 15 10:05:07.023 INFO running `"docker" "rm" "-f" "c67dd535e1d7c279bafdb013c6b8f22ce16f97a328c961aab008007a4b0ece6b"` Oct 15 10:05:07.347 INFO blam! c67dd535e1d7c279bafdb013c6b8f22ce16f97a328c961aab008007a4b0ece6b Oct 15 10:05:07.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 10:05:07.760 INFO blam! d9f6199d30365318b1425ba5547b7361a871ba33a7a39a5cb29178c68eaae6a0 Oct 15 10:05:07.771 INFO running `"docker" "start" "-a" "d9f6199d30365318b1425ba5547b7361a871ba33a7a39a5cb29178c68eaae6a0"` Oct 15 10:05:09.391 INFO kablam! usermod: no changes Oct 15 10:05:09.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 10:05:09.523 INFO kablam! Running /target/debug/deps/dirmando-35640155f4bfd8f5 Oct 15 10:05:09.527 INFO blam! Oct 15 10:05:09.527 INFO blam! running 0 tests Oct 15 10:05:09.527 INFO blam! Oct 15 10:05:09.527 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:05:09.527 INFO blam! Oct 15 10:05:09.532 INFO kablam! su: No module specific data is present Oct 15 10:05:10.561 INFO running `"docker" "rm" "-f" "d9f6199d30365318b1425ba5547b7361a871ba33a7a39a5cb29178c68eaae6a0"` Oct 15 10:05:10.998 INFO blam! d9f6199d30365318b1425ba5547b7361a871ba33a7a39a5cb29178c68eaae6a0