[INFO] crate nom-gzip 0.1.0 is already in cache [INFO] extracting crate nom-gzip 0.1.0 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/nom-gzip/0.1.0 [INFO] extracting crate nom-gzip 0.1.0 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/nom-gzip/0.1.0 [INFO] validating manifest of nom-gzip-0.1.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 nom-gzip-0.1.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 nom-gzip-0.1.0 [INFO] finished frobbing nom-gzip-0.1.0 [INFO] frobbed toml for nom-gzip-0.1.0 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/nom-gzip/0.1.0/Cargo.toml [INFO] started frobbing nom-gzip-0.1.0 [INFO] finished frobbing nom-gzip-0.1.0 [INFO] frobbed toml for nom-gzip-0.1.0 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/nom-gzip/0.1.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 nom-gzip-0.1.0 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-7/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/nom-gzip/0.1.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] 5e1bc3e8a303c0c0fbcc94930a8e5d0cf6c3210bc6a497fdeca515c3e2ce3474 [INFO] running `"docker" "start" "-a" "5e1bc3e8a303c0c0fbcc94930a8e5d0cf6c3210bc6a497fdeca515c3e2ce3474"` [INFO] [stderr] Checking nom-gzip v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / /// What little documentation I could find on existing sub-fields lives at [INFO] [stderr] 24 | | /// http://www.gzip.org/format.txt but it's woefully inadequate as a spec. [INFO] [stderr] | |__________________________________________________________________________^ [INFO] [stderr] 25 | / named!(sub_field, do_parse!( [INFO] [stderr] 26 | | id1: get_byte [INFO] [stderr] 27 | | >> id2: get_byte [INFO] [stderr] 28 | | >> data: length_data!(le_u16) [INFO] [stderr] 29 | | >> [INFO] [stderr] 30 | | (SubField { id1, id2, data }) [INFO] [stderr] 31 | | )); [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/lib.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / /// This will probably be pretty slow; you'll likely want to use `gzip_header` and then make use of [INFO] [stderr] 77 | | /// the GZIP stream directly from there, passing in the last 8 bytes to `gzip_footer` if necessary. [INFO] [stderr] | |___________________________________________________________________________________________________^ [INFO] [stderr] 78 | / named!(pub gzip_file, do_parse! ( [INFO] [stderr] 79 | | header: gzip_header [INFO] [stderr] 80 | | >> gzip_file: map!(many_till!(call!(get_byte), call!(gzip_footer)), |tup: (Vec, GzipFooter)| { [INFO] [stderr] 81 | | GzipFile { header, footer: tup.1, compressed_blocks: tup.0.iter().map(|b| *b).collect() } [INFO] [stderr] ... | [INFO] [stderr] 85 | | (gzip_file) [INFO] [stderr] 86 | | )); [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/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / /// What little documentation I could find on existing sub-fields lives at [INFO] [stderr] 24 | | /// http://www.gzip.org/format.txt but it's woefully inadequate as a spec. [INFO] [stderr] | |__________________________________________________________________________^ [INFO] [stderr] 25 | / named!(sub_field, do_parse!( [INFO] [stderr] 26 | | id1: get_byte [INFO] [stderr] 27 | | >> id2: get_byte [INFO] [stderr] 28 | | >> data: length_data!(le_u16) [INFO] [stderr] 29 | | >> [INFO] [stderr] 30 | | (SubField { id1, id2, data }) [INFO] [stderr] 31 | | )); [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/lib.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | / /// This will probably be pretty slow; you'll likely want to use `gzip_header` and then make use of [INFO] [stderr] 77 | | /// the GZIP stream directly from there, passing in the last 8 bytes to `gzip_footer` if necessary. [INFO] [stderr] | |___________________________________________________________________________________________________^ [INFO] [stderr] 78 | / named!(pub gzip_file, do_parse! ( [INFO] [stderr] 79 | | header: gzip_header [INFO] [stderr] 80 | | >> gzip_file: map!(many_till!(call!(get_byte), call!(gzip_footer)), |tup: (Vec, GzipFooter)| { [INFO] [stderr] 81 | | GzipFile { header, footer: tup.1, compressed_blocks: tup.0.iter().map(|b| *b).collect() } [INFO] [stderr] ... | [INFO] [stderr] 85 | | (gzip_file) [INFO] [stderr] 86 | | )); [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 1.50s [INFO] running `"docker" "inspect" "5e1bc3e8a303c0c0fbcc94930a8e5d0cf6c3210bc6a497fdeca515c3e2ce3474"` [INFO] running `"docker" "rm" "-f" "5e1bc3e8a303c0c0fbcc94930a8e5d0cf6c3210bc6a497fdeca515c3e2ce3474"` [INFO] [stdout] 5e1bc3e8a303c0c0fbcc94930a8e5d0cf6c3210bc6a497fdeca515c3e2ce3474