[INFO] crate x86 0.13.0 is already in cache [INFO] extracting crate x86 0.13.0 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/x86/0.13.0 [INFO] extracting crate x86 0.13.0 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/x86/0.13.0 [INFO] validating manifest of x86-0.13.0 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of x86-0.13.0 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing x86-0.13.0 [INFO] finished frobbing x86-0.13.0 [INFO] frobbed toml for x86-0.13.0 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/x86/0.13.0/Cargo.toml [INFO] started frobbing x86-0.13.0 [INFO] finished frobbing x86-0.13.0 [INFO] frobbed toml for x86-0.13.0 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/x86/0.13.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking x86-0.13.0 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-5/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/x86/0.13.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e83791a9ec48c5021e5c26578083ec708096349d2fc8c8be6651c92bad5f61af [INFO] running `"docker" "start" "-a" "e83791a9ec48c5021e5c26578083ec708096349d2fc8c8be6651c92bad5f61af"` [INFO] [stderr] Compiling x86 v0.13.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/bits32/eflags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | /// The EFLAGS register. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | pub struct EFlags: u32 { [INFO] [stderr] 8 | | /// ID Flag (ID) [INFO] [stderr] 9 | | const FLAGS_ID = 1 << 21; [INFO] [stderr] ... | [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [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] --> src/bits32/eflags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | /// The EFLAGS register. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | pub struct EFlags: u32 { [INFO] [stderr] 8 | | /// ID Flag (ID) [INFO] [stderr] 9 | | const FLAGS_ID = 1 << 21; [INFO] [stderr] ... | [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [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/bits64/paging.rs:677:1 [INFO] [stderr] | [INFO] [stderr] 677 | /// PD configuration bits description. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 678 | / bitflags! { [INFO] [stderr] 679 | | /// PDPT configuration bit description. [INFO] [stderr] 680 | | #[repr(transparent)] [INFO] [stderr] 681 | | pub struct PDFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 709 | | } [INFO] [stderr] 710 | | } [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/bits64/paging.rs:780:1 [INFO] [stderr] | [INFO] [stderr] 780 | /// PT Entry bits description. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 781 | / bitflags! { [INFO] [stderr] 782 | | /// PT configuration bit description. [INFO] [stderr] 783 | | #[repr(transparent)] [INFO] [stderr] 784 | | pub struct PTFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 804 | | } [INFO] [stderr] 805 | | } [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/bits64/rflags.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// The RFLAGS register. [INFO] [stderr] 10 | | /// This is duplicated code from bits32 eflags.rs. [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | pub struct RFlags: u64 { [INFO] [stderr] 13 | | /// ID Flag (ID) [INFO] [stderr] 14 | | const FLAGS_ID = 1 << 21; [INFO] [stderr] ... | [INFO] [stderr] 55 | | } [INFO] [stderr] 56 | | } [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/bits64/paging.rs:677:1 [INFO] [stderr] | [INFO] [stderr] 677 | /// PD configuration bits description. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 678 | / bitflags! { [INFO] [stderr] 679 | | /// PDPT configuration bit description. [INFO] [stderr] 680 | | #[repr(transparent)] [INFO] [stderr] 681 | | pub struct PDFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 709 | | } [INFO] [stderr] 710 | | } [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/bits64/paging.rs:780:1 [INFO] [stderr] | [INFO] [stderr] 780 | /// PT Entry bits description. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 781 | / bitflags! { [INFO] [stderr] 782 | | /// PT configuration bit description. [INFO] [stderr] 783 | | #[repr(transparent)] [INFO] [stderr] 784 | | pub struct PTFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 804 | | } [INFO] [stderr] 805 | | } [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/bits64/rflags.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// The RFLAGS register. [INFO] [stderr] 10 | | /// This is duplicated code from bits32 eflags.rs. [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] 11 | / bitflags! { [INFO] [stderr] 12 | | pub struct RFlags: u64 { [INFO] [stderr] 13 | | /// ID Flag (ID) [INFO] [stderr] 14 | | const FLAGS_ID = 1 << 21; [INFO] [stderr] ... | [INFO] [stderr] 55 | | } [INFO] [stderr] 56 | | } [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/segmentation.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// Specifies which element to load into a segment from [INFO] [stderr] 6 | | /// descriptor tables (i.e., is a index to LDT or GDT table [INFO] [stderr] 7 | | /// with some additional flags). [INFO] [stderr] 8 | | /// [INFO] [stderr] 9 | | /// See Intel 3a, Section 3.4.2 "Segment Selectors" [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] 10 | / bitflags! { [INFO] [stderr] 11 | | pub struct SegmentSelector: u16 { [INFO] [stderr] 12 | | /// Requestor Privilege Level [INFO] [stderr] 13 | | const RPL_0 = 0b00; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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/segmentation.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// Specifies which element to load into a segment from [INFO] [stderr] 6 | | /// descriptor tables (i.e., is a index to LDT or GDT table [INFO] [stderr] 7 | | /// with some additional flags). [INFO] [stderr] 8 | | /// [INFO] [stderr] 9 | | /// See Intel 3a, Section 3.4.2 "Segment Selectors" [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] 10 | / bitflags! { [INFO] [stderr] 11 | | pub struct SegmentSelector: u16 { [INFO] [stderr] 12 | | /// Requestor Privilege Level [INFO] [stderr] 13 | | const RPL_0 = 0b00; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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 2.77s [INFO] running `"docker" "inspect" "e83791a9ec48c5021e5c26578083ec708096349d2fc8c8be6651c92bad5f61af"` [INFO] running `"docker" "rm" "-f" "e83791a9ec48c5021e5c26578083ec708096349d2fc8c8be6651c92bad5f61af"` [INFO] [stdout] e83791a9ec48c5021e5c26578083ec708096349d2fc8c8be6651c92bad5f61af