Oct 12 20:22:35.425 INFO testing uasi/totp-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:22:35.425 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 20:22:35.838 INFO blam! eaf3f05d1cb4d872d80f116c1b082da8ed2793f63fbadc2d614145ff8324bf3c Oct 12 20:22:35.851 INFO running `"docker" "start" "-a" "eaf3f05d1cb4d872d80f116c1b082da8ed2793f63fbadc2d614145ff8324bf3c"` Oct 12 20:22:37.142 INFO kablam! usermod: no changes Oct 12 20:22:37.347 INFO kablam! Compiling base32 v0.3.1 Oct 12 20:22:37.347 INFO kablam! Compiling aho-corasick v0.6.5 Oct 12 20:22:37.351 INFO kablam! Compiling toml v0.4.6 Oct 12 20:22:37.363 INFO kablam! Compiling crypto-mac v0.6.2 Oct 12 20:22:37.363 INFO kablam! Compiling sha-1 v0.7.0 Oct 12 20:22:38.213 INFO kablam! Compiling hmac v0.6.2 Oct 12 20:22:40.303 INFO kablam! Compiling regex v1.0.1 Oct 12 20:22:55.303 INFO kablam! Compiling totp-cli v0.1.0 (/source) Oct 12 20:22:55.751 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 12 20:22:55.751 INFO kablam! --> src/config.rs:10:20 Oct 12 20:22:55.751 INFO kablam! | Oct 12 20:22:55.751 INFO kablam! 10 | let mut path = env::home_dir().expect("home dir must exist"); Oct 12 20:22:55.751 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:22:55.751 INFO kablam! | Oct 12 20:22:55.751 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:22:55.751 INFO kablam! Oct 12 20:22:57.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.46s Oct 12 20:22:57.645 INFO kablam! su: No module specific data is present Oct 12 20:22:59.323 INFO running `"docker" "rm" "-f" "eaf3f05d1cb4d872d80f116c1b082da8ed2793f63fbadc2d614145ff8324bf3c"` Oct 12 20:22:59.672 INFO blam! eaf3f05d1cb4d872d80f116c1b082da8ed2793f63fbadc2d614145ff8324bf3c Oct 12 20:22:59.674 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 20:23:00.171 INFO blam! a3ae10c8f908e9d1aaddc07047baff6dc04e24ef951c886611bce7239b4a43c0 Oct 12 20:23:00.173 INFO running `"docker" "start" "-a" "a3ae10c8f908e9d1aaddc07047baff6dc04e24ef951c886611bce7239b4a43c0"` Oct 12 20:23:01.889 INFO kablam! usermod: no changes Oct 12 20:23:01.986 INFO kablam! Compiling totp-cli v0.1.0 (/source) Oct 12 20:23:02.383 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 12 20:23:02.383 INFO kablam! --> src/config.rs:10:20 Oct 12 20:23:02.383 INFO kablam! | Oct 12 20:23:02.383 INFO kablam! 10 | let mut path = env::home_dir().expect("home dir must exist"); Oct 12 20:23:02.383 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:23:02.383 INFO kablam! | Oct 12 20:23:02.383 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:23:02.383 INFO kablam! Oct 12 20:23:03.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 12 20:23:03.163 INFO kablam! su: No module specific data is present Oct 12 20:23:04.451 INFO running `"docker" "rm" "-f" "a3ae10c8f908e9d1aaddc07047baff6dc04e24ef951c886611bce7239b4a43c0"` Oct 12 20:23:04.811 INFO blam! a3ae10c8f908e9d1aaddc07047baff6dc04e24ef951c886611bce7239b4a43c0 Oct 12 20:23:04.813 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 20:23:05.413 INFO blam! 04e1067a6f9382ff433d8ca23fd09f0a4630808165605373e0a997a7a39ccc5e Oct 12 20:23:05.415 INFO running `"docker" "start" "-a" "04e1067a6f9382ff433d8ca23fd09f0a4630808165605373e0a997a7a39ccc5e"` Oct 12 20:23:07.208 INFO kablam! usermod: no changes Oct 12 20:23:07.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 20:23:07.315 INFO kablam! Running /target/debug/deps/totp_cli-d1fba54fd7a0dcd0 Oct 12 20:23:07.321 INFO blam! Oct 12 20:23:07.321 INFO blam! running 0 tests Oct 12 20:23:07.321 INFO blam! Oct 12 20:23:07.321 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:23:07.321 INFO blam! Oct 12 20:23:07.331 INFO kablam! su: No module specific data is present Oct 12 20:23:08.660 INFO running `"docker" "rm" "-f" "04e1067a6f9382ff433d8ca23fd09f0a4630808165605373e0a997a7a39ccc5e"` Oct 12 20:23:09.020 INFO blam! 04e1067a6f9382ff433d8ca23fd09f0a4630808165605373e0a997a7a39ccc5e