[INFO] cloning repository https://github.com/hunomina/totp_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hunomina/totp_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhunomina%2Ftotp_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhunomina%2Ftotp_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 121590c173e9267d136c5e055ff6a90d701baca2 [INFO] building hunomina/totp_rust against master#461e8078010433ff7de2db2aaae8a3cfb0847215 for pr-94962 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhunomina%2Ftotp_rust" "/workspace/builds/worker-55/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-55/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hunomina/totp_rust on toolchain 461e8078010433ff7de2db2aaae8a3cfb0847215 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hunomina/totp_rust [INFO] finished tweaking git repo https://github.com/hunomina/totp_rust [INFO] tweaked toml for git repo https://github.com/hunomina/totp_rust written to /workspace/builds/worker-55/source/Cargo.toml [INFO] crate git repo https://github.com/hunomina/totp_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded base32 v0.4.0 [INFO] [stderr] Downloaded hmac-sha1 v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6a951e4dd68e16b4b2531a924514ce0a22e3ac60a75906fb9a21ec36dc39095 [INFO] running `Command { std: "docker" "start" "-a" "c6a951e4dd68e16b4b2531a924514ce0a22e3ac60a75906fb9a21ec36dc39095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6a951e4dd68e16b4b2531a924514ce0a22e3ac60a75906fb9a21ec36dc39095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6a951e4dd68e16b4b2531a924514ce0a22e3ac60a75906fb9a21ec36dc39095", kill_on_drop: false }` [INFO] [stdout] c6a951e4dd68e16b4b2531a924514ce0a22e3ac60a75906fb9a21ec36dc39095 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d6787ca18b4da907ecc37dff6d32fb06aca2850e75c64d61fb81848fa5d74ec [INFO] running `Command { std: "docker" "start" "-a" "9d6787ca18b4da907ecc37dff6d32fb06aca2850e75c64d61fb81848fa5d74ec", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.104 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.14 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling hmac-sha1 v0.1.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling totp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "9d6787ca18b4da907ecc37dff6d32fb06aca2850e75c64d61fb81848fa5d74ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d6787ca18b4da907ecc37dff6d32fb06aca2850e75c64d61fb81848fa5d74ec", kill_on_drop: false }` [INFO] [stdout] 9d6787ca18b4da907ecc37dff6d32fb06aca2850e75c64d61fb81848fa5d74ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1aebce5e6efbd8031769b887485339781db360bda88ef5d12800bc9e818ac7c [INFO] running `Command { std: "docker" "start" "-a" "c1aebce5e6efbd8031769b887485339781db360bda88ef5d12800bc9e818ac7c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling totp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.46s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/totp-865a31d2a93340fb) [INFO] running `Command { std: "docker" "inspect" "c1aebce5e6efbd8031769b887485339781db360bda88ef5d12800bc9e818ac7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1aebce5e6efbd8031769b887485339781db360bda88ef5d12800bc9e818ac7c", kill_on_drop: false }` [INFO] [stdout] c1aebce5e6efbd8031769b887485339781db360bda88ef5d12800bc9e818ac7c