Oct 15 04:56:33.696 INFO testing afnanenayet/Enayet-Shell against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:56:33.696 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:56:34.239 INFO blam! 11c5d92cf19b159b431a973739abb93b10ca6739f8d5aa85c8b797f2c588edf8 Oct 15 04:56:34.243 INFO running `"docker" "start" "-a" "11c5d92cf19b159b431a973739abb93b10ca6739f8d5aa85c8b797f2c588edf8"` Oct 15 04:56:35.503 INFO kablam! usermod: no changes Oct 15 04:56:35.559 INFO kablam! Compiling ensh v0.4.2 (/source) Oct 15 04:56:35.935 INFO kablam! warning: unused import: `DEFAULT_PATHS` Oct 15 04:56:35.935 INFO kablam! --> src/parser/config.rs:11:32 Oct 15 04:56:35.935 INFO kablam! | Oct 15 04:56:35.935 INFO kablam! 11 | use consts::{DEF_CONFIG_FNAME, DEFAULT_PATHS}; Oct 15 04:56:35.935 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:56:35.935 INFO kablam! | Oct 15 04:56:35.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:56:35.935 INFO kablam! Oct 15 04:56:35.942 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 15 04:56:35.943 INFO kablam! --> src/parser/mod.rs:10:5 Oct 15 04:56:35.943 INFO kablam! | Oct 15 04:56:35.943 INFO kablam! 10 | use std::env::home_dir; Oct 15 04:56:35.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:56:35.943 INFO kablam! | Oct 15 04:56:35.943 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 04:56:35.943 INFO kablam! Oct 15 04:56:35.943 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 15 04:56:35.943 INFO kablam! --> src/parser/mod.rs:41:20 Oct 15 04:56:35.943 INFO kablam! | Oct 15 04:56:35.943 INFO kablam! 41 | let home_dir = home_dir().unwrap(); Oct 15 04:56:35.943 INFO kablam! | ^^^^^^^^ Oct 15 04:56:35.943 INFO kablam! Oct 15 04:56:35.943 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 15 04:56:35.943 INFO kablam! --> src/parser/mod.rs:65:16 Oct 15 04:56:35.943 INFO kablam! | Oct 15 04:56:35.946 INFO kablam! 65 | let home = home_dir(); Oct 15 04:56:35.947 INFO kablam! | ^^^^^^^^ Oct 15 04:56:35.947 INFO kablam! Oct 15 04:56:36.043 INFO kablam! warning: unused variable: `output_str` Oct 15 04:56:36.043 INFO kablam! --> src/cmd_dispatch.rs:61:13 Oct 15 04:56:36.043 INFO kablam! | Oct 15 04:56:36.043 INFO kablam! 61 | let output_str = from_utf8(&output.stdout.as_slice()).unwrap(); Oct 15 04:56:36.043 INFO kablam! | ^^^^^^^^^^ help: consider using `_output_str` instead Oct 15 04:56:36.043 INFO kablam! | Oct 15 04:56:36.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:56:36.043 INFO kablam! Oct 15 04:56:36.067 INFO kablam! warning: function is never used: `print_err` Oct 15 04:56:36.071 INFO kablam! --> src/interface.rs:16:1 Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! 16 | pub fn print_err(output: &str) { Oct 15 04:56:36.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:56:36.071 INFO kablam! Oct 15 04:56:36.071 INFO kablam! warning: function is never used: `verify_path` Oct 15 04:56:36.071 INFO kablam! --> src/parser/mod.rs:17:1 Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! 17 | pub fn verify_path(path: &str) -> bool { Oct 15 04:56:36.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:36.071 INFO kablam! Oct 15 04:56:36.071 INFO kablam! warning: function is never used: `condense_path` Oct 15 04:56:36.071 INFO kablam! --> src/parser/mod.rs:48:1 Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! 48 | pub fn condense_path(path: &str) -> Result { Oct 15 04:56:36.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:36.071 INFO kablam! Oct 15 04:56:36.071 INFO kablam! warning: function is never used: `get_home_str` Oct 15 04:56:36.071 INFO kablam! --> src/parser/mod.rs:64:1 Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! 64 | fn get_home_str() -> Option { Oct 15 04:56:36.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:36.071 INFO kablam! Oct 15 04:56:36.071 INFO kablam! warning: method is never used: `default` Oct 15 04:56:36.071 INFO kablam! --> src/shell.rs:48:5 Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! 48 | fn default() -> Shell { Oct 15 04:56:36.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:36.071 INFO kablam! Oct 15 04:56:36.071 INFO kablam! warning: method is never used: `set_paths` Oct 15 04:56:36.071 INFO kablam! --> src/shell.rs:102:5 Oct 15 04:56:36.071 INFO kablam! | Oct 15 04:56:36.071 INFO kablam! 102 | pub fn set_paths(&mut self, paths: Vec) { Oct 15 04:56:36.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:36.071 INFO kablam! Oct 15 04:56:38.250 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 15 04:56:38.254 INFO kablam! su: No module specific data is present Oct 15 04:56:39.291 INFO running `"docker" "rm" "-f" "11c5d92cf19b159b431a973739abb93b10ca6739f8d5aa85c8b797f2c588edf8"` Oct 15 04:56:39.564 INFO blam! 11c5d92cf19b159b431a973739abb93b10ca6739f8d5aa85c8b797f2c588edf8 Oct 15 04:56:39.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:56:40.140 INFO blam! b4074678c987ad79eb2c73c307d82c54290f4e54c46e1c771dced922962b362f Oct 15 04:56:40.143 INFO running `"docker" "start" "-a" "b4074678c987ad79eb2c73c307d82c54290f4e54c46e1c771dced922962b362f"` Oct 15 04:56:41.436 INFO kablam! usermod: no changes Oct 15 04:56:41.503 INFO kablam! Compiling ensh v0.4.2 (/source) Oct 15 04:56:42.035 INFO kablam! warning: unused import: `std::env::temp_dir` Oct 15 04:56:42.035 INFO kablam! --> src/shell.rs:117:9 Oct 15 04:56:42.035 INFO kablam! | Oct 15 04:56:42.035 INFO kablam! 117 | use std::env::temp_dir; Oct 15 04:56:42.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.035 INFO kablam! | Oct 15 04:56:42.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:56:42.035 INFO kablam! Oct 15 04:56:42.035 INFO kablam! warning: unused import: `super::parser::config::create_default_config` Oct 15 04:56:42.035 INFO kablam! --> src/shell.rs:118:9 Oct 15 04:56:42.035 INFO kablam! | Oct 15 04:56:42.035 INFO kablam! 118 | use super::parser::config::create_default_config; Oct 15 04:56:42.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.035 INFO kablam! Oct 15 04:56:42.055 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 15 04:56:42.055 INFO kablam! --> src/parser/mod.rs:10:5 Oct 15 04:56:42.055 INFO kablam! | Oct 15 04:56:42.055 INFO kablam! 10 | use std::env::home_dir; Oct 15 04:56:42.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.055 INFO kablam! | Oct 15 04:56:42.055 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 04:56:42.055 INFO kablam! Oct 15 04:56:42.055 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 15 04:56:42.055 INFO kablam! --> src/parser/mod.rs:41:20 Oct 15 04:56:42.055 INFO kablam! | Oct 15 04:56:42.055 INFO kablam! 41 | let home_dir = home_dir().unwrap(); Oct 15 04:56:42.055 INFO kablam! | ^^^^^^^^ Oct 15 04:56:42.055 INFO kablam! Oct 15 04:56:42.055 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 15 04:56:42.055 INFO kablam! --> src/parser/mod.rs:65:16 Oct 15 04:56:42.055 INFO kablam! | Oct 15 04:56:42.055 INFO kablam! 65 | let home = home_dir(); Oct 15 04:56:42.055 INFO kablam! | ^^^^^^^^ Oct 15 04:56:42.055 INFO kablam! Oct 15 04:56:42.215 INFO kablam! warning: unused variable: `output_str` Oct 15 04:56:42.215 INFO kablam! --> src/cmd_dispatch.rs:61:13 Oct 15 04:56:42.215 INFO kablam! | Oct 15 04:56:42.215 INFO kablam! 61 | let output_str = from_utf8(&output.stdout.as_slice()).unwrap(); Oct 15 04:56:42.215 INFO kablam! | ^^^^^^^^^^ help: consider using `_output_str` instead Oct 15 04:56:42.215 INFO kablam! | Oct 15 04:56:42.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:56:42.215 INFO kablam! Oct 15 04:56:42.215 INFO kablam! warning: unused variable: `shell` Oct 15 04:56:42.215 INFO kablam! --> src/shell.rs:133:13 Oct 15 04:56:42.215 INFO kablam! | Oct 15 04:56:42.215 INFO kablam! 133 | let shell = Shell::default(); Oct 15 04:56:42.215 INFO kablam! | ^^^^^ help: consider using `_shell` instead Oct 15 04:56:42.215 INFO kablam! Oct 15 04:56:42.215 INFO kablam! warning: unused variable: `shell` Oct 15 04:56:42.215 INFO kablam! --> src/lib.rs:146:13 Oct 15 04:56:42.215 INFO kablam! | Oct 15 04:56:42.215 INFO kablam! 146 | let shell = init_shell(Some(config_fp)); Oct 15 04:56:42.215 INFO kablam! | ^^^^^ help: consider using `_shell` instead Oct 15 04:56:42.215 INFO kablam! Oct 15 04:56:42.272 INFO kablam! warning: function is never used: `verify_path` Oct 15 04:56:42.272 INFO kablam! --> src/parser/mod.rs:17:1 Oct 15 04:56:42.272 INFO kablam! | Oct 15 04:56:42.272 INFO kablam! 17 | pub fn verify_path(path: &str) -> bool { Oct 15 04:56:42.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.272 INFO kablam! | Oct 15 04:56:42.272 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:56:42.272 INFO kablam! Oct 15 04:56:42.272 INFO kablam! warning: method is never used: `set_paths` Oct 15 04:56:42.272 INFO kablam! --> src/shell.rs:102:5 Oct 15 04:56:42.272 INFO kablam! | Oct 15 04:56:42.272 INFO kablam! 102 | pub fn set_paths(&mut self, paths: Vec) { Oct 15 04:56:42.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.272 INFO kablam! Oct 15 04:56:42.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:56:42.285 INFO kablam! --> src/shell.rs:146:9 Oct 15 04:56:42.285 INFO kablam! | Oct 15 04:56:42.285 INFO kablam! 146 | parser::config::create_default_config(&fp_str, &def_paths_vec); Oct 15 04:56:42.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.285 INFO kablam! | Oct 15 04:56:42.285 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:56:42.285 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:56:42.285 INFO kablam! Oct 15 04:56:42.285 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:56:42.285 INFO kablam! --> src/lib.rs:143:9 Oct 15 04:56:42.285 INFO kablam! | Oct 15 04:56:42.285 INFO kablam! 143 | super::parser::config::create_default_config(config_fp, &config_vec); Oct 15 04:56:42.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:56:42.285 INFO kablam! | Oct 15 04:56:42.285 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:56:42.285 INFO kablam! Oct 15 04:56:44.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.54s Oct 15 04:56:44.004 INFO kablam! su: No module specific data is present Oct 15 04:56:44.650 INFO running `"docker" "rm" "-f" "b4074678c987ad79eb2c73c307d82c54290f4e54c46e1c771dced922962b362f"` Oct 15 04:56:44.981 INFO blam! b4074678c987ad79eb2c73c307d82c54290f4e54c46e1c771dced922962b362f