[INFO] cloning repository https://github.com/danielq987/todo-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danielq987/todo-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielq987%2Ftodo-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielq987%2Ftodo-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3533c85f9f9796397f6105a475c423c8f6035803
[INFO] checking danielq987/todo-rust against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielq987%2Ftodo-rust" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/danielq987/todo-rust
[INFO] finished tweaking git repo https://github.com/danielq987/todo-rust
[INFO] tweaked toml for git repo https://github.com/danielq987/todo-rust written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/danielq987/todo-rust on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/danielq987/todo-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65ae88a15af3de2c134c5ac272527ff058680481e22cb26ab8075e962d2b0579
[INFO] running `Command { std: "docker" "start" "-a" "65ae88a15af3de2c134c5ac272527ff058680481e22cb26ab8075e962d2b0579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65ae88a15af3de2c134c5ac272527ff058680481e22cb26ab8075e962d2b0579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65ae88a15af3de2c134c5ac272527ff058680481e22cb26ab8075e962d2b0579", kill_on_drop: false }`
[INFO] [stdout] 65ae88a15af3de2c134c5ac272527ff058680481e22cb26ab8075e962d2b0579
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 622e908ef0fde89ae20de828fcaae8664c593911e9ae9b664bde2697e88a1a97
[INFO] running `Command { std: "docker" "start" "-a" "622e908ef0fde89ae20de828fcaae8664c593911e9ae9b664bde2697e88a1a97", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking tabular v0.1.4
[INFO] [stderr]    Compiling syn v1.0.75
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking dirs-sys v0.3.6
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking directories v2.0.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking confy v0.4.0
[INFO] [stderr]     Checking todo-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `project`, `context`, `creation_date`, `completion_date`, and `due` are never read
[INFO] [stdout]   --> src/lib.rs:55:2
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     project: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 56 |     context: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     is_completed: bool,
[INFO] [stdout] 58 |     creation_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     completion_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     due: u32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl Todo {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     fn to_string(&self) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `project`, `context`, `creation_date`, `completion_date`, and `due` are never read
[INFO] [stdout]   --> src/lib.rs:55:2
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     project: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 56 |     context: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     is_completed: bool,
[INFO] [stdout] 58 |     creation_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     completion_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     due: u32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl Todo {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     fn to_string(&self) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Config {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `project`, `context`, `creation_date`, `completion_date`, and `due` are never read
[INFO] [stdout]   --> src/lib.rs:55:2
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     project: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 56 |     context: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     is_completed: bool,
[INFO] [stdout] 58 |     creation_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     completion_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     due: u32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl Todo {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     fn to_string(&self) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Config {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `project`, `context`, `creation_date`, `completion_date`, and `due` are never read
[INFO] [stdout]   --> src/lib.rs:55:2
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     project: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 56 |     context: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     is_completed: bool,
[INFO] [stdout] 58 |     creation_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     completion_date: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     due: u32,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl Todo {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     fn to_string(&self) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
[INFO] running `Command { std: "docker" "inspect" "622e908ef0fde89ae20de828fcaae8664c593911e9ae9b664bde2697e88a1a97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "622e908ef0fde89ae20de828fcaae8664c593911e9ae9b664bde2697e88a1a97", kill_on_drop: false }`
[INFO] [stdout] 622e908ef0fde89ae20de828fcaae8664c593911e9ae9b664bde2697e88a1a97
