Oct 14 15:48:38.701 INFO testing k0pernicus/gyro against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:48:38.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 15:48:39.048 INFO blam! 942a1bbe0109728f0f15bb25176fc8600c6d4d0b351186e87e5b9ac799e8340c Oct 14 15:48:39.059 INFO running `"docker" "start" "-a" "942a1bbe0109728f0f15bb25176fc8600c6d4d0b351186e87e5b9ac799e8340c"` Oct 14 15:48:40.367 INFO kablam! usermod: no changes Oct 14 15:48:40.561 INFO kablam! Compiling gcc v0.3.42 Oct 14 15:48:40.564 INFO kablam! Compiling unicode-segmentation v1.0.1 Oct 14 15:48:40.571 INFO kablam! Compiling openssl-probe v0.1.0 Oct 14 15:48:40.595 INFO kablam! Compiling toml v0.2.1 Oct 14 15:48:40.599 INFO kablam! Compiling term_size v0.2.1 Oct 14 15:48:40.599 INFO kablam! Compiling same-file v0.1.2 Oct 14 15:48:40.599 INFO kablam! Compiling time v0.1.36 Oct 14 15:48:40.611 INFO kablam! Compiling url v1.4.0 Oct 14 15:48:42.295 INFO kablam! Compiling num v0.1.36 Oct 14 15:48:42.887 INFO kablam! Compiling walkdir v1.0.7 Oct 14 15:48:43.459 INFO kablam! Compiling clap v2.20.0 Oct 14 15:48:48.907 INFO kablam! Compiling cmake v0.1.20 Oct 14 15:48:49.086 INFO kablam! Compiling libz-sys v1.0.12 Oct 14 15:48:49.086 INFO kablam! Compiling curl-sys v0.3.7 Oct 14 15:48:49.360 INFO kablam! Compiling chrono v0.2.25 Oct 14 15:48:51.427 INFO kablam! Compiling metadeps v1.1.1 Oct 14 15:48:51.551 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 14 15:48:51.551 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 14 15:48:54.971 INFO kablam! Compiling openssl-sys v0.9.6 Oct 14 15:49:43.919 INFO kablam! Compiling git2 v0.6.4 Oct 14 15:49:49.670 INFO kablam! Compiling gyro v0.1.0 (/source) Oct 14 15:49:50.148 INFO kablam! warning: static item is never used: `CLEAN_LABEL` Oct 14 15:49:50.148 INFO kablam! --> src/git.rs:9:1 Oct 14 15:49:50.148 INFO kablam! | Oct 14 15:49:50.148 INFO kablam! 9 | static CLEAN_LABEL: &'static str = "CLEAN"; Oct 14 15:49:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:50.148 INFO kablam! | Oct 14 15:49:50.148 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:49:50.148 INFO kablam! Oct 14 15:49:50.148 INFO kablam! warning: static item is never used: `DIRTY_LABEL` Oct 14 15:49:50.148 INFO kablam! --> src/git.rs:14:1 Oct 14 15:49:50.148 INFO kablam! | Oct 14 15:49:50.148 INFO kablam! 14 | static DIRTY_LABEL: &'static str = "DIRTY"; Oct 14 15:49:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:50.148 INFO kablam! Oct 14 15:49:50.148 INFO kablam! warning: static item is never used: `CONFIGURATION_FILE_NAME_BUP` Oct 14 15:49:50.148 INFO kablam! --> src/lib.rs:28:1 Oct 14 15:49:50.148 INFO kablam! | Oct 14 15:49:50.148 INFO kablam! 28 | static CONFIGURATION_FILE_NAME_BUP: &'static str = ".gyro.new"; Oct 14 15:49:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:50.148 INFO kablam! Oct 14 15:49:51.255 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 14 15:49:51.256 INFO kablam! --> src/main.rs:55:45 Oct 14 15:49:51.256 INFO kablam! | Oct 14 15:49:51.256 INFO kablam! 55 | let mut configuration_file_path = match env::home_dir() { Oct 14 15:49:51.256 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:49:51.256 INFO kablam! | Oct 14 15:49:51.256 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:49:51.256 INFO kablam! Oct 14 15:49:51.256 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 14 15:49:51.256 INFO kablam! --> src/main.rs:159:58 Oct 14 15:49:51.256 INFO kablam! | Oct 14 15:49:51.256 INFO kablam! 159 | find_git_repositories(&mut gitpath_directories, &env::home_dir().unwrap()); Oct 14 15:49:51.256 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:49:51.256 INFO kablam! Oct 14 15:49:51.295 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 15:49:51.295 INFO kablam! --> src/main.rs:94:33 Oct 14 15:49:51.295 INFO kablam! | Oct 14 15:49:51.295 INFO kablam! 94 | let based_key = key.slice_unchecked(category_separator_index.unwrap() + 1, key.len()) Oct 14 15:49:51.295 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:49:51.295 INFO kablam! Oct 14 15:49:53.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 14 15:49:53.383 INFO kablam! su: No module specific data is present Oct 14 15:49:53.903 INFO running `"docker" "rm" "-f" "942a1bbe0109728f0f15bb25176fc8600c6d4d0b351186e87e5b9ac799e8340c"` Oct 14 15:49:54.195 INFO blam! 942a1bbe0109728f0f15bb25176fc8600c6d4d0b351186e87e5b9ac799e8340c Oct 14 15:49:54.199 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 15:49:54.389 INFO blam! 232337cbe34de4a80c9fa91f8d6be8d8fcfd0b08e24b9c4ee56fd0ca257e25f7 Oct 14 15:49:54.390 INFO running `"docker" "start" "-a" "232337cbe34de4a80c9fa91f8d6be8d8fcfd0b08e24b9c4ee56fd0ca257e25f7"` Oct 14 15:49:54.900 INFO kablam! usermod: no changes Oct 14 15:49:55.017 INFO kablam! Compiling gyro v0.1.0 (/source) Oct 14 15:49:55.632 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 14 15:49:55.633 INFO kablam! --> src/main.rs:55:45 Oct 14 15:49:55.633 INFO kablam! | Oct 14 15:49:55.633 INFO kablam! 55 | let mut configuration_file_path = match env::home_dir() { Oct 14 15:49:55.633 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:49:55.633 INFO kablam! | Oct 14 15:49:55.633 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:49:55.633 INFO kablam! Oct 14 15:49:55.634 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 14 15:49:55.634 INFO kablam! --> src/main.rs:159:58 Oct 14 15:49:55.634 INFO kablam! | Oct 14 15:49:55.634 INFO kablam! 159 | find_git_repositories(&mut gitpath_directories, &env::home_dir().unwrap()); Oct 14 15:49:55.634 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:49:55.634 INFO kablam! Oct 14 15:49:55.682 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 14 15:49:55.682 INFO kablam! --> src/main.rs:94:33 Oct 14 15:49:55.682 INFO kablam! | Oct 14 15:49:55.682 INFO kablam! 94 | let based_key = key.slice_unchecked(category_separator_index.unwrap() + 1, key.len()) Oct 14 15:49:55.682 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:49:55.682 INFO kablam! Oct 14 15:49:55.819 INFO kablam! warning: static item is never used: `CLEAN_LABEL` Oct 14 15:49:55.819 INFO kablam! --> src/git.rs:9:1 Oct 14 15:49:55.820 INFO kablam! | Oct 14 15:49:55.820 INFO kablam! 9 | static CLEAN_LABEL: &'static str = "CLEAN"; Oct 14 15:49:55.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.820 INFO kablam! | Oct 14 15:49:55.820 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:49:55.820 INFO kablam! Oct 14 15:49:55.820 INFO kablam! warning: static item is never used: `DIRTY_LABEL` Oct 14 15:49:55.820 INFO kablam! --> src/git.rs:14:1 Oct 14 15:49:55.820 INFO kablam! | Oct 14 15:49:55.820 INFO kablam! 14 | static DIRTY_LABEL: &'static str = "DIRTY"; Oct 14 15:49:55.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.820 INFO kablam! Oct 14 15:49:55.820 INFO kablam! warning: static item is never used: `CONFIGURATION_FILE_NAME_BUP` Oct 14 15:49:55.820 INFO kablam! --> src/lib.rs:28:1 Oct 14 15:49:55.820 INFO kablam! | Oct 14 15:49:55.820 INFO kablam! 28 | static CONFIGURATION_FILE_NAME_BUP: &'static str = ".gyro.new"; Oct 14 15:49:55.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.820 INFO kablam! Oct 14 15:49:56.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 14 15:49:56.456 INFO kablam! su: No module specific data is present Oct 14 15:49:56.744 INFO running `"docker" "rm" "-f" "232337cbe34de4a80c9fa91f8d6be8d8fcfd0b08e24b9c4ee56fd0ca257e25f7"` Oct 14 15:49:56.849 INFO blam! 232337cbe34de4a80c9fa91f8d6be8d8fcfd0b08e24b9c4ee56fd0ca257e25f7 Oct 14 15:49:56.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 15:49:57.060 INFO blam! cc75264e3ea42728b2b7d19ce9e95d03592e33d748e6e7a1a5bb899d745af2fb Oct 14 15:49:57.063 INFO running `"docker" "start" "-a" "cc75264e3ea42728b2b7d19ce9e95d03592e33d748e6e7a1a5bb899d745af2fb"` Oct 14 15:49:57.551 INFO kablam! usermod: no changes Oct 14 15:49:57.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 15:49:57.650 INFO kablam! Running /target/debug/deps/libgyro-99faca8643b75a55 Oct 14 15:49:57.652 INFO blam! Oct 14 15:49:57.652 INFO blam! running 0 tests Oct 14 15:49:57.652 INFO blam! Oct 14 15:49:57.652 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:49:57.652 INFO blam! Oct 14 15:49:57.652 INFO kablam! Running /target/debug/deps/gyro-82182d2a500457b6 Oct 14 15:49:57.656 INFO blam! Oct 14 15:49:57.656 INFO blam! running 0 tests Oct 14 15:49:57.656 INFO blam! Oct 14 15:49:57.656 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:49:57.656 INFO blam! Oct 14 15:49:57.658 INFO kablam! Doc-tests libgyro Oct 14 15:49:58.219 INFO blam! Oct 14 15:49:58.219 INFO blam! running 0 tests Oct 14 15:49:58.219 INFO blam! Oct 14 15:49:58.219 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:49:58.219 INFO blam! Oct 14 15:49:58.229 INFO kablam! su: No module specific data is present Oct 14 15:49:58.647 INFO running `"docker" "rm" "-f" "cc75264e3ea42728b2b7d19ce9e95d03592e33d748e6e7a1a5bb899d745af2fb"` Oct 14 15:49:58.843 INFO blam! cc75264e3ea42728b2b7d19ce9e95d03592e33d748e6e7a1a5bb899d745af2fb