[INFO] updating cached repository https://github.com/linpingchuan/raft
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 4669f35010abd922ec7d955f10cdde4a36129b9e
[INFO] checking linpingchuan/raft against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinpingchuan%2Fraft" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/linpingchuan/raft on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/linpingchuan/raft
[INFO] finished tweaking git repo https://github.com/linpingchuan/raft
[INFO] tweaked toml for git repo https://github.com/linpingchuan/raft written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/linpingchuan/raft already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] df371356f7f4a2318fb5890c6d41a99cb6a10ab1ca6fa20e41e373fafae26eb8
[INFO] running `"docker" "start" "-a" "df371356f7f4a2318fb5890c6d41a99cb6a10ab1ca6fa20e41e373fafae26eb8"`
[INFO] [stderr]    Compiling protobuf v2.8.1
[INFO] [stderr]    Compiling slog v2.5.2
[INFO] [stderr]    Compiling getrandom v0.1.12
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking memchr v2.2.1
[INFO] [stderr]    Compiling memoffset v0.5.1
[INFO] [stderr]     Checking itertools v0.8.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]     Checking num-integer v0.1.41
[INFO] [stderr]     Checking bstr v0.2.8
[INFO] [stderr]     Checking csv-core v0.1.6
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking fail v0.3.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking criterion-plot v0.4.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking csv v1.1.1
[INFO] [stderr]     Checking slog-scope v4.2.0
[INFO] [stderr]     Checking slog-async v2.3.0
[INFO] [stderr]     Checking crossbeam-epoch v0.7.2
[INFO] [stderr]     Checking tinytemplate v1.0.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking regex v1.3.1
[INFO] [stderr]     Checking rand_xoshiro v0.3.1
[INFO] [stderr]     Checking rand_os v0.2.2
[INFO] [stderr]     Checking slog-term v2.4.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking rayon-core v1.6.0
[INFO] [stderr]     Checking crossbeam v0.7.2
[INFO] [stderr]     Checking slog-stdlog v4.0.0
[INFO] [stderr]     Checking slog-envlogger v2.2.0
[INFO] [stderr]     Checking rayon v1.2.0
[INFO] [stderr]    Compiling protobuf-codegen v2.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]    Compiling getset v0.0.7
[INFO] [stderr]    Compiling protobuf-build v0.8.0
[INFO] [stderr]    Compiling raft-proto v0.6.0-alpha
[INFO] [stderr]     Checking criterion v0.3.0
[INFO] [stderr]     Checking hello v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: cannot find derive macro `Getters` in this scope
[INFO] [stderr]   --> src/raft.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[derive(Getters)]
[INFO] [stderr]    |          ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find derive macro `Getters` in this scope
[INFO] [stderr]   --> src/raft.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 | #[derive(Getters)]
[INFO] [stderr]    |          ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Entry`, `Message`
[INFO] [stderr]  --> src/util.rs:6:30
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::protos::eraftpb::{Entry, Message};
[INFO] [stderr]   |                              ^^^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Entry`, `Message`
[INFO] [stderr]  --> src/util.rs:6:30
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::protos::eraftpb::{Entry, Message};
[INFO] [stderr]   |                              ^^^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / quick_error! {
[INFO] [stderr] 20 | |     /// The base error type for raft
[INFO] [stderr] 21 | |     #[derive(Debug)]
[INFO] [stderr] 22 | |     pub enum Error {
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     }
[INFO] [stderr] 83 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0392]: parameter `T` is never used
[INFO] [stderr]   --> src/raft.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub struct Raft<T:Storage>{
[INFO] [stderr]    |                 ^ unused parameter
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing `T`, referring to it in a field, or using a marker such as `std::marker::PhantomData`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/errors.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | / quick_error! {
[INFO] [stderr] 102 | |     /// An error with the storage.
[INFO] [stderr] 103 | |     #[derive(Debug)]
[INFO] [stderr] 104 | |     pub enum StorageError {
[INFO] [stderr] ...   |
[INFO] [stderr] 128 | |     }
[INFO] [stderr] 129 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0392`.
[INFO] [stderr] error: could not compile `hello`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0392]: parameter `T` is never used
[INFO] [stderr]   --> src/raft.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub struct Raft<T:Storage>{
[INFO] [stderr]    |                 ^ unused parameter
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing `T`, referring to it in a field, or using a marker such as `std::marker::PhantomData`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0392`.
[INFO] [stderr] error: could not compile `hello`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "df371356f7f4a2318fb5890c6d41a99cb6a10ab1ca6fa20e41e373fafae26eb8"`
[INFO] running `"docker" "rm" "-f" "df371356f7f4a2318fb5890c6d41a99cb6a10ab1ca6fa20e41e373fafae26eb8"`
[INFO] [stdout] df371356f7f4a2318fb5890c6d41a99cb6a10ab1ca6fa20e41e373fafae26eb8
