[INFO] crate flatdata 0.2.1 is already in cache [INFO] extracting crate flatdata 0.2.1 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/flatdata/0.2.1 [INFO] extracting crate flatdata 0.2.1 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/flatdata/0.2.1 [INFO] validating manifest of flatdata-0.2.1 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of flatdata-0.2.1 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing flatdata-0.2.1 [INFO] finished frobbing flatdata-0.2.1 [INFO] frobbed toml for flatdata-0.2.1 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/flatdata/0.2.1/Cargo.toml [INFO] started frobbing flatdata-0.2.1 [INFO] finished frobbing flatdata-0.2.1 [INFO] frobbed toml for flatdata-0.2.1 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/flatdata/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking flatdata-0.2.1 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-7/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/flatdata/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 73dfc40245d649af1d8f6f38bdaed0c6425e4f77206881cfd2fa8b51b71492cb [INFO] running `"docker" "start" "-a" "73dfc40245d649af1d8f6f38bdaed0c6425e4f77206881cfd2fa8b51b71492cb"` [INFO] [stderr] Checking flatdata v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> tests/coappearances/generated.rs:468:1 [INFO] [stderr] | [INFO] [stderr] 468 | /// Meta information about the book. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 469 | / define_struct!( [INFO] [stderr] 470 | | Meta, [INFO] [stderr] 471 | | RefMeta, [INFO] [stderr] 472 | | RefMutMeta, [INFO] [stderr] ... | [INFO] [stderr] 475 | | (title_ref, set_title_ref, u32, 0, 32), [INFO] [stderr] 476 | | (author_ref, set_author_ref, u32, 32, 32)); [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] --> tests/coappearances/generated.rs:478:1 [INFO] [stderr] | [INFO] [stderr] 478 | /// A character. [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 479 | / define_struct!( [INFO] [stderr] 480 | | Character, [INFO] [stderr] 481 | | RefCharacter, [INFO] [stderr] 482 | | RefMutCharacter, [INFO] [stderr] 483 | | schema::structs::CHARACTER, [INFO] [stderr] 484 | | 4, [INFO] [stderr] 485 | | (name_ref, set_name_ref, u32, 0, 32)); [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] --> tests/coappearances/generated.rs:487:1 [INFO] [stderr] | [INFO] [stderr] 487 | / /// An appearance of two characters in the same scene. [INFO] [stderr] 488 | | /// [INFO] [stderr] 489 | | /// count - multiplicity of the coappearance. [INFO] [stderr] 490 | | /// first_chapter_ref - a reference to the first chapter in which characters appear. How to get the [INFO] [stderr] 491 | | /// full range of chapters is described in 'coappearances.cpp:read'. [INFO] [stderr] | |____________________________________________________________________^ [INFO] [stderr] 492 | / define_struct!( [INFO] [stderr] 493 | | Coappearance, [INFO] [stderr] 494 | | RefCoappearance, [INFO] [stderr] 495 | | RefMutCoappearance, [INFO] [stderr] ... | [INFO] [stderr] 500 | | (count, set_count, u32, 32, 16), [INFO] [stderr] 501 | | (first_chapter_ref, set_first_chapter_ref, u32, 48, 16)); [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] --> tests/coappearances/generated.rs:503:1 [INFO] [stderr] | [INFO] [stderr] 503 | /// A nickname or an alternative name of a character. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 504 | / define_struct!( [INFO] [stderr] 505 | | Nickname, [INFO] [stderr] 506 | | RefNickname, [INFO] [stderr] 507 | | RefMutNickname, [INFO] [stderr] 508 | | schema::structs::NICKNAME, [INFO] [stderr] 509 | | 4, [INFO] [stderr] 510 | | (ref_, set_ref, u32, 0, 32)); [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] --> tests/coappearances/generated.rs:512:1 [INFO] [stderr] | [INFO] [stderr] 512 | /// A description of a character. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 513 | / define_struct!( [INFO] [stderr] 514 | | Description, [INFO] [stderr] 515 | | RefDescription, [INFO] [stderr] 516 | | RefMutDescription, [INFO] [stderr] 517 | | schema::structs::DESCRIPTION, [INFO] [stderr] 518 | | 4, [INFO] [stderr] 519 | | (ref_, set_ref, u32, 0, 32)); [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] --> tests/coappearances/generated.rs:521:1 [INFO] [stderr] | [INFO] [stderr] 521 | /// A relation of a character to another one. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 522 | / define_struct!( [INFO] [stderr] 523 | | UnaryRelation, [INFO] [stderr] 524 | | RefUnaryRelation, [INFO] [stderr] 525 | | RefMutUnaryRelation, [INFO] [stderr] ... | [INFO] [stderr] 528 | | (kind_ref, set_kind_ref, u32, 0, 32), [INFO] [stderr] 529 | | (to_ref, set_to_ref, u32, 32, 16)); [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] --> tests/coappearances/generated.rs:531:1 [INFO] [stderr] | [INFO] [stderr] 531 | /// A relation of a character to two other characters. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 532 | / define_struct!( [INFO] [stderr] 533 | | BinaryRelation, [INFO] [stderr] 534 | | RefBinaryRelation, [INFO] [stderr] 535 | | RefMutBinaryRelation, [INFO] [stderr] ... | [INFO] [stderr] 539 | | (to_a_ref, set_to_a_ref, u32, 32, 16), [INFO] [stderr] 540 | | (to_b_ref, set_to_b_ref, u32, 48, 16)); [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] --> tests/coappearances/generated.rs:542:1 [INFO] [stderr] | [INFO] [stderr] 542 | /// A chapter in the book. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 543 | / define_struct!( [INFO] [stderr] 544 | | Chapter, [INFO] [stderr] 545 | | RefChapter, [INFO] [stderr] 546 | | RefMutChapter, [INFO] [stderr] ... | [INFO] [stderr] 549 | | (major, set_major, u8, 0, 4), [INFO] [stderr] 550 | | (minor, set_minor, u8, 4, 7)); [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] --> tests/coappearances/generated.rs:574:1 [INFO] [stderr] | [INFO] [stderr] 574 | /// Builtin type to for MultiVector index [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 575 | / define_index!( [INFO] [stderr] 576 | | IndexType32, [INFO] [stderr] 577 | | RefIndexType32, [INFO] [stderr] 578 | | RefMutIndexType32, [INFO] [stderr] ... | [INFO] [stderr] 581 | | 32 [INFO] [stderr] 582 | | ); [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] --> tests/coappearances/generated.rs:602:1 [INFO] [stderr] | [INFO] [stderr] 602 | /// Builtin union type of Nickname, Description, UnaryRelation, BinaryRelation. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 603 | / define_variadic_struct!(VerticesData, RefVerticesData, BuilderVerticesData, [INFO] [stderr] 604 | | IndexType32, [INFO] [stderr] 605 | | 0 => (Nickname, add_nickname), [INFO] [stderr] 606 | | 1 => (Description, add_description), [INFO] [stderr] 607 | | 2 => (UnaryRelation, add_unary_relation), [INFO] [stderr] 608 | | 3 => (BinaryRelation, add_binary_relation)); [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 5.40s [INFO] running `"docker" "inspect" "73dfc40245d649af1d8f6f38bdaed0c6425e4f77206881cfd2fa8b51b71492cb"` [INFO] running `"docker" "rm" "-f" "73dfc40245d649af1d8f6f38bdaed0c6425e4f77206881cfd2fa8b51b71492cb"` [INFO] [stdout] 73dfc40245d649af1d8f6f38bdaed0c6425e4f77206881cfd2fa8b51b71492cb