Oct 15 10:04:46.324 INFO testing ItsMeijers/dirmando against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:04:46.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.923 INFO blam! 89ae7809f8859a65b827818f9f485167b34850d73a1aa89ee9b9d84d447f3e8d Oct 15 10:04:46.926 INFO running `"docker" "start" "-a" "89ae7809f8859a65b827818f9f485167b34850d73a1aa89ee9b9d84d447f3e8d"` Oct 15 10:04:48.683 INFO kablam! usermod: no changes Oct 15 10:04:48.815 INFO kablam! Compiling dirmando v0.1.0 (/source) Oct 15 10:04:49.953 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:04:49.954 INFO kablam! --> src/main.rs:10:5 Oct 15 10:04:49.955 INFO kablam! | Oct 15 10:04:49.955 INFO kablam! 10 | use std::collections::HashMap; Oct 15 10:04:49.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:04:49.959 INFO kablam! | Oct 15 10:04:49.960 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:04:49.960 INFO kablam! Oct 15 10:04:49.960 INFO kablam! warning: unused import: `std::env` Oct 15 10:04:49.960 INFO kablam! --> src/dirmando.rs:2:5 Oct 15 10:04:49.961 INFO kablam! | Oct 15 10:04:49.961 INFO kablam! 2 | use std::env; Oct 15 10:04:49.961 INFO kablam! | ^^^^^^^^ Oct 15 10:04:49.961 INFO kablam! Oct 15 10:04:50.123 INFO kablam! warning: unused variable: `currentDirectory` Oct 15 10:04:50.123 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:04:50.123 INFO kablam! | Oct 15 10:04:50.123 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:50.123 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 15 10:04:50.123 INFO kablam! | Oct 15 10:04:50.123 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:04:50.123 INFO kablam! Oct 15 10:04:50.123 INFO kablam! warning: unused variable: `command` Oct 15 10:04:50.123 INFO kablam! --> src/dirmando.rs:24:51 Oct 15 10:04:50.123 INFO kablam! | Oct 15 10:04:50.123 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:50.123 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 15 10:04:50.123 INFO kablam! Oct 15 10:04:50.175 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 15 10:04:50.175 INFO kablam! --> src/dirmando.rs:14:1 Oct 15 10:04:50.175 INFO kablam! | Oct 15 10:04:50.175 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:04:50.175 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 15 10:04:50.175 INFO kablam! 16 | | let mut contents = String::new(); Oct 15 10:04:50.175 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 15 10:04:50.175 INFO kablam! 18 | | Oct 15 10:04:50.175 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 15 10:04:50.175 INFO kablam! 20 | | } Oct 15 10:04:50.175 INFO kablam! | |_^ Oct 15 10:04:50.175 INFO kablam! | Oct 15 10:04:50.175 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:04:50.175 INFO kablam! Oct 15 10:04:50.175 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 15 10:04:50.175 INFO kablam! --> src/dirmando.rs:14:17 Oct 15 10:04:50.175 INFO kablam! | Oct 15 10:04:50.175 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:04:50.175 INFO kablam! | ^^^^^^^^ Oct 15 10:04:50.175 INFO kablam! Oct 15 10:04:50.175 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:04:50.175 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:04:50.175 INFO kablam! | Oct 15 10:04:50.175 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:50.175 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:04:50.175 INFO kablam! Oct 15 10:04:50.175 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:04:50.175 INFO kablam! --> src/dirmando.rs:28:24 Oct 15 10:04:50.175 INFO kablam! | Oct 15 10:04:50.176 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 15 10:04:50.176 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:04:50.176 INFO kablam! Oct 15 10:04:50.176 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 15 10:04:50.176 INFO kablam! --> src/main.rs:56:13 Oct 15 10:04:50.176 INFO kablam! | Oct 15 10:04:50.176 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 15 10:04:50.176 INFO kablam! | ^^^^^^^^^^ Oct 15 10:04:50.176 INFO kablam! Oct 15 10:04:50.176 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 15 10:04:50.176 INFO kablam! --> src/main.rs:58:13 Oct 15 10:04:50.176 INFO kablam! | Oct 15 10:04:50.176 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 15 10:04:50.176 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:04:50.176 INFO kablam! Oct 15 10:04:51.990 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.28s Oct 15 10:04:52.003 INFO kablam! su: No module specific data is present Oct 15 10:04:53.159 INFO running `"docker" "rm" "-f" "89ae7809f8859a65b827818f9f485167b34850d73a1aa89ee9b9d84d447f3e8d"` Oct 15 10:04:53.493 INFO blam! 89ae7809f8859a65b827818f9f485167b34850d73a1aa89ee9b9d84d447f3e8d Oct 15 10:04:53.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:04:53.899 INFO blam! b27d20f361fd16e9c5c1753e864a86144f9bf3bc2fab48482febc1b77c569483 Oct 15 10:04:53.909 INFO running `"docker" "start" "-a" "b27d20f361fd16e9c5c1753e864a86144f9bf3bc2fab48482febc1b77c569483"` Oct 15 10:04:55.027 INFO kablam! usermod: no changes Oct 15 10:04:55.143 INFO kablam! Compiling dirmando v0.1.0 (/source) Oct 15 10:04:56.032 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:04:56.036 INFO kablam! --> src/main.rs:10:5 Oct 15 10:04:56.036 INFO kablam! | Oct 15 10:04:56.036 INFO kablam! 10 | use std::collections::HashMap; Oct 15 10:04:56.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:04:56.036 INFO kablam! | Oct 15 10:04:56.037 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:04:56.037 INFO kablam! Oct 15 10:04:56.037 INFO kablam! warning: unused import: `std::env` Oct 15 10:04:56.037 INFO kablam! --> src/dirmando.rs:2:5 Oct 15 10:04:56.037 INFO kablam! | Oct 15 10:04:56.037 INFO kablam! 2 | use std::env; Oct 15 10:04:56.037 INFO kablam! | ^^^^^^^^ Oct 15 10:04:56.037 INFO kablam! Oct 15 10:04:56.135 INFO kablam! warning: unused variable: `currentDirectory` Oct 15 10:04:56.135 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:04:56.135 INFO kablam! | Oct 15 10:04:56.135 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:56.135 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_currentDirectory` instead Oct 15 10:04:56.135 INFO kablam! | Oct 15 10:04:56.135 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:04:56.135 INFO kablam! Oct 15 10:04:56.135 INFO kablam! warning: unused variable: `command` Oct 15 10:04:56.135 INFO kablam! --> src/dirmando.rs:24:51 Oct 15 10:04:56.135 INFO kablam! | Oct 15 10:04:56.135 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:56.135 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 15 10:04:56.135 INFO kablam! Oct 15 10:04:56.199 INFO kablam! warning: function `fromFile` should have a snake case name such as `from_file` Oct 15 10:04:56.199 INFO kablam! --> src/dirmando.rs:14:1 Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! 14 | / pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:04:56.199 INFO kablam! 15 | | let mut f = File::open(filePath).expect("file not found"); Oct 15 10:04:56.199 INFO kablam! 16 | | let mut contents = String::new(); Oct 15 10:04:56.199 INFO kablam! 17 | | f.read_to_string(&mut contents).expect("something went wrong reading the file"); Oct 15 10:04:56.199 INFO kablam! 18 | | Oct 15 10:04:56.199 INFO kablam! 19 | | serde_json::from_str(&contents).unwrap() Oct 15 10:04:56.199 INFO kablam! 20 | | } Oct 15 10:04:56.199 INFO kablam! | |_^ Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:04:56.199 INFO kablam! Oct 15 10:04:56.199 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 15 10:04:56.199 INFO kablam! --> src/dirmando.rs:14:17 Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! 14 | pub fn fromFile(filePath: &str) -> Dirmando { Oct 15 10:04:56.199 INFO kablam! | ^^^^^^^^ Oct 15 10:04:56.199 INFO kablam! Oct 15 10:04:56.199 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:04:56.199 INFO kablam! --> src/dirmando.rs:24:24 Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! 24 | pub fn save(&self, currentDirectory: &String, command: &String) { Oct 15 10:04:56.199 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:04:56.199 INFO kablam! Oct 15 10:04:56.199 INFO kablam! warning: variable `currentDirectory` should have a snake case name such as `current_directory` Oct 15 10:04:56.199 INFO kablam! --> src/dirmando.rs:28:24 Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! 28 | pub fn load(&self, currentDirectory: &String) -> Option<&Vec> { Oct 15 10:04:56.199 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:04:56.199 INFO kablam! Oct 15 10:04:56.199 INFO kablam! warning: variable `currentDir` should have a snake case name such as `current_dir` Oct 15 10:04:56.199 INFO kablam! --> src/main.rs:56:13 Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! 56 | let currentDir = String::from(current_dir().unwrap().to_str().unwrap()); Oct 15 10:04:56.199 INFO kablam! | ^^^^^^^^^^ Oct 15 10:04:56.199 INFO kablam! Oct 15 10:04:56.199 INFO kablam! warning: variable `commandosOpt` should have a snake case name such as `commandos_opt` Oct 15 10:04:56.199 INFO kablam! --> src/main.rs:58:13 Oct 15 10:04:56.199 INFO kablam! | Oct 15 10:04:56.199 INFO kablam! 58 | let commandosOpt = dm.load(¤tDir); Oct 15 10:04:56.199 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:04:56.199 INFO kablam! Oct 15 10:04:56.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 15 10:04:56.751 INFO kablam! su: No module specific data is present Oct 15 10:04:57.420 INFO running `"docker" "rm" "-f" "b27d20f361fd16e9c5c1753e864a86144f9bf3bc2fab48482febc1b77c569483"` Oct 15 10:04:57.640 INFO blam! b27d20f361fd16e9c5c1753e864a86144f9bf3bc2fab48482febc1b77c569483 Oct 15 10:04:57.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:04:58.023 INFO blam! dd3375b6b518c39ab8a2ad31e7f75b313a7fcbcb7a3cbf10bf3f45001159f56d Oct 15 10:04:58.025 INFO running `"docker" "start" "-a" "dd3375b6b518c39ab8a2ad31e7f75b313a7fcbcb7a3cbf10bf3f45001159f56d"` Oct 15 10:04:59.204 INFO kablam! usermod: no changes Oct 15 10:04:59.306 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 10:04:59.321 INFO kablam! Running /target/debug/deps/dirmando-c31bab6d1d88cf5c Oct 15 10:04:59.322 INFO blam! Oct 15 10:04:59.322 INFO blam! running 0 tests Oct 15 10:04:59.322 INFO blam! Oct 15 10:04:59.322 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:04:59.322 INFO blam! Oct 15 10:04:59.336 INFO kablam! su: No module specific data is present Oct 15 10:05:00.115 INFO running `"docker" "rm" "-f" "dd3375b6b518c39ab8a2ad31e7f75b313a7fcbcb7a3cbf10bf3f45001159f56d"` Oct 15 10:05:00.335 INFO blam! dd3375b6b518c39ab8a2ad31e7f75b313a7fcbcb7a3cbf10bf3f45001159f56d