[INFO] cloning repository corderophi678/todoit [INFO] running `"git" "clone" "--bare" "git://github.com/corderophi678/todoit.git" "work/cache/sources/gh/corderophi678/todoit"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/corderophi678/todoit'... [INFO] running `"git" "clone" "work/cache/sources/gh/corderophi678/todoit" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/corderophi678/todoit"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/corderophi678/todoit'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/corderophi678/todoit" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/corderophi678/todoit"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/corderophi678/todoit'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 774ffa6d37d9c01aa6db925940b4b43a5fc00881 [INFO] sha for GitHub repo corderophi678/todoit: 774ffa6d37d9c01aa6db925940b4b43a5fc00881 [INFO] validating manifest of corderophi678/todoit 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 corderophi678/todoit 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 corderophi678/todoit [INFO] finished frobbing corderophi678/todoit [INFO] frobbed toml for corderophi678/todoit written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/corderophi678/todoit/Cargo.toml [INFO] started frobbing corderophi678/todoit [INFO] finished frobbing corderophi678/todoit [INFO] frobbed toml for corderophi678/todoit written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/corderophi678/todoit/Cargo.toml [INFO] crate corderophi678/todoit 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 corderophi678/todoit 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/corderophi678/todoit:/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] 73c7dbe677d367a209a7210774af134d5d03bb259c328d9adcf9b93910ea70c1 [INFO] running `"docker" "start" "-a" "73c7dbe677d367a209a7210774af134d5d03bb259c328d9adcf9b93910ea70c1"` [INFO] [stderr] Compiling serde_json v1.0.30 [INFO] [stderr] Compiling todoit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `command` is never read [INFO] [stderr] --> src/main.rs:41:13 [INFO] [stderr] | [INFO] [stderr] 41 | let mut command: Cmd = Cmd::Invalid; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.04s [INFO] running `"docker" "inspect" "73c7dbe677d367a209a7210774af134d5d03bb259c328d9adcf9b93910ea70c1"` [INFO] running `"docker" "rm" "-f" "73c7dbe677d367a209a7210774af134d5d03bb259c328d9adcf9b93910ea70c1"` [INFO] [stdout] 73c7dbe677d367a209a7210774af134d5d03bb259c328d9adcf9b93910ea70c1 [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/corderophi678/todoit:/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] bd1e13aec631344f0d75932821c22f6c5772c09d6f1d072d015283fa25685fbf [INFO] running `"docker" "start" "-a" "bd1e13aec631344f0d75932821c22f6c5772c09d6f1d072d015283fa25685fbf"` [INFO] [stderr] Compiling todoit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: value assigned to `command` is never read [INFO] [stderr] --> src/main.rs:41:13 [INFO] [stderr] | [INFO] [stderr] 41 | let mut command: Cmd = Cmd::Invalid; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "bd1e13aec631344f0d75932821c22f6c5772c09d6f1d072d015283fa25685fbf"` [INFO] running `"docker" "rm" "-f" "bd1e13aec631344f0d75932821c22f6c5772c09d6f1d072d015283fa25685fbf"` [INFO] [stdout] bd1e13aec631344f0d75932821c22f6c5772c09d6f1d072d015283fa25685fbf [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/corderophi678/todoit:/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] 77a9cd81a298a9c8668fc97832400c66b56fbe271dc26515379d8860df620203 [INFO] running `"docker" "start" "-a" "77a9cd81a298a9c8668fc97832400c66b56fbe271dc26515379d8860df620203"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [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] [stderr] Running /opt/crater/target/debug/deps/todoit-d018405d673d76d7 [INFO] running `"docker" "inspect" "77a9cd81a298a9c8668fc97832400c66b56fbe271dc26515379d8860df620203"` [INFO] running `"docker" "rm" "-f" "77a9cd81a298a9c8668fc97832400c66b56fbe271dc26515379d8860df620203"` [INFO] [stdout] 77a9cd81a298a9c8668fc97832400c66b56fbe271dc26515379d8860df620203