Oct 15 02:36:11.976 INFO testing bike-barn/hermit against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:36:11.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 02:36:12.444 INFO blam! 350ba5bd564f914f868436d6b46eaa24c3086378659888f65be6c67736456117 Oct 15 02:36:12.455 INFO running `"docker" "start" "-a" "350ba5bd564f914f868436d6b46eaa24c3086378659888f65be6c67736456117"` Oct 15 02:36:13.644 INFO kablam! usermod: no changes Oct 15 02:36:13.856 INFO kablam! Compiling error-chain v0.10.0 Oct 15 02:36:13.857 INFO kablam! Compiling toml v0.2.1 Oct 15 02:36:13.859 INFO kablam! Compiling curl-sys v0.4.1 Oct 15 02:36:13.859 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 15 02:36:13.859 INFO kablam! Compiling atty v0.2.6 Oct 15 02:36:13.863 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 15 02:36:13.863 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 15 02:36:13.863 INFO kablam! Compiling libgit2-sys v0.7.4 Oct 15 02:36:15.887 INFO kablam! Compiling clap v2.32.0 Oct 15 02:36:22.495 INFO kablam! Compiling idna v0.1.4 Oct 15 02:36:23.028 INFO kablam! Compiling metadeps v1.1.2 Oct 15 02:36:25.667 INFO kablam! Compiling backtrace v0.3.9 Oct 15 02:36:26.148 INFO kablam! Compiling openssl-sys v0.9.6 Oct 15 02:36:28.443 INFO kablam! Compiling failure v0.1.1 Oct 15 02:36:30.967 INFO kablam! Compiling url v1.6.0 Oct 15 02:37:16.327 INFO kablam! Compiling git2 v0.7.2 Oct 15 02:37:26.095 INFO kablam! Compiling hermit v0.0.1 (/source) Oct 15 02:37:27.335 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 02:37:27.335 INFO kablam! --> src/env.rs:4:9 Oct 15 02:37:27.335 INFO kablam! | Oct 15 02:37:27.335 INFO kablam! 4 | pub use std::env::home_dir; Oct 15 02:37:27.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 02:37:27.335 INFO kablam! | Oct 15 02:37:27.336 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 02:37:27.336 INFO kablam! Oct 15 02:37:27.336 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 02:37:27.336 INFO kablam! --> src/env.rs:23:5 Oct 15 02:37:27.336 INFO kablam! | Oct 15 02:37:27.336 INFO kablam! 23 | env::home_dir().map(|home| home.join(".config/hermit")) Oct 15 02:37:27.336 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:37:27.336 INFO kablam! Oct 15 02:37:27.336 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 02:37:27.336 INFO kablam! --> src/main.rs:56:20 Oct 15 02:37:27.336 INFO kablam! | Oct 15 02:37:27.336 INFO kablam! 56 | let home_dir = env::home_dir().expect("Could not determine home directory."); Oct 15 02:37:27.336 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:37:27.336 INFO kablam! Oct 15 02:37:27.553 INFO kablam! warning: method is never used: `path_for` Oct 15 02:37:27.553 INFO kablam! --> src/shell.rs:22:5 Oct 15 02:37:27.553 INFO kablam! | Oct 15 02:37:27.553 INFO kablam! 22 | pub fn path_for(&self, filename: &str) -> PathBuf { Oct 15 02:37:27.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:37:27.553 INFO kablam! | Oct 15 02:37:27.553 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:37:27.553 INFO kablam! Oct 15 02:37:27.553 INFO kablam! warning: variant is never constructed: `MkDir` Oct 15 02:37:27.553 INFO kablam! --> src/file_operations.rs:9:5 Oct 15 02:37:27.553 INFO kablam! | Oct 15 02:37:27.553 INFO kablam! 9 | MkDir(PathBuf), Oct 15 02:37:27.553 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 02:37:27.553 INFO kablam! Oct 15 02:37:27.555 INFO kablam! warning: method is never used: `operations` Oct 15 02:37:27.555 INFO kablam! --> src/file_operations.rs:60:5 Oct 15 02:37:27.555 INFO kablam! | Oct 15 02:37:27.555 INFO kablam! 60 | pub fn operations(&self) -> &Vec { Oct 15 02:37:27.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:37:27.555 INFO kablam! Oct 15 02:37:27.555 INFO kablam! warning: method is never used: `create_dir` Oct 15 02:37:27.555 INFO kablam! --> src/file_operations.rs:64:5 Oct 15 02:37:27.555 INFO kablam! | Oct 15 02:37:27.555 INFO kablam! 64 | pub fn create_dir(&mut self, name: impl AsRef) { Oct 15 02:37:27.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:37:27.555 INFO kablam! Oct 15 02:37:27.555 INFO kablam! warning: missing documentation for crate Oct 15 02:37:27.555 INFO kablam! --> src/main.rs:1:1 Oct 15 02:37:27.555 INFO kablam! | Oct 15 02:37:27.555 INFO kablam! 1 | / #![warn(missing_docs)] Oct 15 02:37:27.556 INFO kablam! 2 | | extern crate clap; Oct 15 02:37:27.556 INFO kablam! 3 | | extern crate failure; Oct 15 02:37:27.556 INFO kablam! 4 | | #[macro_use] Oct 15 02:37:27.556 INFO kablam! ... | Oct 15 02:37:27.556 INFO kablam! 233 | | Err(Error::SubcommandNotImplemented(name)) Oct 15 02:37:27.556 INFO kablam! 234 | | } Oct 15 02:37:27.556 INFO kablam! | |_^ Oct 15 02:37:27.556 INFO kablam! | Oct 15 02:37:27.556 INFO kablam! note: lint level defined here Oct 15 02:37:27.556 INFO kablam! --> src/main.rs:1:9 Oct 15 02:37:27.556 INFO kablam! | Oct 15 02:37:27.556 INFO kablam! 1 | #![warn(missing_docs)] Oct 15 02:37:27.556 INFO kablam! | ^^^^^^^^^^^^ Oct 15 02:37:27.556 INFO kablam! Oct 15 02:37:30.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 15 02:37:30.034 INFO kablam! su: No module specific data is present Oct 15 02:37:31.932 INFO running `"docker" "rm" "-f" "350ba5bd564f914f868436d6b46eaa24c3086378659888f65be6c67736456117"` Oct 15 02:37:32.335 INFO blam! 350ba5bd564f914f868436d6b46eaa24c3086378659888f65be6c67736456117 Oct 15 02:37:32.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 02:37:32.979 INFO blam! 231cbe074936efba5b6e414ac0895eb6b10cf0ea04e301dad9ead2567a5c3e61 Oct 15 02:37:32.982 INFO running `"docker" "start" "-a" "231cbe074936efba5b6e414ac0895eb6b10cf0ea04e301dad9ead2567a5c3e61"` Oct 15 02:37:35.091 INFO kablam! usermod: no changes Oct 15 02:37:35.275 INFO kablam! Compiling hermit v0.0.1 (/source) Oct 15 02:37:36.504 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 02:37:36.504 INFO kablam! --> src/env.rs:4:9 Oct 15 02:37:36.504 INFO kablam! | Oct 15 02:37:36.504 INFO kablam! 4 | pub use std::env::home_dir; Oct 15 02:37:36.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 02:37:36.504 INFO kablam! | Oct 15 02:37:36.504 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 02:37:36.504 INFO kablam! Oct 15 02:37:36.504 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 02:37:36.504 INFO kablam! --> src/env.rs:23:5 Oct 15 02:37:36.504 INFO kablam! | Oct 15 02:37:36.504 INFO kablam! 23 | env::home_dir().map(|home| home.join(".config/hermit")) Oct 15 02:37:36.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:37:36.504 INFO kablam! Oct 15 02:37:36.504 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 02:37:36.504 INFO kablam! --> src/main.rs:56:20 Oct 15 02:37:36.504 INFO kablam! | Oct 15 02:37:36.504 INFO kablam! 56 | let home_dir = env::home_dir().expect("Could not determine home directory."); Oct 15 02:37:36.505 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:37:36.505 INFO kablam! Oct 15 02:37:40.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.06s Oct 15 02:37:40.205 INFO kablam! su: No module specific data is present Oct 15 02:37:41.814 INFO running `"docker" "rm" "-f" "231cbe074936efba5b6e414ac0895eb6b10cf0ea04e301dad9ead2567a5c3e61"` Oct 15 02:37:42.211 INFO blam! 231cbe074936efba5b6e414ac0895eb6b10cf0ea04e301dad9ead2567a5c3e61