[INFO] updating cached repository https://github.com/stisol/Horace [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 0fb2d932166c552abd11cac7f1958cf6b8ce781c [INFO] checking stisol/Horace against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstisol%2FHorace" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stisol/Horace on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/stisol/Horace [INFO] finished tweaking git repo https://github.com/stisol/Horace [INFO] tweaked toml for git repo https://github.com/stisol/Horace written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/stisol/Horace already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 47c95e5a5bd65840ad150680921ce6336a875d36151238997ad2f0710e379da4 [INFO] running `"docker" "start" "-a" "47c95e5a5bd65840ad150680921ce6336a875d36151238997ad2f0710e379da4"` [INFO] [stderr] Checking remove_dir_all v0.5.0 [INFO] [stderr] Checking rand_core v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.28 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking socket2 v0.3.4 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking base64 v0.8.0 [INFO] [stderr] Checking regex-syntax v0.5.5 [INFO] [stderr] Checking serde_json v1.0.14 [INFO] [stderr] Checking parking_lot_core v0.2.13 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Checking rand v0.5.0 [INFO] [stderr] Checking parking_lot v0.5.4 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Compiling mime_guess v1.8.4 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Checking flate2 v1.0.1 [INFO] [stderr] Checking regex v0.2.10 [INFO] [stderr] Checking postgres-shared v0.4.1 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking env_logger v0.5.7 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Checking evzht9h3nznqzwl v0.0.3 [INFO] [stderr] Checking r2d2_postgres v0.14.0 [INFO] [stderr] Checking serenity v0.5.2 [INFO] [stderr] Checking horace v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands/statistics.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// Get the top ten most active users by word count. [INFO] [stderr] 6 | | /// Default number of days of activity to look at is 7. [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] 7 | / command!(stats(ctx, msg, args) { [INFO] [stderr] 8 | | let days = args.single::().unwrap_or(7); [INFO] [stderr] 9 | | let mut pool = util::get_pool(ctx); [INFO] [stderr] 10 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | ), &msg.channel_id); [INFO] [stderr] 60 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [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 doc comment [INFO] [stderr] --> src/commands/statistics.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// Get the top ten most active users by word count. [INFO] [stderr] 6 | | /// Default number of days of activity to look at is 7. [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] 7 | / command!(stats(ctx, msg, args) { [INFO] [stderr] 8 | | let days = args.single::().unwrap_or(7); [INFO] [stderr] 9 | | let mut pool = util::get_pool(ctx); [INFO] [stderr] 10 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | ), &msg.channel_id); [INFO] [stderr] 60 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [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] Finished dev [unoptimized + debuginfo] target(s) in 49.05s [INFO] running `"docker" "inspect" "47c95e5a5bd65840ad150680921ce6336a875d36151238997ad2f0710e379da4"` [INFO] running `"docker" "rm" "-f" "47c95e5a5bd65840ad150680921ce6336a875d36151238997ad2f0710e379da4"` [INFO] [stdout] 47c95e5a5bd65840ad150680921ce6336a875d36151238997ad2f0710e379da4