[INFO] cloning repository uasi/totp-cli [INFO] running `"git" "clone" "--bare" "git://github.com/uasi/totp-cli.git" "work/cache/sources/gh/uasi/totp-cli"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/uasi/totp-cli'... [INFO] running `"git" "clone" "work/cache/sources/gh/uasi/totp-cli" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/uasi/totp-cli"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/uasi/totp-cli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/uasi/totp-cli" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/uasi/totp-cli"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/uasi/totp-cli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 513c57ec5702f365239522021b5b3ed1db30903c [INFO] sha for GitHub repo uasi/totp-cli: 513c57ec5702f365239522021b5b3ed1db30903c [INFO] validating manifest of uasi/totp-cli on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of uasi/totp-cli on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing uasi/totp-cli [INFO] finished frobbing uasi/totp-cli [INFO] frobbed toml for uasi/totp-cli written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/uasi/totp-cli/Cargo.toml [INFO] started frobbing uasi/totp-cli [INFO] finished frobbing uasi/totp-cli [INFO] frobbed toml for uasi/totp-cli written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/uasi/totp-cli/Cargo.toml [INFO] crate uasi/totp-cli already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing uasi/totp-cli against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/uasi/totp-cli:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 389919d818afa870ff0c1b725391e3bfb2f65a58521ad6ddaf0fdd7de89e9dc2 [INFO] running `"docker" "start" "-a" "389919d818afa870ff0c1b725391e3bfb2f65a58521ad6ddaf0fdd7de89e9dc2"` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling base32 v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.1 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling digest v0.7.4 [INFO] [stderr] Compiling hmac v0.6.2 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.5 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling totp-cli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] 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. [INFO] [stderr] --> src/config.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | let mut path = env::home_dir().expect("home dir must exist"); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.57s [INFO] running `"docker" "inspect" "389919d818afa870ff0c1b725391e3bfb2f65a58521ad6ddaf0fdd7de89e9dc2"` [INFO] running `"docker" "rm" "-f" "389919d818afa870ff0c1b725391e3bfb2f65a58521ad6ddaf0fdd7de89e9dc2"` [INFO] [stdout] 389919d818afa870ff0c1b725391e3bfb2f65a58521ad6ddaf0fdd7de89e9dc2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/uasi/totp-cli:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 2a9ee3a1d91c25d5c9cee215f7e04f2dd95cd326351d6b12feb8b391605900bc [INFO] running `"docker" "start" "-a" "2a9ee3a1d91c25d5c9cee215f7e04f2dd95cd326351d6b12feb8b391605900bc"` [INFO] [stderr] Compiling totp-cli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] 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. [INFO] [stderr] --> src/config.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | let mut path = env::home_dir().expect("home dir must exist"); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `"docker" "inspect" "2a9ee3a1d91c25d5c9cee215f7e04f2dd95cd326351d6b12feb8b391605900bc"` [INFO] running `"docker" "rm" "-f" "2a9ee3a1d91c25d5c9cee215f7e04f2dd95cd326351d6b12feb8b391605900bc"` [INFO] [stdout] 2a9ee3a1d91c25d5c9cee215f7e04f2dd95cd326351d6b12feb8b391605900bc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/uasi/totp-cli:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] a57ebc59d09dfb7556c1f764af7dc647a6ff6fcc91d0d169572ef68db69e39fd [INFO] running `"docker" "start" "-a" "a57ebc59d09dfb7556c1f764af7dc647a6ff6fcc91d0d169572ef68db69e39fd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/totp_cli-39f56e5846530d23 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a57ebc59d09dfb7556c1f764af7dc647a6ff6fcc91d0d169572ef68db69e39fd"` [INFO] running `"docker" "rm" "-f" "a57ebc59d09dfb7556c1f764af7dc647a6ff6fcc91d0d169572ef68db69e39fd"` [INFO] [stdout] a57ebc59d09dfb7556c1f764af7dc647a6ff6fcc91d0d169572ef68db69e39fd