[INFO] cloning repository https://github.com/vitberget/diceware-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vitberget/diceware-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitberget%2Fdiceware-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitberget%2Fdiceware-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4af6698e86275978dd91171afd42d2f3194e3090 [INFO] testing vitberget/diceware-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitberget%2Fdiceware-rust" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vitberget/diceware-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vitberget/diceware-rust [INFO] finished tweaking git repo https://github.com/vitberget/diceware-rust [INFO] tweaked toml for git repo https://github.com/vitberget/diceware-rust written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/vitberget/diceware-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aed7bba7bac62467f03bf6328af3d8f5aa95729c4a9d64740077fea1498c18bb [INFO] running `Command { std: "docker" "start" "-a" "aed7bba7bac62467f03bf6328af3d8f5aa95729c4a9d64740077fea1498c18bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aed7bba7bac62467f03bf6328af3d8f5aa95729c4a9d64740077fea1498c18bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aed7bba7bac62467f03bf6328af3d8f5aa95729c4a9d64740077fea1498c18bb", kill_on_drop: false }` [INFO] [stdout] aed7bba7bac62467f03bf6328af3d8f5aa95729c4a9d64740077fea1498c18bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03eed54a9f6ea2ec69fa0be07357cc6d18e37cede91eb2b393da5e435c496b66 [INFO] running `Command { std: "docker" "start" "-a" "03eed54a9f6ea2ec69fa0be07357cc6d18e37cede91eb2b393da5e435c496b66", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling diceware-rust v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.63s [INFO] running `Command { std: "docker" "inspect" "03eed54a9f6ea2ec69fa0be07357cc6d18e37cede91eb2b393da5e435c496b66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03eed54a9f6ea2ec69fa0be07357cc6d18e37cede91eb2b393da5e435c496b66", kill_on_drop: false }` [INFO] [stdout] 03eed54a9f6ea2ec69fa0be07357cc6d18e37cede91eb2b393da5e435c496b66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 451e77f0a4078eb7a29687da400775511c8d643e5d129b8b1347b6c935eadff2 [INFO] running `Command { std: "docker" "start" "-a" "451e77f0a4078eb7a29687da400775511c8d643e5d129b8b1347b6c935eadff2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling diceware-rust v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `Command { std: "docker" "inspect" "451e77f0a4078eb7a29687da400775511c8d643e5d129b8b1347b6c935eadff2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "451e77f0a4078eb7a29687da400775511c8d643e5d129b8b1347b6c935eadff2", kill_on_drop: false }` [INFO] [stdout] 451e77f0a4078eb7a29687da400775511c8d643e5d129b8b1347b6c935eadff2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cbd2b59eb92d68e6e9dd008f5fe0d0398fd24df601e88da937698a4db4cea6e3 [INFO] running `Command { std: "docker" "start" "-a" "cbd2b59eb92d68e6e9dd008f5fe0d0398fd24df601e88da937698a4db4cea6e3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/diceware_rust-283a391d7e4c2755) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cbd2b59eb92d68e6e9dd008f5fe0d0398fd24df601e88da937698a4db4cea6e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbd2b59eb92d68e6e9dd008f5fe0d0398fd24df601e88da937698a4db4cea6e3", kill_on_drop: false }` [INFO] [stdout] cbd2b59eb92d68e6e9dd008f5fe0d0398fd24df601e88da937698a4db4cea6e3