Oct 15 05:25:29.097 INFO testing Zebradil/rustotpony against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:25:29.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 05:25:29.693 INFO blam! 9da6c3a07e5df3bbe4a5c34113bb594a56bb9b50538cf3aeac476941b3916c54 Oct 15 05:25:29.695 INFO running `"docker" "start" "-a" "9da6c3a07e5df3bbe4a5c34113bb594a56bb9b50538cf3aeac476941b3916c54"` Oct 15 05:25:31.162 INFO kablam! usermod: no changes Oct 15 05:25:31.385 INFO kablam! Compiling rustc-hex v1.0.0 Oct 15 05:25:31.399 INFO kablam! Compiling base32 v0.3.1 Oct 15 05:25:31.399 INFO kablam! Compiling rust-gmp v0.3.2 Oct 15 05:25:31.403 INFO kablam! Compiling dbus v0.2.3 Oct 15 05:25:31.403 INFO kablam! Compiling rpassword v2.0.0 Oct 15 05:25:31.403 INFO kablam! Compiling nix v0.11.0 Oct 15 05:25:31.403 INFO kablam! Compiling generic-array v0.7.3 Oct 15 05:25:31.403 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 05:25:33.519 INFO kablam! Compiling digest v0.5.2 Oct 15 05:25:35.415 INFO kablam! Compiling digest-buffer v0.3.1 Oct 15 05:25:35.415 INFO kablam! Compiling crypto-mac v0.3.0 Oct 15 05:25:36.516 INFO kablam! Compiling hmac v0.1.1 Oct 15 05:25:36.639 INFO kablam! Compiling sha2 v0.5.3 Oct 15 05:25:36.639 INFO kablam! Compiling sha-1 v0.3.4 Oct 15 05:25:38.347 INFO kablam! Compiling oath v0.10.2 Oct 15 05:25:54.239 INFO kablam! Compiling secret-service v0.4.0 Oct 15 05:25:56.151 INFO kablam! Compiling ctrlc v3.1.1 Oct 15 05:25:57.462 INFO kablam! Compiling keyring v0.6.0 Oct 15 05:25:58.412 INFO kablam! Compiling rustotpony v0.2.3 (/source) Oct 15 05:25:59.513 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 05:25:59.513 INFO kablam! --> src/lib.rs:303:19 Oct 15 05:25:59.513 INFO kablam! | Oct 15 05:25:59.513 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:25:59.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:25:59.513 INFO kablam! | Oct 15 05:25:59.513 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:25:59.513 INFO kablam! Oct 15 05:25:59.796 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 05:25:59.797 INFO kablam! --> src/lib.rs:1:12 Oct 15 05:25:59.797 INFO kablam! | Oct 15 05:25:59.798 INFO kablam! 1 | #![feature(fs_read_write)] Oct 15 05:25:59.800 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:25:59.800 INFO kablam! | Oct 15 05:25:59.800 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:25:59.800 INFO kablam! Oct 15 05:26:03.543 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 05:26:03.543 INFO kablam! --> src/bin/totp.rs:122:20 Oct 15 05:26:03.543 INFO kablam! | Oct 15 05:26:03.543 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:26:03.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:03.543 INFO kablam! | Oct 15 05:26:03.543 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:26:03.543 INFO kablam! Oct 15 05:26:03.674 INFO kablam! warning: method is never used: `show_application` Oct 15 05:26:03.675 INFO kablam! --> src/bin/totp.rs:241:5 Oct 15 05:26:03.675 INFO kablam! | Oct 15 05:26:03.675 INFO kablam! 241 | fn show_application(name: &str) { Oct 15 05:26:03.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:03.675 INFO kablam! | Oct 15 05:26:03.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:26:03.675 INFO kablam! Oct 15 05:26:05.749 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.55s Oct 15 05:26:05.762 INFO kablam! su: No module specific data is present Oct 15 05:26:06.323 INFO running `"docker" "rm" "-f" "9da6c3a07e5df3bbe4a5c34113bb594a56bb9b50538cf3aeac476941b3916c54"` Oct 15 05:26:06.455 INFO blam! 9da6c3a07e5df3bbe4a5c34113bb594a56bb9b50538cf3aeac476941b3916c54 Oct 15 05:26:06.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 05:26:06.671 INFO blam! 1e20dc4e4208486d000ecb9e97ed558c1998f4c132c1e02fa43e7ddd6bca6fc3 Oct 15 05:26:06.674 INFO running `"docker" "start" "-a" "1e20dc4e4208486d000ecb9e97ed558c1998f4c132c1e02fa43e7ddd6bca6fc3"` Oct 15 05:26:07.322 INFO kablam! usermod: no changes Oct 15 05:26:07.475 INFO kablam! Compiling rustotpony v0.2.3 (/source) Oct 15 05:26:08.797 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 05:26:08.797 INFO kablam! --> src/lib.rs:303:19 Oct 15 05:26:08.797 INFO kablam! | Oct 15 05:26:08.797 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:26:08.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:08.797 INFO kablam! | Oct 15 05:26:08.797 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:26:08.797 INFO kablam! Oct 15 05:26:09.159 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 05:26:09.159 INFO kablam! --> src/lib.rs:1:12 Oct 15 05:26:09.160 INFO kablam! | Oct 15 05:26:09.160 INFO kablam! 1 | #![feature(fs_read_write)] Oct 15 05:26:09.160 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:09.161 INFO kablam! | Oct 15 05:26:09.161 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:26:09.161 INFO kablam! Oct 15 05:26:09.521 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 05:26:09.521 INFO kablam! --> src/bin/totp.rs:122:20 Oct 15 05:26:09.522 INFO kablam! | Oct 15 05:26:09.523 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:26:09.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:09.524 INFO kablam! | Oct 15 05:26:09.525 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:26:09.525 INFO kablam! Oct 15 05:26:09.695 INFO kablam! warning: method is never used: `show_application` Oct 15 05:26:09.695 INFO kablam! --> src/bin/totp.rs:241:5 Oct 15 05:26:09.695 INFO kablam! | Oct 15 05:26:09.695 INFO kablam! 241 | fn show_application(name: &str) { Oct 15 05:26:09.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:09.695 INFO kablam! | Oct 15 05:26:09.695 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:26:09.695 INFO kablam! Oct 15 05:26:10.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.79s Oct 15 05:26:10.171 INFO kablam! su: No module specific data is present Oct 15 05:26:10.763 INFO running `"docker" "rm" "-f" "1e20dc4e4208486d000ecb9e97ed558c1998f4c132c1e02fa43e7ddd6bca6fc3"` Oct 15 05:26:10.943 INFO blam! 1e20dc4e4208486d000ecb9e97ed558c1998f4c132c1e02fa43e7ddd6bca6fc3 Oct 15 05:26:10.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 05:26:11.236 INFO blam! 1b35e2fc9f7b3876b8e839570bbef6904d71954a766fa6aaeef46a381ddb0900 Oct 15 05:26:11.243 INFO running `"docker" "start" "-a" "1b35e2fc9f7b3876b8e839570bbef6904d71954a766fa6aaeef46a381ddb0900"` Oct 15 05:26:12.061 INFO kablam! usermod: no changes Oct 15 05:26:12.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 05:26:12.167 INFO kablam! Running /target/debug/deps/rustotpony-d80a64cbbd9a2eb1 Oct 15 05:26:12.169 INFO blam! Oct 15 05:26:12.169 INFO blam! running 0 tests Oct 15 05:26:12.169 INFO blam! Oct 15 05:26:12.169 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:12.169 INFO blam! Oct 15 05:26:12.171 INFO kablam! Running /target/debug/deps/totp-da6c1056cd7aa43f Oct 15 05:26:12.173 INFO kablam! Doc-tests rustotpony Oct 15 05:26:12.174 INFO blam! Oct 15 05:26:12.174 INFO blam! running 0 tests Oct 15 05:26:12.174 INFO blam! Oct 15 05:26:12.174 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:12.174 INFO blam! Oct 15 05:26:13.739 INFO blam! Oct 15 05:26:13.739 INFO blam! running 0 tests Oct 15 05:26:13.739 INFO blam! Oct 15 05:26:13.739 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:13.739 INFO blam! Oct 15 05:26:13.741 INFO kablam! su: No module specific data is present Oct 15 05:26:14.028 INFO running `"docker" "rm" "-f" "1b35e2fc9f7b3876b8e839570bbef6904d71954a766fa6aaeef46a381ddb0900"` Oct 15 05:26:14.120 INFO blam! 1b35e2fc9f7b3876b8e839570bbef6904d71954a766fa6aaeef46a381ddb0900