[INFO] cloning repository https://github.com/kekonen/todo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kekonen/todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkekonen%2Ftodo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkekonen%2Ftodo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e19f3ec767c381467b1f34a418725d91fcacd11
[INFO] building kekonen/todo against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkekonen%2Ftodo" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kekonen/todo
[INFO] finished tweaking git repo https://github.com/kekonen/todo
[INFO] tweaked toml for git repo https://github.com/kekonen/todo written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kekonen/todo on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kekonen/todo 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hermit-abi v0.1.17
[INFO] [stderr]   Downloaded serde_derive v1.0.118
[INFO] [stderr]   Downloaded serde v1.0.118
[INFO] [stderr]   Downloaded serde_json v1.0.60
[INFO] [stderr]   Downloaded regex v1.4.2
[INFO] [stderr]   Downloaded regex-syntax v0.6.21
[INFO] [stderr]   Downloaded aho-corasick v0.7.15
[INFO] [stderr]   Downloaded syn v1.0.54
[INFO] [stderr]   Downloaded libc v0.2.81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f97ddcc77329c0cfdc20392acca603773f4be1057f0bda7958edbece3d4e7419
[INFO] running `Command { std: "docker" "start" "-a" "f97ddcc77329c0cfdc20392acca603773f4be1057f0bda7958edbece3d4e7419", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f97ddcc77329c0cfdc20392acca603773f4be1057f0bda7958edbece3d4e7419", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f97ddcc77329c0cfdc20392acca603773f4be1057f0bda7958edbece3d4e7419", kill_on_drop: false }`
[INFO] [stdout] f97ddcc77329c0cfdc20392acca603773f4be1057f0bda7958edbece3d4e7419
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a372f4b5405a2b6495edd90766c0622e0456f181ecb9f23fc3d10a7223e75ece
[INFO] running `Command { std: "docker" "start" "-a" "a372f4b5405a2b6495edd90766c0622e0456f181ecb9f23fc3d10a7223e75ece", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling syn v1.0.54
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.60
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling todo v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `captures_re_first` is never used
[INFO] [stdout]   --> src/lib/task/mod.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn captures_re_first(s: &str, r: Regex) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `hashtags`, and `get_id` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 40 |     pub fn new(body: &str, some_id: Option<&str>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn hashtags(&self,) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add` and `drop` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write` is never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl FileStorage {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn write(&self) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `captures_re_first` is never used
[INFO] [stdout]   --> src/lib/task/mod.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn captures_re_first(s: &str, r: Regex) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `hashtags`, `get_body`, and `get_id` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn hashtags(&self,) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn get_body(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `drop` and `get_tasks` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 44 |     fn get_tasks(&self) -> Vec<Task>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `captures_re_first` is never used
[INFO] [stdout]   --> src/lib/task/mod.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn captures_re_first(s: &str, r: Regex) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `hashtags` and `get_body` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn hashtags(&self,) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn get_body(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add` and `get_tasks` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout] 44 |     fn get_tasks(&self) -> Vec<Task>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_id` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 40 |     pub fn new(body: &str, some_id: Option<&str>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add` and `drop` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write` is never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl FileStorage {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn write(&self) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.52s
[INFO] running `Command { std: "docker" "inspect" "a372f4b5405a2b6495edd90766c0622e0456f181ecb9f23fc3d10a7223e75ece", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a372f4b5405a2b6495edd90766c0622e0456f181ecb9f23fc3d10a7223e75ece", kill_on_drop: false }`
[INFO] [stdout] a372f4b5405a2b6495edd90766c0622e0456f181ecb9f23fc3d10a7223e75ece
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fa3a95ff69d9f7c3e82eb8ceccf08d0ced97ea2e139ab1e770569301f9b4e30
[INFO] running `Command { std: "docker" "start" "-a" "4fa3a95ff69d9f7c3e82eb8ceccf08d0ced97ea2e139ab1e770569301f9b4e30", kill_on_drop: false }`
[INFO] [stderr]    Compiling todo v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `captures_re_first` is never used
[INFO] [stdout]   --> src/lib/task/mod.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn captures_re_first(s: &str, r: Regex) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `hashtags`, `get_body`, and `get_id` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn hashtags(&self,) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn get_body(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `drop` and `get_tasks` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 44 |     fn get_tasks(&self) -> Vec<Task>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/lib/storage/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/lib/storage/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `captures_re_first` is never used
[INFO] [stdout]   --> src/lib/task/mod.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn captures_re_first(s: &str, r: Regex) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `hashtags`, and `get_id` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 40 |     pub fn new(body: &str, some_id: Option<&str>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn hashtags(&self,) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add` and `drop` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write` is never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl FileStorage {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn write(&self) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get_id` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 40 |     pub fn new(body: &str, some_id: Option<&str>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add` and `drop` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write` is never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl FileStorage {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn write(&self) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `captures_re_first` is never used
[INFO] [stdout]   --> src/lib/task/mod.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn captures_re_first(s: &str, r: Regex) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `hashtags` and `get_body` are never used
[INFO] [stdout]   --> src/lib/task/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl Task {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn hashtags(&self,) -> Vec<String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn get_body(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add` and `get_tasks` are never used
[INFO] [stdout]   --> src/lib/storage/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Storage {
[INFO] [stdout]    |           ------- methods in this trait
[INFO] [stdout] 42 |     fn add(&self, t: Task) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 43 |     fn drop(&self, id: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout] 44 |     fn get_tasks(&self) -> Vec<Task>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] running `Command { std: "docker" "inspect" "4fa3a95ff69d9f7c3e82eb8ceccf08d0ced97ea2e139ab1e770569301f9b4e30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fa3a95ff69d9f7c3e82eb8ceccf08d0ced97ea2e139ab1e770569301f9b4e30", kill_on_drop: false }`
[INFO] [stdout] 4fa3a95ff69d9f7c3e82eb8ceccf08d0ced97ea2e139ab1e770569301f9b4e30
