[INFO] cloning repository https://github.com/uzimaru0000/git-todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uzimaru0000/git-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuzimaru0000%2Fgit-todo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuzimaru0000%2Fgit-todo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd22402d6027a985a8ec963a615b2e8b6ff8abdf [INFO] testing uzimaru0000/git-todo against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuzimaru0000%2Fgit-todo" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uzimaru0000/git-todo on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/uzimaru0000/git-todo [INFO] finished tweaking git repo https://github.com/uzimaru0000/git-todo [INFO] tweaked toml for git repo https://github.com/uzimaru0000/git-todo written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/uzimaru0000/git-todo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91c1d9568a8ed6d1b15783691ffe6872bcc611682b83261670e1c7ca807a0716 [INFO] running `Command { std: "docker" "start" "-a" "91c1d9568a8ed6d1b15783691ffe6872bcc611682b83261670e1c7ca807a0716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91c1d9568a8ed6d1b15783691ffe6872bcc611682b83261670e1c7ca807a0716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91c1d9568a8ed6d1b15783691ffe6872bcc611682b83261670e1c7ca807a0716", kill_on_drop: false }` [INFO] [stdout] 91c1d9568a8ed6d1b15783691ffe6872bcc611682b83261670e1c7ca807a0716 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef8aea5ddea1871e4394dcaf408dbcf0d95cb0c13b1033298a52623ede56c99f [INFO] running `Command { std: "docker" "start" "-a" "ef8aea5ddea1871e4394dcaf408dbcf0d95cb0c13b1033298a52623ede56c99f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling combine v4.6.2 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling libgit2-sys v0.12.26+1.3.0 [INFO] [stderr] Compiling git2 v0.13.25 [INFO] [stderr] Compiling clap_derive v3.0.0-rc.4 [INFO] [stderr] Compiling clap v3.0.0-rc.4 [INFO] [stderr] Compiling git-todo v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.58s [INFO] running `Command { std: "docker" "inspect" "ef8aea5ddea1871e4394dcaf408dbcf0d95cb0c13b1033298a52623ede56c99f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef8aea5ddea1871e4394dcaf408dbcf0d95cb0c13b1033298a52623ede56c99f", kill_on_drop: false }` [INFO] [stdout] ef8aea5ddea1871e4394dcaf408dbcf0d95cb0c13b1033298a52623ede56c99f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d2ca56b474d361dfbcdbcfb8ff3dfca3f37161ac73c0e734edbba8c968e505b [INFO] running `Command { std: "docker" "start" "-a" "2d2ca56b474d361dfbcdbcfb8ff3dfca3f37161ac73c0e734edbba8c968e505b", kill_on_drop: false }` [INFO] [stderr] Compiling git-todo v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/git_todo-4e6ebe0047c660e5) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/git_todo-91036e5e398a6773) [INFO] running `Command { std: "docker" "inspect" "2d2ca56b474d361dfbcdbcfb8ff3dfca3f37161ac73c0e734edbba8c968e505b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d2ca56b474d361dfbcdbcfb8ff3dfca3f37161ac73c0e734edbba8c968e505b", kill_on_drop: false }` [INFO] [stdout] 2d2ca56b474d361dfbcdbcfb8ff3dfca3f37161ac73c0e734edbba8c968e505b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9d7cc9ccd6d26faffbbae2be8606e676fa9261e75a26538fc94923141d25339e [INFO] running `Command { std: "docker" "start" "-a" "9d7cc9ccd6d26faffbbae2be8606e676fa9261e75a26538fc94923141d25339e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/git_todo-4e6ebe0047c660e5) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_todo-91036e5e398a6773) [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] [stderr] Doc-tests git-todo [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" "9d7cc9ccd6d26faffbbae2be8606e676fa9261e75a26538fc94923141d25339e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d7cc9ccd6d26faffbbae2be8606e676fa9261e75a26538fc94923141d25339e", kill_on_drop: false }` [INFO] [stdout] 9d7cc9ccd6d26faffbbae2be8606e676fa9261e75a26538fc94923141d25339e