Oct 15 05:25:30.672 INFO testing Zebradil/rustotpony against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:25:30.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:25:31.119 INFO blam! 6b8057b6b9582e96086b59539d698ac4787f7ea8542727ac6fed332eaa60d8e8 Oct 15 05:25:31.123 INFO running `"docker" "start" "-a" "6b8057b6b9582e96086b59539d698ac4787f7ea8542727ac6fed332eaa60d8e8"` Oct 15 05:25:32.632 INFO kablam! usermod: no changes Oct 15 05:25:32.899 INFO kablam! Compiling base32 v0.3.1 Oct 15 05:25:32.899 INFO kablam! Compiling rust-gmp v0.3.2 Oct 15 05:25:32.899 INFO kablam! Compiling dbus v0.2.3 Oct 15 05:25:32.899 INFO kablam! Compiling rpassword v2.0.0 Oct 15 05:25:32.902 INFO kablam! Compiling generic-array v0.7.3 Oct 15 05:25:32.902 INFO kablam! Compiling ctrlc v3.1.1 Oct 15 05:25:32.902 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 05:25:33.800 INFO kablam! Compiling crypto-mac v0.3.0 Oct 15 05:25:33.800 INFO kablam! Compiling digest-buffer v0.3.1 Oct 15 05:25:35.807 INFO kablam! Compiling digest v0.5.2 Oct 15 05:25:36.791 INFO kablam! Compiling sha-1 v0.3.4 Oct 15 05:25:36.791 INFO kablam! Compiling sha2 v0.5.3 Oct 15 05:25:36.804 INFO kablam! Compiling hmac v0.1.1 Oct 15 05:25:38.509 INFO kablam! Compiling oath v0.10.2 Oct 15 05:25:45.536 INFO kablam! Compiling num-rational v0.1.42 Oct 15 05:25:47.668 INFO kablam! Compiling num v0.1.42 Oct 15 05:25:48.169 INFO kablam! Compiling secret-service v0.4.0 Oct 15 05:25:51.095 INFO kablam! Compiling keyring v0.6.0 Oct 15 05:25:52.184 INFO kablam! Compiling rustotpony v0.2.3 (/source) Oct 15 05:25:53.376 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:53.377 INFO kablam! --> src/lib.rs:303:19 Oct 15 05:25:53.377 INFO kablam! | Oct 15 05:25:53.378 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:25:53.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:25:53.379 INFO kablam! | Oct 15 05:25:53.380 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:25:53.381 INFO kablam! Oct 15 05:25:53.704 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:53.705 INFO kablam! --> src/lib.rs:1:12 Oct 15 05:25:53.706 INFO kablam! | Oct 15 05:25:53.707 INFO kablam! 1 | #![feature(fs_read_write)] Oct 15 05:25:53.707 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:25:53.708 INFO kablam! | Oct 15 05:25:53.708 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:25:53.709 INFO kablam! Oct 15 05:25:57.510 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:57.510 INFO kablam! --> src/bin/totp.rs:122:20 Oct 15 05:25:57.510 INFO kablam! | Oct 15 05:25:57.511 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:25:57.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:25:57.511 INFO kablam! | Oct 15 05:25:57.511 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:25:57.511 INFO kablam! Oct 15 05:25:57.659 INFO kablam! warning: method is never used: `show_application` Oct 15 05:25:57.659 INFO kablam! --> src/bin/totp.rs:241:5 Oct 15 05:25:57.659 INFO kablam! | Oct 15 05:25:57.659 INFO kablam! 241 | fn show_application(name: &str) { Oct 15 05:25:57.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:25:57.659 INFO kablam! | Oct 15 05:25:57.659 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:25:57.659 INFO kablam! Oct 15 05:25:59.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.81s Oct 15 05:25:59.495 INFO kablam! su: No module specific data is present Oct 15 05:25:59.830 INFO running `"docker" "rm" "-f" "6b8057b6b9582e96086b59539d698ac4787f7ea8542727ac6fed332eaa60d8e8"` Oct 15 05:25:59.975 INFO blam! 6b8057b6b9582e96086b59539d698ac4787f7ea8542727ac6fed332eaa60d8e8 Oct 15 05:25:59.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:26:00.307 INFO blam! 8a1e3849f2668b94bd93e43b30a1a53a171512ec357911aaa1f41f002edebeec Oct 15 05:26:00.316 INFO running `"docker" "start" "-a" "8a1e3849f2668b94bd93e43b30a1a53a171512ec357911aaa1f41f002edebeec"` Oct 15 05:26:01.347 INFO kablam! usermod: no changes Oct 15 05:26:01.599 INFO kablam! Compiling rustotpony v0.2.3 (/source) Oct 15 05:26:02.977 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:02.977 INFO kablam! --> src/lib.rs:303:19 Oct 15 05:26:02.977 INFO kablam! | Oct 15 05:26:02.978 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:26:02.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:02.978 INFO kablam! | Oct 15 05:26:02.979 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:26:02.979 INFO kablam! Oct 15 05:26:03.260 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:03.260 INFO kablam! --> src/lib.rs:1:12 Oct 15 05:26:03.260 INFO kablam! | Oct 15 05:26:03.260 INFO kablam! 1 | #![feature(fs_read_write)] Oct 15 05:26:03.260 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:26:03.260 INFO kablam! | Oct 15 05:26:03.260 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:26:03.260 INFO kablam! Oct 15 05:26:03.735 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.735 INFO kablam! --> src/bin/totp.rs:122:20 Oct 15 05:26:03.735 INFO kablam! | Oct 15 05:26:03.735 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 15 05:26:03.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:26:03.735 INFO kablam! | Oct 15 05:26:03.736 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 05:26:03.736 INFO kablam! Oct 15 05:26:03.879 INFO kablam! warning: method is never used: `show_application` Oct 15 05:26:03.879 INFO kablam! --> src/bin/totp.rs:241:5 Oct 15 05:26:03.879 INFO kablam! | Oct 15 05:26:03.879 INFO kablam! 241 | fn show_application(name: &str) { Oct 15 05:26:03.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:26:03.879 INFO kablam! | Oct 15 05:26:03.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:26:03.879 INFO kablam! Oct 15 05:26:04.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.93s Oct 15 05:26:04.325 INFO kablam! su: No module specific data is present Oct 15 05:26:04.709 INFO running `"docker" "rm" "-f" "8a1e3849f2668b94bd93e43b30a1a53a171512ec357911aaa1f41f002edebeec"` Oct 15 05:26:04.915 INFO blam! 8a1e3849f2668b94bd93e43b30a1a53a171512ec357911aaa1f41f002edebeec Oct 15 05:26:04.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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" "-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:05.247 INFO blam! 0038033497c896b2fa6db197b0ea534f631f9f9687a290863c5cc7c14585cdb4 Oct 15 05:26:05.249 INFO running `"docker" "start" "-a" "0038033497c896b2fa6db197b0ea534f631f9f9687a290863c5cc7c14585cdb4"` Oct 15 05:26:06.097 INFO kablam! usermod: no changes Oct 15 05:26:06.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 05:26:06.221 INFO kablam! Running /target/debug/deps/rustotpony-7e05e98dc7dfb28e Oct 15 05:26:06.224 INFO blam! Oct 15 05:26:06.224 INFO blam! running 0 tests Oct 15 05:26:06.224 INFO blam! Oct 15 05:26:06.224 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:06.224 INFO blam! Oct 15 05:26:06.225 INFO kablam! Running /target/debug/deps/totp-54031f394d9dd9b6 Oct 15 05:26:06.227 INFO blam! Oct 15 05:26:06.227 INFO blam! running 0 tests Oct 15 05:26:06.227 INFO blam! Oct 15 05:26:06.227 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:06.227 INFO blam! Oct 15 05:26:06.228 INFO kablam! Doc-tests rustotpony Oct 15 05:26:08.019 INFO blam! Oct 15 05:26:08.020 INFO blam! running 0 tests Oct 15 05:26:08.020 INFO blam! Oct 15 05:26:08.020 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:26:08.021 INFO blam! Oct 15 05:26:08.031 INFO kablam! su: No module specific data is present Oct 15 05:26:08.863 INFO running `"docker" "rm" "-f" "0038033497c896b2fa6db197b0ea534f631f9f9687a290863c5cc7c14585cdb4"` Oct 15 05:26:09.047 INFO blam! 0038033497c896b2fa6db197b0ea534f631f9f9687a290863c5cc7c14585cdb4