Oct 11 06:15:41.109 INFO testing ItsMeijers/dirmando against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:15:41.109 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:15:41.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:15:41.612 INFO blam! 1ab172c83f68b1b9029d02dee591c23f5ec3fd314fba5fe257639c594cc874b0 Oct 11 06:15:41.620 INFO running `"docker" "start" "-a" "1ab172c83f68b1b9029d02dee591c23f5ec3fd314fba5fe257639c594cc874b0"` Oct 11 06:15:43.448 INFO kablam! usermod: no changes Oct 11 06:15:43.596 INFO kablam! Compiling dirmando v0.1.0 (/source) Oct 11 06:15:44.397 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 06:15:44.397 INFO kablam! --> src/main.rs:10:5 Oct 11 06:15:44.397 INFO kablam! | Oct 11 06:15:44.397 INFO kablam! 10 | use std::collections::HashMap; Oct 11 06:15:44.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:15:44.398 INFO kablam! | Oct 11 06:15:44.398 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:15:44.398 INFO kablam! Oct 11 06:15:44.398 INFO kablam! warning: unused import: `std::env` Oct 11 06:15:44.398 INFO kablam! --> src/dirmando.rs:2:5 Oct 11 06:15:44.398 INFO kablam! | Oct 11 06:15:44.398 INFO kablam! 2 | use std::env; Oct 11 06:15:44.398 INFO kablam! | ^^^^^^^^ Oct 11 06:15:44.398 INFO kablam! Oct 11 06:15:44.562 INFO kablam! warning: unused variable: `currentDirectory` Oct 11 06:15:44.562 INFO kablam! --> src/dirmando.rs:24:24 Oct 11 06:15:44.562 INFO kablam! | Oct 11 06:15:44.562 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 11 06:15:44.562 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 11 06:15:44.562 INFO kablam! | Oct 11 06:15:44.564 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:15:44.564 INFO kablam! Oct 11 06:15:44.564 INFO kablam! warning: unused variable: `command` Oct 11 06:15:44.564 INFO kablam! --> src/dirmando.rs:24:51 Oct 11 06:15:44.564 INFO kablam! | Oct 11 06:15:44.564 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 11 06:15:44.564 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 11 06:15:44.564 INFO kablam! Oct 11 06:15:44.638 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 11 06:15:44.638 INFO kablam! --> src/dirmando.rs:14:1 Oct 11 06:15:44.638 INFO kablam! | Oct 11 06:15:44.638 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 11 06:15:44.638 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 11 06:15:44.638 INFO kablam! 16 | | let mut contents = String::new(); Oct 11 06:15:44.638 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 11 06:15:44.638 INFO kablam! 18 | | Oct 11 06:15:44.638 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 11 06:15:44.638 INFO kablam! 20 | | } Oct 11 06:15:44.638 INFO kablam! | |_^ Oct 11 06:15:44.638 INFO kablam! | Oct 11 06:15:44.641 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:15:44.641 INFO kablam! Oct 11 06:15:44.641 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 11 06:15:44.641 INFO kablam! --> src/dirmando.rs:14:17 Oct 11 06:15:44.641 INFO kablam! | Oct 11 06:15:44.641 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 11 06:15:44.641 INFO kablam! | ^^^^^^^^ Oct 11 06:15:44.641 INFO kablam! Oct 11 06:15:44.641 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 11 06:15:44.641 INFO kablam! --> src/dirmando.rs:24:24 Oct 11 06:15:44.641 INFO kablam! | Oct 11 06:15:44.641 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 11 06:15:44.641 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:15:44.641 INFO kablam! Oct 11 06:15:44.641 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 11 06:15:44.641 INFO kablam! --> src/dirmando.rs:28:24 Oct 11 06:15:44.641 INFO kablam! | Oct 11 06:15:44.641 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 11 06:15:44.641 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:15:44.641 INFO kablam! Oct 11 06:15:44.641 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 11 06:15:44.641 INFO kablam! --> src/main.rs:56:13 Oct 11 06:15:44.641 INFO kablam! | Oct 11 06:15:44.641 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 11 06:15:44.641 INFO kablam! | ^^^^^^^^^^ Oct 11 06:15:44.641 INFO kablam! Oct 11 06:15:44.641 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 11 06:15:44.641 INFO kablam! --> src/main.rs:58:13 Oct 11 06:15:44.641 INFO kablam! | Oct 11 06:15:44.641 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 11 06:15:44.641 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:15:44.641 INFO kablam! Oct 11 06:15:46.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.46s Oct 11 06:15:46.944 INFO kablam! su: No module specific data is present Oct 11 06:15:47.832 INFO running `"docker" "rm" "-f" "1ab172c83f68b1b9029d02dee591c23f5ec3fd314fba5fe257639c594cc874b0"` Oct 11 06:15:48.041 INFO blam! 1ab172c83f68b1b9029d02dee591c23f5ec3fd314fba5fe257639c594cc874b0 Oct 11 06:15:48.046 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:15:48.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:15:48.472 INFO blam! b1923ccd59920985a204815896aa56476dec032ffe41aa6c2f22b7e8e88bfbc3 Oct 11 06:15:48.476 INFO running `"docker" "start" "-a" "b1923ccd59920985a204815896aa56476dec032ffe41aa6c2f22b7e8e88bfbc3"` Oct 11 06:15:49.676 INFO kablam! usermod: no changes Oct 11 06:15:49.852 INFO kablam! Compiling dirmando v0.1.0 (/source) Oct 11 06:15:50.704 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 06:15:50.704 INFO kablam! --> src/main.rs:10:5 Oct 11 06:15:50.704 INFO kablam! | Oct 11 06:15:50.704 INFO kablam! 10 | use std::collections::HashMap; Oct 11 06:15:50.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:15:50.704 INFO kablam! | Oct 11 06:15:50.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:15:50.704 INFO kablam! Oct 11 06:15:50.704 INFO kablam! warning: unused import: `std::env` Oct 11 06:15:50.704 INFO kablam! --> src/dirmando.rs:2:5 Oct 11 06:15:50.704 INFO kablam! | Oct 11 06:15:50.704 INFO kablam! 2 | use std::env; Oct 11 06:15:50.704 INFO kablam! | ^^^^^^^^ Oct 11 06:15:50.704 INFO kablam! Oct 11 06:15:50.833 INFO kablam! warning: unused variable: `currentDirectory` Oct 11 06:15:50.833 INFO kablam! --> src/dirmando.rs:24:24 Oct 11 06:15:50.833 INFO kablam! | Oct 11 06:15:50.834 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 11 06:15:50.834 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 11 06:15:50.834 INFO kablam! | Oct 11 06:15:50.834 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:15:50.835 INFO kablam! Oct 11 06:15:50.835 INFO kablam! warning: unused variable: `command` Oct 11 06:15:50.835 INFO kablam! --> src/dirmando.rs:24:51 Oct 11 06:15:50.835 INFO kablam! | Oct 11 06:15:50.836 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 11 06:15:50.836 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 11 06:15:50.836 INFO kablam! Oct 11 06:15:50.892 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 11 06:15:50.892 INFO kablam! --> src/dirmando.rs:14:1 Oct 11 06:15:50.892 INFO kablam! | Oct 11 06:15:50.892 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 11 06:15:50.892 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 11 06:15:50.892 INFO kablam! 16 | | let mut contents = String::new(); Oct 11 06:15:50.892 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 11 06:15:50.892 INFO kablam! 18 | | Oct 11 06:15:50.892 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 11 06:15:50.892 INFO kablam! 20 | | } Oct 11 06:15:50.892 INFO kablam! | |_^ Oct 11 06:15:50.892 INFO kablam! | Oct 11 06:15:50.892 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:15:50.892 INFO kablam! Oct 11 06:15:50.892 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 11 06:15:50.892 INFO kablam! --> src/dirmando.rs:14:17 Oct 11 06:15:50.893 INFO kablam! | Oct 11 06:15:50.893 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 11 06:15:50.893 INFO kablam! | ^^^^^^^^ Oct 11 06:15:50.893 INFO kablam! Oct 11 06:15:50.893 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 11 06:15:50.893 INFO kablam! --> src/dirmando.rs:24:24 Oct 11 06:15:50.893 INFO kablam! | Oct 11 06:15:50.893 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 11 06:15:50.893 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:15:50.893 INFO kablam! Oct 11 06:15:50.893 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 11 06:15:50.893 INFO kablam! --> src/dirmando.rs:28:24 Oct 11 06:15:50.893 INFO kablam! | Oct 11 06:15:50.893 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 11 06:15:50.893 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:15:50.893 INFO kablam! Oct 11 06:15:50.893 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 11 06:15:50.893 INFO kablam! --> src/main.rs:56:13 Oct 11 06:15:50.893 INFO kablam! | Oct 11 06:15:50.893 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 11 06:15:50.893 INFO kablam! | ^^^^^^^^^^ Oct 11 06:15:50.893 INFO kablam! Oct 11 06:15:50.893 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 11 06:15:50.893 INFO kablam! --> src/main.rs:58:13 Oct 11 06:15:50.893 INFO kablam! | Oct 11 06:15:50.893 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 11 06:15:50.893 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:15:50.893 INFO kablam! Oct 11 06:15:51.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 11 06:15:51.410 INFO kablam! su: No module specific data is present Oct 11 06:15:52.096 INFO running `"docker" "rm" "-f" "b1923ccd59920985a204815896aa56476dec032ffe41aa6c2f22b7e8e88bfbc3"` Oct 11 06:15:52.332 INFO blam! b1923ccd59920985a204815896aa56476dec032ffe41aa6c2f22b7e8e88bfbc3 Oct 11 06:15:52.341 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:15:52.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:15:52.925 INFO blam! 79a839507a8f77acf6264528ebd51c82eb50034d9949a563b1dff61ff335ab54 Oct 11 06:15:52.928 INFO running `"docker" "start" "-a" "79a839507a8f77acf6264528ebd51c82eb50034d9949a563b1dff61ff335ab54"` Oct 11 06:15:53.981 INFO kablam! usermod: no changes Oct 11 06:15:54.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 06:15:54.121 INFO kablam! Running /target/debug/deps/dirmando-35640155f4bfd8f5 Oct 11 06:15:54.126 INFO blam! Oct 11 06:15:54.126 INFO blam! running 0 tests Oct 11 06:15:54.126 INFO blam! Oct 11 06:15:54.126 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:15:54.126 INFO blam! Oct 11 06:15:54.131 INFO kablam! su: No module specific data is present Oct 11 06:15:54.970 INFO running `"docker" "rm" "-f" "79a839507a8f77acf6264528ebd51c82eb50034d9949a563b1dff61ff335ab54"` Oct 11 06:15:55.343 INFO blam! 79a839507a8f77acf6264528ebd51c82eb50034d9949a563b1dff61ff335ab54