[INFO] fetching crate telegram_types 0.5.0... [INFO] checking telegram_types-0.5.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate telegram_types 0.5.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate telegram_types 0.5.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate telegram_types 0.5.0 [INFO] finished tweaking crates.io crate telegram_types 0.5.0 [INFO] tweaked toml for crates.io crate telegram_types 0.5.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7d75c0e92f743937a405261fd66ebc2ff4bb0d3f2ffdcd4325a04f1807ef63b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7d75c0e92f743937a405261fd66ebc2ff4bb0d3f2ffdcd4325a04f1807ef63b3"` [INFO] [stderr] Checking telegram_types v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/bot/types.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | /// Unique identifier for user. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | impl_id! {UserId : i64} [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/bot/types.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// Unique identifier for this chat. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 55 | impl_id! {ChatId : i64} [INFO] [stderr] | ----------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [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/bot/types.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | /// Unique message identifier inside a chat [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 58 | impl_id! {MessageId : i64} [INFO] [stderr] | -------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [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/bot/types.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / /// The update‘s unique identifier. [INFO] [stderr] 61 | | /// [INFO] [stderr] 62 | | /// Update identifiers start from a certain positive number and increase sequentially. [INFO] [stderr] 63 | | /// This ID becomes especially handy if you’re using Webhooks, [INFO] [stderr] 64 | | /// since it allows you to ignore repeated updates or to restore the correct update sequence, [INFO] [stderr] 65 | | /// should they get out of order. If there are no new updates for at least a week, [INFO] [stderr] 66 | | /// then identifier of the next update will be chosen randomly instead of sequentially. [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] 67 | impl_id! {UpdateId : i64} [INFO] [stderr] | ------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [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/bot/types.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | /// Unique identifier for user. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 52 | impl_id! {UserId : i64} [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/bot/types.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// Unique identifier for this chat. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 55 | impl_id! {ChatId : i64} [INFO] [stderr] | ----------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [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/bot/types.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | /// Unique message identifier inside a chat [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 58 | impl_id! {MessageId : i64} [INFO] [stderr] | -------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [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/bot/types.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / /// The update‘s unique identifier. [INFO] [stderr] 61 | | /// [INFO] [stderr] 62 | | /// Update identifiers start from a certain positive number and increase sequentially. [INFO] [stderr] 63 | | /// This ID becomes especially handy if you’re using Webhooks, [INFO] [stderr] 64 | | /// since it allows you to ignore repeated updates or to restore the correct update sequence, [INFO] [stderr] 65 | | /// should they get out of order. If there are no new updates for at least a week, [INFO] [stderr] 66 | | /// then identifier of the next update will be chosen randomly instead of sequentially. [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] 67 | impl_id! {UpdateId : i64} [INFO] [stderr] | ------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [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 9.20s [INFO] running `"docker" "inspect" "7d75c0e92f743937a405261fd66ebc2ff4bb0d3f2ffdcd4325a04f1807ef63b3"` [INFO] running `"docker" "rm" "-f" "7d75c0e92f743937a405261fd66ebc2ff4bb0d3f2ffdcd4325a04f1807ef63b3"` [INFO] [stdout] 7d75c0e92f743937a405261fd66ebc2ff4bb0d3f2ffdcd4325a04f1807ef63b3