[INFO] updating cached repository xbo1/iridium [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/xbo1/iridium [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/xbo1/iridium" "work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/xbo1/iridium"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/xbo1/iridium'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/xbo1/iridium" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/xbo1/iridium"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/xbo1/iridium'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 50a272a5f4c9ea3b5a98956aa4389a26ccc28368 [INFO] sha for GitHub repo xbo1/iridium: 50a272a5f4c9ea3b5a98956aa4389a26ccc28368 [INFO] validating manifest of xbo1/iridium 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 xbo1/iridium 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 xbo1/iridium [INFO] finished frobbing xbo1/iridium [INFO] frobbed toml for xbo1/iridium written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/xbo1/iridium/Cargo.toml [INFO] started frobbing xbo1/iridium [INFO] finished frobbing xbo1/iridium [INFO] frobbed toml for xbo1/iridium written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/xbo1/iridium/Cargo.toml [INFO] crate xbo1/iridium already has a lockfile, it will not be regenerated [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 xbo1/iridium 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/gh/xbo1/iridium:/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] 12c418905dbd3361fc2333f2d272381ddabb697e28165b9e5f9017a49203f719 [INFO] running `"docker" "start" "-a" "12c418905dbd3361fc2333f2d272381ddabb697e28165b9e5f9017a49203f719"` [INFO] [stderr] Checking memchr v2.0.2 [INFO] [stderr] Checking nom v4.0.0 [INFO] [stderr] Checking iridium v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / /// Handles instructions of the following form: [INFO] [stderr] 63 | | /// [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 64 | / named!(instruction_one, [INFO] [stderr] 65 | | do_parse!( [INFO] [stderr] 66 | | o: opcode >> [INFO] [stderr] 67 | | r: register >> [INFO] [stderr] ... | [INFO] [stderr] 77 | | ) [INFO] [stderr] 78 | | ); [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/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / /// Handles instructions of the following form: [INFO] [stderr] 81 | | /// [INFO] [stderr] | |____________^ [INFO] [stderr] 82 | / named!(instruction_two, [INFO] [stderr] 83 | | do_parse!( [INFO] [stderr] 84 | | o: opcode >> [INFO] [stderr] 85 | | opt!(multispace) >> [INFO] [stderr] ... | [INFO] [stderr] 94 | | ) [INFO] [stderr] 95 | | ); [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/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 98 | / named!(pub instruction, [INFO] [stderr] 99 | | do_parse!( [INFO] [stderr] 100 | | ins: alt!( [INFO] [stderr] 101 | | instruction_one | [INFO] [stderr] ... | [INFO] [stderr] 107 | | ) [INFO] [stderr] 108 | | ); [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/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] 7 | | /// #100 [INFO] [stderr] | |________^ [INFO] [stderr] 8 | / named!(pub integer_operand, [INFO] [stderr] 9 | | ws!( [INFO] [stderr] 10 | | do_parse!( [INFO] [stderr] 11 | | tag!("#") >> [INFO] [stderr] ... | [INFO] [stderr] 17 | | ) [INFO] [stderr] 18 | | ); [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/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / /// Handles instructions of the following form: [INFO] [stderr] 63 | | /// [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 64 | / named!(instruction_one, [INFO] [stderr] 65 | | do_parse!( [INFO] [stderr] 66 | | o: opcode >> [INFO] [stderr] 67 | | r: register >> [INFO] [stderr] ... | [INFO] [stderr] 77 | | ) [INFO] [stderr] 78 | | ); [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/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / /// Handles instructions of the following form: [INFO] [stderr] 81 | | /// [INFO] [stderr] | |____________^ [INFO] [stderr] 82 | / named!(instruction_two, [INFO] [stderr] 83 | | do_parse!( [INFO] [stderr] 84 | | o: opcode >> [INFO] [stderr] 85 | | opt!(multispace) >> [INFO] [stderr] ... | [INFO] [stderr] 94 | | ) [INFO] [stderr] 95 | | ); [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/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 98 | / named!(pub instruction, [INFO] [stderr] 99 | | do_parse!( [INFO] [stderr] 100 | | ins: alt!( [INFO] [stderr] 101 | | instruction_one | [INFO] [stderr] ... | [INFO] [stderr] 107 | | ) [INFO] [stderr] 108 | | ); [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/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] 7 | | /// #100 [INFO] [stderr] | |________^ [INFO] [stderr] 8 | / named!(pub integer_operand, [INFO] [stderr] 9 | | ws!( [INFO] [stderr] 10 | | do_parse!( [INFO] [stderr] 11 | | tag!("#") >> [INFO] [stderr] ... | [INFO] [stderr] 17 | | ) [INFO] [stderr] 18 | | ); [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 3.39s [INFO] running `"docker" "inspect" "12c418905dbd3361fc2333f2d272381ddabb697e28165b9e5f9017a49203f719"` [INFO] running `"docker" "rm" "-f" "12c418905dbd3361fc2333f2d272381ddabb697e28165b9e5f9017a49203f719"` [INFO] [stdout] 12c418905dbd3361fc2333f2d272381ddabb697e28165b9e5f9017a49203f719