[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-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/xbo1/iridium"` [INFO] [stderr] Cloning into 'work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/xbo1/iridium'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/xbo1/iridium" "work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/xbo1/iridium"` [INFO] [stderr] Cloning into 'work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/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#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xbo1/iridium on toolchain try#58b21121d0b447ceb3f1a655155d802191acf044 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-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-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/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-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/xbo1/iridium/Cargo.toml [INFO] crate xbo1/iridium already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking xbo1/iridium against try#58b21121d0b447ceb3f1a655155d802191acf044 for pr-61100 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-61100/worker-6/try#58b21121d0b447ceb3f1a655155d802191acf044:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/xbo1/iridium:/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" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 41ba393f8972e2c9bfd5bda7b012d088ce2ea343c73714c7b4059ee86eb6d15a [INFO] running `"docker" "start" "-a" "41ba393f8972e2c9bfd5bda7b012d088ce2ea343c73714c7b4059ee86eb6d15a"` [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.38s [INFO] running `"docker" "inspect" "41ba393f8972e2c9bfd5bda7b012d088ce2ea343c73714c7b4059ee86eb6d15a"` [INFO] running `"docker" "rm" "-f" "41ba393f8972e2c9bfd5bda7b012d088ce2ea343c73714c7b4059ee86eb6d15a"` [INFO] [stdout] 41ba393f8972e2c9bfd5bda7b012d088ce2ea343c73714c7b4059ee86eb6d15a