[INFO] cloning repository https://github.com/AP3008/accountability
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AP3008/accountability" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAP3008%2Faccountability", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAP3008%2Faccountability'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85570bd870cf54348cabae0e6909c5b0bd6683c2
[INFO] checking AP3008/accountability against master#3f6250a7bb79e600d9036bbc7c8f65af43933643 for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAP3008%2Faccountability" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AP3008/accountability
[INFO] finished tweaking git repo https://github.com/AP3008/accountability
[INFO] tweaked toml for git repo https://github.com/AP3008/accountability written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AP3008/accountability on toolchain 3f6250a7bb79e600d9036bbc7c8f65af43933643
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AP3008/accountability 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" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded csv-core v0.1.13
[INFO] [stderr]   Downloaded csv v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fddc4115fd15dc32856ee051a55ca1e323862a83078ae519ea40dec5548bfc14
[INFO] running `Command { std: "docker" "start" "-a" "fddc4115fd15dc32856ee051a55ca1e323862a83078ae519ea40dec5548bfc14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fddc4115fd15dc32856ee051a55ca1e323862a83078ae519ea40dec5548bfc14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fddc4115fd15dc32856ee051a55ca1e323862a83078ae519ea40dec5548bfc14", kill_on_drop: false }`
[INFO] [stdout] fddc4115fd15dc32856ee051a55ca1e323862a83078ae519ea40dec5548bfc14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c652a49050897123ca20cb7a4dda425dd22268a2c29996feab09d489a216fb26
[INFO] running `Command { std: "docker" "start" "-a" "c652a49050897123ca20cb7a4dda425dd22268a2c29996feab09d489a216fb26", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking accountability v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/files.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fs::{self, create_dir};
[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: `chrono`
[INFO] [stdout]  --> src/files.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/files.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fs::{self, create_dir};
[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::io`
[INFO] [stdout]  --> src/files.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono`
[INFO] [stdout]  --> src/files.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AnswerType`, `QuestionType`, and `ask_question`
[INFO] [stdout]  --> src/main.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::question::{AnswerType, QuestionType, ask_question};
[INFO] [stdout]   |                       ^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/files.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AnswerType`, `QuestionType`, and `ask_question`
[INFO] [stdout]  --> src/main.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::question::{AnswerType, QuestionType, ask_question};
[INFO] [stdout]   |                       ^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `questions_list`
[INFO] [stdout]   --> src/files.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn store_questions(questions_list:Vec<Question>) -> (){
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_questions_list`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `questions_list`
[INFO] [stdout]   --> src/files.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn store_questions(questions_list:Vec<Question>) -> (){
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_questions_list`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Question` is never constructed
[INFO] [stdout]  --> src/question.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Question{
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `QuestionType` is never used
[INFO] [stdout]  --> src/question.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub enum QuestionType{
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AnswerType` is never used
[INFO] [stdout]   --> src/question.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum AnswerType{
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Question` is never constructed
[INFO] [stdout]  --> src/question.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Question{
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ask_question` is never used
[INFO] [stdout]   --> src/question.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn ask_question(question: &Question) -> Result<AnswerType, String>{
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `QuestionType` is never used
[INFO] [stdout]  --> src/question.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub enum QuestionType{
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AnswerType` is never used
[INFO] [stdout]   --> src/question.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum AnswerType{
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ask_question` is never used
[INFO] [stdout]   --> src/question.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn ask_question(question: &Question) -> Result<AnswerType, String>{
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_new_entry` is never used
[INFO] [stdout]  --> src/files.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn create_new_entry() -> (){
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_new_entry` is never used
[INFO] [stdout]  --> src/files.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn create_new_entry() -> (){
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_csv` is never used
[INFO] [stdout]   --> src/files.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn create_csv(path: &Path) -> (){
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_questions` is never used
[INFO] [stdout]   --> src/files.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn write_questions() -> (){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_csv` is never used
[INFO] [stdout]   --> src/files.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn create_csv(path: &Path) -> (){
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_questions` is never used
[INFO] [stdout]   --> src/files.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn write_questions() -> (){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_accountability_exists` is never used
[INFO] [stdout]   --> src/files.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn check_accountability_exists(path: &Path) -> (){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_accountability_exists` is never used
[INFO] [stdout]   --> src/files.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn check_accountability_exists(path: &Path) -> (){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `store_questions` is never used
[INFO] [stdout]   --> src/files.rs:39:4
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn store_questions(questions_list:Vec<Question>) -> (){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `store_questions` is never used
[INFO] [stdout]   --> src/files.rs:39:4
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn store_questions(questions_list:Vec<Question>) -> (){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
[INFO] running `Command { std: "docker" "inspect" "c652a49050897123ca20cb7a4dda425dd22268a2c29996feab09d489a216fb26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c652a49050897123ca20cb7a4dda425dd22268a2c29996feab09d489a216fb26", kill_on_drop: false }`
[INFO] [stdout] c652a49050897123ca20cb7a4dda425dd22268a2c29996feab09d489a216fb26
