Oct 10 20:29:45.863 INFO testing k0pernicus/gyro against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:29:45.863 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:29:45.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 20:29:46.008 INFO blam! 2a8146a7c95452367fae56eac36cf70f99510fc7d3ea489edc734036f095498e Oct 10 20:29:46.008 INFO running `"docker" "start" "-a" "2a8146a7c95452367fae56eac36cf70f99510fc7d3ea489edc734036f095498e"` Oct 10 20:29:46.534 INFO kablam! usermod: no changes Oct 10 20:29:46.675 INFO kablam! Compiling time v0.1.36 Oct 10 20:29:46.675 INFO kablam! Compiling same-file v0.1.2 Oct 10 20:29:46.675 INFO kablam! Compiling metadeps v1.1.1 Oct 10 20:29:46.675 INFO kablam! Compiling libz-sys v1.0.12 Oct 10 20:29:47.781 INFO kablam! Compiling walkdir v1.0.7 Oct 10 20:29:48.392 INFO kablam! Compiling openssl-sys v0.9.6 Oct 10 20:29:48.765 INFO kablam! Compiling chrono v0.2.25 Oct 10 20:29:51.366 INFO kablam! Compiling curl-sys v0.3.7 Oct 10 20:29:51.366 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 10 20:30:00.344 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 10 20:30:15.892 INFO kablam! Compiling git2 v0.6.4 Oct 10 20:30:23.004 INFO kablam! Compiling gyro v0.1.0 (/source) Oct 10 20:30:24.884 INFO kablam! warning: static item is never used: `CLEAN_LABEL` Oct 10 20:30:24.885 INFO kablam! --> src/git.rs:9:1 Oct 10 20:30:24.885 INFO kablam! | Oct 10 20:30:24.885 INFO kablam! 9 | static CLEAN_LABEL: &'static str = "CLEAN"; Oct 10 20:30:24.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:30:24.885 INFO kablam! | Oct 10 20:30:24.885 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:30:24.885 INFO kablam! Oct 10 20:30:24.885 INFO kablam! warning: static item is never used: `DIRTY_LABEL` Oct 10 20:30:24.885 INFO kablam! --> src/git.rs:14:1 Oct 10 20:30:24.885 INFO kablam! | Oct 10 20:30:24.885 INFO kablam! 14 | static DIRTY_LABEL: &'static str = "DIRTY"; Oct 10 20:30:24.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:30:24.885 INFO kablam! Oct 10 20:30:24.885 INFO kablam! warning: static item is never used: `CONFIGURATION_FILE_NAME_BUP` Oct 10 20:30:24.885 INFO kablam! --> src/lib.rs:28:1 Oct 10 20:30:24.885 INFO kablam! | Oct 10 20:30:24.885 INFO kablam! 28 | static CONFIGURATION_FILE_NAME_BUP: &'static str = ".gyro.new"; Oct 10 20:30:24.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:30:24.885 INFO kablam! Oct 10 20:30:30.320 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 10 20:30:30.320 INFO kablam! --> src/main.rs:55:45 Oct 10 20:30:30.320 INFO kablam! | Oct 10 20:30:30.320 INFO kablam! 55 | let mut configuration_file_path = match env::home_dir() { Oct 10 20:30:30.320 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:30:30.320 INFO kablam! | Oct 10 20:30:30.320 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:30:30.320 INFO kablam! Oct 10 20:30:30.320 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 10 20:30:30.320 INFO kablam! --> src/main.rs:159:58 Oct 10 20:30:30.320 INFO kablam! | Oct 10 20:30:30.320 INFO kablam! 159 | find_git_repositories(&mut gitpath_directories, &env::home_dir().unwrap()); Oct 10 20:30:30.320 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:30:30.320 INFO kablam! Oct 10 20:30:30.384 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 10 20:30:30.384 INFO kablam! --> src/main.rs:94:33 Oct 10 20:30:30.384 INFO kablam! | Oct 10 20:30:30.384 INFO kablam! 94 | let based_key = key.slice_unchecked(category_separator_index.unwrap() + 1, key.len()) Oct 10 20:30:30.384 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:30:30.384 INFO kablam! Oct 10 20:30:33.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.95s Oct 10 20:30:33.524 INFO kablam! su: No module specific data is present Oct 10 20:30:34.331 INFO running `"docker" "rm" "-f" "2a8146a7c95452367fae56eac36cf70f99510fc7d3ea489edc734036f095498e"` Oct 10 20:30:34.572 INFO blam! 2a8146a7c95452367fae56eac36cf70f99510fc7d3ea489edc734036f095498e Oct 10 20:30:34.581 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:30:34.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 20:30:35.013 INFO blam! 5f604c5bb4c4ba6f77b67c2544cda242bf9998ceca99cfeac16ca27ffe916c78 Oct 10 20:30:35.021 INFO running `"docker" "start" "-a" "5f604c5bb4c4ba6f77b67c2544cda242bf9998ceca99cfeac16ca27ffe916c78"` Oct 10 20:30:35.978 INFO kablam! usermod: no changes Oct 10 20:30:36.094 INFO kablam! Compiling gyro v0.1.0 (/source) Oct 10 20:30:38.438 INFO kablam! warning: static item is never used: `CLEAN_LABEL` Oct 10 20:30:38.439 INFO kablam! --> src/git.rs:9:1 Oct 10 20:30:38.439 INFO kablam! | Oct 10 20:30:38.439 INFO kablam! 9 | static CLEAN_LABEL: &'static str = "CLEAN"; Oct 10 20:30:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:30:38.440 INFO kablam! | Oct 10 20:30:38.440 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:30:38.441 INFO kablam! Oct 10 20:30:38.441 INFO kablam! warning: static item is never used: `DIRTY_LABEL` Oct 10 20:30:38.441 INFO kablam! --> src/git.rs:14:1 Oct 10 20:30:38.441 INFO kablam! | Oct 10 20:30:38.442 INFO kablam! 14 | static DIRTY_LABEL: &'static str = "DIRTY"; Oct 10 20:30:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:30:38.442 INFO kablam! Oct 10 20:30:38.443 INFO kablam! warning: static item is never used: `CONFIGURATION_FILE_NAME_BUP` Oct 10 20:30:38.443 INFO kablam! --> src/lib.rs:28:1 Oct 10 20:30:38.443 INFO kablam! | Oct 10 20:30:38.444 INFO kablam! 28 | static CONFIGURATION_FILE_NAME_BUP: &'static str = ".gyro.new"; Oct 10 20:30:38.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:30:38.444 INFO kablam! Oct 10 20:30:38.809 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 10 20:30:38.809 INFO kablam! --> src/main.rs:55:45 Oct 10 20:30:38.810 INFO kablam! | Oct 10 20:30:38.810 INFO kablam! 55 | let mut configuration_file_path = match env::home_dir() { Oct 10 20:30:38.810 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:30:38.811 INFO kablam! | Oct 10 20:30:38.811 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:30:38.811 INFO kablam! Oct 10 20:30:38.812 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 10 20:30:38.812 INFO kablam! --> src/main.rs:159:58 Oct 10 20:30:38.812 INFO kablam! | Oct 10 20:30:38.813 INFO kablam! 159 | find_git_repositories(&mut gitpath_directories, &env::home_dir().unwrap()); Oct 10 20:30:38.813 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:30:38.815 INFO kablam! Oct 10 20:30:38.869 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 10 20:30:38.869 INFO kablam! --> src/main.rs:94:33 Oct 10 20:30:38.870 INFO kablam! | Oct 10 20:30:38.870 INFO kablam! 94 | let based_key = key.slice_unchecked(category_separator_index.unwrap() + 1, key.len()) Oct 10 20:30:38.870 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:30:38.871 INFO kablam! Oct 10 20:30:39.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.55s Oct 10 20:30:39.573 INFO kablam! su: No module specific data is present Oct 10 20:30:40.098 INFO running `"docker" "rm" "-f" "5f604c5bb4c4ba6f77b67c2544cda242bf9998ceca99cfeac16ca27ffe916c78"` Oct 10 20:30:40.307 INFO blam! 5f604c5bb4c4ba6f77b67c2544cda242bf9998ceca99cfeac16ca27ffe916c78 Oct 10 20:30:40.316 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:30:40.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 20:30:40.800 INFO blam! 004913c2e568e8f92ebcc100d0bfc59be58ba2ed6ae936a26ef3de3468a1cb55 Oct 10 20:30:40.802 INFO running `"docker" "start" "-a" "004913c2e568e8f92ebcc100d0bfc59be58ba2ed6ae936a26ef3de3468a1cb55"` Oct 10 20:30:41.756 INFO kablam! usermod: no changes Oct 10 20:30:41.865 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 20:30:41.884 INFO kablam! Running /target/debug/deps/libgyro-87a999a25052a1e0 Oct 10 20:30:41.886 INFO blam! Oct 10 20:30:41.887 INFO blam! running 0 tests Oct 10 20:30:41.887 INFO blam! Oct 10 20:30:41.887 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:30:41.888 INFO blam! Oct 10 20:30:41.889 INFO kablam! Running /target/debug/deps/gyro-fe4b60fa4a177b3e Oct 10 20:30:41.905 INFO kablam! Doc-tests libgyro Oct 10 20:30:41.905 INFO blam! Oct 10 20:30:41.905 INFO blam! running 0 tests Oct 10 20:30:41.905 INFO blam! Oct 10 20:30:41.905 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:30:41.905 INFO blam! Oct 10 20:30:45.101 INFO blam! Oct 10 20:30:45.101 INFO blam! running 0 tests Oct 10 20:30:45.101 INFO blam! Oct 10 20:30:45.101 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:30:45.101 INFO blam! Oct 10 20:30:45.102 INFO kablam! su: No module specific data is present Oct 10 20:30:45.626 INFO running `"docker" "rm" "-f" "004913c2e568e8f92ebcc100d0bfc59be58ba2ed6ae936a26ef3de3468a1cb55"` Oct 10 20:30:45.928 INFO blam! 004913c2e568e8f92ebcc100d0bfc59be58ba2ed6ae936a26ef3de3468a1cb55