[INFO] updating cached repository https://github.com/koreanpanda345/SerenityExample
[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] 2576bddd9c8261d113e0d3913c3676783a254fea
[INFO] checking koreanpanda345/SerenityExample against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoreanpanda345%2FSerenityExample" "/workspace/builds/worker-11/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/koreanpanda345/SerenityExample 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/koreanpanda345/SerenityExample
[INFO] removed path dependency serenity from git repo https://github.com/koreanpanda345/SerenityExample
[INFO] finished tweaking git repo https://github.com/koreanpanda345/SerenityExample
[INFO] tweaked toml for git repo https://github.com/koreanpanda345/SerenityExample written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate git repo https://github.com/koreanpanda345/SerenityExample 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 428ec0e3ade7fd569268716b83fd47809cc1599a52db6ab13bd0e8ce6e3d9948
[INFO] running `"docker" "start" "-a" "428ec0e3ade7fd569268716b83fd47809cc1599a52db6ab13bd0e8ce6e3d9948"`
[INFO] [stderr]    Compiling syn v1.0.9
[INFO] [stderr]    Compiling serenity v0.7.3
[INFO] [stderr]     Checking uwl v0.4.2
[INFO] [stderr]     Checking kankyo v0.3.0
[INFO] [stderr]    Compiling ring v0.16.9
[INFO] [stderr]     Checking cookie v0.12.0
[INFO] [stderr]     Checking publicsuffix v1.5.4
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.16
[INFO] [stderr]     Checking tungstenite v0.9.2
[INFO] [stderr]     Checking tokio-reactor v0.1.11
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking webpki v0.21.0
[INFO] [stderr]     Checking ct-logs v0.6.0
[INFO] [stderr]     Checking rustls v0.16.0
[INFO] [stderr]     Checking webpki-roots v0.17.0
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]     Checking tokio-rustls v0.10.2
[INFO] [stderr]     Checking hyper-rustls v0.17.1
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]    Compiling command_attr v0.1.5
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]     Checking serde v1.0.103
[INFO] [stderr]     Checking serde_json v1.0.42
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking chrono v0.4.10
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking reqwest v0.9.22
[INFO] [stderr]     Checking SerenityExample v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | //! Create connection to the Mod file to interact with the commands.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | //!Notice that we had to add this. without it, we can't use any of the serenity dependenics and can't interact with the commands.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! Import files
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | //!We need to import the commands
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | //! This is for sharding, if you know that you're not going to use shards, the don't use lines 32-35
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | //! This is handling events.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:54:5
[INFO] [stderr]    |
[INFO] [stderr] 54 |     //!Resumed Event
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     //! This is a command group holds commands in groups, by sections.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | //! We can have serenity make us a nice help embed.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:66:1
[INFO] [stderr]    |
[INFO] [stderr] 66 | //! notice that there is a thing with '#[]' this is a flag, or a tag, its similar to properties.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `;`
[INFO] [stderr]    --> src/main.rs:104:71
[INFO] [stderr]     |
[INFO] [stderr] 104 |         Err(why) => panic!("Couldn't get application info: {:?}", why);
[INFO] [stderr]     |                  -- while parsing the `match` arm starting here       ^ expected one of `,`, `.`, `?`, `}`, or an operator
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]    --> src/main.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |         //! Notice that the help and group names are all upper case. make sure you do this upper case, it will not work if you don't
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]    --> src/main.rs:112:9
[INFO] [stderr]     |
[INFO] [stderr] 112 |         //! and if its a group, makes sure to add '_GROUP' to it so it knows that it needs to get the group.
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found doc comment `//! Notice that the help and group names are all upper case. make sure you do this upper case, it will not work if you don't`
[INFO] [stderr]    --> src/main.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |             .prefix("~"))
[INFO] [stderr]     |                          - expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stderr] 111 |         //! Notice that the help and group names are all upper case. make sure you do this upper case, it will not work if you don't
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unexpected token
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `)`
[INFO] [stderr]    --> src/main.rs:114:31
[INFO] [stderr]     |
[INFO] [stderr] 114 |         .group(&GENERAL_GROUP));
[INFO] [stderr]     |                               ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/meta.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! Since we didn't pass a name in the command flag, it will use the function's name, which in this case
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/meta.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | //! is ping.
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/meta.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     //! Make sure you add this Ok(()). it will complain if you don't have this for any commands.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/owner.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | //!Notice that we add a owners_only flag. this is a check. it makes sure that only the owners can use this command.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | //! Create connection to the Mod file to interact with the commands.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | //!Notice that we had to add this. without it, we can't use any of the serenity dependenics and can't interact with the commands.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! Import files
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | //!We need to import the commands
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | //! This is for sharding, if you know that you're not going to use shards, the don't use lines 32-35
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | //! This is handling events.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:54:5
[INFO] [stderr]    |
[INFO] [stderr] 54 |     //!Resumed Event
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     //! This is a command group holds commands in groups, by sections.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | //! We can have serenity make us a nice help embed.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/main.rs:66:1
[INFO] [stderr]    |
[INFO] [stderr] 66 | //! notice that there is a thing with '#[]' this is a flag, or a tag, its similar to properties.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `,`, `.`, `?`, `}`, or an operator, found `;`
[INFO] [stderr]    --> src/main.rs:104:71
[INFO] [stderr]     |
[INFO] [stderr] 104 |         Err(why) => panic!("Couldn't get application info: {:?}", why);
[INFO] [stderr]     |                  -- while parsing the `match` arm starting here       ^ expected one of `,`, `.`, `?`, `}`, or an operator
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]    --> src/main.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |         //! Notice that the help and group names are all upper case. make sure you do this upper case, it will not work if you don't
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]    --> src/main.rs:112:9
[INFO] [stderr]     |
[INFO] [stderr] 112 |         //! and if its a group, makes sure to add '_GROUP' to it so it knows that it needs to get the group.
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found doc comment `//! Notice that the help and group names are all upper case. make sure you do this upper case, it will not work if you don't`
[INFO] [stderr]    --> src/main.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |             .prefix("~"))
[INFO] [stderr]     |                          - expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stderr] 111 |         //! Notice that the help and group names are all upper case. make sure you do this upper case, it will not work if you don't
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unexpected token
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `)`
[INFO] [stderr]    --> src/main.rs:114:31
[INFO] [stderr]     |
[INFO] [stderr] 114 |         .group(&GENERAL_GROUP));
[INFO] [stderr]     |                               ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/meta.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! Since we didn't pass a name in the command flag, it will use the function's name, which in this case
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/meta.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | //! is ping.
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/meta.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     //! Make sure you add this Ok(()). it will complain if you don't have this for any commands.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected outer doc comment
[INFO] [stderr]   --> src/commands/owner.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | //!Notice that we add a owners_only flag. this is a check. it makes sure that only the owners can use this command.
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
[INFO] [stderr] 
[INFO] [stderr] error: expected square brackets
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `serenity::framework::standard::macros::groups`, `serenity::model::event::ResumedEventm`
[INFO] [stderr]   --> src/main.rs:26:22
[INFO] [stderr]    |
[INFO] [stderr] 26 |             macros::{groups, help, check}
[INFO] [stderr]    |                      ^^^^^^ no `groups` in `framework::standard::macros`
[INFO] [stderr] ...
[INFO] [stderr] 29 |     model::{event::ResumedEventm, gateway::Ready, id::UserId},
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^ no `ResumedEventm` in `model::event`
[INFO] [stderr]    |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]    |
[INFO] [stderr] 26 |             macros::{group, help, check}
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]    |
[INFO] [stderr] 29 |     model::{event::ResumedEvent, gateway::Ready, id::UserId},
[INFO] [stderr]    |                    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `group` in this scope
[INFO] [stderr]   --> src/main.rs:59:5
[INFO] [stderr]    |
[INFO] [stderr] 59 |     group!({
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/main.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     //! This is a command group holds commands in groups, by sections.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CommandResult`, `model::prelude::*`, `prelude::*`
[INFO] [stderr]  --> src/commands/meta.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 4 |     model::prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 5 |     framework::standard::{
[INFO] [stderr] 6 |         CommandResult,
[INFO] [stderr]   |         ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::ShardManagerContainer`
[INFO] [stderr]  --> src/commands/owner.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::ShardManagerContainer;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CommandResult`, `model::prelude::*`, `prelude::*`
[INFO] [stderr]  --> src/commands/owner.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 5 |     model::prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 6 |     framework::standard::{
[INFO] [stderr] 7 |         CommandResult,
[INFO] [stderr]   |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Args`, `CheckResult`, `CommandGroup`, `CommandOptions`, `CommandResult`, `DispatchError`, `HelpOptions`, `StandardFramework`, `check`, `help_commands`, `id::UserId`
[INFO] [stderr]   --> src/main.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 |             Args, CheckResult, CommandOptions, CommandResult, CommandGroup,
[INFO] [stderr]    |             ^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stderr] 25 |             DispatchError, HelpOptions, help_commands, StandardFramework,
[INFO] [stderr]    |             ^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 |             macros::{groups, help, check}
[INFO] [stderr]    |                                    ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     model::{event::ResumedEventm, gateway::Ready, id::UserId},
[INFO] [stderr]    |                                                   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `error`
[INFO] [stderr]   --> src/main.rs:33:11
[INFO] [stderr]    |
[INFO] [stderr] 33 | use log::{error, info};
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serenity::model::channel::Message`
[INFO] [stderr]   --> src/main.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 | use serenity::model::channel::Message;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `meta::*`, `owner::*`
[INFO] [stderr]   --> src/main.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     meta::*,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 39 |     owner::*,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 22 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `SerenityExample`.
[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: expected square brackets
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `serenity::framework::standard::macros::groups`, `serenity::model::event::ResumedEventm`
[INFO] [stderr]   --> src/main.rs:26:22
[INFO] [stderr]    |
[INFO] [stderr] 26 |             macros::{groups, help, check}
[INFO] [stderr]    |                      ^^^^^^ no `groups` in `framework::standard::macros`
[INFO] [stderr] ...
[INFO] [stderr] 29 |     model::{event::ResumedEventm, gateway::Ready, id::UserId},
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^ no `ResumedEventm` in `model::event`
[INFO] [stderr]    |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]    |
[INFO] [stderr] 26 |             macros::{group, help, check}
[INFO] [stderr]    |                      ^^^^^
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]    |
[INFO] [stderr] 29 |     model::{event::ResumedEvent, gateway::Ready, id::UserId},
[INFO] [stderr]    |                    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `group` in this scope
[INFO] [stderr]   --> src/main.rs:59:5
[INFO] [stderr]    |
[INFO] [stderr] 59 |     group!({
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/main.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     //! This is a command group holds commands in groups, by sections.
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CommandResult`, `model::prelude::*`, `prelude::*`
[INFO] [stderr]  --> src/commands/meta.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 4 |     model::prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 5 |     framework::standard::{
[INFO] [stderr] 6 |         CommandResult,
[INFO] [stderr]   |         ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::ShardManagerContainer`
[INFO] [stderr]  --> src/commands/owner.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::ShardManagerContainer;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CommandResult`, `model::prelude::*`, `prelude::*`
[INFO] [stderr]  --> src/commands/owner.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 5 |     model::prelude::*,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 6 |     framework::standard::{
[INFO] [stderr] 7 |         CommandResult,
[INFO] [stderr]   |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Args`, `CheckResult`, `CommandGroup`, `CommandOptions`, `CommandResult`, `DispatchError`, `HelpOptions`, `StandardFramework`, `check`, `help_commands`, `id::UserId`
[INFO] [stderr]   --> src/main.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 |             Args, CheckResult, CommandOptions, CommandResult, CommandGroup,
[INFO] [stderr]    |             ^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stderr] 25 |             DispatchError, HelpOptions, help_commands, StandardFramework,
[INFO] [stderr]    |             ^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 |             macros::{groups, help, check}
[INFO] [stderr]    |                                    ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     model::{event::ResumedEventm, gateway::Ready, id::UserId},
[INFO] [stderr]    |                                                   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `error`
[INFO] [stderr]   --> src/main.rs:33:11
[INFO] [stderr]    |
[INFO] [stderr] 33 | use log::{error, info};
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serenity::model::channel::Message`
[INFO] [stderr]   --> src/main.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 | use serenity::model::channel::Message;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `meta::*`, `owner::*`
[INFO] [stderr]   --> src/main.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     meta::*,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 39 |     owner::*,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 22 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `SerenityExample`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "428ec0e3ade7fd569268716b83fd47809cc1599a52db6ab13bd0e8ce6e3d9948"`
[INFO] running `"docker" "rm" "-f" "428ec0e3ade7fd569268716b83fd47809cc1599a52db6ab13bd0e8ce6e3d9948"`
[INFO] [stdout] 428ec0e3ade7fd569268716b83fd47809cc1599a52db6ab13bd0e8ce6e3d9948
